CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hcalLocalRecoNZS_cff.py
Go to the documentation of this file.
2 
3 import RecoLocalCalo.HcalRecProducers.HcalSimpleReconstructor_hbhe_cfi
4 hbherecoMB = RecoLocalCalo.HcalRecProducers.HcalSimpleReconstructor_hbhe_cfi.hbheprereco.clone()
5 
6 import RecoLocalCalo.HcalRecProducers.HcalSimpleReconstructor_hf_cfi
7 hfrecoMB = RecoLocalCalo.HcalRecProducers.HcalSimpleReconstructor_hf_cfi.hfreco.clone()
8 
9 import RecoLocalCalo.HcalRecProducers.HcalSimpleReconstructor_ho_cfi
10 horecoMB = RecoLocalCalo.HcalRecProducers.HcalSimpleReconstructor_ho_cfi.horeco.clone()
11 
12 
13 # switch off "Hcal ZS in reco":
14 hbherecoMB.dropZSmarkedPassed = cms.bool(False)
15 hfrecoMB.dropZSmarkedPassed = cms.bool(False)
16 horecoMB.dropZSmarkedPassed = cms.bool(False)
17 
18 hcalLocalRecoSequenceNZS = cms.Sequence(hbherecoMB*hfrecoMB*horecoMB)