CMS 3D CMS Logo

HEEPControlZOneSuperClusterEWKConf_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import copy
00004 from ElectroWeakAnalysis.ZReco.zToEEOneSuperCluster_cfi import *
00005 #
00006 # Reuse EWK modules, but reconfigure for higher mass cut
00007 #
00008 # This is the only real change
00009 HEEPControlZOneSuperCluster = copy.deepcopy(zToEEOneSuperCluster)
00010 import copy
00011 from ElectroWeakAnalysis.ZReco.zToEEOneSuperClusterGenParticlesMatch_cfi import *
00012 # change the input tags to the changed module
00013 HEEPControlZOneSuperClusterGenParticlesMatch = copy.deepcopy(zToEEOneSuperClusterGenParticlesMatch)
00014 import copy
00015 from ElectroWeakAnalysis.ZReco.zToEEOneSuperClusterFilter_cfi import *
00016 HEEPControlZOneSuperClusterFilter = copy.deepcopy(zToEEOneSuperClusterFilter)
00017 HEEPControlZOneSuperCluster.massMin = 60.
00018 HEEPControlZOneSuperClusterGenParticlesMatch.src = 'HEEPControlZOneSuperCluster'
00019 HEEPControlZOneSuperClusterFilter.src = 'HEEPControlZOneSuperCluster'
00020 

Generated on Tue Jun 9 17:48:03 2009 for CMSSW by  doxygen 1.5.4