Changeset 5842 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 01/14/05 14:54:56 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mjobs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
r5841 r5842 947 947 } 948 948 } 949 else950 {951 pedcalc.SetExtractor((MExtractTimeAndCharge*)fExtractor);952 pedlogain.SetExtractor((MExtractTimeAndCharge*)fExtractor);953 }954 949 955 950 if (fExtractionType!=kFundamental) … … 957 952 pedcalc.SetRandomCalculation(fExtractionType==kWithExtractorRndm); 958 953 pedlogain.SetRandomCalculation(fExtractionType==kWithExtractorRndm); 954 955 pedcalc.SetExtractor((MExtractTimeAndCharge*)fExtractor); 956 pedlogain.SetExtractor((MExtractTimeAndCharge*)fExtractor); 959 957 } 960 958 } -
trunk/MagicSoft/Mars/mjobs/MJPedestal.h
r5760 r5842 67 67 //Bool_t WriteEventloop(MEvtLoop &evtloop) const; 68 68 69 Bool_t SetupExtractor(MParList &plist, MExtractPedestal &extped);70 71 69 void DisplayResult(MParList &plist); 72 70 void DisplayReferenceLines(MHCamera *cam, const Int_t what) const;
Note:
See TracChangeset
for help on using the changeset viewer.