ATLAS Offline Software
Loading...
Searching...
No Matches
SectorLogicCandDataAuxContainer_v1.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Local include(s):
7
8namespace xAOD {
9
12
13 AUX_VARIABLE( candWord ); // First 32-bit information for candidate (pT val, charge, eta, phi)
14 AUX_VARIABLE( candExtraWord ); // Remaining 32-bit information for candidate (pt threshold, MDT flags, coincidence flags, exotic trigger, TCID)
15 AUX_VARIABLE( boardID ); // Information on what board the candidate is coming from
16 AUX_VARIABLE( fiberID ); // Information on the link number between SL and MUCTPI
17 AUX_VARIABLE( veto ); // Veto information needed for MUCTPI simulation
18 AUX_VARIABLE( BCIDOffset ); // BCID offset needed for MUCTPI simulation
19 }
20
21} // namespace xAOD
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition AuxVariable.h:23
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.