CMS 3D CMS Logo

EgammaLooseZSequence_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # Egamma skim, control sample
00005 #
00006 # reuse the EWK loose Z chain, but with tighter mass cut
00007 # 
00008 from EgammaAnalysis.CSA07Skims.EgammaLowEtTrigger_cfi import *
00009 #
00010 # Redo EWK sequence "electron + track with tighter cut"
00011 #
00012 from EgammaAnalysis.CSA07Skims.EgammaZOneTrackEWKConf_cff import *
00013 from EgammaAnalysis.CSA07Skims.EgammaZOneSuperClusterEWKConf_cff import *
00014 EgammaZOneTrackReco = cms.Sequence(egammaLowEtTrigger+EgammaZOneTrack+EgammaZOneTrackGenParticlesMatch+EgammaZOneTrackFilter)
00015 EgammaZOneSuperClusterReco = cms.Sequence(egammaLowEtTrigger+EgammaZOneSuperCluster+EgammaZOneSuperClusterGenParticlesMatch+EgammaZOneSuperClusterFilter)
00016 

Generated on Tue Jun 9 17:34:16 2009 for CMSSW by  doxygen 1.5.4