CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
mixLowLumPU_Phase1_R34F16_HCal_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # this is the configuration to model pileup in the design LHC (10**34)
5 mix = cms.EDProducer("MixingModule",
6  LabelPlayback = cms.string(''),
7  maxBunch = cms.int32(3),
8  minBunch = cms.int32(-5), ## in terms of 25 ns
9 
10  bunchspace = cms.int32(25), ## nsec
11  mixProdStep1 = cms.bool(False),
12  mixProdStep2 = cms.bool(False),
13 
14  playback = cms.untracked.bool(False),
15  useCurrentProcessOnly = cms.bool(False),
16 
17  input = cms.SecSource("EmbeddedRootSource",
18  nbPileupEvents = cms.PSet(
19  averageNumber = cms.double(5.0)
20  ),
21  type = cms.string('poisson'),
22  sequential = cms.untracked.bool(False),
23  fileNames = cms.untracked.vstring(
24  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/1423B147-CE32-E111-AF5F-0002C90A3426.root',
25  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/30801B50-D332-E111-9062-0002C90B743A.root',
26  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/38C6C5AD-9632-E111-BD75-0002C90B743A.root',
27  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/3E75FBA1-0733-E111-AD72-0002C90A3426.root',
28  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/542B27AD-9632-E111-8B83-0002C90B743A.root',
29  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/62F210AD-9632-E111-9E98-0002C90B743A.root',
30  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/781BE5F6-CF32-E111-BDE1-0002C90B743A.root',
31  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/784B6556-9832-E111-B23D-0002C90A3426.root',
32  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/7AA5769C-0733-E111-9666-0002C90B743A.root',
33  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/82A32BB7-9B32-E111-97D5-0002C90B743A.root',
34  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/981C00AE-9632-E111-BF4B-0002C90B743A.root',
35  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/9AC5369C-0733-E111-BC1F-0002C90B743A.root',
36  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/9AED0FAD-9632-E111-990A-0002C90B743A.root',
37  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/A049CB9F-D132-E111-A44E-0002C90A3426.root',
38  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/C076FCAD-D632-E111-8BBF-0002C90A3426.root',
39  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/D0FD5EA1-0733-E111-BC8D-0002C90A3426.root',
40  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/D0FDA0E7-CA32-E111-8232-0002C90A3678.root',
41  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/D6D405B7-9B32-E111-B901-0002C90B743A.root',
42  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/D825ACA6-0733-E111-9D27-0002C90B7F8E.root',
43  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/E0A6EE54-9832-E111-8A8E-0002C90A3426.root',
44  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/E0C83145-9332-E111-B239-0002C90B743A.root',
45  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/E8C0CDA2-0733-E111-91E5-0002C90B743A.root',
46  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/F07A7AE8-8F32-E111-B342-0002C90A3690.root',
47  '/store/mc/Summer11/MinBias/GEN-SIM/DESIGN42_V11_428_SLHChcal-v1/0003/F0CCC254-9832-E111-B4DE-0002C90A3426.root'
48  )
49  ),
50  mixObjects = cms.PSet(
51  mixCH = cms.PSet(
52  mixCaloHits
53  ),
54  mixTracks = cms.PSet(
55  mixSimTracks
56  ),
57  mixVertices = cms.PSet(
58  mixSimVertices
59  ),
60  mixSH = cms.PSet(
61  mixSimHits
62  ),
63  mixHepMC = cms.PSet(
64  mixHepMCProducts
65  )
66  )
67 )