CMS 3D CMS Logo

metProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 layer1METs = cms.EDProducer("PATMETProducer",
00004     # General configurables
00005     metSource  = cms.InputTag("corMetType1Icone5Muons"),
00006 
00007                                
00008     # user data to add
00009     userData = cms.PSet(
00010       # add custom classes here
00011       userClasses = cms.PSet(
00012         src = cms.VInputTag('')
00013       ),
00014       # add doubles here
00015       userFloats = cms.PSet(
00016         src = cms.VInputTag('')
00017       ),
00018       # add ints here
00019       userInts = cms.PSet(
00020         src = cms.VInputTag('')
00021       ),
00022       # add "inline" functions here
00023       userFunctions = cms.vstring(""),
00024       userFunctionLabels = cms.vstring("")
00025     ),
00026 
00027     # Resolution configurables
00028     addResolutions   = cms.bool(False),
00029 
00030     # Muon correction configurables
00031     addMuonCorrections = cms.bool(True),
00032     muonSource         = cms.InputTag("muons"), ## muon input source for corrections
00033 
00034     # Trigger matching configurables
00035     addTrigMatch  = cms.bool(True),
00036     trigPrimMatch = cms.VInputTag(cms.InputTag("metTrigMatchHLT1MET65")),
00037 
00038     # MC matching configurables
00039     addGenMET    = cms.bool(True),
00040     genMETSource = cms.InputTag("genMet"), ## GenMET source to be used for the matching
00041 
00042     # Efficiencies
00043     addEfficiencies = cms.bool(False),
00044     efficiencies    = cms.PSet(),
00045 
00046 )
00047 
00048 

Generated on Tue Jun 9 17:41:44 2009 for CMSSW by  doxygen 1.5.4