Changeset 1265 in svn for trunk/readers/DelphesLHEF.cpp
- Timestamp:
- Aug 16, 2013, 4:29:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/readers/DelphesLHEF.cpp
r1130 r1265 45 45 TStopwatch readStopWatch, procStopWatch; 46 46 ExRootTreeWriter *treeWriter = 0; 47 ExRootTreeBranch *branchEvent = 0 ;47 ExRootTreeBranch *branchEvent = 0, *branchRwgt = 0; 48 48 ExRootConfReader *confReader = 0; 49 49 Delphes *modularDelphes = 0; … … 85 85 86 86 branchEvent = treeWriter->NewBranch("Event", LHEFEvent::Class()); 87 branchRwgt = treeWriter->NewBranch("Rwgt", Weight::Class()); 87 88 88 89 confReader = new ExRootConfReader; … … 177 178 178 179 reader->AnalyzeEvent(branchEvent, eventCounter, &readStopWatch, &procStopWatch); 180 reader->AnalyzeRwgt(branchRwgt); 179 181 180 182 treeWriter->Fill();
Note:
See TracChangeset
for help on using the changeset viewer.