Variables | |
tuple | genCandidatesForMET |
tuple | genMETParticles = cms.Sequence(genCandidatesForMET+genParticlesForMETAllVisible) |
tuple | genParticlesForMETAllVisible |
00001 cms.EDProducer( 00002 "InputGenJetsParticleSelector", 00003 src = cms.InputTag("genParticles"), 00004 partonicFinalState = cms.bool(False), 00005 excludeResonances = cms.bool(False), 00006 excludeFromResonancePids = cms.vuint32(), 00007 tausAsJets = cms.bool(False), 00008 00009 ###These ID's will contribute to MET because they will be skipped in the negative vector sum Et calculation performed by the MET Algorithm 00010 ignoreParticleIDs = cms.vuint32( 00011 1000022, 00012 1000012, 1000014, 1000016, 00013 2000012, 2000014, 2000016, 00014 1000039, 5100039, 00015 4000012, 4000014, 4000016, 00016 9900012, 9900014, 9900016, 00017 39, 12, 13, 14, 16 00018 ) 00019 )
Definition at line 17 of file GenMETParticles_cff.py.
tuple GenMETParticles_cff::genMETParticles = cms.Sequence(genCandidatesForMET+genParticlesForMETAllVisible) |
Definition at line 56 of file GenMETParticles_cff.py.
00001 cms.EDProducer( 00002 "InputGenJetsParticleSelector", 00003 src = cms.InputTag("genParticles"), 00004 partonicFinalState = cms.bool(False), 00005 excludeResonances = cms.bool(False), 00006 excludeFromResonancePids = cms.vuint32(), 00007 tausAsJets = cms.bool(False), 00008 00009 ignoreParticleIDs = cms.vuint32( 00010 1000022, 00011 1000012, 1000014, 1000016, 00012 2000012, 2000014, 2000016, 00013 1000039, 5100039, 00014 4000012, 4000014, 4000016, 00015 9900012, 9900014, 9900016, 00016 39, 12, 14, 16 00017 ) 00018 )
Definition at line 37 of file GenMETParticles_cff.py.