ATLAS Offline Software
Macros
Property.cxx File Reference
#include <iostream>
#include "AsgTools/Property.h"
#include "AsgMessaging/StatusCode.h"
Include dependency graph for Property.cxx:

Go to the source code of this file.

Macros

#define DECLARE_TYPE(TYPE, NAME)
 Macro used in implementing the type->name translation function. More...
 

Macro Definition Documentation

◆ DECLARE_TYPE

#define DECLARE_TYPE (   TYPE,
  NAME 
)
Value:
case TYPE: \
{ \
static const std::string n( NAME ); \
return n; \
} \
break

Macro used in implementing the type->name translation function.

Definition at line 14 of file Property.cxx.

beamspotman.n
n
Definition: beamspotman.py:731
TYPE
#define TYPE(CODE, TYP, IOTYP)