Exemplo n.º 1
0
def customisePostLS1_50ns(process):

    # deal with L1 Emulation separately
    from L1Trigger.L1TCommon.customsPostLS1 import customiseSimL1EmulatorForPostLS1_50ns
    process = customiseSimL1EmulatorForPostLS1_50ns(process)

    # common customisations
    process = customisePostLS1_Common(process)

    # 50ns specific customisation
    if hasattr(process, 'digitisation_step'):
        process = customise_Digi_50ns(process)

    return process
Exemplo n.º 2
0
def customisePostLS1_50ns(process):

    # deal with L1 Emulation separately
    from L1Trigger.L1TCommon.customsPostLS1 import customiseSimL1EmulatorForPostLS1_50ns
    process = customiseSimL1EmulatorForPostLS1_50ns(process)

    # common customisations
    process = customisePostLS1_Common(process)

    # 50ns specific customisation
    if hasattr(process,'digitisation_step'):
        process = customise_Digi_50ns(process)

    return process