Main Page
Namespaces
Classes
Package Documentation
Namespace List
Namespace Members
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
disableTrackMCMatch.disableTrackMCMatch
def disableTrackMCMatch
Definition:
disableTrackMCMatch.py:3
Generated for CMSSW Reference Manual by
1.8.5