Changes in classes/DelphesPileUpWriter.h [341014c:1716933] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesPileUpWriter.h
r341014c r1716933 28 28 */ 29 29 30 #include <stdio.h> 30 31 #include <stdint.h> 31 #include <stdio.h>32 32 33 33 class DelphesXDRWriter; … … 36 36 { 37 37 public: 38 38 39 DelphesPileUpWriter(const char *fileName); 39 40 … … 49 50 50 51 private: 52 51 53 int64_t fEntries; 52 54 int32_t fEntrySize;
Note:
See TracChangeset
for help on using the changeset viewer.