Changeset 6195 for trunk


Ignore:
Timestamp:
02/02/05 11:54:50 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCalibTest.cc

    r6194 r6195  
    491491  MTriggerPatternDecode decode;
    492492  MFTriggerPattern      fcalib;
    493   fcalib.RequireCalibration();
    494   fcalib.SetInverted();
     493  fcalib.DenyCalibration();
    495494  MContinue conttp(&fcalib, "ContTrigPattern");
    496495
     
    580579  tlist.AddToList(&apply);
    581580  tlist.AddToList(&merge);
    582   tlist.AddToList(&conttp);
     581  //  tlist.AddToList(&conttp);
    583582  tlist.AddToList(&taskenv1);
    584583  if (!extractor1->InheritsFrom("MExtractTimeAndCharge"))
Note: See TracChangeset for help on using the changeset viewer.