Ignore:
Timestamp:
02/28/07 13:34:10 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mastro/MObservatory.h

    r8066 r8337  
    3232    Double_t fHeight;                //! [m] height of observatory
    3333
    34     void Init(const char *name, const char *title);
     34    void Init(const char *name=NULL, const char *title=NULL);
    3535
    3636public:
    3737    MObservatory(const char *name=NULL, const char *title=NULL);
    3838    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>");
    3941
    4042    void Copy(TObject &obj) const
     
    5052
    5153    void SetLocation(LocationName_t name);
     54    void SetLocation(Double_t lon, Double_t lat, Double_t h=0, const char *name=NULL);
    5255
    5356    void Print(Option_t *o=0) const;
Note: See TracChangeset for help on using the changeset viewer.