#include <HGCalHistoClusteringConfig_SA.h>
Public Member Functions | |
ClusterAlgoConfig (const double midRadius, const double dr, const std::vector< double > &dr_byLayer_coefficientA, const std::vector< double > &dr_byLayer_coefficientB, const float ptC3dThreshold) | |
double | dr () const |
const std::vector< double > & | dr_byLayer_coefficientA () const |
const std::vector< double > & | dr_byLayer_coefficientB () const |
double | midRadius () const |
float | ptC3dThreshold () const |
void | setParameters (double midRadius, double dr, const std::vector< double > &dr_byLayer_coefficientA, const std::vector< double > &dr_byLayer_coefficientB, float ptC3dThreshold) |
void | setParameters (const ClusterAlgoConfig &newConfig) |
Private Attributes | |
double | dr_ |
std::vector< double > | dr_byLayer_coefficientA_ |
std::vector< double > | dr_byLayer_coefficientB_ |
double | midRadius_ |
float | ptC3dThreshold_ |
Definition at line 8 of file HGCalHistoClusteringConfig_SA.h.
|
inline |
Definition at line 10 of file HGCalHistoClusteringConfig_SA.h.
|
inline |
Definition at line 41 of file HGCalHistoClusteringConfig_SA.h.
References dr_.
Referenced by setParameters().
|
inline |
Definition at line 42 of file HGCalHistoClusteringConfig_SA.h.
References dr_byLayer_coefficientA_.
Referenced by HGCalHistoClusteringWrapper::configure(), and setParameters().
|
inline |
Definition at line 43 of file HGCalHistoClusteringConfig_SA.h.
References dr_byLayer_coefficientB_.
Referenced by HGCalHistoClusteringWrapper::configure(), and setParameters().
|
inline |
Definition at line 40 of file HGCalHistoClusteringConfig_SA.h.
References midRadius_.
Referenced by setParameters().
|
inline |
Definition at line 44 of file HGCalHistoClusteringConfig_SA.h.
References ptC3dThreshold_.
Referenced by setParameters().
|
inline |
Definition at line 21 of file HGCalHistoClusteringConfig_SA.h.
References dr(), dr_, dr_byLayer_coefficientA(), dr_byLayer_coefficientA_, dr_byLayer_coefficientB(), dr_byLayer_coefficientB_, midRadius(), midRadius_, ptC3dThreshold(), and ptC3dThreshold_.
Referenced by setParameters().
|
inline |
Definition at line 33 of file HGCalHistoClusteringConfig_SA.h.
References dr(), dr_byLayer_coefficientA(), dr_byLayer_coefficientB(), midRadius(), ptC3dThreshold(), and setParameters().
|
private |
Definition at line 48 of file HGCalHistoClusteringConfig_SA.h.
Referenced by dr(), and setParameters().
|
private |
Definition at line 49 of file HGCalHistoClusteringConfig_SA.h.
Referenced by dr_byLayer_coefficientA(), and setParameters().
|
private |
Definition at line 50 of file HGCalHistoClusteringConfig_SA.h.
Referenced by dr_byLayer_coefficientB(), and setParameters().
|
private |
Definition at line 47 of file HGCalHistoClusteringConfig_SA.h.
Referenced by midRadius(), and setParameters().
|
private |
Definition at line 51 of file HGCalHistoClusteringConfig_SA.h.
Referenced by ptC3dThreshold(), and setParameters().