Changeset 2961


Ignore:
Timestamp:
01/29/04 18:33:29 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2960 r2961  
    99     - added missing declaration of ReInit
    1010
    11    * mcalib/MMcCalibrationUpdate.cc
     11   * manalysis/MMcCalibrationUpdate.cc
    1212     - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
    1313       to adapt to recent changes in MCalibrate.
  • trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc

    r2890 r2961  
    2929//  This task looks for the ìnformation about FADC pedestals in
    3030//  MMcFadcHeader and translates it to the pedestal mean and rms (in adc counts).
    31 //  The conversion factor between photons and ADC counts is written in
    32 //  MCalibrationCam, using the user input (through the procedure SetADC2PhInner).
     31//  If not already existing in the parameter list, an MCalibrationCam object
     32//  is created, with the conversion factor between photons and ADC counts is
     33//  set to 1 to allow the analysis to proceed.
     34//
    3335//  Then it creates and fills also the MPedPhotCam object containing the pedestal
    3436//  mean and rms in units of photons.
     
    217219    const int num = fCalCam->GetSize();
    218220
     221    fCalCam->SetBlindPixelMethodValid(kTRUE);
     222
    219223    for (int i=0; i<num; i++)
    220224    {
Note: See TracChangeset for help on using the changeset viewer.