- Timestamp:
- 03/02/04 20:30:12 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3381 r3382 13 13 - Added GetNumCT() function. 14 14 - Replaced 15 fTelescopes[i]= new MGeomCorsikaCT by15 fTelescopes[i]= new MGeomCorsikaCT; by 16 16 17 17 MGeomCorsikaCT* dummy = new MGeomCorsikaCT(); … … 22 22 - Added getter functions for telescope coordinates. 23 23 - Added Print() function. 24 25 * mgeom/MGeomCam.cc 26 - Replaced 27 fPixels[i] = new MGeomPix; by 28 29 MGeomPix* dummy = new MGeomPix(); 30 fPixels.Add(dummy); 24 31 25 32 -
trunk/MagicSoft/Mars/mgeom/MGeomCam.cc
r2470 r3382 85 85 86 86 for (UInt_t i=0; i<npix; i++) 87 fPixels[i] = new MGeomPix; 87 { 88 MGeomPix* dummy = new MGeomPix(); 89 fPixels.Add(dummy); 90 } 88 91 89 92 SetReadyToSave();
Note:
See TracChangeset
for help on using the changeset viewer.