Ignore:
Timestamp:
10/29/01 11:35:19 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHMcCollectionArea.h

    r985 r1004  
    99#endif
    1010
    11 //
    12 // because of some strange reason this cannot be put into MonteCarloIncl
    13 //
    14 #ifndef ROOT_TH1
    15 #include <TH1.h>
    16 #endif
    17 
     11class TH1D;
    1812class TH2D;
    1913
     
    3125    ~MHMcCollectionArea();
    3226
    33     void FillAll(Float_t log10E, Float_t radius);
    34     void FillSel(Float_t log10E, Float_t radius);
     27    void FillAll(Float_t energy, Float_t radius);
     28    void FillSel(Float_t energy, Float_t radius);
    3529
    3630    void DrawAll(Option_t *option="");
Note: See TracChangeset for help on using the changeset viewer.