source:
trunk/MagicSoft/Mars/mhist/MH.h@
973
| Last change on this file since 973 was 961, checked in by , 24 years ago | |
|---|---|
| File size: 359 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) //A histogram base class for Mars histograms |
| 20 | }; |
| 21 | |
| 22 | #endif |
| 23 |
Note:
See TracBrowser
for help on using the repository browser.
