ATLAS Offline Software
Loading...
Searching...
No Matches
TgcL0RootOutputAlg.h File Reference
Include dependency graph for TgcL0RootOutputAlg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  L0Muon::TgcL0RootOutputAlg
 MuonTester backend for event-level TGC truth-validation data. More...

Namespaces

namespace  L0Muon

Macros

#define TGCL0_VECTOR_BRANCH(TYPE, MEMBER, NAME)

Macro Definition Documentation

◆ TGCL0_VECTOR_BRANCH

#define TGCL0_VECTOR_BRANCH ( TYPE,
MEMBER,
NAME )
Value:
MuonVal::VectorBranch<TYPE>& MEMBER{m_tree.newVector<TYPE>(NAME)}
#define TYPE(CODE, TYP, IOTYP)

Definition at line 51 of file TgcL0RootOutputAlg.h.

51#define TGCL0_VECTOR_BRANCH(TYPE, MEMBER, NAME) \
52 MuonVal::VectorBranch<TYPE>& MEMBER{m_tree.newVector<TYPE>(NAME)}