ATLAS Offline Software
HIEventShapeAuxContainer_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: HIEventShapeAuxContainer_v2.h 693494 2015-09-07 14:59:45Z krasznaa $
8 #ifndef XAODHIEVENT_VERSIONS_HIEVENTSHAPEAUXCONTAINER_V2_H
9 #define XAODHIEVENT_VERSIONS_HIEVENTSHAPEAUXCONTAINER_V2_H
10 
11 // System include(s):
12 #include <vector>
13 
14 // xAOD include(s):
16 
17 namespace xAOD {
18 
32 
33  public:
36 
37  private:
40  std::vector< float > et;
41  std::vector< float > area;
42  std::vector< float > rho;
43  std::vector< int > nCells;
45 
48  std::vector< std::vector< float > > etCos;
49  std::vector< std::vector< float > > etSin;
51 
54  std::vector< float > etaMin;
55  std::vector< float > etaMax;
56  std::vector< int > layer;
58 
59  }; // class HIEventShapeAuxContainer_v2
60 
61 } // namespace xAOD
62 
63 // Declare xAOD::AuxContainerBase as a base of the class:
64 #include "xAODCore/BaseInfo.h"
66 
67 #endif // XAODHIEVENT_VERSIONS_HIEVENTSHAPEAUXCONTAINER_V2_H
xAOD::HIEventShapeAuxContainer_v2::nCells
std::vector< int > nCells
Definition: HIEventShapeAuxContainer_v2.h:43
xAOD::HIEventShapeAuxContainer_v2::layer
std::vector< int > layer
Definition: HIEventShapeAuxContainer_v2.h:56
AuxContainerBase.h
xAOD::HIEventShapeAuxContainer_v2::rho
std::vector< float > rho
Definition: HIEventShapeAuxContainer_v2.h:42
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::HIEventShapeAuxContainer_v2
Auxiliary store for xAOD::HIEventShape_v2.
Definition: HIEventShapeAuxContainer_v2.h:31
xAOD::HIEventShapeAuxContainer_v2::et
std::vector< float > et
Definition: HIEventShapeAuxContainer_v2.h:40
xAOD::HIEventShapeAuxContainer_v2::etaMin
std::vector< float > etaMin
Definition: HIEventShapeAuxContainer_v2.h:54
xAOD::HIEventShapeAuxContainer_v2::area
std::vector< float > area
Definition: HIEventShapeAuxContainer_v2.h:41
xAOD::HIEventShapeAuxContainer_v2::HIEventShapeAuxContainer_v2
HIEventShapeAuxContainer_v2()
Default constructor.
Definition: HIEventShapeAuxContainer_v2.cxx:12
SG_BASE
SG_BASE(xAOD::HIEventShapeAuxContainer_v2, xAOD::AuxContainerBase)
xAOD::HIEventShapeAuxContainer_v2::etSin
std::vector< std::vector< float > > etSin
Definition: HIEventShapeAuxContainer_v2.h:49
xAOD::HIEventShapeAuxContainer_v2::etCos
std::vector< std::vector< float > > etCos
Definition: HIEventShapeAuxContainer_v2.h:48
xAOD::HIEventShapeAuxContainer_v2::etaMax
std::vector< float > etaMax
Definition: HIEventShapeAuxContainer_v2.h:55