FairRoot/PandaRoot
Public Member Functions | Private Member Functions | Private Attributes | List of all members
PndSdsStripDigiPar Class Reference

Digitization Parameter Class for MVD-Strip part. More...

#include <PndSdsStripDigiPar.h>

Inheritance diagram for PndSdsStripDigiPar:

Public Member Functions

 PndSdsStripDigiPar (const char *name="PndSdsParTest", const char *title="PndSds strip digi parameter", const char *context="TestDefaultContext")
 
 ~PndSdsStripDigiPar (void)
 
void clear (void)
 
void putParams (FairParamList *list)
 
Bool_t getParams (FairParamList *list)
 
void Print ()
 
Double_t GetTopPitch () const
 
Double_t GetBotPitch () const
 
Double_t GetOrient () const
 
Double_t GetSkew () const
 
TVector2 GetTopAnchor () const
 
TVector2 GetBotAnchor () const
 
Int_t GetNrTopFE () const
 
Int_t GetNrBotFE () const
 
Int_t GetNrFECh () const
 
Double_t GetThreshold () const
 
Double_t GetNoise () const
 
Double_t GetQCloudSigma () const
 
const char * GetSensType () const
 
const char * GetFeType () const
 
Double_t GetFeBusClock () const
 
Int_t GetClusterMod () const
 
Int_t GetClusterMean () const
 
Int_t GetRadChannel () const
 
Int_t GetRadTime () const
 
Double_t GetChargeCut () const
 
Double_t GetSingleChargeCut () const
 
Int_t GetChargeConvMethod () const
 
void SetTopPitch (Double_t x)
 
void SetBotPitch (Double_t x)
 
void SetOrient (Double_t x)
 
void SetSkew (Double_t x)
 
void SetTopAnchor (TVector2 x)
 
void SetBotAnchor (TVector2 x)
 
void SetNrTopFE (Int_t x)
 
void SetNrBotFE (Int_t x)
 
void SetNrFECh (Int_t x)
 
void SetThreshold (Double_t x)
 
void SetNoise (Double_t x)
 
void SetQCloudSigma (Double_t x)
 
void SetSensType (TString x)
 
void SetFeType (TString x)
 
void SetFeBusClock (Double_t x)
 
void SetClusterMod (Int_t x)
 
void SetClusterMean (Int_t x)
 
void SetRadChnnel (Int_t x)
 
void SetRadTime (Int_t x)
 
void SetChargeCut (Double_t x)
 
void SetSingleChargeCut (Double_t x)
 
void SetChargeConvMethod (Int_t x)
 

Private Member Functions

 ClassDef (PndSdsStripDigiPar, 4)
 

Private Attributes

Double_t fTopPitch
 
Double_t fBotPitch
 
Double_t fOrient
 
Double_t fSkew
 
Double_t fThreshold
 
Double_t fNoise
 
Double_t fCSigma
 
Double_t fChargeCut
 
Double_t fSingleChargeCut
 
Double_t fFeBusClock
 
TVector2 fTopAnchor
 
TVector2 fBotAnchor
 
Int_t fFeChannels
 
Int_t fTopNrFE
 
Int_t fBotNrFE
 
Int_t fClusterMod
 
Int_t fClusterMean
 
Int_t fRadChannel
 
Int_t fRadTime
 
TString fSensType
 
TString fFeType
 
Int_t fChargeConvMethod
 

Detailed Description

Digitization Parameter Class for MVD-Strip part.

Definition at line 15 of file PndSdsStripDigiPar.h.

Constructor & Destructor Documentation

PndSdsStripDigiPar::PndSdsStripDigiPar ( const char *  name = "PndSdsParTest",
const char *  title = "PndSds strip digi parameter",
const char *  context = "TestDefaultContext" 
)

Definition at line 5 of file PndSdsStripDigiPar.cxx.

References clear().

6 : FairParGenericSet(name,title,context),
7  fTopPitch(0.),
8  fBotPitch(0.),
9  fOrient(0.),
10  fSkew(0.),
11  fThreshold(0.),
12  fNoise(0.),
13  fCSigma(0.),
14  fChargeCut(0.),
15  fSingleChargeCut(0.),
16  fFeBusClock(0.),
17  fTopAnchor(0.,0.),
18  fBotAnchor(0.,0.),
19  fFeChannels(0),
20  fTopNrFE(0),
21  fBotNrFE(0),
22  fClusterMod(0),
23  fClusterMean(0),
24  fRadChannel(0),
25  fRadTime(0),
26  fSensType(""),
27  fFeType(""),
29 {
30  clear();
31 }
TString name
PndSdsStripDigiPar::~PndSdsStripDigiPar ( void  )
inline

Definition at line 21 of file PndSdsStripDigiPar.h.

21 {};

Member Function Documentation

PndSdsStripDigiPar::ClassDef ( PndSdsStripDigiPar  ,
 
)
private
void PndSdsStripDigiPar::clear ( void  )
inline

Definition at line 22 of file PndSdsStripDigiPar.h.

Referenced by PndSdsStripDigiPar().

22 {};
TVector2 PndSdsStripDigiPar::GetBotAnchor ( ) const
inline

Definition at line 33 of file PndSdsStripDigiPar.h.

References fBotAnchor.

Referenced by PndSdsCalcStrip::PndSdsCalcStrip(), and PndSdsCalcStripDif::PndSdsCalcStripDif().

33 {return fBotAnchor;}
Double_t PndSdsStripDigiPar::GetBotPitch ( ) const
inline
Int_t PndSdsStripDigiPar::GetChargeConvMethod ( ) const
inline

Definition at line 49 of file PndSdsStripDigiPar.h.

References fChargeConvMethod.

Referenced by PndMvdNoiseProducer::Init().

49 {return fChargeConvMethod;}
Double_t PndSdsStripDigiPar::GetChargeCut ( ) const
inline

Definition at line 47 of file PndSdsStripDigiPar.h.

References fChargeCut.

Referenced by PndSdsStripClusterTask::SetCurrentCalculators().

47 {return fChargeCut;}
Int_t PndSdsStripDigiPar::GetClusterMean ( ) const
inline

Definition at line 44 of file PndSdsStripDigiPar.h.

References fClusterMean.

Referenced by PndSdsStripClusterTask::CalcMeanCharge().

44 {return fClusterMean;}
Int_t PndSdsStripDigiPar::GetClusterMod ( ) const
inline

Definition at line 43 of file PndSdsStripDigiPar.h.

References fClusterMod.

43 {return fClusterMod;}
Double_t PndSdsStripDigiPar::GetFeBusClock ( ) const
inline

Definition at line 42 of file PndSdsStripDigiPar.h.

References fFeBusClock.

Referenced by PndMvdNoiseProducer::Exec().

42 {return fFeBusClock;}
const char* PndSdsStripDigiPar::GetFeType ( ) const
inline

Definition at line 41 of file PndSdsStripDigiPar.h.

References fFeType.

41 {return fFeType.Data();}
Double_t PndSdsStripDigiPar::GetNoise ( ) const
inline
Int_t PndSdsStripDigiPar::GetNrBotFE ( ) const
inline
Int_t PndSdsStripDigiPar::GetNrFECh ( ) const
inline
Int_t PndSdsStripDigiPar::GetNrTopFE ( ) const
inline
Double_t PndSdsStripDigiPar::GetOrient ( ) const
inline
Bool_t PndSdsStripDigiPar::getParams ( FairParamList *  list)

Definition at line 67 of file PndSdsStripDigiPar.cxx.

References Double_t, fBotAnchor, fBotNrFE, fBotPitch, fChargeConvMethod, fChargeCut, fClusterMean, fClusterMod, fCSigma, fFeBusClock, fFeChannels, fFeType, fNoise, fOrient, fRadChannel, fRadTime, fSensType, fSingleChargeCut, fSkew, fThreshold, fTopAnchor, fTopNrFE, fTopPitch, x, and y.

68 {
69  if (!list) return kFALSE;
70 
71  if (!list->fill("top_pitch", &fTopPitch)) return kFALSE;
72  if (!list->fill("bot_pitch", &fBotPitch)) return kFALSE;
73  if (!list->fill("orient",&fOrient)) return kFALSE;
74  if (!list->fill("skew",&fSkew)) return kFALSE;
75  Double_t x,y;
76  if (!list->fill("top_anchor_x", &x)) return kFALSE;
77  if (!list->fill("top_anchor_y", &y)) return kFALSE;
78  fTopAnchor.Set(x,y);
79  if (!list->fill("bot_anchor_x", &x)) return kFALSE;
80  if (!list->fill("bot_anchor_y", &y)) return kFALSE;
81  fBotAnchor.Set(x,y);
82  if (!list->fill("nr_fe_channels", &fFeChannels)) return kFALSE;
83  if (!list->fill("nr_fe_top", &fTopNrFE)) return kFALSE;
84  if (!list->fill("nr_fe_bottom", &fBotNrFE)) return kFALSE;
85  if (!list->fill("charge_threshold",&fThreshold)) return kFALSE;
86  if (!list->fill("charge_noise",&fNoise)) return kFALSE;
87  if (!list->fill("QCloudSigma",&fCSigma)) return kFALSE;
88  Text_t stName[80];
89  if (!list->fill("sens_Type",stName,80)) return kFALSE;
90  fSensType = stName;
91  Text_t feName[80];
92  if (!list->fill("fe_Type",feName,80)) return kFALSE;
93  fFeType = feName;
94  if (!list->fill("fe_BusClock",&fFeBusClock)) return kFALSE;
95  if (!list->fill("cluster_mod", &fClusterMod)) return kFALSE;
96  if (!list->fill("cluster_mean", &fClusterMean)) return kFALSE;
97  if (!list->fill("cluster_radchan", &fRadChannel)) return kFALSE;
98  if (!list->fill("cluster_radtime", &fRadTime)) return kFALSE;
99  if (!list->fill("cluster_corrchargecut", &fChargeCut)) return kFALSE;
100  if (!list->fill("cluster_singlechargecut", &fSingleChargeCut)) return kFALSE;
101 
102  if (!list->fill("chargeconv_method", &fChargeConvMethod)) return kFALSE;
103 
104  return kTRUE;
105 }
Double_t
Double_t x
Double_t y
Double_t PndSdsStripDigiPar::GetQCloudSigma ( ) const
inline

Definition at line 39 of file PndSdsStripDigiPar.h.

References fCSigma.

Referenced by PndSdsCalcStrip::PndSdsCalcStrip().

39 {return fCSigma;}
Int_t PndSdsStripDigiPar::GetRadChannel ( ) const
inline

Definition at line 45 of file PndSdsStripDigiPar.h.

References fRadChannel.

45 {return fRadChannel;}
Int_t PndSdsStripDigiPar::GetRadTime ( ) const
inline

Definition at line 46 of file PndSdsStripDigiPar.h.

References fRadTime.

46 {return fRadTime;}
const char* PndSdsStripDigiPar::GetSensType ( ) const
inline
Double_t PndSdsStripDigiPar::GetSingleChargeCut ( ) const
inline

Definition at line 48 of file PndSdsStripDigiPar.h.

References fSingleChargeCut.

Referenced by PndSdsStripClusterTask::SetCurrentCalculators().

48 {return fSingleChargeCut;}
Double_t PndSdsStripDigiPar::GetSkew ( ) const
inline
Double_t PndSdsStripDigiPar::GetThreshold ( ) const
inline
TVector2 PndSdsStripDigiPar::GetTopAnchor ( ) const
inline
Double_t PndSdsStripDigiPar::GetTopPitch ( ) const
inline
void PndSdsStripDigiPar::Print ( )

Definition at line 109 of file PndSdsStripDigiPar.cxx.

References fBotAnchor, fBotNrFE, fBotPitch, fChargeConvMethod, fChargeCut, fClusterMean, fClusterMod, fCSigma, fFeChannels, fFeType, fNoise, fOrient, fRadChannel, fRadTime, fSensType, fSkew, fThreshold, fTopAnchor, fTopNrFE, fTopPitch, and Pi.

Referenced by PndMvdAccessRTDBTask::Finish(), and PndSdsStripHitProducerDif::Init().

110 {
111  std::cout<<"MVD Digitization Parameters:"<<std::endl;
112  std::cout<<" Sensor type name is = "<<fSensType.Data()<<std::endl;
113  std::cout<<" Top Pitch = "<<fTopPitch<<" cm"<<std::endl;
114  std::cout<<" Bottom Pitch = "<<fBotPitch<<" cm"<<std::endl;
115  std::cout<<" Strip Angle (Top) = "<<fOrient<<"rad = "<<fOrient/TMath::Pi()*180.<<" deg"<<std::endl;
116  std::cout<<" Skew Angle (Top->Bottom) = "<<fSkew<<"rad = "<<fSkew/TMath::Pi()*180.<<" deg"<<std::endl;
117  std::cout<<" Top Anchor = ("<<fTopAnchor.X()<<","<<fTopAnchor.Y()<<")"<<std::endl;
118  std::cout<<" Bottom Anchor= ("<<fBotAnchor.X()<<","<<fBotAnchor.Y()<<")"<<std::endl;
119  std::cout<<" FE Channels = "<<fFeChannels<<std::endl;
120  std::cout<<" Nr of Frontends (Top Side) = "<<fTopNrFE<<std::endl;
121  std::cout<<" Nr of Frontends (Bottom Side)= "<<fBotNrFE<<std::endl;
122  std::cout<<" Charge Threshold (e-) = "<<fThreshold<<std::endl;
123  std::cout<<" Noise (ENC+Dispersion) (e-) = "<<fNoise<<std::endl;
124  std::cout<<" Charge cloud sigma = "<<fCSigma<<" cm"<<std::endl;
125  std::cout<<" charge conv. (0:ideal, 1:TOT) = "<<fChargeConvMethod<<std::endl;
126  std::cout<<" Frontend type name is = "<<fFeType.Data()<<std::endl;
127  std::cout<<" Clusterfinder Mode = "<<fClusterMod<<std::endl;
128  std::cout<<" Clusterfinder Mean Algorithm = "<<fClusterMean<<std::endl;
129  std::cout<<" Clusterfinder Search Radius: Channels = "<<fRadChannel<<std::endl;
130  std::cout<<" Clusterfinder Search Radius: Time = "<<fRadTime<<std::endl;
131  std::cout<<" Top/Bottom Charge correlation cut = "<<fChargeCut<<std::endl;
132  return;
133 }
Double_t Pi
void PndSdsStripDigiPar::putParams ( FairParamList *  list)

Definition at line 33 of file PndSdsStripDigiPar.cxx.

References Double_t, fBotAnchor, fBotNrFE, fBotPitch, fChargeConvMethod, fChargeCut, fClusterMean, fClusterMod, fCSigma, fFeBusClock, fFeChannels, fFeType, fNoise, fOrient, fRadChannel, fRadTime, fSensType, fSingleChargeCut, fSkew, fThreshold, fTopAnchor, fTopNrFE, and fTopPitch.

34 {
35  if(!list) return;
36 
37  list->add("top_pitch", fTopPitch);
38  list->add("bot_pitch", fBotPitch);
39  list->add("orient", fOrient);
40  list->add("skew", fSkew);
41  list->add("top_anchor_x", (Double_t)fTopAnchor.X());
42  list->add("top_anchor_y", (Double_t)fTopAnchor.Y());
43  list->add("bottom_anchor_x", (Double_t)fBotAnchor.X());
44  list->add("bottom_anchor_y", (Double_t)fBotAnchor.Y());
45  list->add("nr_fe_channels", fFeChannels);
46  list->add("nr_fe_top", fTopNrFE);
47  list->add("nr_fe_bottom", fBotNrFE);
48  list->add("charge_threshold", fThreshold);
49  list->add("charge_noise", fNoise);
50  list->add("QCloudSigma", fCSigma);
51  list->add("sens_Type", fSensType); //("sens_Type", fSensType, 's', 1)
52  list->add("fe_Type", fFeType); //("fe_Type", fFeType, 's', 1)
53  list->add("fe_BusClock", fFeBusClock);
54  list->add("cluster_mod", fClusterMod);
55  list->add("cluster_mean", fClusterMean);
56  list->add("cluster_radchan", fRadChannel);
57  list->add("cluster_radtime", fRadTime);
58  list->add("cluster_corrchargecut", fChargeCut);
59  list->add("cluster_singlechargecut", fSingleChargeCut);
60  list->add("chargeconv_method", fChargeConvMethod);
61  //TObjString* sens = new TObjString( fSensType.Data() );
62  //list->addObject("sens_Type", sens);
63  //TObjString* fe = new TObjString( fFeType.Data() );
64  //list->addObject("fe_Type", fe);
65 }
Double_t
void PndSdsStripDigiPar::SetBotAnchor ( TVector2  x)
inline

Definition at line 56 of file PndSdsStripDigiPar.h.

References fBotAnchor, and x.

Referenced by PndSdsStripHitProducerDif::SetParamSet().

56 {fBotAnchor = x;}
Double_t x
void PndSdsStripDigiPar::SetBotPitch ( Double_t  x)
inline

Definition at line 52 of file PndSdsStripDigiPar.h.

References fBotPitch, and x.

Referenced by PndSdsStripHitProducerDif::SetParamSet().

52 {fBotPitch = x;}
Double_t x
void PndSdsStripDigiPar::SetChargeConvMethod ( Int_t  x)
inline

Definition at line 72 of file PndSdsStripDigiPar.h.

References fChargeConvMethod, and x.

void PndSdsStripDigiPar::SetChargeCut ( Double_t  x)
inline

Definition at line 70 of file PndSdsStripDigiPar.h.

References fChargeCut, and x.

70 {fChargeCut = x;}
Double_t x
void PndSdsStripDigiPar::SetClusterMean ( Int_t  x)
inline

Definition at line 67 of file PndSdsStripDigiPar.h.

References fClusterMean, and x.

void PndSdsStripDigiPar::SetClusterMod ( Int_t  x)
inline

Definition at line 66 of file PndSdsStripDigiPar.h.

References fClusterMod, and x.

void PndSdsStripDigiPar::SetFeBusClock ( Double_t  x)
inline

Definition at line 65 of file PndSdsStripDigiPar.h.

References fFeBusClock, and x.

65 {fFeBusClock = x;}
Double_t x
void PndSdsStripDigiPar::SetFeType ( TString  x)
inline

Definition at line 64 of file PndSdsStripDigiPar.h.

References fFeType, and x.

Referenced by PndSdsStripHitProducerDif::SetParamSet().

64 {fFeType = x;}
Double_t x
void PndSdsStripDigiPar::SetNoise ( Double_t  x)
inline

Definition at line 61 of file PndSdsStripDigiPar.h.

References fNoise, and x.

Referenced by PndSdsStripHitProducerDif::SetParamSet().

61 {fNoise = x;}
Double_t x
void PndSdsStripDigiPar::SetNrBotFE ( Int_t  x)
inline

Definition at line 58 of file PndSdsStripDigiPar.h.

References fBotNrFE, and x.

Referenced by PndSdsStripHitProducerDif::SetParamSet().

58 {fBotNrFE = x;}
Double_t x
void PndSdsStripDigiPar::SetNrFECh ( Int_t  x)
inline

Definition at line 59 of file PndSdsStripDigiPar.h.

References fFeChannels, and x.

Referenced by PndSdsStripHitProducerDif::SetParamSet().

void PndSdsStripDigiPar::SetNrTopFE ( Int_t  x)
inline

Definition at line 57 of file PndSdsStripDigiPar.h.

References fTopNrFE, and x.

Referenced by PndSdsStripHitProducerDif::SetParamSet().

57 {fTopNrFE = x;}
Double_t x
void PndSdsStripDigiPar::SetOrient ( Double_t  x)
inline

Definition at line 53 of file PndSdsStripDigiPar.h.

References fOrient, and x.

Referenced by PndSdsStripHitProducerDif::SetParamSet().

53 {fOrient = x;}
Double_t x
void PndSdsStripDigiPar::SetQCloudSigma ( Double_t  x)
inline

Definition at line 62 of file PndSdsStripDigiPar.h.

References fCSigma, and x.

62 {fCSigma = x;}
Double_t x
void PndSdsStripDigiPar::SetRadChnnel ( Int_t  x)
inline

Definition at line 68 of file PndSdsStripDigiPar.h.

References fRadChannel, and x.

void PndSdsStripDigiPar::SetRadTime ( Int_t  x)
inline

Definition at line 69 of file PndSdsStripDigiPar.h.

References fRadTime, and x.

69 {fRadTime = x;}
Double_t x
void PndSdsStripDigiPar::SetSensType ( TString  x)
inline

Definition at line 63 of file PndSdsStripDigiPar.h.

References fSensType, and x.

Referenced by PndSdsStripHitProducerDif::SetParamSet().

63 {fSensType = x;}
Double_t x
void PndSdsStripDigiPar::SetSingleChargeCut ( Double_t  x)
inline

Definition at line 71 of file PndSdsStripDigiPar.h.

References fSingleChargeCut, and x.

Double_t x
void PndSdsStripDigiPar::SetSkew ( Double_t  x)
inline

Definition at line 54 of file PndSdsStripDigiPar.h.

References fSkew, and x.

Referenced by PndSdsStripHitProducerDif::SetParamSet().

54 {fSkew = x;}
Double_t x
void PndSdsStripDigiPar::SetThreshold ( Double_t  x)
inline

Definition at line 60 of file PndSdsStripDigiPar.h.

References fThreshold, and x.

Referenced by PndSdsStripHitProducerDif::SetParamSet().

60 {fThreshold = x;}
Double_t x
void PndSdsStripDigiPar::SetTopAnchor ( TVector2  x)
inline

Definition at line 55 of file PndSdsStripDigiPar.h.

References fTopAnchor, and x.

Referenced by PndSdsStripHitProducerDif::SetParamSet().

55 {fTopAnchor = x;}
Double_t x
void PndSdsStripDigiPar::SetTopPitch ( Double_t  x)
inline

Definition at line 51 of file PndSdsStripDigiPar.h.

References fTopPitch, and x.

Referenced by PndSdsStripHitProducerDif::SetParamSet().

51 {fTopPitch = x;}
Double_t x

Member Data Documentation

TVector2 PndSdsStripDigiPar::fBotAnchor
private

Definition at line 87 of file PndSdsStripDigiPar.h.

Referenced by GetBotAnchor(), getParams(), Print(), putParams(), and SetBotAnchor().

Int_t PndSdsStripDigiPar::fBotNrFE
private

Definition at line 90 of file PndSdsStripDigiPar.h.

Referenced by GetNrBotFE(), getParams(), Print(), putParams(), and SetNrBotFE().

Double_t PndSdsStripDigiPar::fBotPitch
private

Definition at line 77 of file PndSdsStripDigiPar.h.

Referenced by GetBotPitch(), getParams(), Print(), putParams(), and SetBotPitch().

Int_t PndSdsStripDigiPar::fChargeConvMethod
private
Double_t PndSdsStripDigiPar::fChargeCut
private

Definition at line 83 of file PndSdsStripDigiPar.h.

Referenced by GetChargeCut(), getParams(), Print(), putParams(), and SetChargeCut().

Int_t PndSdsStripDigiPar::fClusterMean
private

Definition at line 92 of file PndSdsStripDigiPar.h.

Referenced by GetClusterMean(), getParams(), Print(), putParams(), and SetClusterMean().

Int_t PndSdsStripDigiPar::fClusterMod
private

Definition at line 91 of file PndSdsStripDigiPar.h.

Referenced by GetClusterMod(), getParams(), Print(), putParams(), and SetClusterMod().

Double_t PndSdsStripDigiPar::fCSigma
private

Definition at line 82 of file PndSdsStripDigiPar.h.

Referenced by getParams(), GetQCloudSigma(), Print(), putParams(), and SetQCloudSigma().

Double_t PndSdsStripDigiPar::fFeBusClock
private

Definition at line 85 of file PndSdsStripDigiPar.h.

Referenced by GetFeBusClock(), getParams(), putParams(), and SetFeBusClock().

Int_t PndSdsStripDigiPar::fFeChannels
private

Definition at line 88 of file PndSdsStripDigiPar.h.

Referenced by GetNrFECh(), getParams(), Print(), putParams(), and SetNrFECh().

TString PndSdsStripDigiPar::fFeType
private

Definition at line 96 of file PndSdsStripDigiPar.h.

Referenced by GetFeType(), getParams(), Print(), putParams(), and SetFeType().

Double_t PndSdsStripDigiPar::fNoise
private

Definition at line 81 of file PndSdsStripDigiPar.h.

Referenced by GetNoise(), getParams(), Print(), putParams(), and SetNoise().

Double_t PndSdsStripDigiPar::fOrient
private

Definition at line 78 of file PndSdsStripDigiPar.h.

Referenced by GetOrient(), getParams(), Print(), putParams(), and SetOrient().

Int_t PndSdsStripDigiPar::fRadChannel
private

Definition at line 93 of file PndSdsStripDigiPar.h.

Referenced by getParams(), GetRadChannel(), Print(), putParams(), and SetRadChnnel().

Int_t PndSdsStripDigiPar::fRadTime
private

Definition at line 94 of file PndSdsStripDigiPar.h.

Referenced by getParams(), GetRadTime(), Print(), putParams(), and SetRadTime().

TString PndSdsStripDigiPar::fSensType
private

Definition at line 95 of file PndSdsStripDigiPar.h.

Referenced by getParams(), GetSensType(), Print(), putParams(), and SetSensType().

Double_t PndSdsStripDigiPar::fSingleChargeCut
private

Definition at line 84 of file PndSdsStripDigiPar.h.

Referenced by getParams(), GetSingleChargeCut(), putParams(), and SetSingleChargeCut().

Double_t PndSdsStripDigiPar::fSkew
private

Definition at line 79 of file PndSdsStripDigiPar.h.

Referenced by getParams(), GetSkew(), Print(), putParams(), and SetSkew().

Double_t PndSdsStripDigiPar::fThreshold
private

Definition at line 80 of file PndSdsStripDigiPar.h.

Referenced by getParams(), GetThreshold(), Print(), putParams(), and SetThreshold().

TVector2 PndSdsStripDigiPar::fTopAnchor
private

Definition at line 86 of file PndSdsStripDigiPar.h.

Referenced by getParams(), GetTopAnchor(), Print(), putParams(), and SetTopAnchor().

Int_t PndSdsStripDigiPar::fTopNrFE
private

Definition at line 89 of file PndSdsStripDigiPar.h.

Referenced by GetNrTopFE(), getParams(), Print(), putParams(), and SetNrTopFE().

Double_t PndSdsStripDigiPar::fTopPitch
private

Definition at line 76 of file PndSdsStripDigiPar.h.

Referenced by getParams(), GetTopPitch(), Print(), putParams(), and SetTopPitch().


The documentation for this class was generated from the following files: