Changeset 2377 for trunk/MagicSoft/Mars/mmain/MDataCheck.cc
- Timestamp:
- 10/04/03 12:47:13 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MDataCheck.cc
r2333 r2377 23 23 ! 24 24 \* ======================================================================== */ 25 26 25 #include "MDataCheck.h" 27 26 … … 35 34 #include "MTaskList.h" 36 35 #include "MReadTree.h" 36 #include "MGeomApply.h" 37 37 #include "MGDisplayAdc.h" 38 38 39 #include "MLog.h" 40 #include "MLogManip.h" 41 42 ClassImp(MDataCheck); 43 44 using namespace std; 45 39 46 // --- 40 41 ClassImp(MDataCheck)42 47 43 48 enum { … … 120 125 read.DisableAutoScheme(); 121 126 122 MHFadcCam hist(577, t); 127 MGeomApply geomapl; 128 129 MHFadcCam hist(t); 123 130 plist.AddToList(&hist); 124 131 … … 126 133 127 134 tasks.AddToList(&read); 135 tasks.AddToList(&geomapl); 128 136 tasks.AddToList(&fill); 129 137
Note:
See TracChangeset
for help on using the changeset viewer.