ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
DepositInCalo_p1 Class Reference

#include <DepositInCalo_p1.h>

Collaboration diagram for DepositInCalo_p1:

Public Member Functions

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

Public 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...
 

Detailed Description

Definition at line 16 of file DepositInCalo_p1.h.

Constructor & Destructor Documentation

◆ DepositInCalo_p1()

DepositInCalo_p1::DepositInCalo_p1 ( )
inline

Default constructor:

Definition at line 22 of file DepositInCalo_p1.h.

23  : m_subCaloId(0),
26  {}

◆ ~DepositInCalo_p1()

DepositInCalo_p1::~DepositInCalo_p1 ( )
default

Destructor:

Member Data Documentation

◆ m_energyDeposited

float DepositInCalo_p1::m_energyDeposited

energy Desposited

Definition at line 37 of file DepositInCalo_p1.h.

◆ m_muonEnergyLoss

float DepositInCalo_p1::m_muonEnergyLoss

energy Loss of the muons computed using the extrapolator

Definition at line 40 of file DepositInCalo_p1.h.

◆ m_subCaloId

unsigned short DepositInCalo_p1::m_subCaloId

calorimeter sampling identifier

Definition at line 34 of file DepositInCalo_p1.h.


The documentation for this class was generated from the following file:
DepositInCalo_p1::m_energyDeposited
float m_energyDeposited
energy Desposited
Definition: DepositInCalo_p1.h:37
DepositInCalo_p1::m_muonEnergyLoss
float m_muonEnergyLoss
energy Loss of the muons computed using the extrapolator
Definition: DepositInCalo_p1.h:40
DepositInCalo_p1::m_subCaloId
unsigned short m_subCaloId
calorimeter sampling identifier
Definition: DepositInCalo_p1.h:34