Public Member Functions | |
def | __call__ |
def | __init__ |
def | getDefaultParameters |
def | toolCode |
Private Attributes | |
_comment | |
_parameters | |
Static Private Attributes | |
tuple | _defaultParameters = dicttypes.SortedKeysDict() |
string | _label = 'switchOnTriggerMatchingStandAlone' |
Enables trigger matching in PAT SwitchOnTriggerMatchingStandAlone( [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 417 of file trigTools.py.
def trigTools.SwitchOnTriggerMatchingStandAlone.__init__ | ( | self | ) |
Definition at line 440 of file trigTools.py.
def trigTools.SwitchOnTriggerMatchingStandAlone.__call__ | ( | self, | |
process, | |||
triggerMatchers = None , |
|||
triggerProducer = None , |
|||
path = None , |
|||
hltProcess = None , |
|||
outputModule = None , |
|||
postfix = None |
|||
) |
Definition at line 462 of file trigTools.py.
def trigTools.SwitchOnTriggerMatchingStandAlone.getDefaultParameters | ( | self | ) |
Definition at line 452 of file trigTools.py.
def trigTools.SwitchOnTriggerMatchingStandAlone.toolCode | ( | self, | |
process | |||
) |
Definition at line 484 of file trigTools.py.
|
private |
Definition at line 450 of file trigTools.py.
|
staticprivate |
Definition at line 438 of file trigTools.py.
|
staticprivate |
Definition at line 437 of file trigTools.py.
|
private |
Definition at line 449 of file trigTools.py.