def customizeHLTforL1Emulator.switchToCustomL1Digis | ( | process, | |
customGmt, | |||
customGct, | |||
customGt | |||
) |
patch the process to use custom GMT, GCT and GT results
Definition at line 143 of file customizeHLTforL1Emulator.py.
Referenced by switchToSimGctGtDigis(), switchToSimGmtGctGtDigis(), switchToSimGmtGtDigis(), switchToSimGtDigis(), switchToSimGtReEmulGctDigis(), switchToSimGtReEmulGmtDigis(), and switchToSimGtReEmulGmtGctDigis().
def customizeHLTforL1Emulator.switchToL1Emulator | ( | process, | |
newGmtSetting = False , |
|||
MergeMethodPtBrl = 'minPt' , |
|||
MergeMethodPtFwd = 'minPt' , |
|||
newCSCTFLUTs = False , |
|||
newGctSetting = False , |
|||
newECALLUTs = False , |
|||
newHCALLUTs = False |
|||
) |
patch the process to run the RawToDigi and SimL1Emulator sequences instead of unpacking the hltGctDigis and hltGtDigis
Definition at line 12 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 201 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 197 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 205 of file customizeHLTforL1Emulator.py.
References switchToCustomL1Digis().
def customizeHLTforL1Emulator.switchToSimGtDigis | ( | process | ) |
patch the process to use newly emulated GT results
Definition at line 193 of file customizeHLTforL1Emulator.py.
References switchToCustomL1Digis().
def customizeHLTforL1Emulator.switchToSimGtReEmulGctDigis | ( | process | ) |
patch the process to use newly emulated GCT and GT results starting from new Calo LUTs (eventually)
Definition at line 217 of file customizeHLTforL1Emulator.py.
References switchToCustomL1Digis().
def customizeHLTforL1Emulator.switchToSimGtReEmulGmtDigis | ( | process | ) |
patch the process to use newly emulated GMT and GT results starting from new Muon LUTs (eventually)
Definition at line 213 of file customizeHLTforL1Emulator.py.
References switchToCustomL1Digis().
def customizeHLTforL1Emulator.switchToSimGtReEmulGmtGctDigis | ( | process | ) |
patch the process to use newly emulated GMT, GCT and GT results starting from new Muon and Calo LUTs (eventually)
Definition at line 209 of file customizeHLTforL1Emulator.py.
References switchToCustomL1Digis().