CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/DQMOffline/JetMET/python/caloTowers_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # File: caloTowers.cfi
00004 # Author: B. Scurlock
00005 # Date: 03.04.2008
00006 #
00007 # Fill validation histograms for caloTowers.
00008 # Assumes caloTowers are in event. Puts caloTowersOpt in the event, which
00009 # assumes RecHits.
00010 from DQMOffline.JetMET.caloTowers_cfi import *
00011 from RecoMET.Configuration.CaloTowersOptForMET_cff import *
00012 analyzecaloTowers = cms.Sequence(caloTowersMETOptRec*towerOptAnalyzer*towerSchemeBAnalyzer)
00013 analyzecaloTowersDQM = cms.Sequence(towerSchemeBAnalyzer)
00014