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 Validation.RecoMET.RecHits_cfi import * 00011 analyzeRecHits = cms.Sequence(ECALAnalyzer*HCALAnalyzer) 00012