Changeset 4118 for trunk/MagicSoft/Mars/mtemp/mifae/programs
- Timestamp:
- 05/21/04 23:36:52 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc
r4117 r4118 159 159 calloop.SetQECam(qecam); 160 160 calloop.SetBadPixels(pedloop.GetBadPixels()); 161 if (!calloop.Process(pedloop.GetPedestalCam())) 162 return; 161 if(calflag>0) 162 if (!calloop.Process(pedloop.GetPedestalCam())) 163 return; 163 164 164 165 /************************************************************************/ … … 515 516 return kFALSE; 516 517 } 517 if(!caliter.GetNumEntries() )518 if(!caliter.GetNumEntries() && calflag>0) 518 519 { 519 520 cout << "No calibration file name specified" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.