ATLAS Offline Software
HIEventShapeAuxContainer_v1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef XAODHIEVENT_VERSIONS_HIEVENTSHAPEAUXCONTAINER_V1_H
6 #define XAODHIEVENT_VERSIONS_HIEVENTSHAPEAUXCONTAINER_V1_H
7 
8 
9 #include <vector>
11 
12 namespace xAOD {
13 
15 
16  public:
19 
20  private:
21 
23  std::vector<float> Et;
24  std::vector<float> area;
25  std::vector<float> rho;
26  std::vector<int> nCells;
27 
29  std::vector<std::vector<float> > Et_cos;
30  std::vector<std::vector<float> > Et_sin;
31 
33  std::vector<float> etaMin;
34  std::vector<float> etaMax;
35  std::vector<int> layer;
36 
37  }; // class HIEventShapeAuxContainer_v1
38 
39 } // namespace xAOD
40 #include "xAODCore/BaseInfo.h"
42 #endif // XAODEVENTINFO_VERSIONS_EVENTINFOAUXCONTAINER_V1_H
xAOD::HIEventShapeAuxContainer_v1::nCells
std::vector< int > nCells
Definition: HIEventShapeAuxContainer_v1.h:26
xAOD::HIEventShapeAuxContainer_v1::Et_cos
std::vector< std::vector< float > > Et_cos
Harmonic modulation.
Definition: HIEventShapeAuxContainer_v1.h:29
xAOD::HIEventShapeAuxContainer_v1::Et
std::vector< float > Et
Energy density information.
Definition: HIEventShapeAuxContainer_v1.h:23
xAOD::HIEventShapeAuxContainer_v1
Definition: HIEventShapeAuxContainer_v1.h:14
xAOD::HIEventShapeAuxContainer_v1::etaMax
std::vector< float > etaMax
Definition: HIEventShapeAuxContainer_v1.h:34
xAOD::HIEventShapeAuxContainer_v1::rho
std::vector< float > rho
Definition: HIEventShapeAuxContainer_v1.h:25
SG_BASE
SG_BASE(xAOD::HIEventShapeAuxContainer_v1, xAOD::AuxContainerBase)
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
xAOD::HIEventShapeAuxContainer_v1::etaMin
std::vector< float > etaMin
Information about slice.
Definition: HIEventShapeAuxContainer_v1.h:33
xAOD::HIEventShapeAuxContainer_v1::Et_sin
std::vector< std::vector< float > > Et_sin
Definition: HIEventShapeAuxContainer_v1.h:30
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::HIEventShapeAuxContainer_v1::HIEventShapeAuxContainer_v1
HIEventShapeAuxContainer_v1()
Default constructor.
Definition: HIEventShapeAuxContainer_v1.cxx:12
xAOD::HIEventShapeAuxContainer_v1::layer
std::vector< int > layer
Definition: HIEventShapeAuxContainer_v1.h:35
xAOD::HIEventShapeAuxContainer_v1::area
std::vector< float > area
Definition: HIEventShapeAuxContainer_v1.h:24