Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesHepMCReader.cc

    rd203a37 rc6667c0  
    333333//---------------------------------------------------------------------------
    334334
    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 
    350335void DelphesHepMCReader::AnalyzeParticle(DelphesFactory *factory,
    351336  TObjArray *allParticleOutputArray,
Note: See TracChangeset for help on using the changeset viewer.