7#if !(defined(GENERATIONBASE) || defined(SIMULATIONBASE))
16#define LOAD_DICTIONARY( name ) do { TClass* cl = TClass::GetClass( name ); \
17 if( ( ! cl ) || ( ! cl->IsLoaded() ) ) { ATH_MSG_ERROR( "Couldn't load dictionary for type: " << name ); } } while(0)
23 const std::string& key )
30 LOAD_DICTIONARY(
"std::vector<ElementLink<DataVector<xAOD::MuonSegment_v1> > >" );
31 LOAD_DICTIONARY(
"std::vector<std::vector<ElementLink<DataVector<xAOD::MuonSegment_v1> > > >" );
32 LOAD_DICTIONARY(
"std::vector<ElementLink<DataVector<xAOD::BTagging_v1> > >" );
virtual xAOD::JetTrigAuxContainer * createPersistentWithKey(xAOD::JetTrigAuxContainer *trans, const std::string &key) override
virtual xAOD::JetTrigAuxContainer * createPersistentWithKey(xAOD::JetTrigAuxContainer *trans, const std::string &key)
Function preparing the container to be written out.
JetTrigAuxContainer_v2 JetTrigAuxContainer
Definition of the current jet trigger auxiliary container.
#define LOAD_DICTIONARY(name)