Functions | |
def | switchToCustomL1Digis |
def | switchToL1Emulator |
def | switchToSimGctGtDigis |
def | switchToSimGmtGctGtDigis |
def | switchToSimGmtGtDigis |
def | switchToSimGtDigis |
def customizeHLTforL1Emulator.switchToCustomL1Digis | ( | process, | |
customGmt, | |||
customGct, | |||
customGt | |||
) |
patch the process to use custom GMT, GCT and GT results
Definition at line 20 of file customizeHLTforL1Emulator.py.
Referenced by switchToSimGctGtDigis(), switchToSimGmtGctGtDigis(), switchToSimGmtGtDigis(), and switchToSimGtDigis().
def customizeHLTforL1Emulator.switchToL1Emulator | ( | process | ) |
patch the process to run the RawToDigi and SimL1Emulator sequences instead of unpacking the hltGctDigis and hltGtDigis
Definition at line 3 of file customizeHLTforL1Emulator.py.
def customizeHLTforL1Emulator.switchToSimGctGtDigis | ( | process | ) |
patch the process to use gtDigis for GMT results, and newly emulated GCT and GT results
Definition at line 80 of file customizeHLTforL1Emulator.py.
References switchToCustomL1Digis().
def customizeHLTforL1Emulator.switchToSimGmtGctGtDigis | ( | process | ) |
patch the process to use newly emulated GMT, GCT and GT results
Definition at line 75 of file customizeHLTforL1Emulator.py.
References switchToCustomL1Digis().
def customizeHLTforL1Emulator.switchToSimGmtGtDigis | ( | process | ) |
patch the process to use gctDigis for GCT results, and newly emulated GMT and GT results
Definition at line 85 of file customizeHLTforL1Emulator.py.
References switchToCustomL1Digis().
def customizeHLTforL1Emulator.switchToSimGtDigis | ( | process | ) |
patch the process to use newly emulated GMT, GCT and GT results
Definition at line 70 of file customizeHLTforL1Emulator.py.
References switchToCustomL1Digis().