double getLMEnergyCut() const
Get the energy threshold for seeds in ECLLocalMaximumFinder [MeV].
const std::array< double, 3 > & getCRFTimeCutMaxEnergy() const
Get the three max energies for time cuts for ECLCRFinder [MeV].
std::array< double, 3 > m_CRF_timeCut
time cuts for ECLCRFinder [ns]
const std::array< double, 3 > & getCRFEnergyCut() const
Get the three energy thresholds for ECLCRFinder [MeV].
void setLMEnergyCut(const double LM_energy_cut)
Set the energy threshold in ECLLocalMaximumFinder [MeV].
const std::array< double, 3 > & getCRFTimeCut() const
Get the three time cuts for ECLCRFinder [ns].
void setCRFEnergyCut(const std::array< double, 3 > &CRF_energy_cut)
Set the three energy thresholds in ECLCRFinder [MeV].
std::array< double, 3 > m_CRF_timeCutMaxEnergy
time cuts are only applied below these energies [MeV]
void setCRFTimeCutMaxEnergy(const std::array< double, 3 > &CRF_timeCutMaxEnergy)
Set the three time cuts in ECLCRFinder [ns].
std::array< double, 3 > m_CRF_energyCut
energy cuts for ECLCRFinder [MeV]
double m_LM_energyCut
energy cut for ECLLocalMaximumFinder seed [MeV]
ECLClusteringParameters()
Constructor.
ClassDef(ECLClusteringParameters, 1)
ClassDef.
void setCRFTimeCut(const std::array< double, 3 > &CRF_time_cut)
Set the three time cuts in ECLCRFinder [ns].
Abstract base class for different kinds of events.