Skip to content

Commit

Permalink
moving genPUproton producer to SimGeneral/PileupInformation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabferro committed Sep 22, 2017
1 parent 7c6b358 commit 39621ab
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/StandardSequences/python/Digi_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# add updating the GEN information by default
from Configuration.StandardSequences.Generator_cff import *
from GeneratorInterface.Core.generatorSmeared_cfi import *
from PhysicsTools.HepMCCandAlgos.genPUProtons_cfi import *
from SimGeneral.PileupInformation.genPUProtons_cfi import *

doAllDigi = cms.Sequence(generatorSmeared*calDigi+muonDigi)
pdigi = cms.Sequence(generatorSmeared*fixGenInfo*cms.SequencePlaceholder("randomEngineStateProducer")*cms.SequencePlaceholder("mix")*doAllDigi*addPileupInfo*genPUProtons)
Expand Down
1 change: 1 addition & 0 deletions SimGeneral/PileupInformation/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<use name="SimDataFormats/Vertex"/>
<use name="SimTracker/Common"/>
<use name="SimGeneral/MixingModule"/>
<use name="SimGeneral/HepPDTRecord"/>
<use name="clhep"/>
<library file="*.cc" name="SimGeneralPileupInformationPlugins">
<flags EDM_PLUGIN="1"/>
Expand Down

0 comments on commit 39621ab

Please sign in to comment.