|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGCONFINTERFACES_IJOBOPTIONSSVC_H
6 #define TRIGCONFINTERFACES_IJOBOPTIONSSVC_H
8 #include "GaudiKernel/IInterface.h"
20 virtual const std::string&
server()
const = 0;
Trigger-specific JobOptionsSvc interface.
virtual int l1PrescaleKey() const =0
Return L1PSK (-1 if not set)
Forward iterator to traverse the main components of the trigger configuration.
virtual const std::string & server() const =0
DB connection alias.
virtual int hltPrescaleKey() const =0
Return HLTPSK (-1 if not set)
virtual int superMasterKey() const =0
Return SMK (-1 if not set)
DeclareInterfaceID(TrigConf::IJobOptionsSvc, 1, 0)