|
ATLAS Offline Software
|
Tool taking care of copying the trigger configuration from file to file.
More...
#include <TriggerMenuMetaDataTool.h>
|
| TriggerMenuMetaDataTool (const std::string &name="TriggerMenuMetaDataTool") |
| Declare the correct constructor for Athena. More...
|
|
virtual StatusCode | initialize () |
| Function initialising the tool. More...
|
|
virtual StatusCode | sysInitialize () |
| Function initialising the tool in the correct way in Athena. More...
|
|
virtual void | print () const |
| Print the state of the tool. 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 |
|
|
StatusCode | checkxAODTriggerMenu () |
| Perform the R2 data copy from the input metastore to the internal metastore. More...
|
|
StatusCode | endxAODTriggerMenu () |
| Perform the R2 data copy from the internal metastore to the output metastore. More...
|
|
StatusCode | doCopyxAODTriggerMenu (const xAOD::TriggerMenuContainer *copyFrom, xAOD::TriggerMenuContainer *copyTo) |
| Common code to copy and de-duplicate menus from the copyFrom collection into the copyTo collection. More...
|
|
StatusCode | checkxAODTriggerMenuJson () |
| Perform the R3 data copy from the input metastore to the internal metastore. More...
|
|
StatusCode | endxAODTriggerMenuJson () |
| Perform the R3 data copy from the internal metastore to the output metastore. More...
|
|
StatusCode | doCopyxAODTriggerMenuJson (const std::string &inputMetaSGKey, const xAOD::TriggerMenuJsonContainer *copyFrom, xAOD::TriggerMenuJsonContainer *copyTo) |
| Common code to copy and de-duplicate menus from the copyFrom collection into the copyTo collection. More...
|
|
StatusCode | checkCopyJson (const std::string &inputMetaSGKey, std::unique_ptr< xAOD::TriggerMenuJsonContainer > &internalContainer, std::unique_ptr< xAOD::TriggerMenuJsonAuxContainer > &internalAuxContainer) |
| Helper function to do the R3 data copy to the internal store for a given JSON. More...
|
|
StatusCode | checkExportJson (const std::string &outputMetaSGKey, std::unique_ptr< xAOD::TriggerMenuJsonContainer > &internalContainer, std::unique_ptr< xAOD::TriggerMenuJsonAuxContainer > &internalAuxContainer) |
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &) |
| specialization for handling Gaudi::Property<SG::VarHandleBase> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &) |
| specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
|
|
Tool taking care of copying the trigger configuration from file to file.
This tool does the heavy lifting when creating/merging DxAOD files to make sure that the trigger configuration metadata ends up in the output.
- Author
- Attila Krasznahorkay Attil.nosp@m.a.Kr.nosp@m.aszna.nosp@m.hork.nosp@m.ay@ce.nosp@m.rn.c.nosp@m.h
- Revision
- 683395
- Date
- 2015-07-16 13:11:56 +0200 (Thu, 16 Jul 2015)
Definition at line 42 of file TriggerMenuMetaDataTool.h.
◆ MetaStore_t
◆ MetaStorePtr_t
Type of the metadata store pointer in standalone mode.
Definition at line 68 of file AsgMetadataTool.h.
◆ StoreGateSvc_t
◆ TriggerMenuMetaDataTool()
xAODMaker::TriggerMenuMetaDataTool::TriggerMenuMetaDataTool |
( |
const std::string & |
name = "TriggerMenuMetaDataTool" | ) |
|
Declare the correct constructor for Athena.
Regular AlgTool constructor
Definition at line 25 of file TriggerMenuMetaDataTool.cxx.
31 #ifndef XAOD_STANDALONE
32 declareInterface< ::IMetaDataTool >(
this );
33 #endif // XAOD_STANDALONE
◆ beginEvent()
StatusCode xAODMaker::TriggerMenuMetaDataTool::beginEvent |
( |
| ) |
|
|
protectedvirtual |
◆ beginInputFile() [1/2]
StatusCode xAODMaker::TriggerMenuMetaDataTool::beginInputFile |
( |
| ) |
|
|
protectedvirtual |
◆ beginInputFile() [2/2]
virtual StatusCode xAODMaker::TriggerMenuMetaDataTool::beginInputFile |
( |
const SG::SourceID & |
| ) |
|
|
inlineprotectedvirtual |
◆ checkCopyJson()
Helper function to do the R3 data copy to the internal store for a given JSON.
Definition at line 157 of file TriggerMenuMetaDataTool.cxx.
162 if( !
inputMetaStore()->contains<xAOD::TriggerMenuJsonContainer>(inputMetaSGKey)) {
163 return StatusCode::SUCCESS;
170 if( ( ! internalContainer.get() ) && ( ! internalAuxContainer.get() ) ) {
172 internalContainer = std::make_unique<xAOD::TriggerMenuJsonContainer>( );
173 internalAuxContainer = std::make_unique<xAOD::TriggerMenuJsonAuxContainer>( );
174 internalContainer->setStore( internalAuxContainer.get() );
180 return StatusCode::SUCCESS;
◆ checkExportJson()
Definition at line 274 of file TriggerMenuMetaDataTool.cxx.
284 if( ( ! internalContainer.get() ) && ( ! internalAuxContainer.get() ) ) {
285 ATH_MSG_DEBUG(
"No internal xAOD::TriggerJsonMenu " << outputMetaSGKey
286 <<
" store to save/merge to output. (Expected for Run 2 MC, release 21 data, or the BG data as this is not added as of Dec 21)." );
287 return StatusCode::SUCCESS;
290 if( not
outputMetaStore()->contains< xAOD::TriggerMenuJsonContainer >( outputMetaSGKey ) ) {
292 ATH_MSG_DEBUG(
"Recording " << outputMetaSGKey <<
" xAOD::TriggerMenuJson trigger configuration metadata container with "
293 << internalContainer->
size() <<
" entries" );
297 outputMetaSGKey +
"Aux." ) );
300 ATH_MSG_DEBUG(
"Merging into existing " << outputMetaSGKey <<
" output xAOD::TriggerMenuJson configuration metadata container" );
308 return StatusCode::SUCCESS;
◆ checkxAODTriggerMenu()
StatusCode xAODMaker::TriggerMenuMetaDataTool::checkxAODTriggerMenu |
( |
| ) |
|
|
private |
Perform the R2 data copy from the input metastore to the internal metastore.
Definition at line 91 of file TriggerMenuMetaDataTool.cxx.
96 return StatusCode::SUCCESS;
106 m_menu = std::make_unique<xAOD::TriggerMenuContainer>( );
107 m_menuAux = std::make_unique<xAOD::TriggerMenuAuxContainer>( );
115 return StatusCode::SUCCESS;
◆ checkxAODTriggerMenuJson()
StatusCode xAODMaker::TriggerMenuMetaDataTool::checkxAODTriggerMenuJson |
( |
| ) |
|
|
private |
Perform the R3 data copy from the input metastore to the internal metastore.
Definition at line 147 of file TriggerMenuMetaDataTool.cxx.
154 return StatusCode::SUCCESS;
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
253 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
229 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
338 return PBASE::declareProperty(
name, property,
doc);
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ doCopyxAODTriggerMenu()
Common code to copy and de-duplicate menus from the copyFrom collection into the copyTo collection.
Definition at line 118 of file TriggerMenuMetaDataTool.cxx.
125 if( ( existing->smk() ==
menu->smk() ) &&
126 ( existing->l1psk() ==
menu->l1psk() ) &&
127 ( existing->hltpsk() ==
menu->hltpsk() ) ) {
138 <<
menu->smk() <<
", L1PSK: " <<
menu->l1psk()
139 <<
", HLTPSK: " <<
menu->hltpsk() );
141 copyTo->push_back(
out );
144 return StatusCode::SUCCESS;
◆ doCopyxAODTriggerMenuJson()
Common code to copy and de-duplicate menus from the copyFrom collection into the copyTo collection.
Definition at line 183 of file TriggerMenuMetaDataTool.cxx.
192 if (existing->key() == menuJson->key()) {
202 ATH_MSG_VERBOSE(
"Copying " << inputMetaSGKey <<
" configuration with Key: " << menuJson->key() );
204 copyTo->push_back(
out );
207 return StatusCode::SUCCESS;
◆ endInputFile() [1/2]
StatusCode xAODMaker::TriggerMenuMetaDataTool::endInputFile |
( |
| ) |
|
|
protectedvirtual |
Function called when the currently open input file got completely processed.
Dummy implementation that can be overridden by the derived tool.
Reimplemented from asg::AsgMetadataTool.
Definition at line 79 of file TriggerMenuMetaDataTool.cxx.
81 return StatusCode::SUCCESS;
◆ endInputFile() [2/2]
virtual StatusCode xAODMaker::TriggerMenuMetaDataTool::endInputFile |
( |
const SG::SourceID & |
| ) |
|
|
inlineprotectedvirtual |
◆ endxAODTriggerMenu()
StatusCode xAODMaker::TriggerMenuMetaDataTool::endxAODTriggerMenu |
( |
| ) |
|
|
private |
Perform the R2 data copy from the internal metastore to the output metastore.
Definition at line 233 of file TriggerMenuMetaDataTool.cxx.
240 ATH_MSG_DEBUG(
"No internal xAOD::TriggerMenu store to save/merge to output. (Expected in Run 3)." );
241 return StatusCode::SUCCESS;
246 ATH_MSG_DEBUG(
"Recording xAOD::TriggerMenu trigger configuration metadata container with " <<
m_menu->size() <<
" entries." );
253 ATH_MSG_DEBUG(
"Merging into existing output xAOD::TriggerMenu configuration metadata container" );
261 return StatusCode::SUCCESS;
◆ endxAODTriggerMenuJson()
StatusCode xAODMaker::TriggerMenuMetaDataTool::endxAODTriggerMenuJson |
( |
| ) |
|
|
private |
Perform the R3 data copy from the internal metastore to the output metastore.
Definition at line 264 of file TriggerMenuMetaDataTool.cxx.
271 return StatusCode::SUCCESS;
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ extraDeps_update_handler()
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
◆ getKey()
Get the (hashed) key of an object that is in the event store.
This is a bit of a special one. StoreGateSvc
and xAOD::TEvent
both provide ways for getting the SG::sgkey_t
key for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.
In order to allow tools to efficiently perform this operation, they can use this helper function.
- See also
- asg::AsgTool::getName
- Parameters
-
ptr | The bare pointer to the object that the event store should know about |
- Returns
- The hashed key of the object in the store. If not found, an invalid (zero) key.
Definition at line 119 of file AsgTool.cxx.
121 #ifdef XAOD_STANDALONE
127 return (
proxy ==
nullptr ? 0 :
proxy->sgkey() );
128 #endif // XAOD_STANDALONE
◆ getName()
const std::string & asg::AsgTool::getName |
( |
const void * |
ptr | ) |
const |
|
inherited |
Get the name of an object that is / should be in the event store.
This is a bit of a special one. StoreGateSvc
and xAOD::TEvent
both provide ways for getting the std::string
name for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.
In order to allow tools to efficiently perform this operation, they can use this helper function.
- See also
- asg::AsgTool::getKey
- Parameters
-
ptr | The bare pointer to the object that the event store should know about |
- Returns
- The string name of the object in the store. If not found, an empty string.
Definition at line 106 of file AsgTool.cxx.
108 #ifdef XAOD_STANDALONE
114 static const std::string
dummy =
"";
116 #endif // XAOD_STANDALONE
◆ getProperty()
template<class T >
const T* asg::AsgTool::getProperty |
( |
const std::string & |
name | ) |
const |
|
inherited |
Get one of the tool's properties.
◆ handle()
void asg::AsgMetadataTool::handle |
( |
const Incident & |
inc | ) |
|
|
protectedvirtualinherited |
Function receiving incidents from IncidentSvc/TEvent.
Reimplemented in Trig::TrigDecisionTool.
Definition at line 130 of file AsgMetadataTool.cxx.
136 if( inc.type() == IncidentType::BeginInputFile ) {
140 throw std::runtime_error(
"Couldn't call beginInputFile()" );
142 }
else if( inc.type() == IncidentType::EndInputFile ) {
145 throw std::runtime_error(
"Couldn't call endInputFile()" );
147 }
else if( inc.type() == IncidentType::BeginEvent ) {
155 throw std::runtime_error(
"Couldn't call beginInputFile()" );
160 throw std::runtime_error(
"Couldn't call beginEvent()" );
163 #ifdef XAOD_STANDALONE
164 }
else if( inc.type() == IncidentType::MetaDataStop ) {
167 throw std::runtime_error(
"Couldn't call metaDataStop()" );
170 #endif // XAOD_STANDALONE
172 ATH_MSG_WARNING(
"Unknown incident type received in AsgMetaDataTool: " << inc.type() );
◆ initialize()
StatusCode xAODMaker::TriggerMenuMetaDataTool::initialize |
( |
| ) |
|
|
virtual |
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ inputMetaStore()
AsgMetadataTool::MetaStorePtr_t asg::AsgMetadataTool::inputMetaStore |
( |
| ) |
const |
|
inherited |
Accessor for the input metadata store.
Definition at line 88 of file AsgMetadataTool.cxx.
90 #ifdef XAOD_STANDALONE
92 #else // XAOD_STANDALONE
94 #endif // XAOD_STANDALONE
◆ interfaceID()
const InterfaceID & IMetaDataTool::interfaceID |
( |
| ) |
|
|
inlinestaticinherited |
Gaudi boilerplate.
Definition at line 39 of file IMetaDataTool.h.
40 static const InterfaceID IID(
"IMetaDataTool", 1, 0);
◆ metaDataStop() [1/2]
StatusCode xAODMaker::TriggerMenuMetaDataTool::metaDataStop |
( |
| ) |
|
|
protectedvirtual |
◆ metaDataStop() [2/2]
virtual StatusCode xAODMaker::TriggerMenuMetaDataTool::metaDataStop |
( |
const SG::SourceID & |
| ) |
|
|
inlineprotectedvirtual |
◆ msg() [1/2]
◆ msg() [2/2]
◆ msg_level_name()
const std::string & asg::AsgTool::msg_level_name |
( |
| ) |
const |
|
inherited |
A deprecated function for getting the message level's name.
Instead of using this, weirdly named function, user code should get the string name of the current minimum message level (in case they really need it...), with:
MSG::name( msg().level() )
This function's name doesn't follow the ATLAS coding rules, and as such will be removed in the not too distant future.
- Returns
- The string name of the current minimum message level that's printed
Definition at line 101 of file AsgTool.cxx.
◆ msgLvl()
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ outputMetaStore()
AsgMetadataTool::MetaStorePtr_t asg::AsgMetadataTool::outputMetaStore |
( |
| ) |
const |
|
inherited |
Accessor for the output metadata store.
Definition at line 97 of file AsgMetadataTool.cxx.
99 #ifdef XAOD_STANDALONE
101 #else // XAOD_STANDALONE
103 #endif // XAOD_STANDALONE
◆ print()
void asg::AsgTool::print |
( |
| ) |
const |
|
virtualinherited |
Print the state of the tool.
Implements asg::IAsgTool.
Reimplemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.
Definition at line 131 of file AsgTool.cxx.
◆ renounce()
◆ renounceArray()
◆ setUseIncidents()
void asg::AsgMetadataTool::setUseIncidents |
( |
const bool |
flag | ) |
|
|
inlineprotectedinherited |
◆ sysInitialize()
StatusCode asg::AsgMetadataTool::sysInitialize |
( |
| ) |
|
|
virtualinherited |
Function initialising the tool in the correct way in Athena.
This function is used to set up the callbacks from IncidentSvc in Athena at the right time during initialisation, without the user having to do anything special in his/her code.
Reimplemented from AthCommonDataStore< AthCommonMsg< AlgTool > >.
Definition at line 110 of file AsgMetadataTool.cxx.
112 #ifndef XAOD_STANDALONE
119 incSvc->addListener(
this, IncidentType::BeginEvent, 0,
false );
124 #endif // not XAOD_STANDALONE
127 return StatusCode::SUCCESS;
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
◆ ATLAS_THREAD_SAFE
std::mutex s_mutex xAODMaker::TriggerMenuMetaDataTool::ATLAS_THREAD_SAFE |
|
staticprivate |
◆ m_beginFileIncidentSeen
bool xAODMaker::TriggerMenuMetaDataTool::m_beginFileIncidentSeen |
|
private |
◆ m_beginInputFileCalled
bool asg::AsgMetadataTool::m_beginInputFileCalled |
|
privateinherited |
Flag helping to discover when the tool misses the opening of the first input file.
Definition at line 126 of file AsgMetadataTool.h.
◆ m_detStore
◆ m_evtStore
◆ m_inputKey
std::string xAODMaker::TriggerMenuMetaDataTool::m_inputKey |
|
private |
◆ m_inputKeyJSON_BG
std::string xAODMaker::TriggerMenuMetaDataTool::m_inputKeyJSON_BG |
|
private |
◆ m_inputKeyJSON_HLT
std::string xAODMaker::TriggerMenuMetaDataTool::m_inputKeyJSON_HLT |
|
private |
◆ m_inputKeyJSON_HLTMonitoring
std::string xAODMaker::TriggerMenuMetaDataTool::m_inputKeyJSON_HLTMonitoring |
|
private |
◆ m_inputKeyJSON_HLTPS
std::string xAODMaker::TriggerMenuMetaDataTool::m_inputKeyJSON_HLTPS |
|
private |
◆ m_inputKeyJSON_L1
std::string xAODMaker::TriggerMenuMetaDataTool::m_inputKeyJSON_L1 |
|
private |
◆ m_inputKeyJSON_L1PS
std::string xAODMaker::TriggerMenuMetaDataTool::m_inputKeyJSON_L1PS |
|
private |
◆ m_inputMetaStore
◆ m_menu
◆ m_menuAux
◆ m_menuJSON_bg
◆ m_menuJSON_bgAux
◆ m_menuJSON_hlt
◆ m_menuJSON_hltAux
◆ m_menuJSON_hltmonitoring
◆ m_menuJSON_hltmonitoringAux
◆ m_menuJSON_hltps
◆ m_menuJSON_hltpsAux
◆ m_menuJSON_l1
◆ m_menuJSON_l1Aux
◆ m_menuJSON_l1ps
◆ m_menuJSON_l1psAux
◆ m_outputKey
std::string xAODMaker::TriggerMenuMetaDataTool::m_outputKey |
|
private |
◆ m_outputKeyJSON_BG
std::string xAODMaker::TriggerMenuMetaDataTool::m_outputKeyJSON_BG |
|
private |
◆ m_outputKeyJSON_HLT
std::string xAODMaker::TriggerMenuMetaDataTool::m_outputKeyJSON_HLT |
|
private |
◆ m_outputKeyJSON_HLTMonitoring
std::string xAODMaker::TriggerMenuMetaDataTool::m_outputKeyJSON_HLTMonitoring |
|
private |
◆ m_outputKeyJSON_HLTPS
std::string xAODMaker::TriggerMenuMetaDataTool::m_outputKeyJSON_HLTPS |
|
private |
◆ m_outputKeyJSON_L1
std::string xAODMaker::TriggerMenuMetaDataTool::m_outputKeyJSON_L1 |
|
private |
◆ m_outputKeyJSON_L1PS
std::string xAODMaker::TriggerMenuMetaDataTool::m_outputKeyJSON_L1PS |
|
private |
◆ m_outputMetaStore
◆ m_useIncidents
bool asg::AsgMetadataTool::m_useIncidents |
|
privateinherited |
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
#define ATH_MSG_VERBOSE(x)
virtual void setOwner(IDataHandleHolder *o)=0
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
const std::string & name(Level lvl)
Convenience function for translating message levels to strings.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
TriggerMenu_v1 TriggerMenu
Define the latest version of the trigger menu class.
#define ATH_MSG_WARNING(x)
TriggerMenuJson_v1 TriggerMenuJson
Define the latest version of the trigger menu JSON class.
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
size_type size() const noexcept
Returns the number of elements in the collection.
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>