EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/eic/calorimetry/EicCalorimeterReconstruction.h>
Public Member Functions | |
CalorimeterCellGroup () | |
~CalorimeterCellGroup () | |
ClassDef (CalorimeterCellGroup, 15) | |
Public Attributes | |
std::vector< const CalorimeterCell * > | mCells |
Double_t | mEnergy |
std::map< std::pair< UInt_t, UInt_t >, Double_t > | mEnergyPerParent |
Definition at line 17 of file EicCalorimeterReconstruction.h.
View newest version in sPHENIX GitHub at line 17 of file EicCalorimeterReconstruction.h
|
inline |
Definition at line 20 of file EicCalorimeterReconstruction.h.
View newest version in sPHENIX GitHub at line 20 of file EicCalorimeterReconstruction.h
|
inline |
Definition at line 21 of file EicCalorimeterReconstruction.h.
View newest version in sPHENIX GitHub at line 21 of file EicCalorimeterReconstruction.h
CalorimeterCellGroup::ClassDef | ( | CalorimeterCellGroup | , |
15 | |||
) |
std::vector<const CalorimeterCell*> CalorimeterCellGroup::mCells |
Definition at line 21 of file EicCalorimeterReconstruction.h.
View newest version in sPHENIX GitHub at line 21 of file EicCalorimeterReconstruction.h
Referenced by EicCalorimeterReconstruction::AddNeighbors(), and EicCalorimeterReconstruction::Exec().
Double_t CalorimeterCellGroup::mEnergy |
Definition at line 27 of file EicCalorimeterReconstruction.h.
View newest version in sPHENIX GitHub at line 27 of file EicCalorimeterReconstruction.h
Referenced by EicCalorimeterReconstruction::Exec().
std::map<std::pair<UInt_t, UInt_t>, Double_t> CalorimeterCellGroup::mEnergyPerParent |
Definition at line 28 of file EicCalorimeterReconstruction.h.
View newest version in sPHENIX GitHub at line 28 of file EicCalorimeterReconstruction.h
Referenced by EicEventAssembler::ComposeCalorimeterInformation(), EicEventAssembler::Exec(), and EicCalorimeterReconstruction::Exec().