ATLAS Offline Software
Public Member Functions | Private Attributes | Friends | List of all members
TauCommonExtraDetails_p1 Class Reference

Persistent class for Analysis::TauCommonExtraDetails. More...

#include <TauCommonExtraDetails_p1.h>

Collaboration diagram for TauCommonExtraDetails_p1:

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_p2m_closestEtaTrkVertCell
 Closest cell to track position at vertex in eta. More...
 
std::vector< ElementLinkInt_p2m_closestPhiTrkVertCell
 Closest cell to track position at vertex in phi. More...
 
std::vector< ElementLinkInt_p2m_closestEtaTrkCell
 Closest cell to track position from extrapolation in eta. More...
 
std::vector< ElementLinkInt_p2m_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
 

Detailed Description

Persistent class for Analysis::TauCommonExtraDetails.

Definition at line 30 of file TauCommonExtraDetails_p1.h.

Constructor & Destructor Documentation

◆ TauCommonExtraDetails_p1()

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.

21  : m_sumPtLooseTrk(0)
22  , m_sumPtTrk(0)
23  , m_seedCalo_nEMCell(0)
24  , m_seedCalo_stripEt(0)
28  , m_tracks(0)
29  , m_looseTracks(0)
30 {
31 
32 }

◆ ~TauCommonExtraDetails_p1()

TauCommonExtraDetails_p1::~TauCommonExtraDetails_p1 ( )
default

Destructor.

Friends And Related Function Documentation

◆ TauCommonExtraDetailsCnv_p1

friend class TauCommonExtraDetailsCnv_p1
friend

Definition at line 32 of file TauCommonExtraDetails_p1.h.

Member Data Documentation

◆ m_closestEtaTrkCell

std::vector<ElementLinkInt_p2> TauCommonExtraDetails_p1::m_closestEtaTrkCell
private

Closest cell to track position from extrapolation in eta.

Indices are [track][sample]

Definition at line 58 of file TauCommonExtraDetails_p1.h.

◆ m_closestEtaTrkVertCell

std::vector<ElementLinkInt_p2> TauCommonExtraDetails_p1::m_closestEtaTrkVertCell
private

Closest cell to track position at vertex in eta.

Indices are [track][sample]

Definition at line 52 of file TauCommonExtraDetails_p1.h.

◆ m_closestPhiTrkCell

std::vector<ElementLinkInt_p2> TauCommonExtraDetails_p1::m_closestPhiTrkCell
private

Closest cell to track position from extrapolation in phi.

Indices are [track][sample]

Definition at line 61 of file TauCommonExtraDetails_p1.h.

◆ m_closestPhiTrkVertCell

std::vector<ElementLinkInt_p2> TauCommonExtraDetails_p1::m_closestPhiTrkVertCell
private

Closest cell to track position at vertex in phi.

Indices are [track][sample]

Definition at line 55 of file TauCommonExtraDetails_p1.h.

◆ m_etaLooseTrkCaloSamp

std::vector<float> TauCommonExtraDetails_p1::m_etaLooseTrkCaloSamp
private

Eta of extrapolation point in EM Calo.

Indices are [track][sample]

Definition at line 70 of file TauCommonExtraDetails_p1.h.

◆ m_etaTrkCaloSamp

std::vector<float> TauCommonExtraDetails_p1::m_etaTrkCaloSamp
private

Eta of extrapolation point in EM Calo.

Indices are [track][sample]

Definition at line 64 of file TauCommonExtraDetails_p1.h.

◆ m_linkNames

ElementLinkContNames_p2 TauCommonExtraDetails_p1::m_linkNames
private

Element link container name lookup table.

Definition at line 91 of file TauCommonExtraDetails_p1.h.

◆ m_looseTracks

unsigned short int TauCommonExtraDetails_p1::m_looseTracks
private

Element link container name lookup table.

Definition at line 97 of file TauCommonExtraDetails_p1.h.

◆ m_phiLooseTrkCaloSamp

std::vector<float> TauCommonExtraDetails_p1::m_phiLooseTrkCaloSamp
private

Phi of extrapolation point in EM Calo.

Indices are [track][sample]

Definition at line 73 of file TauCommonExtraDetails_p1.h.

◆ m_phiTrkCaloSamp

std::vector<float> TauCommonExtraDetails_p1::m_phiTrkCaloSamp
private

Phi of extrapolation point in EM Calo.

Indices are [track][sample]

Definition at line 67 of file TauCommonExtraDetails_p1.h.

◆ m_seedCalo_EMCentFrac

float TauCommonExtraDetails_p1::m_seedCalo_EMCentFrac
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.

◆ m_seedCalo_nEMCell

int TauCommonExtraDetails_p1::m_seedCalo_nEMCell
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.

◆ m_seedCalo_stripEt

float TauCommonExtraDetails_p1::m_seedCalo_stripEt
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.

◆ m_seedCalo_sumCellEnergy

float TauCommonExtraDetails_p1::m_seedCalo_sumCellEnergy
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.

◆ m_seedCalo_sumEMCellEnergy

float TauCommonExtraDetails_p1::m_seedCalo_sumEMCellEnergy
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.

◆ m_sumPtLooseTrk

float TauCommonExtraDetails_p1::m_sumPtLooseTrk
private

Sum of p_T for loose tracks.

Definition at line 46 of file TauCommonExtraDetails_p1.h.

◆ m_sumPtTrk

float TauCommonExtraDetails_p1::m_sumPtTrk
private

Sum of p_T for tracks.

Definition at line 49 of file TauCommonExtraDetails_p1.h.

◆ m_tracks

unsigned short int TauCommonExtraDetails_p1::m_tracks
private

Element link container name lookup table.

Definition at line 94 of file TauCommonExtraDetails_p1.h.


The documentation for this class was generated from the following files:
TauCommonExtraDetails_p1::m_looseTracks
unsigned short int m_looseTracks
Element link container name lookup table.
Definition: TauCommonExtraDetails_p1.h:97
TauCommonExtraDetails_p1::m_seedCalo_nEMCell
int m_seedCalo_nEMCell
Number of EM cells within dR < 0.4, with E > m_cellEthr.
Definition: TauCommonExtraDetails_p1.h:76
TauCommonExtraDetails_p1::m_seedCalo_sumCellEnergy
float m_seedCalo_sumCellEnergy
Energy sum of all cells within dR < 0.4.
Definition: TauCommonExtraDetails_p1.h:85
TauCommonExtraDetails_p1::m_seedCalo_EMCentFrac
float m_seedCalo_EMCentFrac
EM Centrality Fraction (ET(dr<0.1)/ET(dr<0.4) for EM calos only.
Definition: TauCommonExtraDetails_p1.h:82
TauCommonExtraDetails_p1::m_seedCalo_sumEMCellEnergy
float m_seedCalo_sumEMCellEnergy
Energy sum of all em cells within dR < 0.4 (Presampler + EM1 + EM2)
Definition: TauCommonExtraDetails_p1.h:88
TauCommonExtraDetails_p1::m_seedCalo_stripEt
float m_seedCalo_stripEt
Uncalibrated sum of ET in the strip layer within dR < 0.4.
Definition: TauCommonExtraDetails_p1.h:79
TauCommonExtraDetails_p1::m_tracks
unsigned short int m_tracks
Element link container name lookup table.
Definition: TauCommonExtraDetails_p1.h:94
TauCommonExtraDetails_p1::m_sumPtTrk
float m_sumPtTrk
Sum of p_T for tracks.
Definition: TauCommonExtraDetails_p1.h:49
TauCommonExtraDetails_p1::m_sumPtLooseTrk
float m_sumPtLooseTrk
Sum of p_T for loose tracks.
Definition: TauCommonExtraDetails_p1.h:46