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 | DECLARE_ENUM_OSTREAM(enumType) |
| | Helper macro to declare the ostream operator foe the various muon enum.
|
◆ DECLARE_ENUM_OSTREAM
| #define DECLARE_ENUM_OSTREAM |
( |
| enumType | ) |
|
Value:static std::string_view toString(const enumType obj); \
\
inline friend std::ostream&
operator<<(std::ostream& ostr, \
const enumType obj) { \
return (ostr<<toString(obj)); \
} \
std::ostream & operator<<(std::ostream &lhs, const TestGaudiProperty &rhs)
Helper macro to declare the ostream operator foe the various muon enum.
Definition at line 32 of file Muon_v1.h.
32#define DECLARE_ENUM_OSTREAM(enumType) \
33 static std::string_view toString(const enumType obj); \
34 \
35 inline friend std::ostream& operator<<(std::ostream& ostr, \
36 const enumType obj) { \
37 return (ostr<<toString(obj)); \
38 } \
39
◆ DATAVECTOR_BASE()