Value:
xAOD::IParticle::auxdata< TYPE >( const std::string& name, \
const std::string& clsname = "" ); \
xAOD::IParticle::auxdata< TYPE >( const std::string& name, \
const std::string& clsname = "" ) const; \
template bool \
xAOD::IParticle::isAvailable< TYPE >( const std::string& name, \
const std::string& clsname =
"" )
const
#define TYPE(CODE, TYP, IOTYP)
Helper macro for instantiating all the template functions that we need a dictionary for.
Definition at line 40 of file xAODBaseDict.h.
40#define INST_AUXFUNC( TYPE ) \
41 template TYPE& \
42 xAOD::IParticle::auxdata< TYPE >( const std::string& name, \
43 const std::string& clsname = "" ); \
44 template const TYPE& \
45 xAOD::IParticle::auxdata< TYPE >( const std::string& name, \
46 const std::string& clsname = "" ) const; \
47 template bool \
48 xAOD::IParticle::isAvailable< TYPE >( const std::string& name, \
49 const std::string& clsname = "" ) const