ATLAS Offline Software
Event
xAOD
xAODTrigger
xAODTrigger
versions
CTPResultAuxInfo_v1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef XAODTRIGGER_VERSIONS_CTPRESULTAUXINFO_V1_H
6
#define XAODTRIGGER_VERSIONS_CTPRESULTAUXINFO_V1_H
7
8
// System include(s):
9
#include <cstdint>
10
#include <vector>
11
#include <string>
12
13
// EDM include(s):
14
#include "
xAODCore/AuxInfoBase.h
"
15
16
namespace
xAOD
{
17
25
class
CTPResultAuxInfo_v1
:
public
AuxInfoBase
{
26
27
public
:
29
CTPResultAuxInfo_v1
();
30
31
private
:
32
uint32_t
numberOfBunches
;
33
uint32_t
l1AcceptBunchPosition
;
34
uint32_t
turnCounter
;
35
uint32_t
numberOfAdditionalWords
;
36
uint32_t
ctpVersionNumber
;
37
std::vector< uint32_t >
dataWords
;
38
39
};
// class CTPResultAuxInfo_v1
40
41
}
// namespace xAOD
42
43
// Declare the inheritance of the type:
44
#include "
xAODCore/BaseInfo.h
"
45
SG_BASE
(
xAOD::CTPResultAuxInfo_v1
,
xAOD::AuxInfoBase
);
46
47
#endif // XAODTRIGGER_VERSIONS_CTPRESULTAUXINFO_V1_H
xAOD::AuxInfoBase
Common base class for auxiliary info objects.
Definition:
AuxInfoBase.h:49
xAOD::CTPResultAuxInfo_v1::turnCounter
uint32_t turnCounter
Definition:
CTPResultAuxInfo_v1.h:34
SG_BASE
SG_BASE(xAOD::CTPResultAuxInfo_v1, xAOD::AuxInfoBase)
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
AuxInfoBase.h
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::CTPResultAuxInfo_v1::CTPResultAuxInfo_v1
CTPResultAuxInfo_v1()
Default constuctor.
Definition:
CTPResultAuxInfo_v1.cxx:10
xAOD::CTPResultAuxInfo_v1::l1AcceptBunchPosition
uint32_t l1AcceptBunchPosition
Definition:
CTPResultAuxInfo_v1.h:33
xAOD::CTPResultAuxInfo_v1::numberOfBunches
uint32_t numberOfBunches
Definition:
CTPResultAuxInfo_v1.h:32
xAOD::CTPResultAuxInfo_v1
Auxiliary store for CTPResult_v1.
Definition:
CTPResultAuxInfo_v1.h:25
xAOD::CTPResultAuxInfo_v1::dataWords
std::vector< uint32_t > dataWords
Definition:
CTPResultAuxInfo_v1.h:37
xAOD::CTPResultAuxInfo_v1::numberOfAdditionalWords
uint32_t numberOfAdditionalWords
Definition:
CTPResultAuxInfo_v1.h:35
xAOD::CTPResultAuxInfo_v1::ctpVersionNumber
uint32_t ctpVersionNumber
Definition:
CTPResultAuxInfo_v1.h:36
Generated on Mon Sep 1 2025 21:08:39 for ATLAS Offline Software by
1.8.18