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