CMS 3D CMS Logo

Variables

Pythia8_PhotonJetpt15_20_10TeV_cff Namespace Reference

Variables

tuple generator
 from Configuration.Generator.PythiaUESettings_cfi import *
tuple photonfilter
tuple ProductionFilterSequence = cms.Sequence(generator*photonfilter)

Variable Documentation

Initial value:
00001 cms.EDFilter("Pythia8GeneratorFilter",
00002     pythiaHepMCVerbosity = cms.untracked.bool(False),
00003     maxEventsToPrint = cms.untracked.int32(0),
00004     pythiaPylistVerbosity = cms.untracked.int32(0),
00005     filterEfficiency = cms.untracked.double(1.0),
00006     crossSection = cms.untracked.double(-1.),
00007     crossSectionNLO = cms.untracked.double(-1.),
00008     # doPDGConvert = cms.bool(False), # not sure if the option is valid in Py8
00009     comEnergy = cms.double(10000.0),
00010     PythiaParameters = cms.PSet(
00011     processParameters = cms.vstring('Main:timesAllowErrors    = 10000',
00012                                     'ParticleDecays:limitTau0 = on',     # Decay those unstable particles
00013                                     'ParticleDecays:tau0Max   = 10.',    # for which _nominal_ proper lifetime < 10 mm
00014                                     'PromptPhoton:all         = on',
00015                                     'PhaseSpace:pTHatMin      = 15.',
00016                                     'PhaseSpace:pTHatMax      = 20.'),
00017         # This is a vector of ParameterSet names to be read, in this order
00018         parameterSets = cms.vstring('processParameters')
00019     )
00020 )

from Configuration.Generator.PythiaUESettings_cfi import *

Definition at line 5 of file Pythia8_PhotonJetpt15_20_10TeV_cff.py.

Initial value:
00001 cms.EDFilter("MCSingleParticleFilter",
00002                           MaxEta = cms.untracked.vdouble(2.4),
00003                           MinEta = cms.untracked.vdouble(-2.4),
00004                           MinPt = cms.untracked.vdouble(15.0),
00005                           ParticleID = cms.untracked.vint32(22)
00006                           )

Definition at line 26 of file Pythia8_PhotonJetpt15_20_10TeV_cff.py.

Definition at line 33 of file Pythia8_PhotonJetpt15_20_10TeV_cff.py.