Changeset 3380 for trunk/MagicSoft/Mars
- Timestamp:
- 03/02/04 14:20:59 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHStarMap.h
r3367 r3380 25 25 Bool_t fUseMmScale; 26 26 27 Float_t fCosLat; //! 28 Float_t fSinLat; //! 29 27 30 void PrepareDrawing() const; 28 31 29 32 void Paint(Option_t *opt=""); 30 33 31 void GetRotationAngle(Double_t &sinangle, Double_t &cosangle);32 33 34 Bool_t SetupFill(const MParList *pList); 34 35 Bool_t Fill(const MParContainer *par, const Stat_t w=1); 35 Bool_t ReInit(MParList *pList); 36 36 37 37 38 public: … … 46 47 TH2F *GetHist() { return fStarMap; } 47 48 49 Bool_t ReInit(MParList *pList); 50 void GetRotationAngle(const Double_t &thetatel, const Double_t &phitel, 51 Double_t &cosangle, Double_t &sinangle); 52 48 53 void Draw(Option_t *opt=NULL); 49 54 TObject *DrawClone(Option_t *opt=NULL) const;
Note:
See TracChangeset
for help on using the changeset viewer.