Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74623
b: "refs/heads/CMSSW_7_1_X"
c: a67b4a4
h: "refs/heads/CMSSW_7_1_X"
i:
  74621: 69b07cc
  74619: 8ac629f
  74615: 52ba073
  74607: 1b10b88
  74591: 12f2af8
  74559: 4a9ebf8
  74495: 780b5aa
v: v3
  • Loading branch information
Emilia Lubenova Becheva committed Oct 2, 2009
1 parent 86ccbfa commit da8927c
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
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": 89388007622dcbc9c59e5772c012b95b0a46094d
"refs/heads/CMSSW_7_1_X": a67b4a44cfac7596e7238e9b6f1da03333f77290
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# The following comments couldn't be translated into the new config version:

# E33 cm-2s-1
# mb
import FWCore.ParameterSet.Config as cms

# this is the configuration to model pileup in the low-luminosity phase
from SimGeneral.MixingModule.mixObjects_cfi import *
mix = cms.EDProducer("MixingModule",
LabelPlayback = cms.string(''),
maxBunch = cms.int32(3),
minBunch = cms.int32(-5), ## in terms of 25 ns

bunchspace = cms.int32(25), ## nsec
mixProdStep1 = cms.bool(True),
mixProdStep2 = cms.bool(False),

playback = cms.untracked.bool(False),
useCurrentProcessOnly = cms.bool(False),

input = cms.SecSource("PoolSource",
nbPileupEvents = cms.PSet(
sigmaInel = cms.double(80.0),
Lumi = cms.double(10.0)
),
seed = cms.int32(1234567),
type = cms.string('poisson'),
sequential = cms.untracked.bool(False),
fileNames = cms.untracked.vstring(
'/store/relval/CMSSW_3_1_0_pre11/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/MC_31X_V1-v1/0000/ECDB1818-A964-DE11-9B4B-001D09F24934.root',
'/store/relval/CMSSW_3_1_0_pre11/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/MC_31X_V1-v1/0000/D245A5BB-4C64-DE11-9F79-001D09F248F8.root',
'/store/relval/CMSSW_3_1_0_pre11/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/MC_31X_V1-v1/0000/C65577F4-EC64-DE11-8D4A-001D09F251CC.root',
'/store/relval/CMSSW_3_1_0_pre11/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/MC_31X_V1-v1/0000/965505C4-9264-DE11-A3BC-001D09F232B9.root',
'/store/relval/CMSSW_3_1_0_pre11/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/MC_31X_V1-v1/0000/5E309A39-7264-DE11-978E-001D09F2A690.root'
)
),
mixObjects = cms.PSet(
mixCH = cms.PSet(
mixCaloHits
),
mixTracks = cms.PSet(
mixSimTracks
),
mixVertices = cms.PSet(
mixSimVertices
),
mixSH = cms.PSet(
mixSimHits
),
mixHepMC = cms.PSet(
mixHepMCProducts
)
)
)


0 comments on commit da8927c

Please sign in to comment.