Changeset 7013 for trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
- Timestamp:
- 05/11/05 19:06:48 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
r7005 r7013 83 83 #include "MRawEvtData.h" 84 84 #include "MGeomApply.h" 85 #include "MTriggerPatternDecode.h" 85 86 #include "MBadPixelsMerge.h" 86 87 #include "MFillH.h" … … 944 945 // data file will be processed. In any case there are no interleaved 945 946 // calibration events in such data, so this is fine. 947 MTriggerPatternDecode decode; 946 948 MFTriggerPattern fcalib("CalibFilter"); 947 949 fcalib.SetDefault(kFALSE); … … 950 952 951 953 if (fIsPulsePosCheck) 952 954 { 953 955 fillpul.SetFilter(&fcalib); 956 tlist.AddToList(&decode); 957 tlist.AddToList(&fcalib); 954 958 tlist.AddToList(&fillpul); 955 959 } 956 960 957 961 // ----------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.