ATLAS Offline Software
Loading...
Searching...
No Matches
TauCommonExtraDetails_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
17
18#ifndef TAUEVENTTPCNV_TAUCOMMONEXTRADETAILS_P1_H
19#define TAUEVENTTPCNV_TAUCOMMONEXTRADETAILS_P1_H
20
21//Includes
22#include <vector>
25
26//Forward declarations
28
31{
33public:
40
43
44private:
47
50
52 std::vector<ElementLinkInt_p2> m_closestEtaTrkVertCell;
53
55 std::vector<ElementLinkInt_p2> m_closestPhiTrkVertCell;
56
58 std::vector<ElementLinkInt_p2> m_closestEtaTrkCell;
59
61 std::vector<ElementLinkInt_p2> m_closestPhiTrkCell;
62
64 std::vector<float> m_etaTrkCaloSamp;
65
67 std::vector<float> m_phiTrkCaloSamp;
68
70 std::vector<float> m_etaLooseTrkCaloSamp;
71
73 std::vector<float> m_phiLooseTrkCaloSamp;
74
77
80
83
86
89
92
94 unsigned short int m_tracks;
95
97 unsigned short int m_looseTracks;
98};
99
100#endif // TAUEVENTTPCNV_TAUCOMMONEXTRADETAILS_P1_H
This file contains the class definition for the ElementLinkContNames_p2 class.
Transient Persistent class converter for Analysis::TauCommonExtraDetails.
std::vector< float > m_phiTrkCaloSamp
Phi of extrapolation point in EM Calo.
float m_seedCalo_EMCentFrac
EM Centrality Fraction (ET(dr<0.1)/ET(dr<0.4) for EM calos only.
int m_seedCalo_nEMCell
Number of EM cells within dR < 0.4, with E > m_cellEthr.
std::vector< ElementLinkInt_p2 > m_closestPhiTrkVertCell
Closest cell to track position at vertex in phi.
float m_seedCalo_sumCellEnergy
Energy sum of all cells within dR < 0.4.
float m_sumPtTrk
Sum of p_T for tracks.
float m_sumPtLooseTrk
Sum of p_T for loose tracks.
std::vector< float > m_etaLooseTrkCaloSamp
Eta of extrapolation point in EM Calo.
std::vector< ElementLinkInt_p2 > m_closestEtaTrkVertCell
Closest cell to track position at vertex in eta.
ElementLinkContNames_p2 m_linkNames
Element link container name lookup table.
std::vector< float > m_etaTrkCaloSamp
Eta of extrapolation point in EM Calo.
std::vector< ElementLinkInt_p2 > m_closestEtaTrkCell
Closest cell to track position from extrapolation in eta.
std::vector< ElementLinkInt_p2 > m_closestPhiTrkCell
Closest cell to track position from extrapolation in phi.
std::vector< float > m_phiLooseTrkCaloSamp
Phi of extrapolation point in EM Calo.
float m_seedCalo_sumEMCellEnergy
Energy sum of all em cells within dR < 0.4 (Presampler + EM1 + EM2)
TauCommonExtraDetails_p1()
Default constructor.
float m_seedCalo_stripEt
Uncalibrated sum of ET in the strip layer within dR < 0.4.
~TauCommonExtraDetails_p1()=default
Destructor.
unsigned short int m_looseTracks
Element link container name lookup table.
unsigned short int m_tracks
Element link container name lookup table.