Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesPileUpWriter.h

    r1716933 r341014c  
    2828 */
    2929
     30#include <stdint.h>
    3031#include <stdio.h>
    31 #include <stdint.h>
    3232
    3333class DelphesXDRWriter;
     
    3636{
    3737public:
    38 
    3938  DelphesPileUpWriter(const char *fileName);
    4039
     
    5049
    5150private:
    52 
    5351  int64_t fEntries;
    5452  int32_t fEntrySize;
Note: See TracChangeset for help on using the changeset viewer.