Changeset 2037 for trunk/MagicSoft/Mars/mgeom
- Timestamp:
- 04/29/03 09:48:42 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mgeom
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomCam.cc
r1965 r2037 35 35 #include "MGeomCam.h" 36 36 37 #include <TClass.h> 37 #include <TClass.h> // IsA()->New() 38 38 39 39 #include "MLog.h" -
trunk/MagicSoft/Mars/mgeom/MGeomCamCT1.cc
r1965 r2037 19 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 221 ! Copyright: MAGIC Software Development, 2000-2003 22 22 ! 23 23 ! … … 33 33 // 34 34 //////////////////////////////////////////////////////////////////////////// 35 36 35 #include "MGeomCamCT1.h" 37 36 38 39 37 #include <math.h> // floor 40 38 41 #include "TCanvas.h" 42 43 #include "MLog.h"44 #include "MLogManip.h" 39 /* 40 #include "MLog.h" 41 #include "MLogManip.h" 42 */ 45 43 46 44 #include "MGeomPix.h" -
trunk/MagicSoft/Mars/mgeom/MGeomCamECO1000.cc
r2033 r2037 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@astro.uni-wuerzburg.de> 19 ! Author(s): Harald Kornmayer 1/2001 18 ! Author(s): Oscar Blanch, 4/2003 <mailto:blanch@ifae.es> 20 19 ! 21 ! Copyright: MAGIC Software Development, 2000-200 220 ! Copyright: MAGIC Software Development, 2000-2003 22 21 ! 23 22 ! … … 28 27 // MGeomCamECO1000 29 28 // 30 // This class stores the geometry information of the Magiccamera.29 // This class stores the geometry information of the ECO1000 camera. 31 30 // All information are copied from tables, see source code. 32 31 // 33 32 //////////////////////////////////////////////////////////////////////////// 34 35 33 #include "MGeomCamECO1000.h" 36 37 #include "TCanvas.h"38 34 39 35 #include "MLog.h" … … 66 62 // fill the geometry class with the coordinates of the MAGIC camera 67 63 // 68 *fLog << inf << " Creating Magicgeometry " << endl ;64 *fLog << inf << " Creating ECO1000 geometry " << endl ; 69 65 70 66 // … … 302 298 // fill the pixels list with this data 303 299 // 304 305 300 for (UInt_t i=0; i<GetNumPixels(); i++) 306 301 (*this)[i].Set(xtemp[i], ytemp[i], rtemp[i]) ; -
trunk/MagicSoft/Mars/mgeom/MGeomCamECO1000.h
r2033 r2037 15 15 MGeomCamECO1000(const char *name=NULL); 16 16 17 ClassDef(MGeomCamECO1000, 1) // Geometry class for the Magiccamera17 ClassDef(MGeomCamECO1000, 1) // Geometry class for the ECO1000 camera 18 18 }; 19 19 -
trunk/MagicSoft/Mars/mgeom/MGeomCamMagic.cc
r1965 r2037 19 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 221 ! Copyright: MAGIC Software Development, 2000-2003 22 22 ! 23 23 ! … … 32 32 // 33 33 //////////////////////////////////////////////////////////////////////////// 34 35 34 #include "MGeomCamMagic.h" 36 35 37 #include "TCanvas.h" 38 39 #include "MLog.h"40 #include "MLogManip.h" 36 /* 37 #include "MLog.h" 38 #include "MLogManip.h" 39 */ 41 40 42 41 #include "MGeomPix.h"
Note:
See TracChangeset
for help on using the changeset viewer.