CMS 3D CMS Logo

Functions
disableTrackMCMatch Namespace Reference

Functions

def disableTrackMCMatch (process)
 

Function Documentation

◆ disableTrackMCMatch()

def disableTrackMCMatch.disableTrackMCMatch (   process)

Definition at line 3 of file disableTrackMCMatch.py.

3 def disableTrackMCMatch(process):
4 
5  if hasattr(process,'prunedTpClusterProducer'):
6  process.prunedTpClusterProducer.throwOnMissingCollections = cms.bool(False)
7 
8  if hasattr(process,'prunedTrackMCMatch'):
9  process.prunedTrackMCMatch.throwOnMissingTPCollection = cms.bool(False)
10 
11  return process
12 
def disableTrackMCMatch(process)