ATLAS Offline Software
EnergySumRoIAuxInfo_v2.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_v2.h 631149 2014-11-26 12:26:18Z krasznaa $
8 #ifndef XAODTRIGGER_VERSIONS_ENERGYSUMROIAUXINFO_V2_H
9 #define XAODTRIGGER_VERSIONS_ENERGYSUMROIAUXINFO_V2_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:
47 
48  std::vector< std::string > thrNames;
49 
50  float energyX;
51  float energyY;
52  float energyT;
56 
57  }; // class EnergySumRoIAuxInfo_v2
58 
59 } // namespace xAOD
60 
61 // Declare the inheritance of the type:
62 #include "xAODCore/BaseInfo.h"
64 
65 #endif // XAODTRIGGER_VERSIONS_EnergySumRoIAuxInfo_v2_H
xAOD::AuxInfoBase
Common base class for auxiliary info objects.
Definition: AuxInfoBase.h:49
xAOD::EnergySumRoIAuxInfo_v2::roiWord1
uint32_t roiWord1
Definition: EnergySumRoIAuxInfo_v2.h:42
xAOD::EnergySumRoIAuxInfo_v2::roiWord0
uint32_t roiWord0
Definition: EnergySumRoIAuxInfo_v2.h:41
xAOD::EnergySumRoIAuxInfo_v2::energyT
float energyT
Definition: EnergySumRoIAuxInfo_v2.h:52
xAOD::EnergySumRoIAuxInfo_v2::roiWord4
uint32_t roiWord4
Definition: EnergySumRoIAuxInfo_v2.h:45
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::EnergySumRoIAuxInfo_v2::energyY
float energyY
Definition: EnergySumRoIAuxInfo_v2.h:51
xAOD::EnergySumRoIAuxInfo_v2::EnergySumRoIAuxInfo_v2
EnergySumRoIAuxInfo_v2()
Default constuctor.
Definition: EnergySumRoIAuxInfo_v2.cxx:12
xAOD::EnergySumRoIAuxInfo_v2
Auxiliary store for an EnergySum RoI object.
Definition: EnergySumRoIAuxInfo_v2.h:34
xAOD::EnergySumRoIAuxInfo_v2::thrNames
std::vector< std::string > thrNames
Definition: EnergySumRoIAuxInfo_v2.h:48
xAOD::EnergySumRoIAuxInfo_v2::roiWord5
uint32_t roiWord5
Definition: EnergySumRoIAuxInfo_v2.h:46
xAOD::EnergySumRoIAuxInfo_v2::energyTRestricted
float energyTRestricted
Definition: EnergySumRoIAuxInfo_v2.h:55
xAOD::EnergySumRoIAuxInfo_v2::energyXRestricted
float energyXRestricted
Definition: EnergySumRoIAuxInfo_v2.h:53
xAOD::EnergySumRoIAuxInfo_v2::roiWord3
uint32_t roiWord3
Definition: EnergySumRoIAuxInfo_v2.h:44
xAOD::EnergySumRoIAuxInfo_v2::energyYRestricted
float energyYRestricted
Definition: EnergySumRoIAuxInfo_v2.h:54
SG_BASE
SG_BASE(xAOD::EnergySumRoIAuxInfo_v2, xAOD::AuxInfoBase)
xAOD::EnergySumRoIAuxInfo_v2::roiWord2
uint32_t roiWord2
Definition: EnergySumRoIAuxInfo_v2.h:43
xAOD::EnergySumRoIAuxInfo_v2::energyX
float energyX
Definition: EnergySumRoIAuxInfo_v2.h:50