Class to hold the matching thresholds for the track-ECLCluster matching.
More...
#include <ECLTrackClusterMatchingThresholds.h>
|
| ECLTrackClusterMatchingThresholds () |
| Default constructor.
|
|
| 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.
|
|
| ~ECLTrackClusterMatchingThresholds () |
| Destructor.
|
|
const std::vector< std::pair< double, double > > & | getFWDMatchingThresholdValues () const |
| Get matching thresholds for FWD.
|
|
const std::vector< std::pair< double, double > > & | getBWDMatchingThresholdValues () const |
| Get matching thresholds for BWD.
|
|
const std::vector< std::pair< double, std::pair< double, double > > > & | getBRLMatchingThresholdValues () const |
| Get matching thresholds for BRL.
|
|
Class to hold the matching thresholds for the track-ECLCluster matching.
Definition at line 21 of file ECLTrackClusterMatchingThresholds.h.
◆ ECLTrackClusterMatchingThresholds() [1/2]
◆ ECLTrackClusterMatchingThresholds() [2/2]
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 |
|
) |
| |
|
inline |
Constructor.
Definition at line 29 of file ECLTrackClusterMatchingThresholds.h.
31 :
35 {
36 }
std::vector< std::pair< double, double > > m_matchingThresholdsFWD
Matching threshold values for FWD.
std::vector< std::pair< double, double > > m_matchingThresholdsBWD
Matching threshold values for BWD.
std::vector< std::pair< double, std::pair< double, double > > > m_matchingThresholdsBRL
Matching threshold values for BRL.
◆ ~ECLTrackClusterMatchingThresholds()
◆ getBRLMatchingThresholdValues()
const std::vector< std::pair< double, std::pair< double, double > > > & getBRLMatchingThresholdValues |
( |
| ) |
const |
|
inline |
◆ getBWDMatchingThresholdValues()
const std::vector< std::pair< double, double > > & getBWDMatchingThresholdValues |
( |
| ) |
const |
|
inline |
◆ getFWDMatchingThresholdValues()
const std::vector< std::pair< double, double > > & getFWDMatchingThresholdValues |
( |
| ) |
const |
|
inline |
◆ m_matchingThresholdsBRL
std::vector<std::pair<double, std::pair<double, double> > > m_matchingThresholdsBRL |
|
private |
◆ m_matchingThresholdsBWD
std::vector<std::pair<double, double> > m_matchingThresholdsBWD |
|
private |
◆ m_matchingThresholdsFWD
std::vector<std::pair<double, double> > m_matchingThresholdsFWD |
|
private |
The documentation for this class was generated from the following file: