EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/eic/calorimetry/EicCalorimeterDigiHit.h>
Public Member Functions | |
CalorimeterCellParent () | |
~CalorimeterCellParent () | |
void | InitializeZCoordSpectrum (UInt_t nBins) |
ClassDef (CalorimeterCellParent, 3) | |
Public Attributes | |
UInt_t | mZCoordDim |
CalorimeterCellZCoordBin * | mZCoordBins |
{dE,<t>,<z>} vs Z-coord array dimension | |
Long64_t | mSignalPhotonCount |
[mZCoordDim] | |
Definition at line 47 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 47 of file EicCalorimeterDigiHit.h
|
inline |
Definition at line 49 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 49 of file EicCalorimeterDigiHit.h
|
inline |
Definition at line 50 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 50 of file EicCalorimeterDigiHit.h
References mZCoordBins.
CalorimeterCellParent::ClassDef | ( | CalorimeterCellParent | , |
3 | |||
) |
|
inline |
Definition at line 52 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 52 of file EicCalorimeterDigiHit.h
References mZCoordBins, and mZCoordDim.
Referenced by EicCalorimeterDigiHitProducer::HandleHit().
Long64_t CalorimeterCellParent::mSignalPhotonCount |
[mZCoordDim]
Definition at line 68 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 68 of file EicCalorimeterDigiHit.h
Referenced by EicCalorimeterReconstruction::Exec(), CalorimeterCell::GetPhotonCountSum(), and EicCalorimeterDigiHitProducer::PostExec().
CalorimeterCellZCoordBin* CalorimeterCellParent::mZCoordBins |
{dE,<t>,<z>} vs Z-coord array dimension
Definition at line 62 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 62 of file EicCalorimeterDigiHit.h
Referenced by EicCalorimeterDigiHitProducer::HandleHit(), InitializeZCoordSpectrum(), EicCalorimeterDigiHitProducer::PostExec(), and ~CalorimeterCellParent().
UInt_t CalorimeterCellParent::mZCoordDim |
Definition at line 55 of file EicCalorimeterDigiHit.h.
View newest version in sPHENIX GitHub at line 55 of file EicCalorimeterDigiHit.h
Referenced by InitializeZCoordSpectrum().