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 
15  public:
17  virtual ~PndSdsFEAmpModelSimple();
18  double Definition(double *x, double *params);
19  int GetModelNumber();
20 
21  private:
22  const int fModelNumber; // Holds the number of the model - necessary to save the interpolatorlist in PndSdsFE
23 };
24 
25 #endif /* PNDSDSFEAMPMODELSIMPLE_H_ */
double Definition(double *x, double *params)
virtual ~PndSdsFEAmpModelSimple()