15#define LOAD_DICTIONARY( name ) do { TClass* cl = TClass::GetClass( name ); \
16 if( ( ! cl ) || ( ! cl->IsLoaded() ) ) { ATH_MSG_ERROR( "Couldn't load dictionary for type: " << name ); } } while(0)
22 const std::string& key)
29 LOAD_DICTIONARY(
"std::vector<ElementLink<DataVector<xAOD::TrackParticle_v1> >" );
virtual xAOD::TrigBphysAuxContainer * createPersistentWithKey(xAOD::TrigBphysAuxContainer *trans, const std::string &key) override
virtual xAOD::TrigBphysAuxContainer * createPersistentWithKey(xAOD::TrigBphysAuxContainer *trans, const std::string &key) override
Function preparing the container to be written out.
TrigBphysAuxContainer_v1 TrigBphysAuxContainer
#define LOAD_DICTIONARY(name)