Variables | |
tuple | generator |
tuple | mumugenfilter |
tuple | ProductionFilterSequence = cms.Sequence(generator*mumugenfilter) |
tuple ZMM_7TeV_cfi::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(7000.0), 00007 PythiaParameters = cms.PSet( 00008 pythiaUESettingsBlock, 00009 processParameters = cms.vstring('MSEL = 11 ', 00010 'MDME( 174,1) = 0 !Z decay into d dbar', 00011 'MDME( 175,1) = 0 !Z decay into u ubar', 00012 'MDME( 176,1) = 0 !Z decay into s sbar', 00013 'MDME( 177,1) = 0 !Z decay into c cbar', 00014 'MDME( 178,1) = 0 !Z decay into b bbar', 00015 'MDME( 179,1) = 0 !Z decay into t tbar', 00016 'MDME( 182,1) = 0 !Z decay into e- e+', 00017 'MDME( 183,1) = 0 !Z decay into nu_e nu_ebar', 00018 'MDME( 184,1) = 1 !Z decay into mu- mu+', 00019 'MDME( 185,1) = 0 !Z decay into nu_mu nu_mubar', 00020 'MDME( 186,1) = 0 !Z decay into tau- tau+', 00021 'MDME( 187,1) = 0 !Z decay into nu_tau nu_taubar', 00022 'CKIN( 1) = 40. !(D=2. GeV)', 00023 'CKIN( 2) = -1. !(D=-1. GeV)'), 00024 # This is a vector of ParameterSet names to be read, in this order 00025 parameterSets = cms.vstring('pythiaUESettings', 00026 'processParameters') 00027 ) 00028 )
Definition at line 4 of file ZMM_7TeV_cfi.py.
00001 cms.EDFilter("MCParticlePairFilter", 00002 Status = cms.untracked.vint32(1, 1), 00003 MinPt = cms.untracked.vdouble(2.5, 2.5), 00004 MaxEta = cms.untracked.vdouble(2.5, 2.5), 00005 MinEta = cms.untracked.vdouble(-2.5, -2.5), 00006 ParticleCharge = cms.untracked.int32(-1), 00007 ParticleID1 = cms.untracked.vint32(13), 00008 ParticleID2 = cms.untracked.vint32(13) 00009 )
Definition at line 33 of file ZMM_7TeV_cfi.py.
tuple ZMM_7TeV_cfi::ProductionFilterSequence = cms.Sequence(generator*mumugenfilter) |
Definition at line 43 of file ZMM_7TeV_cfi.py.