5 #ifndef TRIGGER_DECISION_TOOL_CONFIGURATION_ACCESS_H
6 #define TRIGGER_DECISION_TOOL_CONFIGURATION_ACCESS_H
27 class ConfigurationAccess :
public virtual Logger {
33 std::vector< std::string >
getListOfTriggers(
const std::string& triggerNames=
".*")
const;
36 std::vector< std::string >
getListOfStreams(
const std::string& triggerNames=
".*")
const;
39 std::vector< std::string >
getListOfGroups(
const std::string& triggerNames=
".*")
const;
45 float getPrescale(
const std::string& triggerNames=
"EF._*",
unsigned int condition=TrigDefs::Physics)
const;