00001 import FWCore.ParameterSet.Config as cms 00002 00003 # 00004 # HEEP 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 SUSYBSMAnalysis.CSA07Skims.HEEPControlLooseZSequence_cff import * 00009 electronRecoForZToEEPath = cms.Path(electronRecoForZToEE) 00010 HEEPControlLooseZTrack = cms.Path(HEEPControlZOneTrackReco) 00011 HEEPControlLooseZCluster = cms.Path(HEEPControlZOneSuperClusterReco) 00012