- Timestamp:
- Jun 17, 2015, 4:37:33 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 1d9974e
- Parents:
- 9040259
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesPythia8.cpp
r9040259 ra446115 211 211 partonOutputArray = modularDelphes->ExportArray("partons"); 212 212 213 modularDelphes->InitTask();214 215 213 // Initialize Pythia 216 214 pythia = new Pythia8::Pythia; … … 241 239 partonOutputArrayLHEF = modularDelphes->ExportArray("partonsLHEF"); 242 240 } 241 242 modularDelphes->InitTask(); 243 243 244 244 pythia->init();
Note:
See TracChangeset
for help on using the changeset viewer.