CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
disableTrackMCMatch Namespace Reference

Functions

def disableTrackMCMatch
 

Function Documentation

def disableTrackMCMatch.disableTrackMCMatch (   process)

Definition at line 3 of file disableTrackMCMatch.py.

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