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 from ElectroWeakAnalysis.ZReco.zToEESequences_cff import * 00008 from EgammaAnalysis.CSA07Skims.EgammaLooseZSequence_cff import * 00009 electronRecoForZToEEPath = cms.Path(electronRecoForZToEE) 00010 egammaLooseZTrack = cms.Path(EgammaZOneTrackReco) 00011 egammaLooseZCluster = cms.Path(EgammaZOneSuperClusterReco) 00012