Belle II Software development
|
Class to hold the parameterizations of the RMS for the difference in polar and azimuthal angle between tracks and ECL clusters. More...
#include <ECLTrackClusterMatchingParameterizations.h>
Public Member Functions | |
ECLTrackClusterMatchingParameterizations () | |
Default constructor. | |
ECLTrackClusterMatchingParameterizations (const std::map< std::string, TF1 > &RMSParameterizationFunctions) | |
Constructor. | |
~ECLTrackClusterMatchingParameterizations () | |
Destructor. | |
const std::map< std::string, TF1 > & | getRMSParameterizations () const |
Get RMS parameterization. | |
Private Member Functions | |
ClassDef (ECLTrackClusterMatchingParameterizations, 1) | |
ClassDef. | |
Private Attributes | |
std::map< std::string, TF1 > | m_RMSParameterizationFunctions |
RMS parameterization functions. | |
Class to hold the parameterizations of the RMS for the difference in polar and azimuthal angle between tracks and ECL clusters.
Definition at line 23 of file ECLTrackClusterMatchingParameterizations.h.
|
inline |
Default constructor.
Definition at line 28 of file ECLTrackClusterMatchingParameterizations.h.
|
inlineexplicit |
Constructor.
Definition at line 31 of file ECLTrackClusterMatchingParameterizations.h.
|
inline |
|
inline |
|
private |
RMS parameterization functions.
Definition at line 44 of file ECLTrackClusterMatchingParameterizations.h.