Ignore:
Timestamp:
08/10/04 10:35:48 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.h

    r4404 r4556  
    1616class MGeomCam;
    1717class MBadPixelsCam;
     18
    1819class MPedCalcFromLoGain : public MExtractor
    1920{
    20 
    2121  static const Byte_t fgHiGainFirst;      // First FADC slice Hi-Gain (currently set to: 3)
    2222  static const Byte_t fgHiGainLast;       // Last FADC slice Hi-Gain (currently set to: 14)
     
    2727  static const Byte_t fgMaxHiGainVar;     // The maximum difference between the highest and lowest slice
    2828                                          // in the high gain window allowed in order to use low gain
    29                                           // for pedestal calculation
    30   Int_t   fNumEventsDump; // Number of event after which MPedestalCam gets updated
     29
     30  Int_t   fNumEventsDump;    // Number of event after which MPedestalCam gets updated
    3131
    3232  Byte_t  fMaxHiGainVar;
    33   Byte_t  fWindowSizeHiGain;             // Number of Hi Gain slices in window
    34   Byte_t  fWindowSizeLoGain;             // Number of Lo Gain slices in window 
     33  Byte_t  fWindowSizeHiGain; // Number of Hi Gain slices in window
     34  Byte_t  fWindowSizeLoGain; // Number of Lo Gain slices in window
    3535
    3636  Bool_t  fPedestalUpdate;
    3737 
    38   MGeomCam     *fGeom;       // Camera geometry
    39   MBadPixelsCam *fBad;       // Bad Pixels
     38  MGeomCam*fGeom;            // Camera geometry
    4039 
    41   TArrayI fNumEventsUsed;   // Number of events used for pedestal calc for each pixel
    42   TArrayI fTotalCounter;    // Counter for dumping values to Pedestal Container
    43   TArrayD fSumx;            // sum of values
    44   TArrayD fSumx2;           // sum of squared values
    45   TArrayD fSumAB0;          // sum of ABFlag=0 slices
    46   TArrayD fSumAB1;          // sum of ABFlag=1 slices
     40  TArrayI fNumEventsUsed;    // Number of events used for pedestal calc for each pixel
     41  TArrayI fTotalCounter;     // Counter for dumping values to Pedestal Container
     42  TArrayD fSumx;             // sum of values
     43  TArrayD fSumx2;            // sum of squared values
     44  TArrayD fSumAB0;           // sum of ABFlag=0 slices
     45  TArrayD fSumAB1;           // sum of ABFlag=1 slices
    4746 
    48   Int_t  PreProcess ( MParList *pList );
    49   Bool_t ReInit     ( MParList *pList );
     47  Int_t  PreProcess (MParList *pList);
     48  Bool_t ReInit     (MParList *pList);
    5049  Int_t  Process    ();
    5150  Int_t  PostProcess();
    5251 
    5352public:
    54 
    5553  MPedCalcFromLoGain(const char *name=NULL, const char *title=NULL);
    5654 
Note: See TracChangeset for help on using the changeset viewer.