Changeset 3381 for trunk/MagicSoft/include-Classes/MMcFormat
- Timestamp:
- 03/02/04 15:27:05 (21 years ago)
- Location:
- trunk/MagicSoft/include-Classes/MMcFormat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcCorsikaRunHeader.cc
r3379 r3381 33 33 // 34 34 //////////////////////////////////////////////////////////////////////////// 35 36 35 37 #include "MGeomCorsikaCT.h" 36 38 #include "MMcCorsikaRunHeader.h" … … 95 97 96 98 for (int i=0;i<NumCT;i++) 97 fTelescopes[i]= new MGeomCorsikaCT; 99 { 100 MGeomCorsikaCT* dummy = new MGeomCorsikaCT(); 101 fTelescopes.Add(dummy); 102 } 98 103 99 104 SetReadyToSave(); … … 205 210 fTelescopes.Print(); 206 211 } 207 208 209 210 211 212 213 214 215 -
trunk/MagicSoft/include-Classes/MMcFormat/MMcCorsikaRunHeader.h
r3379 r3381 65 65 int NumCT=1); 66 66 67 67 68 void Fill(const Float_t runnumber, 68 69 const Float_t date, … … 96 97 Float_t GetSlopeSpec() const { return fSlopeSpec; } 97 98 99 Int_t GetNumCT() const { return fNumCT; } 100 98 101 void FillCT(Float_t ctx, Float_t cty, Float_t ctz, 99 102 Float_t cttheta, Float_t ctphi,
Note:
See TracChangeset
for help on using the changeset viewer.