FairRoot/PandaRoot
PndSdsFEAmpModelSimple.h
Go to the documentation of this file.
1 /*
2  * SdsFEAmpModelSimple.h
3  *
4  * Created on: Apr 4, 2011
5  * Author: esch
6  *
7  * Class for the simple amplifier model definition
8  *
9  */
10 
11 #ifndef PNDSDSFEAMPMODELSIMPLE_H_
12 #define PNDSDSFEAMPMODELSIMPLE_H_
13 
14 
16 public:
18  virtual ~PndSdsFEAmpModelSimple();
19  double Definition(double *x, double *params);
20  int GetModelNumber();
21 
22 private:
23  const int fModelNumber; // Holds the number of the model - necessary to save the interpolatorlist in PndSdsFE
24 };
25 
26 #endif /* PNDSDSFEAMPMODELSIMPLE_H_ */
double Definition(double *x, double *params)
Double_t x