APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations
Public Member Functions | Public Attributes | Private Attributes | List of all members
april_content::APRILShowerProfilePlugin::ShowerPeakObject Class Reference

ShowerPeakObject class. More...

Public Member Functions

 ShowerPeakObject (const float energy, const int uBin, const int vBin)
 Default constructor.
 
float GetPeakEnergy () const
 Get peak energy. More...
 
int GetPeakUBin () const
 Get peak u bin. More...
 
int GetPeakVBin () const
 Get peak v bin. More...
 

Public Attributes

TwoDBinVector m_associatedBins
 The bins associated to this peak.
 
bool m_isAvailable
 Whether this is avaiable.
 
bool m_isPhotonCandidate
 Whether this is photon candidate.
 

Private Attributes

float m_energy
 The energy associated with the shower profile entry.
 
int m_uBin
 The u bin of the peak.
 
int m_vBin
 The u bin of the peak.
 

Detailed Description

ShowerPeakObject class.

Member Function Documentation

float april_content::APRILShowerProfilePlugin::ShowerPeakObject::GetPeakEnergy ( ) const
inline

Get peak energy.

Returns
the peak energy
int april_content::APRILShowerProfilePlugin::ShowerPeakObject::GetPeakUBin ( ) const
inline

Get peak u bin.

Returns
the peak u bin
int april_content::APRILShowerProfilePlugin::ShowerPeakObject::GetPeakVBin ( ) const
inline

Get peak v bin.

Returns
the peak v bin

The documentation for this class was generated from the following file: