CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/Validation/EcalClusters/python/ecalClustersValidationSequence_cff.py

Go to the documentation of this file.
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