Changeset 3380 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
03/02/04 14:20:59 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHStarMap.h

    r3367 r3380  
    2525    Bool_t fUseMmScale;
    2626
     27    Float_t fCosLat;  //!
     28    Float_t fSinLat;  //!
     29
    2730    void PrepareDrawing() const;
    2831
    2932    void Paint(Option_t *opt="");
    3033
    31     void GetRotationAngle(Double_t &sinangle, Double_t &cosangle);
    32 
    3334    Bool_t SetupFill(const MParList *pList);
    3435    Bool_t Fill(const MParContainer *par, const Stat_t w=1);
    35     Bool_t ReInit(MParList *pList);
     36
    3637
    3738public:
     
    4647    TH2F *GetHist() { return fStarMap; }
    4748
     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
    4853    void Draw(Option_t *opt=NULL);
    4954    TObject *DrawClone(Option_t *opt=NULL) const;
Note: See TracChangeset for help on using the changeset viewer.