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