Changeset 1330 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 05/03/02 09:33:44 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/mgui
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
r1325 r1330 1 /* ======================================================================== *\ 2 ! 3 ! * 4 ! * This file is part of MARS, the MAGIC Analysis and Reconstruction 5 ! * Software. It is distributed to you in the hope that it can be a useful 6 ! * and timesaving tool in analysing Data of imaging Cerenkov telescopes. 7 ! * It is distributed WITHOUT ANY WARRANTY. 8 ! * 9 ! * Permission to use, copy, modify and distribute this software and its 10 ! * documentation for any purpose is hereby granted without fee, 11 ! * provided that the above copyright notice appear in all copies and 12 ! * that both that copyright notice and this permission notice appear 13 ! * in supporting documentation. It is provided "as is" without express 14 ! * or implied warranty. 15 ! * 16 ! 17 ! 18 ! Author(s): Thomas Bretz 05/2002 <mailto:tbretz@astro.uni-wuerzburg.de> 19 ! Author(s): Harald Kornmayer 1/2001 20 ! 21 ! Copyright: MAGIC Software Development, 2000-2002 22 ! 23 ! 24 \* ======================================================================== */ 25 26 ///////////////////////////////////////////////////////////////////////////// 27 // 28 // MCamDisplay 29 // 30 // Camera Display 31 // 32 //////////////////////////////////////////////////////////////////////////// 1 33 #include "MCamDisplay.h" 2 34 -
trunk/MagicSoft/Mars/mgui/MGeomCam.cc
r1276 r1330 19 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 121 ! Copyright: MAGIC Software Development, 2000-2002 22 22 ! 23 23 ! -
trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc
r1216 r1330 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@ uni-sw.gwdg.de>18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 121 ! Copyright: MAGIC Software Development, 2000-2002 22 22 ! 23 23 ! 24 24 \* ======================================================================== */ 25 25 26 /////////////////////////////////////////////////////////////////////// 26 ///////////////////////////////////////////////////////////////////////////// 27 27 // 28 28 // MGeomCamCT1 … … 32 32 // is calculated (for Algorithm see CreateCam 33 33 // 34 /////////////////////////////////////////////////////////////////////// 34 //////////////////////////////////////////////////////////////////////////// 35 35 36 36 #include "MGeomCamCT1.h" -
trunk/MagicSoft/Mars/mgui/MGeomCamMagic.cc
r1216 r1330 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@ uni-sw.gwdg.de>18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 121 ! Copyright: MAGIC Software Development, 2000-2002 22 22 ! 23 23 ! 24 24 \* ======================================================================== */ 25 25 26 /////////////////////////////////////////////////////////////////////// 26 ///////////////////////////////////////////////////////////////////////////// 27 27 // 28 28 // MGeomCamMagic … … 31 31 // All information are copied from tables, see source code. 32 32 // 33 /////////////////////////////////////////////////////////////////////// 33 //////////////////////////////////////////////////////////////////////////// 34 34 35 35 #include "MGeomCamMagic.h" -
trunk/MagicSoft/Mars/mgui/MGeomPix.cc
r1271 r1330 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@ uni-sw.gwdg.de>18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! … … 31 31 // a single pixel together with the information about next neighbors. 32 32 // 33 //////////////////////////////////////////////////////////////////////////// //33 //////////////////////////////////////////////////////////////////////////// 34 34 35 35 #include "MGeomPix.h" -
trunk/MagicSoft/Mars/mgui/MHexagon.cc
r1082 r1330 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@ uni-sw.gwdg.de>18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 121 ! Copyright: MAGIC Software Development, 2000-2002 22 22 ! 23 23 ! 24 24 \* ======================================================================== */ 25 25 26 // 27 // The class MHexagon is needed for the Event Display of 28 // MAGIC. 29 // 26 ////////////////////////////////////////////////////////////////////////////// 27 // // 28 // MHexagon // 29 // // 30 ////////////////////////////////////////////////////////////////////////////// 31 30 32 #include "MHexagon.h" 31 33
Note:
See TracChangeset
for help on using the changeset viewer.