Changeset 6722 for trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
- Timestamp:
- 03/03/05 17:28:03 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
r6702 r6722 59 59 60 60 #include "MStatusDisplay.h" 61 #include "MFEventSelector.h" 61 62 62 63 // Other basic classes … … 71 72 #include "MCalibrationPix.h" 72 73 #include "MHPedestalPix.h" 74 #include "MHCalibrationPulseTimeCam.h" 73 75 74 76 // tasks … … 975 977 976 978 MFillH fillped(&hpedcam, "MPedestalCamIntermediate", "FillPedCam"); 979 MFillH fillpul("MHCalibrationPulseTimeCam", "MExtractedSignalCam", "FillPulseTime"); 977 980 // MFillH fillped(&fPedestalHist, "MPedestalCamIntermediate", "FillPedCam"); 978 // fillped.SetBit(MFillH::kDoNotDisplay); 981 fillped.SetBit(MFillH::kDoNotDisplay); 982 fillpul.SetBit(MFillH::kDoNotDisplay); 979 983 980 984 tlist.AddToList(&geomapl); 981 985 tlist.AddToList(&merge); 986 987 MFEventSelector sel; 988 sel.SetNumSelectEvts(0); 989 990 if (fExtractionType!=kFundamental) 991 { 992 fExtractor->SetFilter(&sel); 993 tlist.AddToList(&sel); 994 tlist.AddToList(fExtractor); 995 } 982 996 983 997 if (!fPathIn.IsNull()) … … 1125 1139 } 1126 1140 */ 1141 1142 1127 1143 // 1128 1144 // Execute the eventloop
Note:
See TracChangeset
for help on using the changeset viewer.