source:
trunk/MagicSoft/Mars/mhist/MH.h@
958
Last change on this file since 958 was 887, checked in by , 23 years ago | |
---|---|
File size: 376 bytes |
Line | |
---|---|
1 | #ifndef MH_H |
2 | #define MH_H |
3 | |
4 | #ifndef MAGIC_H |
5 | #include "MAGIC.h" |
6 | #endif |
7 | |
8 | #ifndef MPARCONTAINER_H |
9 | #include "MParContainer.h" |
10 | #endif |
11 | |
12 | class MH : public MParContainer |
13 | { |
14 | public: |
15 | MH(const char *name=NULL, const char *title=NULL); |
16 | |
17 | virtual void Fill(const MParContainer *par) = 0; |
18 | |
19 | ClassDef(MH, 1) // Container which holds hostograms for the Hillas parameters |
20 | }; |
21 | |
22 | #endif |
23 |
Note:
See TracBrowser
for help on using the repository browser.