4 #ifndef PNDSDSSTRIPDIGIPAR_H
5 #define PNDSDSSTRIPDIGIPAR_H
9 #include <TObjString.h>
11 #include "FairParGenericSet.h"
12 #include "FairParamList.h"
19 const char* title=
"PndSds strip digi parameter",
20 const char* context=
"TestDefaultContext");
void SetOrient(Double_t x)
TVector2 GetBotAnchor() const
void SetChargeConvMethod(Int_t x)
Int_t GetClusterMean() const
Double_t GetSingleChargeCut() const
void SetClusterMean(Int_t x)
~PndSdsStripDigiPar(void)
const char * GetSensType() const
void SetBotPitch(Double_t x)
void SetTopPitch(Double_t x)
void putParams(FairParamList *list)
void SetChargeCut(Double_t x)
Double_t GetNoise() const
Double_t GetThreshold() const
Int_t GetRadChannel() const
Double_t GetOrient() const
Double_t GetChargeCut() const
void SetSingleChargeCut(Double_t x)
void SetBotAnchor(TVector2 x)
void SetNoise(Double_t x)
ClassDef(PndSdsStripDigiPar, 4)
void SetTopAnchor(TVector2 x)
Digitization Parameter Class for MVD-Strip part.
Double_t GetFeBusClock() const
Double_t fSingleChargeCut
void SetClusterMod(Int_t x)
const char * GetFeType() const
void SetQCloudSigma(Double_t x)
void SetSensType(TString x)
Int_t GetClusterMod() const
void SetRadChnnel(Int_t x)
Double_t GetBotPitch() const
void SetFeType(TString x)
Double_t GetQCloudSigma() const
TVector2 GetTopAnchor() const
void SetFeBusClock(Double_t x)
void SetThreshold(Double_t x)
Bool_t getParams(FairParamList *list)
Int_t GetChargeConvMethod() const
Double_t GetTopPitch() const
PndSdsStripDigiPar(const char *name="PndSdsParTest", const char *title="PndSds strip digi parameter", const char *context="TestDefaultContext")