Changeset 9343 for trunk/MagicSoft/Mars/mimage
- Timestamp:
- 02/15/09 23:12:04 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mimage
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHHillas.cc
r9340 r9343 19 19 ! Author(s): Wolfgang Wittek 2002 <mailto:wittek@mppmu.mpg.de> 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 421 ! Copyright: MAGIC Software Development, 2000-2009 22 22 ! 23 23 ! … … 29 29 // 30 30 // This class contains histograms for the source independent image parameters 31 // 32 // ClassVersion 2: 33 // --------------- 34 // - fMm2Deg 35 // - fUseMmScale 31 36 // 32 37 ///////////////////////////////////////////////////////////////////////////// -
trunk/MagicSoft/Mars/mimage/MHHillas.h
r9340 r9343 54 54 //Int_t DistancetoPrimitive(Int_t px, Int_t py) { return 0; } 55 55 56 ClassDef(MHHillas, 1) // Container which holds histograms for the source independent image parameters56 ClassDef(MHHillas, 2) // Container which holds histograms for the source independent image parameters 57 57 }; 58 58 -
trunk/MagicSoft/Mars/mimage/MHHillasExt.cc
r9340 r9343 34 34 // + fHSlopeL 35 35 // 36 // ClassVersion 3: 37 // --------------- 38 // - fMm2Deg 39 // - fUseMmScale 40 // 36 41 ///////////////////////////////////////////////////////////////////////////// 37 42 #include "MHHillasExt.h" -
trunk/MagicSoft/Mars/mimage/MHHillasExt.h
r9340 r9343 44 44 void Draw(Option_t *opt=NULL); 45 45 46 ClassDef(MHHillasExt, 2) // Container which holds histograms for the extended hillas parameters46 ClassDef(MHHillasExt, 3) // Container which holds histograms for the extended hillas parameters 47 47 }; 48 48 -
trunk/MagicSoft/Mars/mimage/MHHillasSrc.cc
r9340 r9343 18 18 ! Author(s): Thomas Bretz 2001 <mailto:tbretz@uni-sw.gwdg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 120 ! Copyright: MAGIC Software Development, 2000-2009 21 21 ! 22 22 ! … … 28 28 // 29 29 // This class contains histograms for every Hillas parameter 30 // 31 // ClassVersion 2: 32 // --------------- 33 // - fMm2Deg 34 // - fUseMmScale 30 35 // 31 36 /////////////////////////////////////////////////////////////////////// -
trunk/MagicSoft/Mars/mimage/MHHillasSrc.h
r9340 r9343 46 46 47 47 48 ClassDef(MHHillasSrc, 1) // Container which holds histograms for the source dependant parameters48 ClassDef(MHHillasSrc, 2) // Container which holds histograms for the source dependant parameters 49 49 }; 50 50 -
trunk/MagicSoft/Mars/mimage/MHNewImagePar.cc
r9340 r9343 19 19 ! Author(s): Thomas Bretz, 04/2003 <mailto:tbretz@astro.uni-wuerzburg.de> 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 621 ! Copyright: MAGIC Software Development, 2000-2009 22 22 ! 23 23 ! … … 29 29 // 30 30 // 31 // Version 2:31 // ClassVersion 2: 32 32 // ---------- 33 33 // + TH1F fHistConcCOG; // [ratio] concentration around the center of gravity (all pixels) 34 34 // + TH1F fHistConcCore; // [ratio] concentration of signals inside ellipse (used pixels) 35 // 36 // ClassVersion 3: 37 // --------------- 38 // - fMm2Deg 39 // - fUseMmScale 35 40 // 36 41 //////////////////////////////////////////////////////////////////////////// -
trunk/MagicSoft/Mars/mimage/MHNewImagePar.h
r9340 r9343 61 61 void Paint(Option_t *opt=""); 62 62 63 ClassDef(MHNewImagePar, 2) // Histograms of new image parameters63 ClassDef(MHNewImagePar, 3) // Histograms of new image parameters 64 64 }; 65 65 -
trunk/MagicSoft/Mars/mimage/MHNewImagePar2.cc
r9340 r9343 18 18 ! Author(s): Thomas Bretz, 03/2005 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 520 ! Copyright: MAGIC Software Development, 2000-2009 21 21 ! 22 22 ! … … 26 26 // 27 27 // MHNewImagePar2 28 // 29 // ClassVersion 2: 30 // --------------- 31 // - fMm2Deg 32 // - fUseMmScale 28 33 // 29 34 //////////////////////////////////////////////////////////////////////////// -
trunk/MagicSoft/Mars/mimage/MHNewImagePar2.h
r9341 r9343 28 28 void Draw(Option_t *opt=""); 29 29 30 ClassDef(MHNewImagePar2, 1) // Histograms of new image parameters30 ClassDef(MHNewImagePar2, 2) // Histograms of new image parameters 31 31 }; 32 32 -
trunk/MagicSoft/Mars/mimage/MHVsSize.cc
r9341 r9343 19 19 ! Author(s): Wolfgang Wittek 2002 <mailto:wittek@mppmu.mpg.de> 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 421 ! Copyright: MAGIC Software Development, 2000-2009 22 22 ! 23 23 ! … … 29 29 // 30 30 // This class contains histograms for the source independent image parameters 31 // 32 // ClassVersion 2: 33 // --------------- 34 // - fMm2Deg 35 // - fUseMmScale 31 36 // 32 37 ///////////////////////////////////////////////////////////////////////////// -
trunk/MagicSoft/Mars/mimage/MHVsSize.h
r9341 r9343 40 40 void Draw(Option_t *opt=NULL); 41 41 42 ClassDef(MHVsSize, 1) // Container which holds histograms for image parameters vs size42 ClassDef(MHVsSize, 2) // Container which holds histograms for image parameters vs size 43 43 }; 44 44
Note:
See TracChangeset
for help on using the changeset viewer.