- Timestamp:
- 09/16/04 16:54:27 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MC/MCEventHeader.hxx
r3046 r5078 104 104 } 105 105 106 Int_t read (FILE* f) { 107 return fread((char*)&EvtNumber, (SIZE_OF_MCEVENTHEADER)*sizeof(Float_t), 1, f ); 108 } 109 110 106 111 // writes EventHeader to binary output stream 107 112 Int_t write ( ofstream &os ) {
Note:
See TracChangeset
for help on using the changeset viewer.