APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
|
ShowerProfileEntry class. More...
Public Member Functions | |
ShowerProfileEntry () | |
Default constructor. | |
Public Attributes | |
bool | m_isAvailable |
Whether shower profile entry is available (prevent double counting) | |
float | m_energy |
The energy associated with the shower profile entry. | |
pandora::CaloHitList | m_caloHitList |
The list of calo hits associated with the shower profile entry. | |
bool | m_potentialPeak |
Whether the shower profile is a potential peak (to speed up looping) | |
pandora::CaloHitList | m_unusedCaloHitList |
The list of calo hits unused for shower peak finding, needed for inclusive mode. | |
ShowerProfileEntry class.