5#ifndef MUONEVENT_DEPOSITINCALO_H
6#define MUONEVENT_DEPOSITINCALO_H
Helper class for offline cell identifiers.
CaloSampling::CaloSample CaloSample
double energyDeposited() const
Calorimeter detailed information - Energy Deposited.
double muonEnergyLoss() const
Calorimeter detailed information - Muon Energy Loss.
DepositInCalo & operator=(const DepositInCalo &)
CaloCell_ID::CaloSample subCaloId() const
Calorimeter detailed information.
DepositInCalo()
constructors
DepositInCalo(const DepositInCalo &)
copy, etc
CaloCell_ID::CaloSample m_subCaloId
calorimeter sampling identifier
DepositInCalo(DepositInCalo &&)
float m_muonEnergyLoss
energy Loss of the muons computed using the extrapolator
float m_energyDeposited
energy Desposited
virtual ~DepositInCalo()
destructor
void print() const
printing for debugging
float m_etDeposited
Et of the energy deposit.
double etDeposited() const
Calorimeter detailed information - et Deposited.
DepositInCalo(CaloCell_ID::CaloSample subCaloId, float energyDeposited, float muonEnergyLoss, float etDeposited=0.0)
constructors