CMS 3D CMS Logo

Functions
postLS1CustomsPreMixing Namespace Reference

Functions

def customisePostLS1 (process)
 
def customisePostLS1_50ns (process)
 
def customisePostLS1_HI (process)
 

Function Documentation

def postLS1CustomsPreMixing.customisePostLS1 (   process)

Definition at line 8 of file postLS1CustomsPreMixing.py.

References muonCustoms.customise_csc_PostLS1(), and postLS1Customs.customisePostLS1().

8 def customisePostLS1(process):
9 
10  # apply the general 25 ns post-LS1 customisation
11  process = postLS1Customs.customisePostLS1(process)
12  # deal with premixing-specific CSC changes separately
13  process = customise_csc_PostLS1(process)
14 
15  return process
16 
17 
def customise_csc_PostLS1(process)
Definition: muonCustoms.py:233
def customisePostLS1(process, displayDeprecationWarning=True)
def postLS1CustomsPreMixing.customisePostLS1_50ns (   process)

Definition at line 18 of file postLS1CustomsPreMixing.py.

References muonCustoms.customise_csc_PostLS1(), and postLS1Customs.customisePostLS1_50ns().

18 def customisePostLS1_50ns(process):
19 
20  # apply the general 25 ns post-LS1 customisation
21  process = postLS1Customs.customisePostLS1_50ns(process)
22  # deal with premixing-specific CSC changes separately
23  process = customise_csc_PostLS1(process)
24 
25  return process
26 
27 
def customise_csc_PostLS1(process)
Definition: muonCustoms.py:233
def customisePostLS1_50ns(process, displayDeprecationWarning=True)
def postLS1CustomsPreMixing.customisePostLS1_HI (   process)

Definition at line 28 of file postLS1CustomsPreMixing.py.

References muonCustoms.customise_csc_PostLS1(), and postLS1Customs.customisePostLS1_HI().

28 def customisePostLS1_HI(process):
29 
30  # apply the general 25 ns post-LS1 customisation
31  process = postLS1Customs.customisePostLS1_HI(process)
32  # deal with premixing-specific CSC changes separately
33  process = customise_csc_PostLS1(process)
34 
35  return process
36 
37 
def customise_csc_PostLS1(process)
Definition: muonCustoms.py:233
def customisePostLS1_HI(process, displayDeprecationWarning=True)