Changeset 2851


Ignore:
Timestamp:
01/19/04 17:43:02 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2850 r2851  
    66
    77 2004/01/19: Javier Rico
     8
    89   * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
    910     - Added documentation of member functions
     11
    1012
    1113
     
    2426     - Added new member variable fNumSaturatedPixels to count how many
    2527       pixels were saturated. Updated ClassDef to version 2.
     28
    2629
    2730
     
    3437       the two TArrayF)
    3538     - fixed some small bugs in the documentation
     39
     40   * manalysis/MPedCalcPedRun.cc:
     41     - updated my eMail address
    3642
    3743
  • 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.