Changeset 2713 for trunk/MagicSoft


Ignore:
Timestamp:
12/18/03 17:04:41 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2712 r2713  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6 2003/12/18: Abelardo Moralejo
     7
     8   * manalysis/MCalibrate.cc
     9     - Changed  "if (!fCalibrations)" to "if (!fGeomCam)" in
     10       preprocess (this was a cut-and-paste error).
     11
    612 2003/12/18: Thomas Bretz
    713
     
    1218     - added MFSoftwareTrigger
    1319
    14    * manalysis/MExetractedSignalPix.h:
     20   * manalysis/MExtractedSignalPix.h:
    1521     - added missing const-qualifier IsLoGainUsed
    1622
  • trunk/MagicSoft/Mars/manalysis/MCalibrate.cc

    r2691 r2713  
    9494{
    9595
    96 
    9796    fGeomCam = (MGeomCam*)pList->FindObject("MGeomCam");
    98     if (!fCalibrations)
     97    if (!fGeomCam)
    9998      {
    10099        *fLog << err << dbginf << "MGeomCam not found ... aborting." << endl;       
Note: See TracChangeset for help on using the changeset viewer.