Skip to content

Commit

Permalink
Merge pull request #2994 from lveldere/fullsim-csa14-pu-inTimeOnly
Browse files Browse the repository at this point in the history
Fullsim csa14 pu in time only
  • Loading branch information
davidlange6 committed Apr 1, 2014
2 parents dcae9be + 2eec035 commit 241ad74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Configuration/StandardSequences/python/Mixing.py
Expand Up @@ -96,6 +96,7 @@ def addMixingScenario(label,dict):
addMixingScenario("2012_Summer_50ns_PoissonOOTPU_FixedInTime0",{'file': 'SimGeneral.MixingModule.mix_2012_Summer_50ns_PoissonOOTPU_FixedInTime0_cfi'})
addMixingScenario("2012_Summer_50ns_PoissonOOTPU_FixedInTime30",{'file': 'SimGeneral.MixingModule.mix_2012_Summer_50ns_PoissonOOTPU_FixedInTime30_cfi'})
addMixingScenario("CSA14_50ns_PoissonOOT",{'file': 'SimGeneral.MixingModule.mix_CSA14_50ns_PoissonOOTPU_cfi'})
addMixingScenario("CSA14_inTimeOnly",{'file': 'SimGeneral.MixingModule.mix_CSA14_inTimeOnly_cfi'})
addMixingScenario("ProdStep2",{'file': 'SimGeneral.MixingModule.mixProdStep2_cfi'})
addMixingScenario("fromDB",{'file': 'SimGeneral.MixingModule.mix_fromDB_cfi'})
##fastsim section
Expand Down
4 changes: 4 additions & 0 deletions SimGeneral/MixingModule/python/mix_CSA14_inTimeOnly_cfi.py
@@ -0,0 +1,4 @@
import FWCore.ParameterSet.Config as cms
from SimGeneral.MixingModule.mix_CSA14_50ns_PoissonOOTPU_cfi import *
mix.maxBunch = 0
mix.minBunch = 0

0 comments on commit 241ad74

Please sign in to comment.