From 9a34056c0de1deb3efb13951389ba17044bca30d Mon Sep 17 00:00:00 2001 From: Mikhail Kirsanov Date: Mon, 19 Oct 2009 17:41:33 +0000 Subject: [PATCH] to pythia8 version 130 --- GeneratorInterface/Pythia8Interface/BuildFile.xml | 1 - .../Pythia8Interface/python/Pythia8Example1_cfi.py | 13 ------------- .../Pythia8Interface/src/LHAupLesHouches.cc | 2 +- 3 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 GeneratorInterface/Pythia8Interface/python/Pythia8Example1_cfi.py diff --git a/GeneratorInterface/Pythia8Interface/BuildFile.xml b/GeneratorInterface/Pythia8Interface/BuildFile.xml index 78f837c55e982..05a9cbde5f619 100644 --- a/GeneratorInterface/Pythia8Interface/BuildFile.xml +++ b/GeneratorInterface/Pythia8Interface/BuildFile.xml @@ -8,7 +8,6 @@ - diff --git a/GeneratorInterface/Pythia8Interface/python/Pythia8Example1_cfi.py b/GeneratorInterface/Pythia8Interface/python/Pythia8Example1_cfi.py deleted file mode 100644 index 1e92877bda3e2..0000000000000 --- a/GeneratorInterface/Pythia8Interface/python/Pythia8Example1_cfi.py +++ /dev/null @@ -1,13 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -source = cms.Source("Pythia8Source", - maxEventsToPrint = cms.untracked.int32(1), - pythiaPylistVerbosity = cms.untracked.int32(1), - filterEfficiency = cms.untracked.double(1.0), - pythiaHepMCVerbosity = cms.untracked.bool(False), - PythiaParameters = cms.PSet( - pythia8_example01 = cms.vstring('HardQCD:all = on', - 'PhaseSpace:pTHatMin = 20.'), - parameterSets = cms.vstring('pythia8_example01') - ) -) diff --git a/GeneratorInterface/Pythia8Interface/src/LHAupLesHouches.cc b/GeneratorInterface/Pythia8Interface/src/LHAupLesHouches.cc index 1fc4680403790..4196ebc4edb86 100644 --- a/GeneratorInterface/Pythia8Interface/src/LHAupLesHouches.cc +++ b/GeneratorInterface/Pythia8Interface/src/LHAupLesHouches.cc @@ -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();