Public Member Functions | |
def | __call__ |
def | __init__ |
def | getDefaultParameters |
def | toolCode |
Private Attributes | |
_comment | |
_parameters | |
Static Private Attributes | |
tuple | _defaultParameters = dicttypes.SortedKeysDict() |
string | _label = 'switchOnTriggerMatchEmbedding' |
Enables embedding of trigger matches into PAT objects SwitchOnTriggerMatchEmbedding( [cms.Process], triggerMatchers = [default list], triggerProducer = 'patTrigger', path = '', hltProcess = 'HLT', outputModule = 'out', postfix = '' ) - [cms.Process] : the 'cms.Process' - triggerMatchers: PAT trigger matcher module labels (list) optional; default: defined in 'triggerMatchingDefaultSequence' (s. PhysicsTools/PatAlgos/python/triggerLayer1/triggerMatcherExamples_cfi.py) - triggerProducer: PATTriggerProducer module label; optional, default: 'patTrigger' - path : name of path to use; optional, default: '' - hltProcess : HLT process name; optional, default: 'HLT' - outputModule : output module label; empty label indicates no output; optional, default: 'out' - postfix : postfix to apply to PAT module labels; optional, default: '' Using None as any argument restores its default value.
Definition at line 531 of file trigTools.py.
def trigTools.SwitchOnTriggerMatchEmbedding.__init__ | ( | self | ) |
Definition at line 554 of file trigTools.py.
def trigTools.SwitchOnTriggerMatchEmbedding.__call__ | ( | self, | |
process, | |||
triggerMatchers = None , |
|||
triggerProducer = None , |
|||
path = None , |
|||
hltProcess = None , |
|||
outputModule = None , |
|||
postfix = None |
|||
) |
Definition at line 576 of file trigTools.py.
def trigTools.SwitchOnTriggerMatchEmbedding.getDefaultParameters | ( | self | ) |
Definition at line 566 of file trigTools.py.
def trigTools.SwitchOnTriggerMatchEmbedding.toolCode | ( | self, | |
process | |||
) |
Definition at line 598 of file trigTools.py.
|
private |
Definition at line 564 of file trigTools.py.
|
staticprivate |
Definition at line 552 of file trigTools.py.
|
staticprivate |
Definition at line 551 of file trigTools.py.
|
private |
Definition at line 563 of file trigTools.py.