Changeset 5842 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/14/05 14:54:56 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mjobs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJPedestal.cc

    r5841 r5842  
    947947            }
    948948        }
    949         else
    950         {
    951             pedcalc.SetExtractor((MExtractTimeAndCharge*)fExtractor);
    952             pedlogain.SetExtractor((MExtractTimeAndCharge*)fExtractor);
    953         }
    954949
    955950        if (fExtractionType!=kFundamental)
     
    957952            pedcalc.SetRandomCalculation(fExtractionType==kWithExtractorRndm);
    958953            pedlogain.SetRandomCalculation(fExtractionType==kWithExtractorRndm);
     954
     955            pedcalc.SetExtractor((MExtractTimeAndCharge*)fExtractor);
     956            pedlogain.SetExtractor((MExtractTimeAndCharge*)fExtractor);
    959957        }
    960958    }
  • trunk/MagicSoft/Mars/mjobs/MJPedestal.h

    r5760 r5842  
    6767    //Bool_t WriteEventloop(MEvtLoop &evtloop) const;
    6868
    69     Bool_t SetupExtractor(MParList &plist, MExtractPedestal &extped);
    70 
    7169    void   DisplayResult(MParList &plist);
    7270    void   DisplayReferenceLines(MHCamera *cam, const Int_t what) const;
Note: See TracChangeset for help on using the changeset viewer.