- Timestamp:
- Aug 25, 2016, 4:27:14 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- bc58cf5
- Parents:
- 7993cad (diff), 1408174 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesROOT.cpp
r7993cad r2264876 167 167 modularDelphes->Clear(); 168 168 treeWriter->Clear(); 169 for(Int_t entry = 0; entry < numberOfEvents ; ++entry)169 for(Int_t entry = 0; entry < numberOfEvents && !interrupted; ++entry) 170 170 { 171 171 172 172 treeReader->ReadEntry(entry); 173 173
Note:
See TracChangeset
for help on using the changeset viewer.