CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/Validation/RecoMET/python/HTMET_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # File: HTMET.cfi
00004 # Author: B. Scurlock
00005 # Date: 03.04.2008
00006 #
00007 # Fill Validation histograms for MET. Assumes htMetSC5, 
00008 # htMetSC7, htMetIC5, htMetKT4, and htMetKT6 are in the event.
00009 from Validation.RecoMET.HTMET_cfi import *
00010 analyzeHTMET = cms.Sequence(htMetSC5Analyzer*htMetSC7Analyzer*htMetIC5Analyzer*htMetKT4Analyzer*htMetKT6Analyzer)
00011