Changeset fbad4c7 in git for readers/DelphesHepMC.cpp
- Timestamp:
- May 24, 2018, 9:12:31 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 4689481
- Parents:
- 4fd4f01 (diff), 792092a (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/DelphesHepMC.cpp
r4fd4f01 rfbad4c7 63 63 TStopwatch readStopWatch, procStopWatch; 64 64 ExRootTreeWriter *treeWriter = 0; 65 ExRootTreeBranch *branchEvent = 0 ;65 ExRootTreeBranch *branchEvent = 0, *branchWeight = 0; 66 66 ExRootConfReader *confReader = 0; 67 67 Delphes *modularDelphes = 0; … … 103 103 104 104 branchEvent = treeWriter->NewBranch("Event", HepMCEvent::Class()); 105 branchWeight = treeWriter->NewBranch("Weight", Weight::Class()); 105 106 106 107 confReader = new ExRootConfReader; … … 194 195 195 196 reader->AnalyzeEvent(branchEvent, eventCounter, &readStopWatch, &procStopWatch); 197 reader->AnalyzeWeight(branchWeight); 196 198 197 199 treeWriter->Fill();
Note:
See TracChangeset
for help on using the changeset viewer.