Skip to content

Commit

Permalink
Merge pull request #3989 from lveldere/fastsim-decayer-fixes
Browse files Browse the repository at this point in the history
FastSim -- Switch to Pythia 8 for FastSim decays
  • Loading branch information
ktf committed May 26, 2014
2 parents d75153b + 3ea4c4a commit 0e1ec52
Show file tree
Hide file tree
Showing 11 changed files with 632 additions and 35 deletions.
1 change: 0 additions & 1 deletion FastSimulation/ParticleDecay/interface/PythiaDecays.h
Expand Up @@ -49,7 +49,6 @@ class PythiaDecays
gen::Pythia6Service *pyservice;
Pythia6jets* pyjets;
// for Pythia8:
std::auto_ptr<Pythia8::Pythia> pythia;
std::auto_ptr<Pythia8::Pythia> decayer;
std::unique_ptr<gen::P8RndmEngine> p8RndmEngine;
};
Expand Down
9 changes: 9 additions & 0 deletions FastSimulation/ParticleDecay/plugins/BuildFile.xml
@@ -0,0 +1,9 @@
<use name="FWCore/Framework"/>
<use name="FWCore/PluginManager"/>
<use name="FWCore/ParameterSet"/>
<use name="heppdt"/>
<use name="root"/>
<use name="pythia8"/>
<use name="DataFormats/Math"/>
<flags CXXFLAGS="-g"/>
<flags EDM_PLUGIN="1"/>

0 comments on commit 0e1ec52

Please sign in to comment.