ATLAS Offline Software
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 
35 
36  public:
39 
40  private:
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"
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