Ignore:
Timestamp:
08/12/04 08:16:56 (20 years ago)
Author:
hbartko
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractor.cc

    r4538 r4586  
    9191    : fPedestals(NULL), fSignals(NULL), fRawEvt(NULL), fRunHeader(NULL),
    9292      fHiLoLast(0), fNumHiGainSamples(0.), fNumLoGainSamples(0.),
    93       fSaturationLimit(fgSaturationLimit)
     93      fSaturationLimit(fgSaturationLimit), fNamePedContainer("MPedestalCam")
    9494{
    9595    fName  = name  ? name  : "MExtractor";
     
    143143        return kFALSE;
    144144
    145     fPedestals = (MPedestalCam*)pList->FindObject(AddSerialNumber("MPedestalCam"));
     145    fPedestals = (MPedestalCam*)pList->FindObject(fNamePedContainer, AddSerialNumber("MPedestalCam"));
    146146    if (!fPedestals)
    147147    {
Note: See TracChangeset for help on using the changeset viewer.