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 9 of file postLS1CustomsPreMixing.py.

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

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

Definition at line 19 of file postLS1CustomsPreMixing.py.

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

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

Definition at line 29 of file postLS1CustomsPreMixing.py.

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

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