CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
mix_E10TeV_L13E31_BX432_cfi Namespace Reference

Variables

tuple mix
 

Variable Documentation

tuple mix_E10TeV_L13E31_BX432_cfi.mix
Initial value:
1 = cms.EDProducer("MixingModule",
2  digitizers = cms.PSet(theDigitizers),
3  LabelPlayback = cms.string(''),
4  maxBunch = cms.int32(3),
5  minBunch = cms.int32(-5), ## in terms of 25 ns
6 
7  bunchspace = cms.int32(50), ## ns
8  mixProdStep1 = cms.bool(False),
9  mixProdStep2 = cms.bool(False),
10 
11  playback = cms.untracked.bool(False),
12  useCurrentProcessOnly = cms.bool(False),
13 
14  input = cms.SecSource("EmbeddedRootSource",
15  nbPileupEvents = cms.PSet(
16  sigmaInel = cms.double(75.3), #The Xsec is in mb
17  Lumi = cms.double(0.13) # The lumi is in E33 cm-2s-1
18  ),
19  type = cms.string('poisson'),
20  sequential = cms.untracked.bool(False),
21  fileNames = FileNames
22  ),
23  mixObjects = cms.PSet(theMixObjects)
24 )

Definition at line 8 of file mix_E10TeV_L13E31_BX432_cfi.py.