Changeset 8941 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 06/12/08 15:42:26 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawRunHeader.cc
r8802 r8941 484 484 485 485 if (fFormatVersion>8) 486 { 486 487 fin.read((char*)&fNumEventsRead, 4); // Total=70 488 fNumEvents--; 489 fNumEventsRead--; 490 *fLog << inf << "Format V9: Stored number of events decreased by 1." << endl; 491 } 487 492 488 493 // New in general features: (should they be included in new MAGIC1 formats, too?)
Note:
See TracChangeset
for help on using the changeset viewer.