Changeset 2713 for trunk/MagicSoft
- Timestamp:
- 12/18/03 17:04:41 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2712 r2713 4 4 5 5 -*-*- 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 6 12 2003/12/18: Thomas Bretz 7 13 … … 12 18 - added MFSoftwareTrigger 13 19 14 * manalysis/MEx etractedSignalPix.h:20 * manalysis/MExtractedSignalPix.h: 15 21 - added missing const-qualifier IsLoGainUsed 16 22 -
trunk/MagicSoft/Mars/manalysis/MCalibrate.cc
r2691 r2713 94 94 { 95 95 96 97 96 fGeomCam = (MGeomCam*)pList->FindObject("MGeomCam"); 98 if (!f Calibrations)97 if (!fGeomCam) 99 98 { 100 99 *fLog << err << dbginf << "MGeomCam not found ... aborting." << endl;
Note:
See TracChangeset
for help on using the changeset viewer.