Changeset 6194 for trunk


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

Legend:

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

    r6193 r6194  
    491491  MTriggerPatternDecode decode;
    492492  MFTriggerPattern      fcalib;
    493   fcalib.DenyCalibration();
     493  fcalib.RequireCalibration();
     494  fcalib.SetInverted();
    494495  MContinue conttp(&fcalib, "ContTrigPattern");
    495496
     
    511512      taskenv1.SetDefault(extractor1);
    512513    }
    513   if (fTimeExtractor)
     514
     515  if (extractor2)
    514516    {
    515517      fTimeExtractor->SetPedestals(&pedcam);
    516518      taskenv2.SetDefault(fTimeExtractor);
    517519    }
    518   else
     520  else if (!(extractor1->InheritsFrom("MExtractTimeAndCharge")))
    519521    {
    520522      extrsw.SetPedestals(&pedcam);
     
    538540      photcalc.AddPedestal("Fundamental");
    539541      photcalc.SetPedestalFlag(MCalibrateData::kEvent);
    540       photcalc.SetSignalType(MCalibrateData::kPhot);
     542      photcalc.SetSignalType(MCalibrateData::kPhe);
    541543    }
    542544
     
    582584  if (!extractor1->InheritsFrom("MExtractTimeAndCharge"))
    583585    tlist.AddToList(&taskenv2);
     586
    584587  tlist.AddToList(&contcos);
    585588  tlist.AddToList(&fill0);
Note: See TracChangeset for help on using the changeset viewer.