ATLAS Offline Software
Loading...
Searching...
No Matches
CaloClusterTrigAuxContainer_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_v2.h 628097 2014-11-13 09:24:54Z krasznaa $
8#ifndef XAODTRIGCALO_VERSIONS_CALOCLUSTERTRIGAUXCONTAINER_V1_H
9#define XAODTRIGCALO_VERSIONS_CALOCLUSTERTRIGAUXCONTAINER_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 std::vector< float > ETACALOFRAME;
68 std::vector< float > ETA1CALOFRAME;
69 std::vector< float > ETA2CALOFRAME;
70
71 std::vector< float > PHICALOFRAME;
72 std::vector< float > PHI1CALOFRAME;
73 std::vector< float > PHI2CALOFRAME;
74
75 std::vector< float > CENTER_LAMBDA;
76 std::vector< float > FIRST_ENG_DENS;
77 std::vector< float > EM_PROBABILITY;
78 std::vector< float > SECOND_LAMBDA;
79 std::vector< float > SECOND_R;
80
81 }; // class CaloClusterTrigAuxContainer_v1
82
83} // namespace xAOD
84
85// Set up a CLID and StoreGate inheritance for the class:
86#include "xAODCore/BaseInfo.h"
88
89#endif // XAODTRIGCALO_VERSIONS_CALOCLUSTERTRIGAUXCONTAINER_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 > > eta_sampl
std::vector< std::vector< float > > e_sampl
std::vector< std::vector< float > > phi_sampl
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.