CMS 3D CMS Logo

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

Variables

tuple generator
 

Variable Documentation

tuple SingleMuFlatLogPt_100MeVto2TeV_cfi.generator
Initial value:
1 = cms.EDProducer("FlatRandomOneOverPtGunProducer",
2 
3  PGunParameters = cms.PSet(
4  # This specifies range in 1/Pt
5  # It coresponds to Pt = 0.1 to 2000 GeV
6  MinOneOverPt = cms.double(0.0005),
7  MaxOneOverPt = cms.double(10.),
8  PartID = cms.vint32(-13),
9  MaxEta = cms.double(2.5),
10  MaxPhi = cms.double(3.14159265359),
11  MinEta = cms.double(-2.5),
12  MinPhi = cms.double(-3.14159265359) ## in radians
13 
14  ),
15  Verbosity = cms.untracked.int32(0), ## set to 1 (or greater) for printouts
16 
17  psethack = cms.string('single mu pt 0.1to1000'),
18  AddAntiParticle = cms.bool(True),
19  firstRun = cms.untracked.uint32(1)
20 )

Definition at line 5 of file SingleMuFlatLogPt_100MeVto2TeV_cfi.py.