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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r6296 r6393  
    565565{
    566566
    567   /*
    568   if (IsInterlaced())
    569     {
    570       if (!(fTrigPattern->GetPrescaled() & MTriggerPattern::kCalibration))
    571         {
    572           if (IsDebug())
    573             {
    574             for (Int_t i=16; i>= 0; i--)
    575               *fLog << err << (fTrigPattern->GetPrescaled() >> i & 1);
    576             *fLog  << endl;
    577             }
    578           return kTRUE;
    579         }
    580       else
    581         {
    582           if (IsDebug())
    583             {
    584               for (Int_t i=16; i>= 0; i--)
    585                 *fLog << inf << (fTrigPattern->GetPrescaled() >> i & 1);
    586               *fLog  << endl;
    587             }
    588         }
    589     }
    590   */
    591 
    592567  const MCalibrationCam::PulserColor_t col = fCalibPattern->GetPulserColor();
    593568  const Float_t strength = fCalibPattern->GetPulserStrength();
Note: See TracChangeset for help on using the changeset viewer.