From e263f1680fdc881e02afd14d476bac1d1a910372 Mon Sep 17 00:00:00 2001 From: Mikhail Kirsanov Date: Tue, 24 Jun 2008 09:23:46 +0000 Subject: [PATCH] --- yaml --- r: 46423 b: "refs/heads/CMSSW_7_1_X" c: 0c34b424b155dc6a4e64f16148ac02682242fdbe h: "refs/heads/CMSSW_7_1_X" i: 46421: 8abc01afde3148cce6cf661059c0c75256e192fd 46419: 6fe1cea8c9df6028651e9cc0810c987e2b0ffbcb 46415: 45c6ac6a2eeee5acfcea676519a7fe98b3b57c97 v: v3 --- [refs] | 2 +- trunk/GeneratorInterface/Pythia8Interface/src/Pythia8Source.cc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ae183a642bc4f..293b2ecdf93c0 100644 --- a/[refs] +++ b/[refs] @@ -1,3 +1,3 @@ --- refs/heads/gh-pages: ac155dadd83efa75cad55c0508a57a2b9dd3d66c -"refs/heads/CMSSW_7_1_X": 0d44dfa224b75239d36f51f58c739dca7b6e6aeb +"refs/heads/CMSSW_7_1_X": 0c34b424b155dc6a4e64f16148ac02682242fdbe diff --git a/trunk/GeneratorInterface/Pythia8Interface/src/Pythia8Source.cc b/trunk/GeneratorInterface/Pythia8Interface/src/Pythia8Source.cc index 3284617722fcc..1aa3c33c95ad3 100644 --- a/trunk/GeneratorInterface/Pythia8Interface/src/Pythia8Source.cc +++ b/trunk/GeneratorInterface/Pythia8Interface/src/Pythia8Source.cc @@ -48,7 +48,6 @@ Pythia8Source::Pythia8Source( const ParameterSet & pset, cout << "Pythia8Source: initializing Pythia. " << endl; - // PYLIST Verbosity Level // Valid PYLIST arguments are: 1, 2, 3, 5, 7, 11, 12, 13 @@ -120,6 +119,8 @@ Pythia8Source::Pythia8Source( const ParameterSet & pset, pythia->init( 2212, 2212, comenergy); + pythia->settings.listChanged(); + ToHepMC = new HepMC::I_Pythia8; // ToHepMC->set_crash_on_problem();