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