Changeset 8337 for trunk/MagicSoft/Mars/mastro/MObservatory.h
- Timestamp:
- 02/28/07 13:34:10 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mastro/MObservatory.h
r8066 r8337 32 32 Double_t fHeight; //! [m] height of observatory 33 33 34 void Init(const char *name , const char *title);34 void Init(const char *name=NULL, const char *title=NULL); 35 35 36 36 public: 37 37 MObservatory(const char *name=NULL, const char *title=NULL); 38 38 MObservatory(LocationName_t key, const char *name=NULL, const char *title=NULL); 39 MObservatory(Double_t lon, Double_t lat, const char *name="<n/a>"); 40 MObservatory(Double_t lon, Double_t lat, Double_t h, const char *name="<n/a>"); 39 41 40 42 void Copy(TObject &obj) const … … 50 52 51 53 void SetLocation(LocationName_t name); 54 void SetLocation(Double_t lon, Double_t lat, Double_t h=0, const char *name=NULL); 52 55 53 56 void Print(Option_t *o=0) const;
Note:
See TracChangeset
for help on using the changeset viewer.