Changeset 3384


Ignore:
Timestamp:
03/03/04 07:09:43 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3380 r3384  
    3535    Bool_t Fill(const MParContainer *par, const Stat_t w=1);
    3636
     37    Bool_t ReInit(MParList *pList);
     38    void GetRotationAngle(Double_t &sin, Double_t &cos);
    3739
    3840public:
     
    4749    TH2F *GetHist() { return fStarMap; }
    4850
    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 
    5351    void Draw(Option_t *opt=NULL);
    5452    TObject *DrawClone(Option_t *opt=NULL) const;
Note: See TracChangeset for help on using the changeset viewer.