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(), switchToSimGtReEmulGmtGctDigis(), and switchToSimStage1Digis().
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 211 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 203 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 215 of file customizeHLTforL1Emulator.py.
References switchToCustomL1Digis().
def customizeHLTforL1Emulator.switchToSimGtDigis | ( | process | ) |
patch the process to use newly emulated GT results
Definition at line 199 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 227 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 223 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 219 of file customizeHLTforL1Emulator.py.
References switchToCustomL1Digis().
def customizeHLTforL1Emulator.switchToSimStage1Digis | ( | process | ) |
patch the process to use newly emulated GMT, GCT and GT results
Definition at line 207 of file customizeHLTforL1Emulator.py.
References switchToCustomL1Digis().