From b4a1aef4916d1a792de5ea3d55e52c06f7e839fa Mon Sep 17 00:00:00 2001 From: Mikhail Kirsanov Date: Mon, 19 Oct 2009 17:41:33 +0000 Subject: [PATCH] --- yaml --- r: 75771 b: "refs/heads/CMSSW_7_1_X" c: 9a34056c0de1deb3efb13951389ba17044bca30d h: "refs/heads/CMSSW_7_1_X" i: 75769: dc2882dfe86a923c879db8db7288413fec943b02 75767: 41c729e4266f16e2b4706b77575f3d644ee3b654 v: v3 --- [refs] | 2 +- .../Pythia8Interface/BuildFile.xml | 1 - .../Pythia8Interface/python/Pythia8Example1_cfi.py | 13 ------------- .../Pythia8Interface/src/LHAupLesHouches.cc | 2 +- 4 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 trunk/GeneratorInterface/Pythia8Interface/python/Pythia8Example1_cfi.py diff --git a/[refs] b/[refs] index 26765209d646e..76541ff2bd57b 100644 --- a/[refs] +++ b/[refs] @@ -1,3 +1,3 @@ --- refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e -"refs/heads/CMSSW_7_1_X": 2f6b7c6beec1467e1f1d097da4daab48bea1595c +"refs/heads/CMSSW_7_1_X": 9a34056c0de1deb3efb13951389ba17044bca30d diff --git a/trunk/GeneratorInterface/Pythia8Interface/BuildFile.xml b/trunk/GeneratorInterface/Pythia8Interface/BuildFile.xml index 78f837c55e982..05a9cbde5f619 100644 --- a/trunk/GeneratorInterface/Pythia8Interface/BuildFile.xml +++ b/trunk/GeneratorInterface/Pythia8Interface/BuildFile.xml @@ -8,7 +8,6 @@ - diff --git a/trunk/GeneratorInterface/Pythia8Interface/python/Pythia8Example1_cfi.py b/trunk/GeneratorInterface/Pythia8Interface/python/Pythia8Example1_cfi.py deleted file mode 100644 index 1e92877bda3e2..0000000000000 --- a/trunk/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/trunk/GeneratorInterface/Pythia8Interface/src/LHAupLesHouches.cc b/trunk/GeneratorInterface/Pythia8Interface/src/LHAupLesHouches.cc index 1fc4680403790..4196ebc4edb86 100644 --- a/trunk/GeneratorInterface/Pythia8Interface/src/LHAupLesHouches.cc +++ b/trunk/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();