adapt the HLT to run on MC, instead of data
see Configuration/StandardSequences/Reconstruction_Data_cff.py
which does the opposite, for RECO
Definition at line 3 of file customizeHLTforMC.py.
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"""
21 if 'hltParticleFlowRecHitHCAL' in process.__dict__:
22 process.hltParticleFlowRecHitHCAL.ApplyPulseDPG = cms.bool(
False)
23 process.hltParticleFlowRecHitHCAL.LongShortFibre_Cut = cms.double(1000000000.0)