EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/eic/calorimetry/EicCalorimeterDigiHit.h>
Public Member Functions | |
CalorimeterCell () | |
~CalorimeterCell () | |
void | InitializeTimeSpectrum (UInt_t nBins) |
Long64_t | GetPhotonCountSum () const |
ClassDef (CalorimeterCell, 42) | |
Public Attributes | |
std::map< std::string, EnergyDeposit > | mEnergyDeposits |
Double_t | mEstimatedEnergyDeposit |
UInt_t | mTimeDim |
UInt_t * | mTimeSpectrum |
Long64_t | mNoisePhotonCount |
std::map< std::pair< UInt_t, UInt_t > , CalorimeterCellParent > | mCellParents |
Definition at line 73 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 73 of file EicCalorimeterDigiHit.h
|
inline |
Definition at line 75 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 75 of file EicCalorimeterDigiHit.h
|
inline |
Definition at line 76 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 76 of file EicCalorimeterDigiHit.h
References mEnergyDeposits, and mTimeSpectrum.
CalorimeterCell::ClassDef | ( | CalorimeterCell | , |
42 | |||
) |
|
inline |
Definition at line 110 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 110 of file EicCalorimeterDigiHit.h
References mCellParents, mNoisePhotonCount, and CalorimeterCellParent::mSignalPhotonCount.
Referenced by EicCalorimeterReconstruction::Exec(), and EicCalorimeterDigiHitProducer::PostExec().
|
inline |
Definition at line 82 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 82 of file EicCalorimeterDigiHit.h
References mTimeDim, and mTimeSpectrum.
Referenced by EicCalorimeterDigiHitProducer::HandleHit().
std::map<std::pair<UInt_t, UInt_t>, CalorimeterCellParent> CalorimeterCell::mCellParents |
Definition at line 108 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 108 of file EicCalorimeterDigiHit.h
Referenced by EicCalorimeterReconstruction::Exec(), GetPhotonCountSum(), EicCalorimeterDigiHitProducer::HandleHit(), and EicCalorimeterDigiHitProducer::PostExec().
std::map<std::string, EnergyDeposit> CalorimeterCell::mEnergyDeposits |
Definition at line 90 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 90 of file EicCalorimeterDigiHit.h
Referenced by EicCalorimeterDigiHitProducer::HandleHit(), and ~CalorimeterCell().
|
mutable |
Definition at line 95 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 95 of file EicCalorimeterDigiHit.h
Referenced by EicCalorimeterReconstruction::AddNeighbors(), and EicCalorimeterReconstruction::Exec().
Long64_t CalorimeterCell::mNoisePhotonCount |
Definition at line 102 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 102 of file EicCalorimeterDigiHit.h
Referenced by GetPhotonCountSum(), and EicCalorimeterDigiHitProducer::PostExec().
UInt_t CalorimeterCell::mTimeDim |
Definition at line 98 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 98 of file EicCalorimeterDigiHit.h
Referenced by InitializeTimeSpectrum().
UInt_t* CalorimeterCell::mTimeSpectrum |
Definition at line 99 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 99 of file EicCalorimeterDigiHit.h
Referenced by EicCalorimeterDigiHitProducer::HandleHit(), InitializeTimeSpectrum(), and ~CalorimeterCell().