- Timestamp:
- 09/28/06 11:34:39 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7985 r7986 31 31 - updated mcpath 32 32 33 * mjobs/MJCalibrateSignal.cc:34 - removed the tab with the calibrated arrival times. It never35 gave any useful information36 37 * mgeom/Makefile, mgeom/GeomLinkDef.h:38 - took out all currently unused cameras from compilation39 40 33 41 34 … … 58 51 - the new simplified version doesn't take the number of pedestal 59 52 events anymore into account. 53 54 * mjobs/MJCalibrateSignal.cc: 55 - removed the tab with the calibrated arrival times. It never 56 gave any useful information 57 58 * mgeom/Makefile, mgeom/GeomLinkDef.h: 59 - took out all currently unused cameras from compilation 60 61 * mjobs/MJCut.cc: 62 - updated the confusing error message printed to the log-stream 63 in case of a failure of FillSrcPosCam 60 64 61 65 -
trunk/MagicSoft/Mars/mjobs/MJCut.cc
r7784 r7986 499 499 if (!evtloop.Eventloop(fMaxEvents)) 500 500 { 501 *fLog << err << GetDescriptor() << ": Processing of on-sequences failed." << endl;501 *fLog << err << GetDescriptor() << ": Processing of on-sequences to fill SrcPosCam failed." << endl; 502 502 return kFALSE; 503 503 }
Note:
See TracChangeset
for help on using the changeset viewer.