CMS 3D CMS Logo

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

Variables

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

Variable Documentation

tuple Pythia8_PhotonJetpt15_20_10TeV_8TeV_cff.generator
Initial value:
1 = cms.EDFilter("Pythia8GeneratorFilter",
2  pythiaHepMCVerbosity = cms.untracked.bool(False),
3  maxEventsToPrint = cms.untracked.int32(0),
4  pythiaPylistVerbosity = cms.untracked.int32(0),
5  filterEfficiency = cms.untracked.double(1.0),
6  crossSection = cms.untracked.double(-1.),
7  crossSectionNLO = cms.untracked.double(-1.),
8  # doPDGConvert = cms.bool(False), # not sure if the option is valid in Py8
9  comEnergy = cms.double(8000.0),
10  PythiaParameters = cms.PSet(
11  processParameters = cms.vstring('Main:timesAllowErrors = 10000',
12  'ParticleDecays:limitTau0 = on', # Decay those unstable particles
13  'ParticleDecays:tau0Max = 10.', # for which _nominal_ proper lifetime < 10 mm
14  'PromptPhoton:all = on',
15  'PhaseSpace:pTHatMin = 15.',
16  'PhaseSpace:pTHatMax = 20.'),
17  # This is a vector of ParameterSet names to be read, in this order
18  parameterSets = cms.vstring('processParameters')
19  )
20 )

from Configuration.Generator.PythiaUEZ2starSettings_cfi import *

Definition at line 5 of file Pythia8_PhotonJetpt15_20_10TeV_8TeV_cff.py.

tuple Pythia8_PhotonJetpt15_20_10TeV_8TeV_cff.photonfilter
Initial value:
1 = cms.EDFilter("MCSingleParticleFilter",
2  MaxEta = cms.untracked.vdouble(2.4),
3  MinEta = cms.untracked.vdouble(-2.4),
4  MinPt = cms.untracked.vdouble(15.0),
5  ParticleID = cms.untracked.vint32(22)
6  )

Definition at line 26 of file Pythia8_PhotonJetpt15_20_10TeV_8TeV_cff.py.

tuple Pythia8_PhotonJetpt15_20_10TeV_8TeV_cff.ProductionFilterSequence = cms.Sequence(generator*photonfilter)

Definition at line 33 of file Pythia8_PhotonJetpt15_20_10TeV_8TeV_cff.py.