Ignore:
Timestamp:
08/16/04 17:08:44 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCalc.h

    r4586 r4632  
    77
    88class MBadPixelsCam;
    9 //class MSigmabar;
    109class MGeomCam;
    1110class MPedPhotCam;
     
    1514private:
    1615    MGeomCam      *fGeomCam;    //! Input container storing the pixel sizes
    17     //    MSigmabar     *fSigmabar;   //! Input container storing mean pedestal rms of the camera
    1816    MPedPhotCam   *fPedPhotCam; //! Input container storing the pedestal and pedestal rms of all pixels
    19 
    2017    MBadPixelsCam *fBadPixels;  //! Output container holding the bad pixels
    2118
     
    2825    Int_t PreProcess(MParList *pList);
    2926    Int_t Process();
     27    Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print);
    3028
    3129public:
Note: See TracChangeset for help on using the changeset viewer.