ATLAS Offline Software
Loading...
Searching...
No Matches
NSWCandDataAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODL0MUONCAND_VERSION_NSWCANDDATAUXCONTAINER_V1_H
6#define XAODL0MUONCAND_VERSION_NSWCANDDATAUXCONTAINER_V1_H
7
8#include <vector>
9
12
13namespace xAOD {
14
17 public:
20
21 private:
22
24 std::vector<uint16_t> bcid {};
26 std::vector<uint8_t> nSegments {};
28 std::vector<uint8_t> overflow {};
30 std::vector<uint8_t> fiberId {};
32 std::vector<uint8_t> boardId {};
35 std::vector<uint32_t> segmentWord {};
36
37 };
38}
39
40// Set up the StoreGate inheritance for the class:
41#include "xAODCore/BaseInfo.h"
43
44#endif // XAODL0MUONCAND_VERSION_NSWCANDDATAUXCONTAINER_V1_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
Auxiliary store for NSW candidate data.
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.