Ignore:
Timestamp:
08/12/04 08:16:56 (20 years ago)
Author:
hbartko
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mimage
Files:
2 edited

Legend:

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

    r4526 r4586  
    291291                           const char *name, const char *title)
    292292    : fCleaningMethod(kStandard), fCleanLvl1(lvl1),
    293     fCleanLvl2(lvl2), fCleanRings(1)
     293      fCleanLvl2(lvl2), fCleanRings(1), fNamePedPhotContainer("MPedPhotCam")
    294294
    295295{
     
    510510    }
    511511
    512     fPed = (MPedPhotCam*)pList->FindObject(AddSerialNumber("MPedPhotCam"));
     512    fPed = (MPedPhotCam*)pList->FindObject(fNamePedPhotContainer, AddSerialNumber("MPedPhotCam"));
    513513    if (!fPed)
    514514    {
  • trunk/MagicSoft/Mars/mimage/MImgCleanStd.h

    r4452 r4586  
    3838
    3939    Float_t fInnerNoise;      //!
     40    TString fNamePedPhotContainer; // name of the 'MPedPhotCam' container
     41
    4042
    4143    void CreateGuiElements(MGGroupFrame *f);
     
    6567
    6668    Bool_t ProcessMessage(Int_t msg, Int_t submsg, Long_t param1, Long_t param2);
     69    void SetNamePedPhotContainer(const char *name)    { fNamePedPhotContainer = name; }
    6770
    6871    ClassDef(MImgCleanStd, 2)    // task doing the image cleaning
Note: See TracChangeset for help on using the changeset viewer.