Changeset 4518 for trunk/MagicSoft/Mars/mastro
- Timestamp:
- 08/05/04 17:26:48 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mastro/MAstroCatalog.h
r4213 r4518 60 60 void ReadBinary(istream &in); 61 61 62 ClassDef(MVector3, 1) // A specialized TVector3 stor eing a star-name62 ClassDef(MVector3, 1) // A specialized TVector3 storing a star-name 63 63 }; 64 64 … … 175 175 Int_t ReadHeasarcPPM(TString catalog = "heasarc_ppm.tdat", TString fout=""); 176 176 Int_t ReadCompressed(TString catalog); 177 Int_t AddObject(Float_t ra, Float_t dec, Float_t mag, TString name=""); 177 178 178 179 void Print(Option_t *o="") const { fList.Print(); } // Print all stars
Note:
See TracChangeset
for help on using the changeset viewer.