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

#include <DepositInCalo_p2.h>

Collaboration diagram for DepositInCalo_p2:

Public Member Functions

 DepositInCalo_p2 ()
 Default constructor: More...
 
 DepositInCalo_p2 (const DepositInCalo_p1 &other)
 Allow conversion from DepositInCalo_p1. More...
 
 ~DepositInCalo_p2 ()=default
 Destructor: More...
 

Private Attributes

unsigned short m_subCaloId
 calorimeter sampling identifier More...
 
float m_energyDeposited
 energy Desposited More...
 
float m_muonEnergyLoss
 energy Loss of the muons computed using the extrapolator More...
 
float m_etDeposited
 energy deposited Et More...
 

Friends

class DepositInCaloCnv_p2
 

Detailed Description

Definition at line 21 of file DepositInCalo_p2.h.

Constructor & Destructor Documentation

◆ DepositInCalo_p2() [1/2]

DepositInCalo_p2::DepositInCalo_p2 ( )
inline

Default constructor:

Definition at line 37 of file DepositInCalo_p2.h.

38  : m_subCaloId(0),
41  m_etDeposited(0)
42  {}

◆ DepositInCalo_p2() [2/2]

DepositInCalo_p2::DepositInCalo_p2 ( const DepositInCalo_p1 other)

Allow conversion from DepositInCalo_p1.

Public methods:

Definition at line 21 of file DepositInCalo_p2.cxx.

22  : m_subCaloId (other.m_subCaloId),
23  m_energyDeposited (other.m_energyDeposited),
24  m_muonEnergyLoss (other.m_muonEnergyLoss),
25  m_etDeposited (0)
26 {
27 }

◆ ~DepositInCalo_p2()

DepositInCalo_p2::~DepositInCalo_p2 ( )
default

Destructor:

Friends And Related Function Documentation

◆ DepositInCaloCnv_p2

friend class DepositInCaloCnv_p2
friend

Definition at line 28 of file DepositInCalo_p2.h.

Member Data Documentation

◆ m_energyDeposited

float DepositInCalo_p2::m_energyDeposited
private

energy Desposited

Definition at line 60 of file DepositInCalo_p2.h.

◆ m_etDeposited

float DepositInCalo_p2::m_etDeposited
private

energy deposited Et

Definition at line 66 of file DepositInCalo_p2.h.

◆ m_muonEnergyLoss

float DepositInCalo_p2::m_muonEnergyLoss
private

energy Loss of the muons computed using the extrapolator

Definition at line 63 of file DepositInCalo_p2.h.

◆ m_subCaloId

unsigned short DepositInCalo_p2::m_subCaloId
private

calorimeter sampling identifier

Definition at line 57 of file DepositInCalo_p2.h.


The documentation for this class was generated from the following files:
DepositInCalo_p2::m_subCaloId
unsigned short m_subCaloId
calorimeter sampling identifier
Definition: DepositInCalo_p2.h:57
DepositInCalo_p2::m_muonEnergyLoss
float m_muonEnergyLoss
energy Loss of the muons computed using the extrapolator
Definition: DepositInCalo_p2.h:63
DepositInCalo_p2::m_etDeposited
float m_etDeposited
energy deposited Et
Definition: DepositInCalo_p2.h:66
DepositInCalo_p2::m_energyDeposited
float m_energyDeposited
energy Desposited
Definition: DepositInCalo_p2.h:60
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16