Fork me on GitHub

Changeset b8b29f1 in git for converters/stdhep2pileup.cpp


Ignore:
Timestamp:
Jun 14, 2018, 9:53:46 PM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
94083e7
Parents:
aa3c287
Message:

open pileup and STDHEP files in binary mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • converters/stdhep2pileup.cpp

    raa3c287 rb8b29f1  
    113113      {
    114114        cout << "** Reading " << argv[i] << endl;
    115         inputFile = fopen(argv[i], "r");
     115        inputFile = fopen(argv[i], "rb");
    116116
    117117        if(inputFile == NULL)
Note: See TracChangeset for help on using the changeset viewer.