12#define LOAD_DICTIONARY( name ) do { TClass* cl = TClass::GetClass( name ); \
13 if( ( ! cl ) || ( ! cl->IsLoaded() ) ) { ATH_MSG_ERROR( "Couldn't load dictionary for type: " << name ); } } while(0)
19 const std::string& key )
21#if !(defined(GENERATIONBASE) || defined(SIMULATIONBASE))
27 LOAD_DICTIONARY(
"std::vector<ElementLink<DataVector<xAOD::MuonSegment_v1> > >" );
28 LOAD_DICTIONARY(
"std::vector<std::vector<ElementLink<DataVector<xAOD::MuonSegment_v1> > > >" );
29 LOAD_DICTIONARY(
"std::vector<ElementLink<DataVector<xAOD::BTagging_v1> > >" );
virtual xAOD::JetAuxContainer * createPersistentWithKey(xAOD::JetAuxContainer *trans, const std::string &key) override
virtual xAOD::JetAuxContainer * createPersistentWithKey(xAOD::JetAuxContainer *trans, const std::string &key) override
Function preparing the container to be written out.
JetAuxContainer_v1 JetAuxContainer
Definition of the current jet auxiliary container.
#define LOAD_DICTIONARY(name)