Changeset 7173 for trunk/MagicSoft/Mars/mhflux/MHDisp.h
- Timestamp:
- 06/28/05 10:22:44 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHDisp.h
r7114 r7173 13 13 { 14 14 private: 15 MHillasExt *fHilExt; //!16 MParameterD *fDisp; //!15 MHillasExt *fHilExt; //! 16 MParameterD *fDisp; //! 17 17 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; 21 26 22 27 public: … … 27 32 Bool_t Fill(const MParContainer *par, const Stat_t w=1); 28 33 34 // TObject 29 35 void Paint(Option_t *o=""); 30 36 void Draw(Option_t *o=""); 37 38 // MParContainer 39 //Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print=kFALSE); 31 40 32 41 ClassDef(MHDisp, 1) //3D-histogram in alpha, x and y
Note:
See TracChangeset
for help on using the changeset viewer.