Changeset 4052 for trunk/MagicSoft
- Timestamp:
- 05/12/04 00:22:20 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4042 r4052 19 19 -*-*- END OF LINE -*-*- 20 20 21 2004/05/11: Thomas Bretz 22 23 * mraw/MRawEvtHeader.cc: 24 - added a check whether the file has finished or not after 25 reading the first bytes. 26 27 28 21 29 2004/05/10: Marcos Lopez 22 30 … … 29 37 the excution of the Eventloop and not before it (since that object is 30 38 created when calling the PreProcess). 39 31 40 32 41 -
trunk/MagicSoft/Mars/mraw/MRawEvtHeader.cc
r4041 r4052 320 320 321 321 fin.read((char*)&fDAQEvtNumber, 4); // Total=4 322 if (!fin) 323 return kFALSE; 322 324 323 325 UInt_t abstime[2];
Note:
See TracChangeset
for help on using the changeset viewer.