CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQMOffline/JetMET/python/RecHits_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # File: RecHits.cfi
00004 # Author: B. Scurlock
00005 # Date: 03.04.2008
00006 #
00007 # Fill validation histograms for ECAL and HCAL RecHits.
00008 # Assumes ecalRecHit:EcalRecHitsEE, ecalRecHit:EcalRecHitsEB, hbhereco, horeco, and hfreco
00009 # are in the event.
00010 from DQMOffline.JetMET.RecHits_cfi import *
00011 analyzeRecHits = cms.Sequence(ECALAnalyzer*HCALAnalyzer)
00012