Fork me on GitHub

Changes in / [5eaa70a:66124f4] in git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesROOT.cpp

    r5eaa70a r66124f4  
    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.