CMS 3D CMS Logo

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

Variables

tuple generator
 
tuple ProductionFilterSequence = cms.Sequence(generator)
 
tuple source = cms.Source("EmptySource")
 

Variable Documentation

tuple PythiaTauGun_cfi.generator
Initial value:
1 = cms.EDProducer("Pythia6PtGun",
2  pythiaVerbosity = cms.untracked.bool(False),
3  PGunParameters = cms.PSet(
4  ParticleID = cms.vint32(-15),
5  AddAntiParticle = cms.bool(True),
6  MinPt = cms.double(20.0),
7  MaxPt = cms.double(420.0),
8 # MinE = cms.double(10.0),
9 # MaxE = cms.double(10.0),
10  MinEta = cms.double(-2.4),
11  MaxEta = cms.double(2.4),
12  MinPhi = cms.double(-3.1415926535897931),
13  MaxPhi = cms.double(3.1415926535897931)
14  ),
15  PythiaParameters = cms.PSet(
16  # This is a vector of ParameterSet names to be read, in this order
17  parameterSets = cms.vstring(
18  'pythiaTauJets'
19  ),
20 
21  # Tau jets only
22  pythiaTauJets = cms.vstring(
23  'MDME(89,1)=0 ! no tau->electron',
24  'MDME(90,1)=0 ! no tau->muon'
25  )
26  )
27 )

Definition at line 5 of file PythiaTauGun_cfi.py.

tuple PythiaTauGun_cfi.ProductionFilterSequence = cms.Sequence(generator)

Definition at line 33 of file PythiaTauGun_cfi.py.

tuple PythiaTauGun_cfi.source = cms.Source("EmptySource")

Definition at line 3 of file PythiaTauGun_cfi.py.