ATLAS Offline Software
|
Persistent class for Analysis::TauCommonExtraDetails. More...
#include <TauCommonExtraDetails_p1.h>
Public Member Functions | |
TauCommonExtraDetails_p1 () | |
Default constructor. More... | |
~TauCommonExtraDetails_p1 ()=default | |
Destructor. More... | |
Private Attributes | |
float | m_sumPtLooseTrk |
Sum of p_T for loose tracks. More... | |
float | m_sumPtTrk |
Sum of p_T for tracks. More... | |
std::vector< ElementLinkInt_p2 > | m_closestEtaTrkVertCell |
Closest cell to track position at vertex in eta. More... | |
std::vector< ElementLinkInt_p2 > | m_closestPhiTrkVertCell |
Closest cell to track position at vertex in phi. More... | |
std::vector< ElementLinkInt_p2 > | m_closestEtaTrkCell |
Closest cell to track position from extrapolation in eta. More... | |
std::vector< ElementLinkInt_p2 > | m_closestPhiTrkCell |
Closest cell to track position from extrapolation in phi. More... | |
std::vector< float > | m_etaTrkCaloSamp |
Eta of extrapolation point in EM Calo. More... | |
std::vector< float > | m_phiTrkCaloSamp |
Phi of extrapolation point in EM Calo. More... | |
std::vector< float > | m_etaLooseTrkCaloSamp |
Eta of extrapolation point in EM Calo. More... | |
std::vector< float > | m_phiLooseTrkCaloSamp |
Phi of extrapolation point in EM Calo. More... | |
int | m_seedCalo_nEMCell |
Number of EM cells within dR < 0.4, with E > m_cellEthr. More... | |
float | m_seedCalo_stripEt |
Uncalibrated sum of ET in the strip layer within dR < 0.4. More... | |
float | m_seedCalo_EMCentFrac |
EM Centrality Fraction (ET(dr<0.1)/ET(dr<0.4) for EM calos only. More... | |
float | m_seedCalo_sumCellEnergy |
Energy sum of all cells within dR < 0.4. More... | |
float | m_seedCalo_sumEMCellEnergy |
Energy sum of all em cells within dR < 0.4 (Presampler + EM1 + EM2) More... | |
ElementLinkContNames_p2 | m_linkNames |
Element link container name lookup table. More... | |
unsigned short int | m_tracks |
Element link container name lookup table. More... | |
unsigned short int | m_looseTracks |
Element link container name lookup table. More... | |
Friends | |
class | TauCommonExtraDetailsCnv_p1 |
Persistent class for Analysis::TauCommonExtraDetails.
Definition at line 30 of file TauCommonExtraDetails_p1.h.
TauCommonExtraDetails_p1::TauCommonExtraDetails_p1 | ( | ) |
Default constructor.
Make sure that members added to this class since the first version get initialized. (Otherwise, when reading an old version, they'll be left uninitialized.)
Definition at line 20 of file TauCommonExtraDetails_p1.cxx.
|
default |
Destructor.
|
friend |
Definition at line 32 of file TauCommonExtraDetails_p1.h.
|
private |
Closest cell to track position from extrapolation in eta.
Indices are [track][sample]
Definition at line 58 of file TauCommonExtraDetails_p1.h.
|
private |
Closest cell to track position at vertex in eta.
Indices are [track][sample]
Definition at line 52 of file TauCommonExtraDetails_p1.h.
|
private |
Closest cell to track position from extrapolation in phi.
Indices are [track][sample]
Definition at line 61 of file TauCommonExtraDetails_p1.h.
|
private |
Closest cell to track position at vertex in phi.
Indices are [track][sample]
Definition at line 55 of file TauCommonExtraDetails_p1.h.
|
private |
Eta of extrapolation point in EM Calo.
Indices are [track][sample]
Definition at line 70 of file TauCommonExtraDetails_p1.h.
|
private |
Eta of extrapolation point in EM Calo.
Indices are [track][sample]
Definition at line 64 of file TauCommonExtraDetails_p1.h.
|
private |
Element link container name lookup table.
Definition at line 91 of file TauCommonExtraDetails_p1.h.
|
private |
Element link container name lookup table.
Definition at line 97 of file TauCommonExtraDetails_p1.h.
|
private |
Phi of extrapolation point in EM Calo.
Indices are [track][sample]
Definition at line 73 of file TauCommonExtraDetails_p1.h.
|
private |
Phi of extrapolation point in EM Calo.
Indices are [track][sample]
Definition at line 67 of file TauCommonExtraDetails_p1.h.
|
private |
EM Centrality Fraction (ET(dr<0.1)/ET(dr<0.4) for EM calos only.
Applicable for calo seeded tau rec
Definition at line 82 of file TauCommonExtraDetails_p1.h.
|
private |
Number of EM cells within dR < 0.4, with E > m_cellEthr.
Applicable for calo seeded tau rec
Definition at line 76 of file TauCommonExtraDetails_p1.h.
|
private |
Uncalibrated sum of ET in the strip layer within dR < 0.4.
Applicable for calo seeded tau rec
Definition at line 79 of file TauCommonExtraDetails_p1.h.
|
private |
Energy sum of all cells within dR < 0.4.
Applicable for calo seeded tau rec
Definition at line 85 of file TauCommonExtraDetails_p1.h.
|
private |
Energy sum of all em cells within dR < 0.4 (Presampler + EM1 + EM2)
Applicable for calo seeded tau rec
Definition at line 88 of file TauCommonExtraDetails_p1.h.
|
private |
Sum of p_T for loose tracks.
Definition at line 46 of file TauCommonExtraDetails_p1.h.
|
private |
Sum of p_T for tracks.
Definition at line 49 of file TauCommonExtraDetails_p1.h.
|
private |
Element link container name lookup table.
Definition at line 94 of file TauCommonExtraDetails_p1.h.