ATLAS Offline Software
|
#include <DepositInCalo_p2.h>
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 |
Definition at line 21 of file DepositInCalo_p2.h.
|
inline |
Default constructor:
Definition at line 37 of file DepositInCalo_p2.h.
DepositInCalo_p2::DepositInCalo_p2 | ( | const DepositInCalo_p1 & | other | ) |
Allow conversion from DepositInCalo_p1.
Public methods:
Definition at line 21 of file DepositInCalo_p2.cxx.
|
default |
Destructor:
|
friend |
Definition at line 28 of file DepositInCalo_p2.h.
|
private |
energy Desposited
Definition at line 60 of file DepositInCalo_p2.h.
|
private |
energy deposited Et
Definition at line 66 of file DepositInCalo_p2.h.
|
private |
energy Loss of the muons computed using the extrapolator
Definition at line 63 of file DepositInCalo_p2.h.
|
private |
calorimeter sampling identifier
Definition at line 57 of file DepositInCalo_p2.h.