Ignore:
Timestamp:
01/19/04 14:53:59 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MPedPhotCalc.h

    r2837 r2848  
    11#ifndef MARS_MPedPhotCalc
    22#define MARS_MPedPhotCalc
    3 
    4 /////////////////////////////////////////////////////////////////////////////
    5 //                                                                         //
    6 // MPedPhotCalc                                                            //
    7 //                                                                         //
    8 // Evaluate the pedestals from pedestal runs using charge extraction       //
    9 //                                                                         //
    10 /////////////////////////////////////////////////////////////////////////////
    113
    124#ifndef MARS_MTask
     
    146#endif
    157
     8#ifndef ROOT_TArrayF
    169#include <TArrayF.h>
     10#endif
    1711
    1812class MPedPhotCam;
    19 class MRawEvtData;
    2013class MCerPhotEvt;
    2114
    2215class MPedPhotCalc : public MTask
    2316{
    24     UShort_t fNumPixels;
    25 
    2617    MPedPhotCam  *fPedestals;  // Pedestals of all pixels in the camera
    2718    MCerPhotEvt  *fCerPhot;
     
    3930    MPedPhotCalc(const char *name=NULL, const char *title=NULL);
    4031
    41     ClassDef(MPedPhotCalc, 0)   // Task to calculate pedestals from pedestal runs raw data
     32    ClassDef(MPedPhotCalc, 0)//Task to calculate pedestals from the charge computed from pedestal runs (in units of photons)
    4233};
    4334
Note: See TracChangeset for help on using the changeset viewer.