BALL 1.5.0
fermiBaseFunction.h
Go to the documentation of this file.
1// $Id: fermiBaseFunction.h,v 1.1 2005/11/21 19:27:02 anker Exp $
2
3#ifndef BALL_SCORING_COMMON_FERMIBASEFUNCTION_H
4#define BALL_SCORING_COMMON_FERMIBASEFUNCTION_H
5
7
8namespace BALL
9{
10
14 : public ScoringBaseFunction
15 {
16
17 public:
18
21 ;
22
27 FermiBaseFunction(float lower, float upper)
28 ;
29
31 void setLower(float lower)
32 ;
33
35 void setUpper(float upper)
36 ;
37
39 float calculate(float x) const
40 ;
41
43 float calculate(float x, float lower, float upper)
44 ;
45
46
47 private:
48
49 //_
50 void computeFermiParameters_()
51 ;
52
53 //_
54 float a_;
55
56 //_
57 float b_;
58
59 };
60
61}
62#endif // BALL_SCORING_COMMON_FERMIBASEFUNCTION_H
Definition: constants.h:13
float calculate(float x) const
void setLower(float lower)
void setUpper(float upper)
float calculate(float x, float lower, float upper)
FermiBaseFunction(float lower, float upper)
#define BALL_EXPORT
Definition: COMMON/global.h:50