Line | |
---|
1 | #ifndef MARS_MHGamma
|
---|
2 | #define MARS_MHGamma
|
---|
3 |
|
---|
4 | #ifndef MARS_MH
|
---|
5 | #include "MH.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | #ifndef ROOT_TH3
|
---|
9 | #include "TH3.h"
|
---|
10 | #endif
|
---|
11 |
|
---|
12 | #ifndef ROOT_TH2
|
---|
13 | #include "TH2.h"
|
---|
14 | #endif
|
---|
15 |
|
---|
16 | class TH2D;
|
---|
17 | class TH3D;
|
---|
18 |
|
---|
19 | class MHGamma : public MH
|
---|
20 | {
|
---|
21 | public:
|
---|
22 | MHGamma();
|
---|
23 |
|
---|
24 | Bool_t Fill(const MParContainer *par);
|
---|
25 |
|
---|
26 | TH3D *Subtract(const TH3D *h1, const TH3D *h2,
|
---|
27 | const char *name, const char *title, Bool_t Draw=kFALSE);
|
---|
28 |
|
---|
29 | TH2D *GetAlphaProjection(TH3D *fHist, Axis_t lo, Axis_t up,
|
---|
30 | Bool_t Drawp=kFALSE);
|
---|
31 |
|
---|
32 |
|
---|
33 | ClassDef(MHGamma, 1) // manipulation of alpha distributions
|
---|
34 | };
|
---|
35 |
|
---|
36 | #endif
|
---|
37 |
|
---|
38 |
|
---|
39 |
|
---|
40 |
|
---|
41 |
|
---|
42 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.