ATLAS Offline Software
Loading...
Searching...
No Matches
NRPCRDOAuxContainer_v1.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
6namespace {
7 static const std::string preFixStr{"MuonRdo_"};
8}
9#define RDO_AUXVARIABLE(VAR) \
10 do { \
11 static const std::string varName =preFixStr+#VAR; \
12 static const auxid_t auxid = getAuxID(varName, VAR); \
13 regAuxVar(auxid, varName, VAR); \
14 } while (false);
15
16
17namespace xAOD {
28}
29#undef RDO_AUXVARIABLE
#define RDO_AUXVARIABLE(VAR)
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
NRPCRDOAuxContainer_v1()
Default constructor.
std::vector< uint16_t > subdetector
std::vector< uint16_t > tdcsector
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.