Ignore:
Timestamp:
08/05/04 17:26:48 (20 years ago)
Author:
rwagner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4213 r4518  
    6060    void ReadBinary(istream &in);
    6161
    62     ClassDef(MVector3, 1) // A specialized TVector3 storeing a star-name
     62    ClassDef(MVector3, 1) // A specialized TVector3 storing a star-name
    6363};
    6464
     
    175175    Int_t ReadHeasarcPPM(TString catalog = "heasarc_ppm.tdat", TString fout="");
    176176    Int_t ReadCompressed(TString catalog);
     177    Int_t AddObject(Float_t ra, Float_t dec, Float_t mag, TString name="");
    177178
    178179    void Print(Option_t *o="") const { fList.Print(); } // Print all stars
Note: See TracChangeset for help on using the changeset viewer.