Ignore:
Timestamp:
03/27/01 11:34:04 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mdatacheck/MHHillas.h

    r698 r702  
    66#endif
    77
    8 #ifndef ROOT_TH1
    9 #include <TH1.h>
    10 #endif
    11 
    128#ifndef MPARCONTAINER_H
    139#include "MParContainer.h"
    1410#endif
    1511
     12class TH1F;
    1613class MHillas;
    1714
     
    3532    TH1F *GetHistDist()   { return fDist; }
    3633
    37     void DrawAlpha()  { fAlpha->Draw(); }
    38     void DrawWidth()  { fWidth->Draw(); }
    39     void DrawLength() { fLength->Draw(); }
    40     void DrawDist()   { fDist->Draw(); }
    41 
    4234    void Draw(Option_t *opt=NULL);
    4335
Note: See TracChangeset for help on using the changeset viewer.