ATLAS Offline Software
Loading...
Searching...
No Matches
MuonEnumString_v1.cxx File Reference
Include dependency graph for MuonEnumString_v1.cxx:

Go to the source code of this file.

Namespaces

namespace  xAOD
 ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.

Macros

#define RETURN_CASE(num)

Macro Definition Documentation

◆ RETURN_CASE

#define RETURN_CASE ( num)
Value:
case num: return #num; \

Definition at line 6 of file MuonEnumString_v1.cxx.

6#define RETURN_CASE(num) \
7 case num: return #num; \
8