source: trunk/MagicSoft/Mars/mhist/MH.h@ 891

Last change on this file since 891 was 887, checked in by tbretz, 23 years ago
*** empty log message ***
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
12class MH : public MParContainer
13{
14public:
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.