Ignore:
Timestamp:
03/01/04 10:59:46 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3340 r3365  
    3030    void Paint(Option_t *opt="");
    3131
    32     void GetRotationAngle(Double_t &cosangle, Double_t &sinangle);
    3332
    3433    Bool_t SetupFill(const MParList *pList);
     
    4746    TH2F *GetHist() { return fStarMap; }
    4847
     48    void GetRotationAngle(const Double_t &thetatel, const Double_t &phitel,
     49                          Double_t &cosangle, Double_t &sinangle);
     50
    4951    void Draw(Option_t *opt=NULL);
    5052    TObject *DrawClone(Option_t *opt=NULL) const;
Note: See TracChangeset for help on using the changeset viewer.