Changeset 6048 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 01/27/05 14:52:56 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
r6047 r6048 89 89 #include "MMcPedestalCopy.h" 90 90 #include "MPointingPosCalc.h" 91 #include "M InterpolatePointingPos.h"91 #include "MPointingPosInterpolate.h" 92 92 #include "MPedCalcFromLoGain.h" 93 93 #include "MExtractor.h" … … 386 386 readreal.AddFiles(iter); 387 387 388 M InterpolatePointingPospextr;388 MPointingPosInterpolate pextr; 389 389 pextr.AddFiles(&iter); 390 390 … … 690 690 691 691 // Setup List for Drive-tree 692 //MPointingPosCalc pcalc;692 MPointingPosCalc pcalc; 693 693 694 694 // Now setup main tasklist … … 698 698 tlist.AddToList(&tlist2, IsRootData() ? "Events" : "All"); 699 699 700 // 701 // !!! Replaced by MInterpolatePointingPos !!! 702 // 703 // if (IsRootData()) 704 // tlist.AddToList(&pcalc, "Drive"); 705 700 if (IsMC()) 701 tlist.AddToList(&pcalc, "Drive"); 706 702 707 703 tlist.AddToList(&write);
Note:
See TracChangeset
for help on using the changeset viewer.