Changeset 6195 for trunk/MagicSoft
- Timestamp:
- 02/02/05 11:54:50 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibTest.cc
r6194 r6195 491 491 MTriggerPatternDecode decode; 492 492 MFTriggerPattern fcalib; 493 fcalib.RequireCalibration(); 494 fcalib.SetInverted(); 493 fcalib.DenyCalibration(); 495 494 MContinue conttp(&fcalib, "ContTrigPattern"); 496 495 … … 580 579 tlist.AddToList(&apply); 581 580 tlist.AddToList(&merge); 582 tlist.AddToList(&conttp);581 // tlist.AddToList(&conttp); 583 582 tlist.AddToList(&taskenv1); 584 583 if (!extractor1->InheritsFrom("MExtractTimeAndCharge"))
Note:
See TracChangeset
for help on using the changeset viewer.