Ignore:
Timestamp:
03/30/01 12:08:08 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmontecarlo/MCollArea.h

    r710 r712  
    1 #ifndef __MCollArea__
    2 #define __MCollArea__
     1#ifndef MCOLLAREA_H
     2#define MCOLLAREA_H
    33
     4#ifndef MAGIC_H
     5#include "MAGIC.h"
     6#endif
     7#ifndef MPARCONTAINER_H
    48#include "MParContainer.h"
     9#endif
    510
    6 #include <TH2.h>
     11//
     12// because of some strange reason this cannot be put into MonteCarloIncl
     13//
     14#ifndef TH1_H
     15#include <TH1.h>
     16#endif
     17
     18class TH2D;
    719
    820class MCollArea : public MParContainer {
Note: See TracChangeset for help on using the changeset viewer.