Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
pandora::ShowerProfilePlugin::ShowerPeak Class Reference

ShowerPeak class. More...

#include "ShowerProfilePlugin.h"

Public Member Functions

 ShowerPeak (const float peakEnergy, const float peakRms, const float rmsXYRatio, const CaloHitList &peakCaloHitList)
 Constructor.
 
float GetPeakEnergy () const
 Get peak energy.
 
float GetPeakRms () const
 Get peak rms.
 
float GetRmsXYRatio () const
 Get rms x-y ratio.
 
const CaloHitListGetPeakCaloHitList () const
 Get peak calo hit list.
 

Private Attributes

float m_peakEnergy
 The peak energy.
 
float m_peakRms
 The peak rms.
 
float m_rmsXYRatio
 The peak x-rms / y-rms ratio (larger rms over smaller rms)
 
CaloHitList m_peakCaloHitList
 The peak calo hit list.
 

Detailed Description

ShowerPeak class.

Definition at line 26 of file ShowerProfilePlugin.h.

Constructor & Destructor Documentation

◆ ShowerPeak()

pandora::ShowerProfilePlugin::ShowerPeak::ShowerPeak ( const float  peakEnergy,
const float  peakRms,
const float  rmsXYRatio,
const CaloHitList peakCaloHitList 
)
inline

Constructor.

Parameters
peakEnergythe peak energy
peakRmsthe peak rms
rmsXYRatiothe rms x-y ratio
peakCaloHitListthe peak calo hit list

Definition at line 133 of file ShowerProfilePlugin.h.

Member Function Documentation

◆ GetPeakCaloHitList()

const CaloHitList & pandora::ShowerProfilePlugin::ShowerPeak::GetPeakCaloHitList ( ) const
inline

Get peak calo hit list.

Returns
the peak calo hit list

Definition at line 164 of file ShowerProfilePlugin.h.

◆ GetPeakEnergy()

float pandora::ShowerProfilePlugin::ShowerPeak::GetPeakEnergy ( ) const
inline

Get peak energy.

Returns
the peak energy

Definition at line 143 of file ShowerProfilePlugin.h.

◆ GetPeakRms()

float pandora::ShowerProfilePlugin::ShowerPeak::GetPeakRms ( ) const
inline

Get peak rms.

Returns
the peak rms

Definition at line 150 of file ShowerProfilePlugin.h.

◆ GetRmsXYRatio()

float pandora::ShowerProfilePlugin::ShowerPeak::GetRmsXYRatio ( ) const
inline

Get rms x-y ratio.

Returns
the rms x-y ratio

Definition at line 157 of file ShowerProfilePlugin.h.

Member Data Documentation

◆ m_peakCaloHitList

CaloHitList pandora::ShowerProfilePlugin::ShowerPeak::m_peakCaloHitList
private

The peak calo hit list.

Definition at line 71 of file ShowerProfilePlugin.h.

◆ m_peakEnergy

float pandora::ShowerProfilePlugin::ShowerPeak::m_peakEnergy
private

The peak energy.

Definition at line 68 of file ShowerProfilePlugin.h.

◆ m_peakRms

float pandora::ShowerProfilePlugin::ShowerPeak::m_peakRms
private

The peak rms.

Definition at line 69 of file ShowerProfilePlugin.h.

◆ m_rmsXYRatio

float pandora::ShowerProfilePlugin::ShowerPeak::m_rmsXYRatio
private

The peak x-rms / y-rms ratio (larger rms over smaller rms)

Definition at line 70 of file ShowerProfilePlugin.h.


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