Changeset 2851 for trunk/MagicSoft/Mars/manalysis/MPedCalcPedRun.cc
- Timestamp:
- 01/19/04 17:43:02 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.