ATLAS Offline Software
Loading...
Searching...
No Matches
CaloClusterAuxContainer_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: CaloClusterAuxContainer_v1.h 628097 2014-11-13 09:24:54Z krasznaa $
8#ifndef XAODCALOEVENT_VERSIONS_CALOCLUSTERAUXCONTAINER_V1_H
9#define XAODCALOEVENT_VERSIONS_CALOCLUSTERAUXCONTAINER_V1_H
10
11// STL include(s):
12#include <vector>
13
14// EDM include(s):
16
17namespace xAOD {
18
31
32 public:
37
38 private:
41 std::vector<float> time;
42 std::vector<unsigned> clusterSize;
43 std::vector<float> eta0;
44 std::vector<float> phi0;
45 std::vector<float> rawE;
46 std::vector<float> rawEta;
47 std::vector<float> rawPhi;
48 std::vector<float> rawM;
49 std::vector<float> altE;
50 std::vector<float> altEta;
51 std::vector<float> altPhi;
52 std::vector<float> altM;
53
54 std::vector<float> calE;
55 std::vector<float> calEta;
56 std::vector<float> calPhi;
57 std::vector<float> calM;
59
62 std::vector <std::vector< float > > e_sampl;
63 std::vector <std::vector< float > > eta_sampl;
64 std::vector <std::vector< float > > phi_sampl;
66
67 }; // class CaloClusterAuxContainer_v1
68
69} // namespace xAOD
70
71// Set up a CLID and StoreGate inheritance for the class:
72#include "xAODCore/BaseInfo.h"
74
75#endif // XAODCALOEVENT_VERSIONS_CALOCLUSTERAUXCONTAINER_V1_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 container for calorimeter cluster containers.
std::vector< std::vector< float > > phi_sampl
std::vector< std::vector< float > > eta_sampl
std::vector< std::vector< float > > e_sampl
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.