Changeset c0f9b5b in git
- Timestamp:
- Oct 23, 2015, 8:47:40 AM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 35df584
- Parents:
- 16aa8a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesPythia8.cpp
r16aa8a3 rc0f9b5b 220 220 221 221 // Read in commands from configuration file 222 pythia->readFile(argv[2]); 222 if(!pythia->readFile(argv[2])) 223 { 224 message << "can't read Pythia8 configuration file " << argv[2] << endl; 225 throw runtime_error(message.str()); 226 } 223 227 224 228 // Extract settings to be used in the main program
Note:
See TracChangeset
for help on using the changeset viewer.