Ignore:
Timestamp:
12/27/04 13:13:32 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MImgCleanStd.h

    r4838 r5690  
    2929private:
    3030    static const TString gsNamePedPhotCam; // default name of the 'MPedPhotCam' container
     31    static const TString gsNameGeomCam;    // default name of the 'MGeomCam' container
     32    static const TString gsNameCerPhotEvt; // default name of the 'MCerPhotEvt' container
    3133
    3234    const MGeomCam     *fCam;  //!
     
    4446
    4547    TString  fNamePedPhotCam; // name of the 'MPedPhotCam' container
     48    TString  fNameGeomCam;    // name of the 'MGeomCam' container
     49    TString  fNameCerPhotEvt; // name of the 'MCerPhotEvt' container
    4650
    4751
     
    7377
    7478    Bool_t ProcessMessage(Int_t msg, Int_t submsg, Long_t param1, Long_t param2);
     79
    7580    void SetNamePedPhotCam(const char *name)  { fNamePedPhotCam = name; }
     81    void SetNameCerPhotEvt(const char *name)  { fNameCerPhotEvt = name; }
     82    void SetNameGeomCam(const char *name)     { fNameGeomCam = name; }
    7683
    77     ClassDef(MImgCleanStd, 2)    // task doing the image cleaning
     84    ClassDef(MImgCleanStd, 3)    // task doing the image cleaning
    7885};
    7986
Note: See TracChangeset for help on using the changeset viewer.