Changeset 1537 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
10/14/02 18:23:59 (22 years ago)
Author:
bigongia
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1534 r1537  
    11                                                                  -*-*- END -*-*-
     2
     3 2002/10/14: Abelardo Moralejo
     4
     5   * manalysis/McerPhotCalc.cc, manalysis/MCerPhotCalc2.cc
     6     - Initialized fEnableFix (before, bad pedestal subtraction if
     7       reading camera 0.4 root files)
    28
    39 2002/10/09: Abelardo Moralejo
  • trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc

    r1291 r1537  
    138138    }
    139139
     140    fEnableFix = kFALSE;
    140141    if (mcrunheader->GetCamVersion() <= 40)
    141142        fEnableFix = kTRUE;
  • trunk/MagicSoft/Mars/manalysis/MCerPhotCalc2.cc

    r1443 r1537  
    156156    }
    157157
     158    fEnableFix = kFALSE;
    158159    if (mcrunheader->GetCamVersion() <= 40)
    159160        fEnableFix = kTRUE;
Note: See TracChangeset for help on using the changeset viewer.