CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
postLS1CustomsPreMixing Namespace Reference

Functions

def customisePostLS1
 
def customisePostLS1_50ns
 
def customisePostLS1_HI
 

Function Documentation

def postLS1CustomsPreMixing.customisePostLS1 (   process)

Definition at line 8 of file postLS1CustomsPreMixing.py.

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

8 
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 
def customise_csc_PostLS1
Definition: muonCustoms.py:233
def postLS1CustomsPreMixing.customisePostLS1_50ns (   process)

Definition at line 18 of file postLS1CustomsPreMixing.py.

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

18 
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 
def customise_csc_PostLS1
Definition: muonCustoms.py:233
def postLS1CustomsPreMixing.customisePostLS1_HI (   process)

Definition at line 28 of file postLS1CustomsPreMixing.py.

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

28 
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 
def customise_csc_PostLS1
Definition: muonCustoms.py:233