![]() |
ATLAS Offline Software
|
class describing the measured energy loss associated to muons on the detector level, that is per calo layer. More...
#include <DepositInCalo.h>
Public Member Functions | |
| DepositInCalo () | |
| constructors More... | |
| DepositInCalo (CaloCell_ID::CaloSample subCaloId, float energyDeposited, float muonEnergyLoss, float etDeposited=0.0) | |
| constructors More... | |
| DepositInCalo (const DepositInCalo &) | |
| copy constructor More... | |
| DepositInCalo & | operator= (const DepositInCalo &) |
| assignment operator More... | |
| virtual | ~DepositInCalo () |
| destructor More... | |
| void | print () const |
| printing for debugging More... | |
| CaloCell_ID::CaloSample | subCaloId () const |
| Calorimeter detailed information. More... | |
| double | energyDeposited () const |
| Calorimeter detailed information - Energy Deposited. More... | |
| double | muonEnergyLoss () const |
| Calorimeter detailed information - Muon Energy Loss. More... | |
| double | etDeposited () const |
| Calorimeter detailed information - et Deposited. More... | |
Private Attributes | |
| CaloCell_ID::CaloSample | 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 |
| Et of the energy deposit. More... | |
class describing the measured energy loss associated to muons on the detector level, that is per calo layer.
Definition at line 23 of file DepositInCalo.h.
|
inline |
|
inline |
|
default |
copy constructor
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
| DepositInCalo & DepositInCalo::operator= | ( | const DepositInCalo & | rhs | ) |
| void DepositInCalo::print | ( | ) | const |
|
inline |
|
private |
energy Desposited
Definition at line 68 of file DepositInCalo.h.
|
private |
Et of the energy deposit.
Definition at line 74 of file DepositInCalo.h.
|
private |
energy Loss of the muons computed using the extrapolator
Definition at line 71 of file DepositInCalo.h.
|
private |
calorimeter sampling identifier
Definition at line 65 of file DepositInCalo.h.
1.8.18