ATLAS Offline Software
Event
xAOD
xAODTrigger
xAODTrigger
versions
EnergySumRoIAuxInfo_v1.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: EnergySumRoIAuxInfo_v1.h 631149 2014-11-26 12:26:18Z krasznaa $
8
#ifndef XAODTRIGGER_VERSIONS_ENERGYSUMROIAUXINFO_V1_H
9
#define XAODTRIGGER_VERSIONS_ENERGYSUMROIAUXINFO_V1_H
10
11
// System include(s):
12
extern
"C"
{
13
# include <stdint.h>
14
}
15
#include <vector>
16
#include <string>
17
18
// EDM include(s):
19
#include "
xAODCore/AuxInfoBase.h
"
20
21
namespace
xAOD
{
22
34
class
EnergySumRoIAuxInfo_v1
:
public
AuxInfoBase
{
35
36
public
:
38
EnergySumRoIAuxInfo_v1
();
39
40
private
:
41
uint32_t
roiWord0
;
42
uint32_t
roiWord1
;
43
uint32_t
roiWord2
;
44
45
std::vector< std::string >
thrNames
;
46
47
float
energyX
;
48
float
energyY
;
49
float
energyT
;
50
51
};
// class EnergySumRoIAuxInfo_v1
52
53
}
// namespace xAOD
54
55
// Declare the inheritance of the type:
56
#include "
xAODCore/BaseInfo.h
"
57
SG_BASE
(
xAOD::EnergySumRoIAuxInfo_v1
,
xAOD::AuxInfoBase
);
58
59
#endif // XAODTRIGGER_VERSIONS_ENERGYSUMROIAUXINFO_V1_H
xAOD::AuxInfoBase
Common base class for auxiliary info objects.
Definition:
AuxInfoBase.h:49
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
AuxInfoBase.h
xAOD::EnergySumRoIAuxInfo_v1::energyT
float energyT
Definition:
EnergySumRoIAuxInfo_v1.h:49
xAOD::EnergySumRoIAuxInfo_v1
Auxiliary store for an EnergySum RoI object.
Definition:
EnergySumRoIAuxInfo_v1.h:34
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::EnergySumRoIAuxInfo_v1::roiWord1
uint32_t roiWord1
Definition:
EnergySumRoIAuxInfo_v1.h:42
xAOD::EnergySumRoIAuxInfo_v1::EnergySumRoIAuxInfo_v1
EnergySumRoIAuxInfo_v1()
Default constuctor.
Definition:
EnergySumRoIAuxInfo_v1.cxx:12
SG_BASE
SG_BASE(xAOD::EnergySumRoIAuxInfo_v1, xAOD::AuxInfoBase)
xAOD::EnergySumRoIAuxInfo_v1::thrNames
std::vector< std::string > thrNames
Definition:
EnergySumRoIAuxInfo_v1.h:45
xAOD::EnergySumRoIAuxInfo_v1::roiWord2
uint32_t roiWord2
Definition:
EnergySumRoIAuxInfo_v1.h:43
xAOD::EnergySumRoIAuxInfo_v1::energyY
float energyY
Definition:
EnergySumRoIAuxInfo_v1.h:48
xAOD::EnergySumRoIAuxInfo_v1::roiWord0
uint32_t roiWord0
Definition:
EnergySumRoIAuxInfo_v1.h:41
xAOD::EnergySumRoIAuxInfo_v1::energyX
float energyX
Definition:
EnergySumRoIAuxInfo_v1.h:47
Generated on Thu Nov 7 2024 21:14:48 for ATLAS Offline Software by
1.8.18