CMS 3D CMS Logo

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

Variables

tuple generator
 

Variable Documentation

tuple SingleTauFlatPt2To150_cfi.generator
Initial value:
1 = cms.EDFilter("Pythia8PtGun",
2  pythia8CommonSettingsBlock,
3  PGunParameters = cms.PSet(
4  ParticleID = cms.vint32(-15),
5  AddAntiParticle = cms.bool(False),
6  MinPhi = cms.double(-3.14159265359),
7  MaxPhi = cms.double(3.14159265359),
8  MinPt = cms.double(2.0),
9  MaxPt = cms.double(150.000),
10  MinEta = cms.double(-3.1),
11  MaxEta = cms.double(3.1)
12  ),
13  pythiaTauJets = cms.vstring(
14  'ParticleDecays:sophisticatedTau = 2',
15  'ParticleDecays:tauPolarization = 0',
16  "15:onMode = off",
17  "15:onIfAny = 211 -211 321 -321" # turn on if there is a charged k or pi in the decay products
18  ),
19  parameterSets = cms.vstring(
20  'pythia8CommonSettings',
21  'pythiaTauJets'
22  ),
23  PythiaParameters = cms.PSet(parameterSets = cms.vstring())
24  )

Definition at line 4 of file SingleTauFlatPt2To150_cfi.py.