Fork me on GitHub

Changeset b8b29f1 in git for readers/DelphesSTDHEP.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
  • readers/DelphesSTDHEP.cpp

    raa3c287 rb8b29f1  
    147147      {
    148148        cout << "** Reading " << argv[i] << endl;
    149         inputFile = fopen(argv[i], "r");
     149        inputFile = fopen(argv[i], "rb");
    150150
    151151        if(inputFile == NULL)
Note: See TracChangeset for help on using the changeset viewer.