00001 import FWCore.ParameterSet.Config as cms 00002 00003 # File: TCMET.cff 00004 # Author: R. Remington 00005 # Date: 11.14.2008 00006 # 00007 # Fill Validation histograms for MET. Assumes tcMet is in the event. 00008 from Validation.RecoMET.TCMET_cfi import * 00009 analyzeTCMET = cms.Sequence(tcMetAnalyzer) 00010