Fork me on GitHub

Changeset 2264876 in git for readers


Ignore:
Timestamp:
Aug 25, 2016, 4:27:14 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
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.
Message:

Merge branch 'dev_01' of github.com:delphes/delphes into dev_01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesROOT.cpp

    r7993cad r2264876  
    167167      modularDelphes->Clear();
    168168      treeWriter->Clear();
    169       for(Int_t entry = 0; entry < numberOfEvents; ++entry)
     169      for(Int_t entry = 0; entry < numberOfEvents && !interrupted; ++entry)
    170170      {
    171        
     171   
    172172        treeReader->ReadEntry(entry);
    173173       
Note: See TracChangeset for help on using the changeset viewer.