Changeset 7648
- Timestamp:
- 04/22/06 08:42:28 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7646 r7648 19 19 -*-*- END OF LINE -*-*- 20 20 21 2006/04/22 Thomas Bretz 22 23 * mraw/MRawRunHeader.cc: 24 - some small changes, mainly output and comments 25 26 27 21 28 2006/04/21 Daniel Hoehne 22 29 23 * datacenter/scripts/doqualityplots .C, dowebplots.C:30 * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots: 24 31 - fixed bug in usage of pstoimg 25 32 -
trunk/MagicSoft/Mars/mraw/MRawRunHeader.cc
r7647 r7648 401 401 } 402 402 *fLog << endl; 403 *fLog << "Version :" << dec << "Format=" << fFormatVersion << " ";404 *fLog << "Software=" << fSoftVersion << endl;403 *fLog << "Versions: " << dec << "Format=" << fFormatVersion << " "; 404 *fLog << "Software=" << fSoftVersion << " "; 405 405 if (fFormatVersion>5) 406 *fLog << "Telescope: " << fTelescopeNumber << " (Camera #" << fCameraVersion << ")" <<endl; 406 *fLog << "Camera=" << fCameraVersion; 407 *fLog << endl; 408 if (fFormatVersion>5) 409 *fLog << "Telescope: " << fTelescopeNumber << endl; 407 410 *fLog << "RunNumber: " << fRunNumber << " (Type=" << GetRunTypeStr() << ")" << endl; 408 411 *fLog << "ProjectName: '" << fProjectName << "'" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.