Ignore:
Timestamp:
04/19/03 18:39:05 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1940 r1965  
    1414private:
    1515
    16     TH1F *fLength; //->
    17     TH1F *fWidth;  //->
     16    TH1F *fLength;  //-> Length
     17    TH1F *fWidth;   //-> Width
    1818
    19     TH1F *fDistC;  //->
    20     TH1F *fDelta;  //->
     19    TH1F *fDistC;   //-> Distance to Camera Center
     20    TH1F *fDelta;   //-> Angle between Length axis and x-axis
    2121
    22     TH1F *fSize;   //->
    23     TH2F *fCenter; //->
     22    TH1F *fSize;    //-> Sum of used pixels
     23    TH2F *fCenter;  //-> Center
    2424
    25     TH1F *fUsedPix; //->
    26     TH1F *fCorePix; //->
     25    TH1F *fUsedPix; //-> Number of used pixels
     26    TH1F *fCorePix; //-> Number of core pixels
    2727
    2828    void SetColors() const;
     
    3030    Float_t fMm2Deg;
    3131    Bool_t  fUseMmScale;
     32
     33    void Paint(Option_t *opt="");
    3234
    3335public:
     
    5557    TObject *DrawClone(Option_t *opt=NULL) const;
    5658
     59    //Int_t DistancetoPrimitive(Int_t px, Int_t py) { return 0; }
     60
    5761    ClassDef(MHHillas, 1) // Container which holds histograms for the source independent image parameters
    5862};
Note: See TracChangeset for help on using the changeset viewer.