Variables | |
tuple | generator |
00001 cms.EDFilter("Pythia6GeneratorFilter", 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 comEnergy = cms.double(8000.0), 00007 PythiaParameters = cms.PSet( 00008 pythiaUESettingsBlock, 00009 processParameters = cms.vstring('MSEL=10 ! Pythia Photon+Jet processes', 00010 'CKIN(3)=10. ! minimum pt hat for hard interactions'), 00011 # This is a vector of ParameterSet names to be read, in this order 00012 parameterSets = cms.vstring('pythiaUESettings', 00013 'processParameters') 00014 ) 00015 )
Definition at line 4 of file PhotonJet_Pt_10_8TeV_cfi.py.