Changeset 6242 for trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
- Timestamp:
- 02/03/05 14:55:40 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
r6234 r6242 62 62 #include "MExtractor.h" 63 63 #include "MExtractTimeAndCharge.h" 64 #include "MFEventSelector.h" 64 65 65 66 // parameter containers … … 955 956 } 956 957 958 MFEventSelector sel; 959 sel.SetNumSelectEvts(0); 960 961 if (fExtractionType!=kFundamental) 962 { 963 fExtractor->SetFilter(&sel); 964 tlist.AddToList(&sel); 965 tlist.AddToList(fExtractor); 966 } 967 957 968 // ---------------------------------------------------------------------- 958 969 // Now we make sure, that in all cases the ranges are setup correctly … … 1108 1119 DisplayResult(plist); 1109 1120 1121 if (fExtractionType!=kFundamental) 1122 fExtractor->SetFilter(0); 1123 1110 1124 if (!WriteResult()) 1111 1125 return kFALSE;
Note:
See TracChangeset
for help on using the changeset viewer.