30 const std::vector<std::pair<double, double>>& matchingThresholdsBWD,
31 const std::vector<std::pair<
double, std::pair<double, double>>>& matchingThresholdsBRL):
Class to hold the matching thresholds for the track-ECLCluster matching.
std::vector< std::pair< double, double > > m_matchingThresholdsFWD
Matching threshold values for FWD.
const std::vector< std::pair< double, double > > & getBWDMatchingThresholdValues() const
Get matching thresholds for BWD.
ClassDef(ECLTrackClusterMatchingThresholds, 1)
ClassDef.
const std::vector< std::pair< double, double > > & getFWDMatchingThresholdValues() const
Get matching thresholds for FWD.
ECLTrackClusterMatchingThresholds()
Default constructor.
std::vector< std::pair< double, double > > m_matchingThresholdsBWD
Matching threshold values for BWD.
ECLTrackClusterMatchingThresholds(const std::vector< std::pair< double, double > > &matchingThresholdsFWD, const std::vector< std::pair< double, double > > &matchingThresholdsBWD, const std::vector< std::pair< double, std::pair< double, double > > > &matchingThresholdsBRL)
Constructor.
std::vector< std::pair< double, std::pair< double, double > > > m_matchingThresholdsBRL
Matching threshold values for BRL.
const std::vector< std::pair< double, std::pair< double, double > > > & getBRLMatchingThresholdValues() const
Get matching thresholds for BRL.
~ECLTrackClusterMatchingThresholds()
Destructor.
Abstract base class for different kinds of events.