CMS 3D CMS Logo

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

Variables

tuple FileNames = cms.untracked.vstring(['/store/relval/CMSSW_7_2_0_pre7/RelValQCD_Pt_80_120_13/GEN-SIM/PRE_LS172_V11-v1/00000/16547ECB-9C4B-E411-A815-0025905964BC.root', '/store/relval/CMSSW_7_2_0_pre7/RelValQCD_Pt_80_120_13/GEN-SIM/PRE_LS172_V11-v1/00000/86C3C326-9F4B-E411-903D-0025905A48EC.root', '/store/relval/CMSSW_7_2_0_pre7/RelValQCD_Pt_80_120_13/GEN-SIM/PRE_LS172_V11-v1/00000/C48D8223-9F4B-E411-BC37-0026189438DC.root', '/store/relval/CMSSW_7_2_0_pre7/RelValQCD_Pt_80_120_13/GEN-SIM/PRE_LS172_V11-v1/00000/D070AB62-9D4B-E411-9766-002618FDA207.root'])
 
tuple mix
 
tuple mixGen
 
tuple mixVal = mixGen.clone(playback = cms.untracked.bool(True),LabelPlayback = cms.string('mixGen'))
 

Variable Documentation

tuple HiEventMixing_cff.FileNames = cms.untracked.vstring(['/store/relval/CMSSW_7_2_0_pre7/RelValQCD_Pt_80_120_13/GEN-SIM/PRE_LS172_V11-v1/00000/16547ECB-9C4B-E411-A815-0025905964BC.root', '/store/relval/CMSSW_7_2_0_pre7/RelValQCD_Pt_80_120_13/GEN-SIM/PRE_LS172_V11-v1/00000/86C3C326-9F4B-E411-903D-0025905A48EC.root', '/store/relval/CMSSW_7_2_0_pre7/RelValQCD_Pt_80_120_13/GEN-SIM/PRE_LS172_V11-v1/00000/C48D8223-9F4B-E411-BC37-0026189438DC.root', '/store/relval/CMSSW_7_2_0_pre7/RelValQCD_Pt_80_120_13/GEN-SIM/PRE_LS172_V11-v1/00000/D070AB62-9D4B-E411-9766-002618FDA207.root'])

Definition at line 8 of file HiEventMixing_cff.py.

tuple HiEventMixing_cff.mix
Initial value:
1 = cms.EDProducer("MixingModule",
2  digitizers = cms.PSet(theDigitizers),
3  LabelPlayback = cms.string('mixGen'),
4  maxBunch = cms.int32(0),
5  minBunch = cms.int32(0), ## in terms of 25 nsec
6 
7  bunchspace = cms.int32(1), ##ns
8  mixProdStep1 = cms.bool(False),
9  mixProdStep2 = cms.bool(False),
10 
11  playback = cms.untracked.bool(True),
12  useCurrentProcessOnly = cms.bool(False),
13 
14  input = cms.SecSource("EmbeddedRootSource",
15  nbPileupEvents = cms.PSet(
16  averageNumber = cms.double(1.0)
17  ),
18  type = cms.string('fixed'),
19  sequential = cms.untracked.bool(False),
20  fileNames = FileNames
21  ),
22  mixObjects = cms.PSet(theMixObjects)
23 )

Definition at line 44 of file HiEventMixing_cff.py.

tuple HiEventMixing_cff.mixGen
Initial value:
1 = cms.EDProducer("MixingModule",
2  digitizers = cms.PSet(),
3  LabelPlayback = cms.string(''),
4  maxBunch = cms.int32(0),
5  minBunch = cms.int32(0), ## in terms of 25 nsec
6  bunchspace = cms.int32(1), ##ns
7  mixProdStep1 = cms.bool(False),
8  mixProdStep2 = cms.bool(False),
9 
10  playback = cms.untracked.bool(False),
11  useCurrentProcessOnly = cms.bool(False),
12 
13  input = cms.SecSource("EmbeddedRootSource",
14  nbPileupEvents = cms.PSet(
15  averageNumber = cms.double(1.0)
16  ),
17  type = cms.string('fixed'),
18  sequential = cms.untracked.bool(False),
19  fileNames = FileNames
20  ),
21 
22  mixObjects = cms.PSet(
23  mixHepMC = cms.PSet(
24  input = cms.VInputTag(cms.InputTag("generatorSmeared","",cms.InputTag.skipCurrentProcess()),cms.InputTag("generator","unsmeared"),cms.InputTag("generator","",cms.InputTag.skipCurrentProcess())),
25  makeCrossingFrame = cms.untracked.bool(True),
26  type = cms.string('HepMCProduct')
27  )
28  ),
29 )

Definition at line 10 of file HiEventMixing_cff.py.

tuple HiEventMixing_cff.mixVal = mixGen.clone(playback = cms.untracked.bool(True),LabelPlayback = cms.string('mixGen'))

Definition at line 68 of file HiEventMixing_cff.py.