00001 import FWCore.ParameterSet.Config as cms 00002 00003 # analyzer to make histos from basic clusters 00004 from Validation.EcalClusters.egammaBCAnalyzer_cfi import * 00005 # analyzer to make histos from super clusters 00006 from Validation.EcalClusters.egammaSCAnalyzer_cfi import * 00007 ecalClustersValidationSequence = cms.Sequence(egammaBasicClusterAnalyzer+egammaSuperClusterAnalyzer) 00008 00009