Changeset 1e8afcc in git for readers/DelphesPythia8.cpp
- Timestamp:
- Jun 4, 2015, 3:30:52 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 6ec8d18
- Parents:
- 6f9baba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesPythia8.cpp
r6f9baba r1e8afcc 156 156 ExRootTreeWriter *treeWriter = 0; 157 157 ExRootTreeBranch *branchEvent = 0; 158 ExRootTreeBranch *branchEventLHEF = 0, *branch RwgtLHEF = 0;158 ExRootTreeBranch *branchEventLHEF = 0, *branchWeightLHEF = 0; 159 159 ExRootConfReader *confReader = 0; 160 160 Delphes *modularDelphes = 0; … … 235 235 236 236 branchEventLHEF = treeWriter->NewBranch("EventLHEF", LHEFEvent::Class()); 237 branch RwgtLHEF = treeWriter->NewBranch("RwgtLHEF",Weight::Class());237 branchWeightLHEF = treeWriter->NewBranch("WeightLHEF", LHEFWeight::Class()); 238 238 239 239 allParticleOutputArrayLHEF = modularDelphes->ExportArray("allParticlesLHEF"); … … 290 290 { 291 291 reader->AnalyzeEvent(branchEventLHEF, eventCounter, &readStopWatch, &procStopWatch); 292 reader->Analyze Rwgt(branchRwgtLHEF);292 reader->AnalyzeWeight(branchWeightLHEF); 293 293 } 294 294
Note:
See TracChangeset
for help on using the changeset viewer.