CMS 3D CMS Logo

ecalClustersValidationSequence_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #include "RecoEcal/EgammaClusterProducers/data/geometryForClustering.cff"
00004 # analyzer to make histos from basic clusters
00005 from Validation.EcalClusters.egammaBCAnalyzer_cfi import *
00006 # analyzer to make histos from super clusters
00007 from Validation.EcalClusters.egammaSCAnalyzer_cfi import *
00008 ecalClustersValidationSequence = cms.Sequence(egammaBasicClusterAnalyzer+egammaSuperClusterAnalyzer)
00009 
00010 

Generated on Tue Jun 9 17:49:05 2009 for CMSSW by  doxygen 1.5.4