Line | |
---|
1 | #ifndef MMONTECARLO_H
|
---|
2 | #define MMONTECARLO_H
|
---|
3 |
|
---|
4 | #ifndef MAGIC_H
|
---|
5 | #include "MAGIC.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | #ifndef MBROWSER_H
|
---|
9 | #include "MBrowser.h"
|
---|
10 | #endif
|
---|
11 |
|
---|
12 | class MMonteCarlo : public MBrowser
|
---|
13 | {
|
---|
14 | public:
|
---|
15 | MMonteCarlo(const TGWindow *main=NULL, const TGWindow *p=NULL,
|
---|
16 | const UInt_t w=500, const UInt_t h=500);
|
---|
17 |
|
---|
18 | Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
|
---|
19 |
|
---|
20 | ClassDef(MMonteCarlo, 0) // GUI: The 'monte-carlo' window
|
---|
21 | };
|
---|
22 |
|
---|
23 | #endif
|
---|
24 |
|
---|
25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.