Changeset 2851
- Timestamp:
- 01/19/04 17:43:02 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2850 r2851 6 6 7 7 2004/01/19: Javier Rico 8 8 9 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc 9 10 - Added documentation of member functions 11 10 12 11 13 … … 24 26 - Added new member variable fNumSaturatedPixels to count how many 25 27 pixels were saturated. Updated ClassDef to version 2. 28 26 29 27 30 … … 34 37 the two TArrayF) 35 38 - fixed some small bugs in the documentation 39 40 * manalysis/MPedCalcPedRun.cc: 41 - updated my eMail address 36 42 37 43 -
trunk/MagicSoft/Mars/manalysis/MPedCalcPedRun.cc
r2850 r2851 17 17 ! 18 18 ! Author(s): Josep Flix 04/2001 <mailto:jflix@ifae.es> 19 ! Author(s): Thomas Bretz 05/2001 <mailto:tbretz@ uni-sw.gwdg.de>19 ! Author(s): Thomas Bretz 05/2001 <mailto:tbretz@astro.uni-wuerzburg.de> 20 20 ! Author(s): Sebastian Commichau 12/2003 21 21 ! Author(s): Javier Rico 01/2004 … … 27 27 28 28 ///////////////////////////////////////////////////////////////////////////// 29 // //30 // MPedCalcPedRun //31 // //32 // This task takes a pedestal run file and fills MPedestalCam during //33 // the Process() with the pedestal and rms computed in an event basis. //34 // In the PostProcess() MPedestalCam is finally filled with the pedestal //35 // mean and rms computed in a run basis. //36 // More than one run (file) can be merged //37 // //38 // Input Containers: //39 // MRawEvtData //40 // //41 // Output Containers: //42 // MPedestalCam //43 // //44 // //29 // 30 // MPedCalcPedRun 31 // 32 // This task takes a pedestal run file and fills MPedestalCam during 33 // the Process() with the pedestal and rms computed in an event basis. 34 // In the PostProcess() MPedestalCam is finally filled with the pedestal 35 // mean and rms computed in a run basis. 36 // More than one run (file) can be merged 37 // 38 // Input Containers: 39 // MRawEvtData 40 // 41 // Output Containers: 42 // MPedestalCam 43 // 44 // 45 45 ///////////////////////////////////////////////////////////////////////////// 46 47 46 #include "MPedCalcPedRun.h" 48 47 … … 65 64 using namespace std; 66 65 66 // -------------------------------------------------------------------------- 67 67 // 68 68 // default constructor
Note:
See TracChangeset
for help on using the changeset viewer.