Changes in readers/DelphesPythia8.cpp [d8b1858:7c0fcd5] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesPythia8.cpp
rd8b1858 r7c0fcd5 89 89 pdg = TDatabasePDG::Instance(); 90 90 91 for(i = 1; i < pythia->event.size(); ++i)91 for(i = 0; i < pythia->event.size(); ++i) 92 92 { 93 93 Pythia8::Particle &particle = pythia->event[i];
Note:
See TracChangeset
for help on using the changeset viewer.