CMS 3D CMS Logo

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

Functions

def customisePostLS1
 
def customisePostLS1_50ns
 
def customisePostLS1_HI
 

Function Documentation

def postLS1CustomsPreMixing.customisePostLS1 (   process)

Definition at line 9 of file postLS1CustomsPreMixing.py.

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

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

Definition at line 19 of file postLS1CustomsPreMixing.py.

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

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

Definition at line 29 of file postLS1CustomsPreMixing.py.

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

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