19 #ifndef BSEMCCLUSTERINGPAR_HH 20 #define BSEMCCLUSTERINGPAR_HH 25 #include "RtypesCore.h" 28 #include "FairParGenericSet.h" 33 class TMemberInspector;
46 BSEmcClusteringPar(
const char *t_name =
"EmcClusteringPar",
const char *t_title =
"Emc Geometry Version Flag",
const char *t_context =
"TestDefaultContext");
74 Double_t fDigiEnergyThreshold{-1};
75 Double_t fClusterActiveTime{-1};
77 Double_t fMaximumsEnergyThreshold{-1};
78 Double_t fCutSlope{-1};
79 Double_t fCutOffset{-1};
80 Double_t fERatioCorr{-1};
81 Double_t fNeighbourECut{-1};
84 Double_t fMoliereRadius{-1};
85 Double_t fExponentialConstant{-1};
86 Int_t fMaxIterations{-1};
87 Double_t fCentroidShift{-1};
88 Int_t fMaxSubClusters{-1};
89 Double_t fMinDigiEnergy{-1};
91 Double_t fClusterEnergyCut{-1};
92 Double_t fSearchConeAngle{-1};
Container for clustering parameter.
Bool_t getParams(FairParamList *)
Int_t GetMaxSubClusters() const
Double_t GetCentroidShift() const
Double_t GetDigiEnergyThreshold() const
Int_t GetMaxIterations() const
Double_t GetMaximumsEnergyThreshold() const
Double_t GetClusterEnergyCut() const
Double_t GetSearchConeAngle() const
static const std::string fgParameterName
Double_t GetExponentialConstant() const
Double_t GetNeighbourECut() const
Double_t GetClusterActiveTime() const
Double_t GetERatioCorr() const
Double_t GetCutOffset() const
Double_t GetCutSlope() const
void putParams(FairParamList *)
Double_t GetMinDigiEnergy() const
Double_t GetMoliereRadius() const
BSEmcClusteringPar(const char *t_name="EmcClusteringPar", const char *t_title="Emc Geometry Version Flag", const char *t_context="TestDefaultContext")
~BSEmcClusteringPar(void)