Variables | |
tuple | genMetTrue |
tuple | genMetTrueSequence |
tuple | genParticlesForMETAllVisible |
00001 cms.EDProducer("METProducer", 00002 src = cms.InputTag("genParticlesForMETAllVisible"), ## Input product label 00003 00004 METType = cms.string('GenMET'), ## Output MET type 00005 00006 alias = cms.string('GenMETAllVisible'), ## Alias for FWLite 00007 00008 noHF = cms.bool(False), ## do not exclude HF 00009 00010 globalThreshold = cms.double(0.0), ## Global Threshold for input objects 00011 00012 InputType = cms.string('CandidateCollection') ## Input product type 00013 00014 )
Definition at line 21 of file genMetTrue_cff.py.
Referenced by METTester::analyze().
00001 cms.Sequence( 00002 genParticlesForMETAllVisible * 00003 genMetTrue 00004 )
Definition at line 36 of file genMetTrue_cff.py.
00001 cms.EDFilter( 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, 2000012, 2000014, 00011 2000016, 1000039, 5000039, 00012 4000012, 9900012, 9900014, 00013 9900016, 39, 12, 14, 16 00014 ) 00015 )
Definition at line 5 of file genMetTrue_cff.py.