Ignore:
Timestamp:
05/21/04 23:36:52 (21 years ago)
Author:
blanch
Message:
Now, one can run in the NON CALIBRATION mode wihout being asked for a Cal run.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc

    r4117 r4118  
    159159  calloop.SetQECam(qecam);
    160160  calloop.SetBadPixels(pedloop.GetBadPixels());
    161   if (!calloop.Process(pedloop.GetPedestalCam()))
    162     return;
     161  if(calflag>0)
     162    if (!calloop.Process(pedloop.GetPedestalCam()))
     163      return;
    163164
    164165  /************************************************************************/
     
    515516      return kFALSE;
    516517    }
    517   if(!caliter.GetNumEntries())
     518  if(!caliter.GetNumEntries() && calflag>0)
    518519    {
    519520      cout << "No calibration file name specified" << endl;
Note: See TracChangeset for help on using the changeset viewer.