Ignore:
Timestamp:
01/19/04 17:43:02 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MPedCalcPedRun.cc

    r2850 r2851  
    1717!
    1818!   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>
    2020!   Author(s): Sebastian Commichau 12/2003
    2121!   Author(s): Javier Rico 01/2004
     
    2727
    2828/////////////////////////////////////////////////////////////////////////////
    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//
    4545/////////////////////////////////////////////////////////////////////////////
    46 
    4746#include "MPedCalcPedRun.h"
    4847
     
    6564using namespace std;
    6665
     66// --------------------------------------------------------------------------
    6767//
    6868// default constructor
Note: See TracChangeset for help on using the changeset viewer.