5 """adapt the HLT to run on MC, instead of data
6 see Configuration/StandardSequences/Reconstruction_Data_cff.py
7 which does the opposite, for RECO"""
10 if 'hltParticleFlowRecHitHCAL' in process.__dict__:
11 process.hltParticleFlowRecHitHCAL.ApplyPulseDPG = cms.bool(
False)
12 process.hltParticleFlowRecHitHCAL.LongShortFibre_Cut = cms.double(1000000000.0)
15 if 'hltHbhereco' in process.__dict__:
16 if process.hltHbhereco._TypedParameterizable__type ==
'HcalHitReconstructor':
18 process.hltHbhereco.pedestalSubtractionType = cms.int32( 1 )
19 process.hltHbhereco.pedestalUpperLimit = cms.double( 2.7 )
20 process.hltHbhereco.timeSlewParsType = cms.int32( 3 )
22 process.hltHbhereco.timeSlewPars = cms.vdouble( 12.2999, -2.19142, 0, 12.2999, -2.19142, 0, 12.2999, -2.19142, 0 )
24 process.hltHbhereco.respCorrM3 = cms.double( 1.0 )
25 elif process.hltHbhereco._TypedParameterizable__type ==
'HBHEPhase1Reconstructor':
27 process.hltHbhereco.algorithm.respCorrM3 = cms.double( 1.0 )
29 if 'hltHbhePhase1Reco' in process.__dict__:
30 if process.hltHbhePhase1Reco._TypedParameterizable__type ==
'HBHEPhase1Reconstructor':