Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:57:50

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # File: RecHits.cfi
0004 # Author: B. Scurlock
0005 # Date: 03.04.2008
0006 #
0007 # Fill validation histograms for ECAL and HCAL RecHits.
0008 # Assumes ecalRecHit:EcalRecHitsEE, ecalRecHit:EcalRecHitsEB, hbhereco, horeco, and hfreco
0009 # are in the event.
0010 from DQMOffline.JetMET.RecHits_cfi import *
0011 analyzeRecHits = cms.Sequence(ECALAnalyzer*HCALAnalyzer)
0012