Changeset 1082 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 11/15/01 12:06:46 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/mgui
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
r1023 r1082 36 36 // Construct all hexagons. Use new-operator with placement 37 37 // 38 39 // root 3.02 40 // * base/inc/TObject.h: 41 // register BIT(8) as kNoContextMenu. If an object has this bit set it will 42 // not get an automatic context menu when clicked with the right mouse button. 43 38 44 fPixels = new TClonesArray("MHexagon", fNumPixels); 39 45 for (UInt_t i=0; i<fNumPixels; i++) -
trunk/MagicSoft/Mars/mgui/MGeomCam.cc
r1048 r1082 16 16 ! 17 17 ! 18 ! Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)19 ! Author(s): Thomas Bretz 12/2000 (tbretz@uni-sw.gwdg.de)18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@uni-sw.gwdg.de> 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 21 ! Copyright: MAGIC Software Development, 2000-2001 … … 37 37 38 38 #include "MLog.h" 39 #include "MLogManip.h" 40 39 41 #include "MGeomPix.h" 40 42 #include "MHexagon.h" … … 105 107 // Print Information about the Geometry of the camera 106 108 // 107 *fLog << " Number of Pixels (" << GetTitle() << "): " << fNumPixels << endl;109 *fLog << all << " Number of Pixels (" << GetTitle() << "): " << fNumPixels << endl; 108 110 109 111 for (UInt_t i=0; i<fNumPixels; i++) -
trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc
r977 r1082 16 16 ! 17 17 ! 18 ! Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)19 ! Author(s): Thomas Bretz 12/2000 (tbretz@uni-sw.gwdg.de)18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@uni-sw.gwdg.de> 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 21 ! Copyright: MAGIC Software Development, 2000-2001 … … 42 42 43 43 #include "MLog.h" 44 #include "MLogManip.h" 45 44 46 #include "MGeomPix.h" 45 47 … … 208 210 // fill the geometry class with the coordinates of the CT1 camera 209 211 // 210 *fLog << " Create CT1 geometry " << endl;212 *fLog << inf << " Create CT1 geometry " << endl; 211 213 212 214 // -
trunk/MagicSoft/Mars/mgui/MGeomCamMagic.cc
r977 r1082 16 16 ! 17 17 ! 18 ! Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)19 ! Author(s): Thomas Bretz 12/2000 (tbretz@uni-sw.gwdg.de)18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@uni-sw.gwdg.de> 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 21 ! Copyright: MAGIC Software Development, 2000-2001 … … 38 38 39 39 #include "MLog.h" 40 #include "MLogManip.h" 41 40 42 #include "MGeomPix.h" 41 43 … … 63 65 // fill the geometry class with the coordinates of the MAGIC camera 64 66 // 65 *fLog << " Creating Magic geometry " << endl ;67 *fLog << inf << " Creating Magic geometry " << endl ; 66 68 67 69 // -
trunk/MagicSoft/Mars/mgui/MGeomPix.cc
r986 r1082 16 16 ! 17 17 ! 18 ! Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)19 ! Author(s): Thomas Bretz 12/2000 (tbretz@uni-sw.gwdg.de)18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@uni-sw.gwdg.de> 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 21 ! Copyright: MAGIC Software Development, 2000-2001 … … 36 36 37 37 #include "MLog.h" 38 #include "MLogManip.h" 38 39 39 40 ClassImp(MGeomPix); … … 80 81 { 81 82 // information about a pixel 82 gLog<< "MPixGeom: x= " << fX83 *fLog << all << "MPixGeom: x= " << fX 83 84 << " y= " << fY 84 85 << " r= " << fR -
trunk/MagicSoft/Mars/mgui/MHexagon.cc
r1076 r1082 16 16 ! 17 17 ! 18 ! Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)19 ! Author(s): Thomas Bretz 12/2000 (tbretz@uni-sw.gwdg.de)18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@uni-sw.gwdg.de> 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 21 ! Copyright: MAGIC Software Development, 2000-2001
Note:
See TracChangeset
for help on using the changeset viewer.