ATLAS Offline Software
Loading...
Searching...
No Matches
NSWCandDataAuxContainer_v1.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
6
7namespace {
8 static const std::string preFixStr{"L0Mu_"};
9}
10
11namespace xAOD {
23}
#define PRD_AUXVARIABLE(VAR)
Macro to declare the variables belonging to the AuxElementContainer.
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition AuxVariable.h:23
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
std::vector< uint16_t > bcid
Bunch crossing ID (12 bits, bit order [11:0]).
std::vector< uint8_t > overflow
Overflow flag in case that there are more segments than 8 (1 bit, bit order [15]).
std::vector< uint8_t > nSegments
Number of segments from NSW to SL (3 bits, bit order [14:12]).
std::vector< uint8_t > fiberId
Fiber ID (4 bits, bit order [19:16]).
std::vector< uint32_t > segmentWord
The attributes of each segment are packed in a 32-bit word.
std::vector< uint8_t > boardId
Board ID (7 bits, bit order [26:20]).
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.