Ignore:
Timestamp:
03/01/06 10:05:14 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpointing/MPointingPos.h

    r7517 r7550  
    3939    }
    4040
     41    Bool_t IsInitialized() const { return !(fZd==0 && fAz==0 && fRa==0 && fHa==0 && fDec==0); }
     42
    4143    void Print(Option_t *o="") const;
     44
     45    TString GetString(Option_t *o="") const;
    4246
    4347    void SetLocalPosition(Double_t zd, Double_t az) { fZd=zd; fAz=az; }
Note: See TracChangeset for help on using the changeset viewer.