Ignore:
Timestamp:
06/28/05 10:22:44 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MHDisp.h

    r7114 r7173  
    1313{
    1414private:
    15     MHillasExt  *fHilExt; //!
    16     MParameterD *fDisp;   //!
     15    MHillasExt  *fHilExt;  //!
     16    MParameterD *fDisp;    //!
    1717
    18     Double_t fM3lCut;     //!
    19     Double_t fXi;         //!
    20     Double_t fXiTheta;    //!
     18    Double_t     fM3lCut;  //!
     19    Double_t     fXi;      //!
     20    Double_t     fXiTheta; //!
     21
     22    //Bool_t       fIsWobble;
     23
     24    // MHDisp
     25    Double_t GetOffSignal(TH1 &h) const;
    2126
    2227public:
     
    2732    Bool_t Fill(const MParContainer *par, const Stat_t w=1);
    2833
     34    // TObject
    2935    void Paint(Option_t *o="");
    3036    void Draw(Option_t *o="");
     37
     38    // MParContainer
     39    //Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print=kFALSE);
    3140
    3241    ClassDef(MHDisp, 1) //3D-histogram in alpha, x and y
Note: See TracChangeset for help on using the changeset viewer.