CMS 3D CMS Logo

Variables

SingleMuFlatLogPt_100MeVto2TeV_cfi Namespace Reference

Variables

tuple generator

Variable Documentation

Initial value:
00001 cms.EDProducer("FlatRandomOneOverPtGunProducer",
00002 
00003     PGunParameters = cms.PSet(
00004         # This specifies range in 1/Pt
00005         # It coresponds to Pt = 0.1 to 2000 GeV
00006         MinOneOverPt = cms.double(0.0005),
00007         MaxOneOverPt = cms.double(10.),
00008         PartID = cms.vint32(-13),
00009         MaxEta = cms.double(2.5),
00010         MaxPhi = cms.double(3.14159265359),
00011         MinEta = cms.double(-2.5),
00012         MinPhi = cms.double(-3.14159265359) ## in radians
00013 
00014     ),
00015     Verbosity = cms.untracked.int32(0), ## set to 1 (or greater)  for printouts
00016 
00017     psethack = cms.string('single mu pt 0.1to1000'),
00018     AddAntiParticle = cms.bool(True),
00019     firstRun = cms.untracked.uint32(1)
00020 )

Definition at line 5 of file SingleMuFlatLogPt_100MeVto2TeV_cfi.py.