Line | |
---|
1 | #ifndef MARS_MHThetaSq
|
---|
2 | #define MARS_MHThetaSq
|
---|
3 |
|
---|
4 | #ifndef MARS_MHAlpha
|
---|
5 | #include "MHAlpha.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MHThetaSq : public MHAlpha
|
---|
9 | {
|
---|
10 | private:
|
---|
11 | MParameterD *fThetaSq; //!
|
---|
12 |
|
---|
13 | Bool_t GetParameter(const MParList &pl);
|
---|
14 | Double_t GetVal() const;
|
---|
15 | const char *GetParameterRule() const
|
---|
16 | {
|
---|
17 | return "ThetaSquared.fVal";
|
---|
18 | }
|
---|
19 |
|
---|
20 | public:
|
---|
21 | MHThetaSq(const char *name=NULL, const char *title=NULL);
|
---|
22 |
|
---|
23 | ClassDef(MHThetaSq, 1) // Theta-Plot which is fitted online
|
---|
24 | };
|
---|
25 |
|
---|
26 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.