Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77183
b: "refs/heads/CMSSW_7_1_X"
c: be9948b
h: "refs/heads/CMSSW_7_1_X"
i:
  77181: ec58aaa
  77179: 31dd2b9
  77175: 6d56fd5
  77167: 7b81b6f
  77151: 086b507
  77119: ef7b9e7
  77055: bb55e30
v: v3
  • Loading branch information
Antonio Vilela Pereira committed Nov 5, 2009
1 parent 42a13ca commit 85fb53c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 2e2e9320689366b08f5d694304da4f70c8ff4017
"refs/heads/CMSSW_7_1_X": be9948be30cf61aa2fed107637121196eba2f853
8 changes: 4 additions & 4 deletions trunk/GeneratorInterface/PomwigInterface/BuildFile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<use name=boost>
<use name=FWCore/Framework>
<use name=GeneratorInterface/Core>
<use name=GeneratorInterface/ExternalDecays>
<use name=GeneratorInterface/Herwig6Interface>
<use name=SimDataFormats/GeneratorProducts>
<use name=boost>
<use name=clhep>
<use name=hepmc>
<use name=heppdt>
<use name=herwig>
<use name=lhapdf>
<use name=jimmy>
<use name=GeneratorInterface/Core>
<use name=GeneratorInterface/ExternalDecays>
<use name=GeneratorInterface/Herwig6Interface>
<use name=f77compiler>
<export>
<lib name=GeneratorInterfacePomwigInterface>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
filterEfficiency = cms.untracked.double(1.0),
)

source = cms.Source("EmptySource")

generator = cms.EDFilter("PomwigGeneratorFilter",
herwig6Parameters,
HerwigParameters = cms.PSet(
Expand All @@ -35,4 +33,4 @@
doPDGConvert = cms.bool(False)
)

ProductionFilterSequence = cms.Sequence(generator)
#ProductionFilterSequence = cms.Sequence(generator)
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ bool PomwigHadronizer::initializeForInternalPartons()

// Call hwudat to set up HERWIG block data
hwudat();

// Setting basic parameters ...
hwproc.PBEAM1 = comEnergy/2.;
hwproc.PBEAM2 = comEnergy/2.;
Expand Down

0 comments on commit 85fb53c

Please sign in to comment.