Variables | |
tuple | source |
00001 cms.Source( 00002 "PythiaSource", 00003 pythiaVerbosity = cms.untracked.bool(False), 00004 # possibility to run single or double back-to-back particles with PYTHIA 00005 # if ParticleID = 0, run PYTHIA 00006 ParticleID = cms.untracked.int32(1), 00007 DoubleParticle = cms.untracked.bool(True), 00008 Ptmin = cms.untracked.double(20.0), 00009 Ptmax = cms.untracked.double(700.0), 00010 # Emin = cms.untracked.double(10.0), 00011 # Emax = cms.untracked.double(10.0), 00012 Etamin = cms.untracked.double(0.0), 00013 Etamax = cms.untracked.double(1.0), 00014 Phimin = cms.untracked.double(0.0), 00015 Phimax = cms.untracked.double(360.0), 00016 PythiaParameters = cms.PSet( 00017 pythiaUESettingsBlock, 00018 # Tau jets only 00019 pythiaJets = cms.vstring(), 00020 # This is a vector of ParameterSet names to be read, in this order 00021 parameterSets = cms.vstring( 00022 'pythiaUESettings', 00023 'pythiaJets' 00024 ) 00025 00026 ) 00027 00028 )
Definition at line 4 of file source_diJets_cfi.py.