Public Member Functions | |
def | __call__ |
def | __init__ |
def | getDefaultParameters |
def | toolCode |
Private Attributes | |
_comment | |
_parameters | |
Static Private Attributes | |
tuple | _defaultParameters = dicttypes.SortedKeysDict() |
string | _label = 'switchOnTriggerStandAlone' |
Enables trigger information in PAT, limited to stand-alone trigger objects SwitchOnTriggerStandAlone( [cms.Process], triggerProducer = 'patTrigger', path = '', hltProcess = 'HLT', outputModule = 'out' ) - [cms.Process] : the 'cms.Process' - 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' Using None as any argument restores its default value.
Definition at line 187 of file trigTools.py.
def trigTools.SwitchOnTriggerStandAlone.__init__ | ( | self | ) |
Definition at line 205 of file trigTools.py.
def trigTools.SwitchOnTriggerStandAlone.__call__ | ( | self, | |
process, | |||
triggerProducer = None , |
|||
path = None , |
|||
hltProcess = None , |
|||
outputModule = None |
|||
) |
Definition at line 222 of file trigTools.py.
def trigTools.SwitchOnTriggerStandAlone.getDefaultParameters | ( | self | ) |
Definition at line 214 of file trigTools.py.
def trigTools.SwitchOnTriggerStandAlone.toolCode | ( | self, | |
process | |||
) |
Definition at line 237 of file trigTools.py.
|
private |
Definition at line 212 of file trigTools.py.
|
staticprivate |
Definition at line 203 of file trigTools.py.
|
staticprivate |
Definition at line 202 of file trigTools.py.
|
private |
Definition at line 211 of file trigTools.py.