PandaRoot
PndSdsFESimple.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 /*
14  * PndSdsFESimple.h
15  *
16  * Created on: Apr 4, 2011
17  * Author: esch
18  *
19  * Class to calculate ToT, TimeWalk, TimeStamp and Time till the signal is back to baseline from a TF1 amplifier model.
20  *
21  *
22  */
23 
24 #ifndef PndSdsFESIMPLE_H_
25 #define PndSdsFESIMPLE_H_
26 #include "TObject.h"
27 #include "PndSdsFEAmpModelSimple.h"
28 #include "TMath.h"
29 #include "TF1.h"
30 #include "TRandom.h"
31 #include "Math/Interpolator.h"
32 #include "Math/InterpolationTypes.h"
34 #include "TVectorT.h"
35 #include "PndSdsFE.h"
36 
37 class PndSdsFESimple : public PndSdsFE {
38  public:
40  PndSdsFESimple(double charsingtime, double constcurrent, double threshold, double frequency);
42 
43  void SetParameter(double chargingtime, double constcurrent, double threshold, double frequency);
44 
46 };
47 
48 #endif /* PndSdsFESIMPLE_H_ */
ClassDef(PndSdsFESimple, 1)
void SetParameter(double chargingtime, double constcurrent, double threshold, double frequency)