- Timestamp:
- May 14, 2018, 8:46:22 AM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 2886328
- Parents:
- 00382e9
- Location:
- classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesHepMCReader.cc
r00382e9 rd203a37 333 333 //--------------------------------------------------------------------------- 334 334 335 void DelphesHepMCReader::AnalyzeWeight(ExRootTreeBranch *branch) 336 { 337 Weight *element; 338 vector< double >::const_iterator itWeight; 339 340 for(itWeight = fWeight.begin(); itWeight != fWeight.end(); ++itWeight) 341 { 342 element = static_cast<Weight *>(branch->NewEntry()); 343 344 element->Weight = *itWeight; 345 } 346 } 347 348 //--------------------------------------------------------------------------- 349 335 350 void DelphesHepMCReader::AnalyzeParticle(DelphesFactory *factory, 336 351 TObjArray *allParticleOutputArray, -
classes/DelphesHepMCReader.h
r00382e9 rd203a37 59 59 TStopwatch *readStopWatch, TStopwatch *procStopWatch); 60 60 61 void AnalyzeWeight(ExRootTreeBranch *branch); 62 61 63 private: 62 64
Note:
See TracChangeset
for help on using the changeset viewer.