ATLAS Offline Software
Loading...
Searching...
No Matches
NSWMMTPRDOAuxContainer_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
6
7namespace {
8 static const std::string preFixStr {"NSWMMTP_"};
9}
10#define TPAUX_VARIABLE(VAR) \
11 do { \
12 static const std::string varName =preFixStr+#VAR; \
13 static const auxid_t auxid = getAuxID(varName, VAR); \
14 regAuxVar(auxid, varName, VAR); \
15 } while (false);
16
17namespace xAOD {
58}
59#undef TPAUX_VARIABLE
#define TPAUX_VARIABLE(VAR)
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
std::vector< uint16_t > l1a_window_close_offset
std::vector< std::vector< uint8_t > > trig_ROI_rID
std::vector< std::vector< uint16_t > > trig_globalU
std::vector< std::vector< uint8_t > > trig_dTheta
std::vector< std::vector< uint8_t > > art_layer
std::vector< uint16_t > l1a_window_open_offset
std::vector< std::vector< uint16_t > > art_BCID
std::vector< std::vector< uint16_t > > trig_globalX
std::vector< std::vector< uint16_t > > trig_BCID
std::vector< uint16_t > l1a_window_center_offset
std::vector< std::vector< uint8_t > > trig_ROI_phiID
std::vector< std::vector< uint16_t > > art_channel
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.