1 import FWCore.ParameterSet.Config
as cms
5 if hasattr(process,
'prunedTpClusterProducer'):
6 process.prunedTpClusterProducer.throwOnMissingCollections = cms.bool(
False)
8 if hasattr(process,
'prunedTrackMCMatch'):
9 process.prunedTrackMCMatch.throwOnMissingTPCollection = cms.bool(
False)
def disableTrackMCMatch(process)