CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/RecoMET/Configuration/python/RecoTCMET_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoMET.METProducers.TCMET_cfi import *
00004 
00005 tcMetWithPFclusters = tcMet.clone()
00006 
00007 tcMetWithPFclusters.usePFClusters = cms.bool(True)
00008 
00009 tcMetSequence = cms.Sequence(tcMet + tcMetWithPFclusters)