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)