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

#include <CaloEnergy_p2.h>

Collaboration diagram for CaloEnergy_p2:

Public Member Functions

 CaloEnergy_p2 ()
 Default constructor: More...
 
 ~CaloEnergy_p2 ()=default
 Destructor: More...
 

Private Attributes

Trk::EnergyLoss_p1 m_energyLoss
 
int m_energyLossType
 
float m_caloLRLikelihood
 
unsigned short m_caloMuonIdTag
 
float m_fsrCandidateEnergy
 
std::vector< DepositInCalo_p2m_deposits
 
float m_etCore
 

Friends

class CaloEnergyCnv_p2
 

Detailed Description

Definition at line 25 of file CaloEnergy_p2.h.

Constructor & Destructor Documentation

◆ CaloEnergy_p2()

CaloEnergy_p2::CaloEnergy_p2 ( )
inline

Default constructor:

Definition at line 41 of file CaloEnergy_p2.h.

42  : m_energyLossType(0),
44  m_caloMuonIdTag(0),
46  m_etCore(0)
47  {}

◆ ~CaloEnergy_p2()

CaloEnergy_p2::~CaloEnergy_p2 ( )
default

Destructor:

Friends And Related Function Documentation

◆ CaloEnergyCnv_p2

friend class CaloEnergyCnv_p2
friend

Definition at line 32 of file CaloEnergy_p2.h.

Member Data Documentation

◆ m_caloLRLikelihood

float CaloEnergy_p2::m_caloLRLikelihood
private

Definition at line 63 of file CaloEnergy_p2.h.

◆ m_caloMuonIdTag

unsigned short CaloEnergy_p2::m_caloMuonIdTag
private

Definition at line 64 of file CaloEnergy_p2.h.

◆ m_deposits

std::vector<DepositInCalo_p2> CaloEnergy_p2::m_deposits
private

Definition at line 66 of file CaloEnergy_p2.h.

◆ m_energyLoss

Trk::EnergyLoss_p1 CaloEnergy_p2::m_energyLoss
private

Definition at line 58 of file CaloEnergy_p2.h.

◆ m_energyLossType

int CaloEnergy_p2::m_energyLossType
private

Definition at line 62 of file CaloEnergy_p2.h.

◆ m_etCore

float CaloEnergy_p2::m_etCore
private

Definition at line 67 of file CaloEnergy_p2.h.

◆ m_fsrCandidateEnergy

float CaloEnergy_p2::m_fsrCandidateEnergy
private

Definition at line 65 of file CaloEnergy_p2.h.


The documentation for this class was generated from the following file:
CaloEnergy_p2::m_energyLossType
int m_energyLossType
Definition: CaloEnergy_p2.h:62
CaloEnergy_p2::m_caloMuonIdTag
unsigned short m_caloMuonIdTag
Definition: CaloEnergy_p2.h:64
CaloEnergy_p2::m_etCore
float m_etCore
Definition: CaloEnergy_p2.h:67
CaloEnergy_p2::m_caloLRLikelihood
float m_caloLRLikelihood
Definition: CaloEnergy_p2.h:63
CaloEnergy_p2::m_fsrCandidateEnergy
float m_fsrCandidateEnergy
Definition: CaloEnergy_p2.h:65