Changeset 341014c in git for classes/DelphesXDRWriter.h
- Timestamp:
- Feb 12, 2019, 9:29:17 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, llp, master
- Children:
- 6455202
- Parents:
- 45e58be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesXDRWriter.h
r45e58be r341014c 28 28 */ 29 29 30 #include <stdint.h> 30 31 #include <stdio.h> 31 #include <stdint.h>32 32 33 33 class DelphesXDRWriter 34 34 { 35 35 public: 36 37 36 DelphesXDRWriter(); 38 37 … … 45 44 46 45 private: 47 48 46 FILE *fFile; 49 47 uint8_t *fBuffer;
Note:
See TracChangeset
for help on using the changeset viewer.