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
disableTrackMCMatch.disableTrackMCMatch
def disableTrackMCMatch(process)
Definition:
disableTrackMCMatch.py:3
Generated for CMSSW Reference Manual by
1.8.14