FairRoot/PandaRoot
PndSdsFESimple.h
Go to the documentation of this file.
1 /*
2  * PndSdsFESimple.h
3  *
4  * Created on: Apr 4, 2011
5  * Author: esch
6  *
7  * Class to calculate ToT, TimeWalk, TimeStamp and Time till the signal is back to baseline from a TF1 amplifier model.
8  *
9  *
10  */
11 
12 #ifndef PndSdsFESIMPLE_H_
13 #define PndSdsFESIMPLE_H_
14 #include "TObject.h"
15 #include "PndSdsFEAmpModelSimple.h"
16 #include "TMath.h"
17 #include "TF1.h"
18 #include "TRandom2.h"
19 #include "Math/Interpolator.h"
20 #include "Math/InterpolationTypes.h"
22 #include "TVectorT.h"
23 #include "PndSdsFE.h"
24 
25 class PndSdsFESimple: public PndSdsFE {
26 public:
28  PndSdsFESimple(double charsingtime, double constcurrent, double threshold, double frequency);
30 
31 
32  void SetParameter(double chargingtime, double constcurrent, double threshold, double frequency);
33 
35 };
36 
37 #endif /* PndSdsFESIMPLE_H_ */
ClassDef(PndSdsFESimple, 1)
double threshold
void SetParameter(double chargingtime, double constcurrent, double threshold, double frequency)