Changeset 5877 for trunk/MagicSoft


Ignore:
Timestamp:
01/17/05 18:24:48 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5876 r5877  
    7575   * callisto.rc
    7676     - fixed default weights files for pedestal extraction for cosmcis
     77
     78   * mcalib/MCalibrationChargeCalc.cc
     79     - removed program exit on occurrance of multiple colours without
     80       intensity calibration
     81
    7782
    7883 2005/01/17 Nadia Tonello and Markus Gaug
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r5852 r5877  
    605605      if (fPulserColor != MCalibrationCam::kNONE)
    606606        {
    607           *fLog << err << "Multiple colours used simultaneously in calibration file.";
    608           *fLog << "Use Intenstiy Calibration for this case! " << endl;
    609           return kFALSE;
    610           /*         
     607          *fLog << warn << GetDescriptor()
     608                << "Multiple colours used simultaneously!" ;
    611609          fHCam->Finalize();
    612610          fHBlindCam->Finalize();
     611
     612          Finalize();
     613
    613614          fHCam->ResetHists();
    614615          fHBlindCam->ResetHists();
    615           Finalize();
    616           */
     616
     617          *fLog << inf << "Starting next calibration... " << flush;
     618
     619          fHCam->SetColor(col);
     620          fHBlindCam->SetColor(col);
     621
     622          fCam->SetPulserColor(col);
     623          if (fBlindCam)
     624            fBlindCam->SetPulserColor(col);
    617625        }
    618626    }
     
    633641  *fLog << inf << " with strength: " << fEvtHeader->GetPulserStrength() << endl;
    634642 
     643  fHCam->SetColor(col);
     644  fHBlindCam->SetColor(col);
     645
    635646  if (fPINDiode)
    636647    fPINDiode->SetColor( fPulserColor );
Note: See TracChangeset for help on using the changeset viewer.