ATLAS Offline Software
Loading...
Searching...
No Matches
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
17namespace 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
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
Auxiliary store for xAOD::HIEventShape_v2.
std::vector< std::vector< float > > etCos
std::vector< std::vector< float > > etSin
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.