16 #ifndef QC_CORE_CHECKCONFIG_H 17 #define QC_CORE_CHECKCONFIG_H 20 #include <unordered_map> 28 std::string moduleName;
29 std::string className;
30 std::string detectorName =
"MISC";
31 std::unordered_map<std::string, std::string> customParameters = {};
32 std::string policyType =
"OnAny";
33 std::vector<std::string> objectNames;
34 bool allObjects =
false;
39 #endif // QC_CORE_CHECKCONFIG_H Definition: Aggregator.h:32
Container for the configuration of a Check or an Aggregator.
Definition: CheckConfig.h:26