|
| L1CaloCondAlg (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual StatusCode | initialize () override |
|
virtual StatusCode | execute () override |
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
Gaudi::Property< std::string > | m_timingRegime {this,"timingRegime","","String-> Calib1, Calib2 or Physics"} |
|
Gaudi::Property< std::string > | m_strategy {this,"strategy","","String-> empty, HighMu or LowMu"} |
|
Gaudi::Property< bool > | m_usePhysicsRegime { this, "UsePhysicsRegime", false, "Allow use of Physics timing regime" } |
|
Gaudi::Property< bool > | m_useCalib1Regime { this, "UseCalib1Regime", false, "Allow use of Calib1 timing regime" } |
|
Gaudi::Property< bool > | m_useCalib2Regime { this, "UseCalib2Regime", false, "Allow use of Calib2 timing regime" } |
|
SG::ReadCondHandleKeyArray< CondAttrListCollection > | m_physicsKeys { this, "PhysicsKeys", {}, "" } |
|
SG::ReadCondHandleKeyArray< CondAttrListCollection > | m_calib1Keys { this, "Calib1Keys", {}, "" } |
|
SG::ReadCondHandleKeyArray< CondAttrListCollection > | m_calib2Keys { this, "Calib2Keys", {}, "" } |
|
SG::ReadCondHandleKey< CondAttrListCollection > | m_disabledTowers { this, "DisabledTowers", "", "DisabledTowers" } |
|
SG::ReadCondHandleKey< CondAttrListCollection > | m_derivedRunPars { this, "DerivedRunPars", "", "DerivedRunPars"} |
|
SG::ReadCondHandleKey< CondAttrListCollection > | m_ppmDeadChannels { this, "PpmDeadChannels", "","PpmDeadChannels" } |
|
SG::ReadCondHandleKey< CondAttrListCollection > | m_ppmFineTimeRefs { this, "PpmFineTimeRefs" ,"", "PpmFineTimeRefs"} |
|
SG::ReadCondHandleKey< CondAttrListCollection > | m_runParameters { this, "RunParameters" ,"", "RunParameters"} |
|
SG::ReadCondHandleKey< CondAttrListCollection > | m_pprChanDefaults { this, "PprChanDefaults" ,"", "PprChanDefaults"} |
|
SG::ReadCondHandleKey< CondAttrListCollection > | m_pprChanStrategy { this, "PprChanStrategy", "", "PprChanStrategy"} |
|
SG::ReadCondHandleKey< CondAttrListCollection > | m_readoutConfig { this, "ReadoutConfig", "", "ReadoutConfig"} |
|
SG::ReadCondHandleKey< CondAttrListCollection > | m_readoutConfigJSON { this, "ReadoutConfigJSON", "", "ReadoutConfigJSON"} |
|
SG::WriteCondHandleKey< L1CaloDisabledTowersContainer > | m_disabledTowersContainer {this,"OutputKeyDisTowers","L1CaloDisabledTowersContainer"} |
|
SG::WriteCondHandleKey< L1CaloDerivedRunParsContainer > | m_derivedRunParsContainer {this, "OutputKeyDerRunsPars", "L1CaloDerivedRunParsContainer"} |
|
SG::WriteCondHandleKey< L1CaloPprChanCalibContainer > | m_pprChanCalibContainer { this, "OutputKeyPPr", "L1CaloPprChanCalibContainer"} |
|
SG::WriteCondHandleKey< L1CaloPprChanDefaultsContainer > | m_pprChanDefaultsContainer { this, "OutputKeyDef", "L1CaloPprChanDefaultsContainer"} |
|
SG::WriteCondHandleKey< L1CaloPpmFineTimeRefsContainer > | m_ppmFineTimeRefsContainer { this, "OutputKeyTimeRefs", "L1CaloPpmFineTimeRefsContainer"} |
|
SG::WriteCondHandleKey< L1CaloRunParametersContainer > | m_runParametersContainer { this, "OutputKeyRunParameters", "L1CaloRunParametersContainer"} |
|
SG::WriteCondHandleKey< L1CaloPprChanStrategyContainer > | m_pprChanStrategyContainer { this, "OutputKeyPprChanStrategy", "L1CaloPprChanStrategyContainer"} |
|
SG::WriteCondHandleKey< L1CaloPpmDeadChannelsContainer > | m_ppmDeadChannelsContainer { this, "OutputKeyPpmDeadChannels", "L1CaloPpmDeadChannelsContainer"} |
|
SG::WriteCondHandleKey< L1CaloPprConditionsContainerRun2 > | m_pprConditionsContainer { this, "OutputKeyPprConditionsRun2", "L1CaloPprConditionsContainerRun2"} |
|
SG::WriteCondHandleKey< L1CaloPprDisabledChannelContainerRun2 > | m_pprDisabledChannelContainer { this, "OutputKeyDisabledChannelRun2", "L1CaloPprDisabledChannelContainerRun2"} |
|
SG::WriteCondHandleKey< L1CaloReadoutConfigContainer > | m_readoutConfigContainer { this, "OutputKeyReadoutConfig", "L1CaloReadoutConfigContainer"} |
|
SG::WriteCondHandleKey< L1CaloReadoutConfigContainerJSON > | m_readoutConfigContainerJSON { this, "OutputKeyReadoutConfigJSON", "L1CaloReadoutConfigContainerJSON"} |
|
DataObjIDColl | m_extendedExtraObjects |
|
StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) More...
|
|
StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) More...
|
|
std::vector< SG::VarHandleKeyArray * > | m_vhka |
|
bool | m_varHandleArraysDeclared |
|
Definition at line 27 of file L1CaloCondAlg.h.
StatusCode AthAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |