Ignore:
Timestamp:
05/30/05 18:12:10 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4609 r7109  
    1414class MPedPhotPix;
    1515class MBadPixelsCam;
     16class MPedestalCam;
    1617
    1718class MPedPhotCam : public MParContainer, public MCamEvent
     
    2223    TClonesArray *fSectors;  //-> Array of MPedPhotPix, one per camera sector
    2324
     25    void InitArrays(const char *name=NULL, const char *title=NULL);
     26
    2427    //  void InitSize(const UInt_t i);
    2528    void InitAreas(const UInt_t i);
     
    2831public:
    2932    MPedPhotCam(const char *name=NULL, const char *title=NULL);
     33    MPedPhotCam(const MPedestalCam &pcam);
    3034    ~MPedPhotCam();
    3135
Note: See TracChangeset for help on using the changeset viewer.