CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
StageA43Bx_cfi.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 # E33 cm-2s-1
4 # mb
5 import FWCore.ParameterSet.Config as cms
6 
7 # this is the configuration to model pileup in StageA with 43x43 bunchcrossings
9 mix = cms.EDProducer("MixingModule",
10  LabelPlayback = cms.string(''),
11  maxBunch = cms.int32(3),
12  minBunch = cms.int32(-5), ## in terms of 25 nsec
13 
14  bunchspace = cms.int32(1632), ## ns
15 
16  mixProdStep1 = cms.bool(False),
17  mixProdStep2 = cms.bool(False),
18 
19  playback = cms.untracked.bool(False),
20  input = cms.SecSource("EmbeddedRootSource",
21  nbPileupEvents = cms.PSet(
22  sigmaInel = cms.double(80.0),
23  Lumi = cms.double(0.0061)
24  ),
25  type = cms.string('poisson'),
26  sequential = cms.untracked.bool(False),
27  fileNames = cms.untracked.vstring('/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/00233C31-5806-DD11-9DDC-001617DBD5B2.root',
28  '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/3469E801-5C06-DD11-93DC-00304885AE42.root',
29  '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/52B1C4F8-5406-DD11-8031-00304885B130.root',
30  '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/6012E6A6-6106-DD11-B9C6-003048562890.root',
31  '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/66D7FE91-5606-DD11-A3C7-00304885A74E.root',
32  '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/B6CDB304-5706-DD11-B9E4-001617C3B76E.root',
33  '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/DC900058-5506-DD11-96DD-000423D98AF0.root',
34  '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/F80E6D8B-5706-DD11-B8A9-001617C3B76E.root')
35  ),
36  mixObjects = cms.PSet(
37  mixCH = cms.PSet(
38  mixCaloHits
39  ),
40  mixTracks = cms.PSet(
41  mixSimTracks
42  ),
43  mixVertices = cms.PSet(
44  mixSimVertices
45  ),
46  mixSH = cms.PSet(
47  mixSimHits
48  ),
49  mixHepMC = cms.PSet(
50  mixHepMCProducts
51  )
52  )
53 )
54 
55