Changeset 7550 for trunk/MagicSoft/Mars/mpointing/MPointingPos.h
- Timestamp:
- 03/01/06 10:05:14 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MPointingPos.h
r7517 r7550 39 39 } 40 40 41 Bool_t IsInitialized() const { return !(fZd==0 && fAz==0 && fRa==0 && fHa==0 && fDec==0); } 42 41 43 void Print(Option_t *o="") const; 44 45 TString GetString(Option_t *o="") const; 42 46 43 47 void SetLocalPosition(Double_t zd, Double_t az) { fZd=zd; fAz=az; }
Note:
See TracChangeset
for help on using the changeset viewer.