15 #ifndef PIXELDIGIPAR_H
16 #define PIXELDIGIPAR_H
28 const char* title =
"Pixel digi parameters",
29 const char* context =
"TestDefaultContext");
35 void Print(Option_t*)
const;
47 Double_t
GetTimeStep()
const {
return (1. / fFeBusClock * 1000.); }
78 Int_t fChargeConvMethod;
79 Double_t fPixelSorterCellWidth;
80 Int_t fPixelSorterNumberOfCells;
Double_t GetNoise() const
void Print(Option_t *) const
PixelDigiPar(const char *name="PixelDigiParameters", const char *title="Pixel digi parameters", const char *context="TestDefaultContext")
void SetThreshold(Double_t x)
void SetPixelSorterCellWidth(Double_t x)
Double_t GetYPitch() const
Double_t GetThreshold() const
Double_t GetClustRadius() const
Digitization Parameter Class for Pixel detector.
void SetNoise(Double_t x)
void putParams(FairParamList *list)
Int_t GetChargeConvMethod() const
void SetFeBusClock(Double_t x)
void SetYPitch(Double_t x)
Double_t GetQCloudSigma() const
Double_t GetTimeStep() const
Time step of one clock cycle in ns.
void SetQCloudSigma(Double_t x)
Double_t GetFeBusClock() const
void SetXPitch(Double_t x)
void SetChargeConvMethod(Int_t x)
Double_t GetXPitch() const
Bool_t getParams(FairParamList *list)
void SetClustRadius(Double_t x)
Int_t GetMaxFEperCol() const
Int_t GetPixelSorterNumberOfCells() const
Double_t GetPixelSorterCellWidth() const
void SetMaxFEperCol(Int_t x)
void SetPixelSorterNumberOfCells(Int_t x)