ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Event
xAOD
xAODEventInfo
xAODEventInfo
versions
EventAuxInfo_v2.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef XAODEVENTINFO_VERSIONS_EVENTAUXINFO_V2_H
8
#define XAODEVENTINFO_VERSIONS_EVENTAUXINFO_V2_H
9
10
// System include(s):
11
#include <stdint.h>
12
#include <vector>
13
#include <string>
14
15
// EDM include(s):
16
#include "
xAODCore/AuxInfoBase.h
"
17
#include "
CxxUtils/ConcurrentBitset.h
"
18
19
namespace
xAOD
{
20
28
class
EventAuxInfo_v2
:
public
AuxInfoBase
{
29
30
public
:
32
EventAuxInfo_v2
();
33
34
43
virtual
void
*
getDecoration
(
SG::auxid_t
auxid,
44
size_t
size
,
45
size_t
capacity)
override
;
46
47
52
virtual
bool
isDecoration
(
auxid_t
auxid)
const override
;
53
54
59
virtual
void
lockDecoration
(
SG::auxid_t
auxid)
override
;
60
61
69
virtual
void
toTransient
(
const
EventContext& ctx )
override
;
70
void
toTransient
( );
// temporary; for use from read rules
71
72
75
uint32_t
runNumber
;
76
uint64_t
eventNumber
;
77
uint32_t
lumiBlock
;
78
uint32_t
timeStamp
;
79
uint32_t
timeStampNSOffset
;
80
uint32_t
bcid
;
81
uint32_t
detectorMask0
;
82
uint32_t
detectorMask1
;
83
uint32_t
detectorMask2
;
84
uint32_t
detectorMask3
;
86
89
std::vector< std::pair< std::string, std::string > >
detDescrTags
;
90
uint32_t
eventTypeBitmask
;
92
95
uint32_t
statusElement
;
96
uint32_t
extendedLevel1ID
;
97
uint16_t
level1TriggerType
;
98
std::vector< std::string >
streamTagNames
;
99
std::vector< std::string >
streamTagTypes
;
100
std::vector< char >
streamTagObeysLumiblock
;
102
105
uint32_t
pixelFlags
;
106
uint32_t
sctFlags
;
107
uint32_t
trtFlags
;
108
uint32_t
larFlags
;
109
uint32_t
tileFlags
;
110
uint32_t
muonFlags
;
111
uint32_t
forwardDetFlags
;
112
uint32_t
coreFlags
;
113
uint32_t
backgroundFlags
;
114
uint32_t
lumiFlags
;
116
119
float
beamPosX
;
120
float
beamPosY
;
121
float
beamPosZ
;
122
float
beamPosSigmaX
;
123
float
beamPosSigmaY
;
124
float
beamPosSigmaZ
;
125
float
beamPosSigmaXY
;
126
float
beamTiltXZ
;
127
float
beamTiltYZ
;
128
uint32_t
beamStatus
;
130
131
136
CxxUtils::ConcurrentBitset
m_decorFlags
;
137
138
};
// class EventAuxInfo_v2
139
140
}
// namespace xAOD
141
142
// Declare the inheritance of the type:
143
#include "
xAODCore/BaseInfo.h
"
144
SG_BASE
(
xAOD::EventAuxInfo_v2
,
xAOD::AuxInfoBase
);
145
146
#endif
// XAODEVENTINFO_VERSIONS_EVENTAUXINFO_V2_H
AuxInfoBase.h
ConcurrentBitset.h
Variable-sized bitset allowing (mostly) concurrent access.
SG_BASE
#define SG_BASE(D, B)
Declare that class D derives from class B.
Definition
Control/AthenaKernel/AthenaKernel/BaseInfo.h:243
BaseInfo.h
xAOD::AuxInfoBase
Common base class for auxiliary info objects.
Definition
AuxInfoBase.h:45
xAOD::AuxInfoBase::size
virtual size_t size() const override
Get the size of the container.
Definition
AuxInfoBase.cxx:417
xAOD::AuxInfoBase::AuxInfoBase
AuxInfoBase(bool allowDynamicVars=true)
Default constructor.
Definition
AuxInfoBase.cxx:26
xAOD::AuxInfoBase::auxid_t
SG::auxid_t auxid_t
The aux ID type definition.
Definition
AuxInfoBase.h:49
xAOD::EventAuxInfo_v2
Auxiliary information about the event.
Definition
EventAuxInfo_v2.h:28
xAOD::EventAuxInfo_v2::streamTagTypes
std::vector< std::string > streamTagTypes
Definition
EventAuxInfo_v2.h:99
xAOD::EventAuxInfo_v2::lumiBlock
uint32_t lumiBlock
Definition
EventAuxInfo_v2.h:77
xAOD::EventAuxInfo_v2::muonFlags
uint32_t muonFlags
Definition
EventAuxInfo_v2.h:110
xAOD::EventAuxInfo_v2::pixelFlags
uint32_t pixelFlags
Definition
EventAuxInfo_v2.h:105
xAOD::EventAuxInfo_v2::detectorMask1
uint32_t detectorMask1
Definition
EventAuxInfo_v2.h:82
xAOD::EventAuxInfo_v2::lumiFlags
uint32_t lumiFlags
Definition
EventAuxInfo_v2.h:114
xAOD::EventAuxInfo_v2::eventNumber
uint64_t eventNumber
Definition
EventAuxInfo_v2.h:76
xAOD::EventAuxInfo_v2::statusElement
uint32_t statusElement
Definition
EventAuxInfo_v2.h:95
xAOD::EventAuxInfo_v2::beamPosX
float beamPosX
Definition
EventAuxInfo_v2.h:119
xAOD::EventAuxInfo_v2::timeStamp
uint32_t timeStamp
Definition
EventAuxInfo_v2.h:78
xAOD::EventAuxInfo_v2::runNumber
uint32_t runNumber
Definition
EventAuxInfo_v2.h:75
xAOD::EventAuxInfo_v2::detectorMask0
uint32_t detectorMask0
Definition
EventAuxInfo_v2.h:81
xAOD::EventAuxInfo_v2::detectorMask2
uint32_t detectorMask2
Definition
EventAuxInfo_v2.h:83
xAOD::EventAuxInfo_v2::backgroundFlags
uint32_t backgroundFlags
Definition
EventAuxInfo_v2.h:113
xAOD::EventAuxInfo_v2::isDecoration
virtual bool isDecoration(auxid_t auxid) const override
Test if a particular variable is tagged as a decoration.
Definition
EventAuxInfo_v2.cxx:134
xAOD::EventAuxInfo_v2::level1TriggerType
uint16_t level1TriggerType
Definition
EventAuxInfo_v2.h:97
xAOD::EventAuxInfo_v2::beamPosSigmaXY
float beamPosSigmaXY
Definition
EventAuxInfo_v2.h:125
xAOD::EventAuxInfo_v2::beamPosY
float beamPosY
Definition
EventAuxInfo_v2.h:120
xAOD::EventAuxInfo_v2::beamPosSigmaX
float beamPosSigmaX
Definition
EventAuxInfo_v2.h:122
xAOD::EventAuxInfo_v2::streamTagObeysLumiblock
std::vector< char > streamTagObeysLumiblock
Definition
EventAuxInfo_v2.h:100
xAOD::EventAuxInfo_v2::toTransient
void toTransient()
Definition
EventAuxInfo_v2.cxx:172
xAOD::EventAuxInfo_v2::forwardDetFlags
uint32_t forwardDetFlags
Definition
EventAuxInfo_v2.h:111
xAOD::EventAuxInfo_v2::EventAuxInfo_v2
EventAuxInfo_v2()
Default constructor.
Definition
EventAuxInfo_v2.cxx:11
xAOD::EventAuxInfo_v2::coreFlags
uint32_t coreFlags
Definition
EventAuxInfo_v2.h:112
xAOD::EventAuxInfo_v2::lockDecoration
virtual void lockDecoration(SG::auxid_t auxid) override
Lock a decoration.
Definition
EventAuxInfo_v2.cxx:148
xAOD::EventAuxInfo_v2::getDecoration
virtual void * getDecoration(SG::auxid_t auxid, size_t size, size_t capacity) override
Return the data vector for one aux data decoration item.
Definition
EventAuxInfo_v2.cxx:118
xAOD::EventAuxInfo_v2::tileFlags
uint32_t tileFlags
Definition
EventAuxInfo_v2.h:109
xAOD::EventAuxInfo_v2::beamTiltXZ
float beamTiltXZ
Definition
EventAuxInfo_v2.h:126
xAOD::EventAuxInfo_v2::detDescrTags
std::vector< std::pair< std::string, std::string > > detDescrTags
Definition
EventAuxInfo_v2.h:89
xAOD::EventAuxInfo_v2::beamPosSigmaZ
float beamPosSigmaZ
Definition
EventAuxInfo_v2.h:124
xAOD::EventAuxInfo_v2::sctFlags
uint32_t sctFlags
Definition
EventAuxInfo_v2.h:106
xAOD::EventAuxInfo_v2::larFlags
uint32_t larFlags
Definition
EventAuxInfo_v2.h:108
xAOD::EventAuxInfo_v2::beamPosSigmaY
float beamPosSigmaY
Definition
EventAuxInfo_v2.h:123
xAOD::EventAuxInfo_v2::m_decorFlags
CxxUtils::ConcurrentBitset m_decorFlags
Keep track of the event status flags.
Definition
EventAuxInfo_v2.h:136
xAOD::EventAuxInfo_v2::beamPosZ
float beamPosZ
Definition
EventAuxInfo_v2.h:121
xAOD::EventAuxInfo_v2::extendedLevel1ID
uint32_t extendedLevel1ID
Definition
EventAuxInfo_v2.h:96
xAOD::EventAuxInfo_v2::trtFlags
uint32_t trtFlags
Definition
EventAuxInfo_v2.h:107
xAOD::EventAuxInfo_v2::beamStatus
uint32_t beamStatus
Definition
EventAuxInfo_v2.h:128
xAOD::EventAuxInfo_v2::streamTagNames
std::vector< std::string > streamTagNames
Definition
EventAuxInfo_v2.h:98
xAOD::EventAuxInfo_v2::beamTiltYZ
float beamTiltYZ
Definition
EventAuxInfo_v2.h:127
xAOD::EventAuxInfo_v2::bcid
uint32_t bcid
Definition
EventAuxInfo_v2.h:80
xAOD::EventAuxInfo_v2::eventTypeBitmask
uint32_t eventTypeBitmask
Definition
EventAuxInfo_v2.h:90
xAOD::EventAuxInfo_v2::timeStampNSOffset
uint32_t timeStampNSOffset
Definition
EventAuxInfo_v2.h:79
xAOD::EventAuxInfo_v2::detectorMask3
uint32_t detectorMask3
Definition
EventAuxInfo_v2.h:84
CxxUtils::ConcurrentBitset
ConcurrentBitset(bit_t nbits=0)
Constructor.
SG::auxid_t
size_t auxid_t
Identifier for a particular aux data item.
Definition
AuxTypes.h:27
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition
ICaloAffectedTool.h:24
xAOD::uint64_t
uint64_t
Definition
EventInfo_v1.cxx:123
xAOD::uint16_t
setWord1 uint16_t
Definition
eFexEMRoI_v1.cxx:93
xAOD::uint32_t
setEventNumber uint32_t
Definition
EventInfo_v1.cxx:127
Generated on
for ATLAS Offline Software by
1.17.0