Changeset b8b29f1 in git for converters
- Timestamp:
- Jun 14, 2018, 9:53:46 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 94083e7
- Parents:
- aa3c287
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
converters/stdhep2pileup.cpp
raa3c287 rb8b29f1 113 113 { 114 114 cout << "** Reading " << argv[i] << endl; 115 inputFile = fopen(argv[i], "r ");115 inputFile = fopen(argv[i], "rb"); 116 116 117 117 if(inputFile == NULL)
Note:
See TracChangeset
for help on using the changeset viewer.