Fork me on GitHub

Changeset 9666d3b in git for readers/DelphesROOT.cpp


Ignore:
Timestamp:
Apr 11, 2018, 4:19:18 PM (7 years ago)
Author:
Ulrike Schnoor <ulrike.schnoor@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
6ba7847
Parents:
6f96f62 (diff), a670493 (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:

merged the upstream/master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesROOT.cpp

    r6f96f62 r9666d3b  
    126126    confReader = new ExRootConfReader;
    127127    confReader->ReadFile(argv[1]);
    128    
    129     maxEvents = confReader->GetInt("::MaxEvents", 0);
    130128
    131129    if(maxEvents < 0)
     
    178176      {
    179177   
    180         if(entry >= maxEvents) break;
    181178        treeReader->ReadEntry(entry);
    182        
     179
    183180        // -- TBC need also to include event weights -- 
    184181       
Note: See TracChangeset for help on using the changeset viewer.