Go to the source code of this file.
|
| namespace | xAOD |
| | ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
|
|
| #define | MC_PID_HELPER(TYPE, FNAME) |
| | Helper macro to implement the functions that rely in functions from MC:: namespace.
|
◆ MC_PID_HELPER
| #define MC_PID_HELPER |
( |
| TYPE, |
|
|
| FNAME ) |
Value: TYPE TruthParticle_v1::FNAME()
const { \
return MC::FNAME( pdgId() ); \
}
#define TYPE(CODE, TYP, IOTYP)
Helper macro to implement the functions that rely in functions from MC:: namespace.
Definition at line 251 of file TruthParticle_v1.cxx.
251#define MC_PID_HELPER( TYPE, FNAME ) \
252 TYPE TruthParticle_v1::FNAME() const { \
253 return MC::FNAME( pdgId() ); \
254 }