Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 from RecoLocalCalo.CaloTowersCreator.calotowermaker_cfi import *
00016
00017 calotoweroptmaker = calotowermaker.clone()
00018 calotoweroptmaker.UseHO = False
00019 calotoweroptmaker.HBThreshold = cms.double(0.5)
00020 calotoweroptmaker.HESThreshold = cms.double(0.7)
00021 calotoweroptmaker.HEDThreshold = cms.double(0.5)
00022
00023 calotoweroptmakerWithHO = calotoweroptmaker.clone()
00024 calotoweroptmakerWithHO.UseHO = True
00025
00026