Skip to content

Commit

Permalink
to pythia8 version 130
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kirsanov committed Oct 19, 2009
1 parent 2f6b7c6 commit 9a34056
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
1 change: 0 additions & 1 deletion GeneratorInterface/Pythia8Interface/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<use name="clhep"/>
<use name="hepmc"/>
<use name="lhapdf"/>
<use name="pythia6"/>
<use name="pythia8"/>
<flags EDM_PLUGIN="1"/>
<export>
Expand Down
13 changes: 0 additions & 13 deletions GeneratorInterface/Pythia8Interface/python/Pythia8Example1_cfi.py

This file was deleted.

2 changes: 1 addition & 1 deletion GeneratorInterface/Pythia8Interface/src/LHAupLesHouches.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ bool LHAupLesHouches::setEvent(int inProcId)
this->setPdf(pdf->id.first, pdf->id.second,
pdf->x.first, pdf->x.second,
pdf->scalePDF,
pdf->xPDF.first, pdf->xPDF.second);
pdf->xPDF.first, pdf->xPDF.second, true);

// hadronisation->onBeforeHadronisation().emit();

Expand Down

0 comments on commit 9a34056

Please sign in to comment.