CMS 3D CMS Logo

Functions
postLS1CustomsPreMixing Namespace Reference

Functions

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

Function Documentation

◆ customisePostLS1()

def postLS1CustomsPreMixing.customisePostLS1 (   process)

Definition at line 9 of file postLS1CustomsPreMixing.py.

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 

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

◆ customisePostLS1_50ns()

def postLS1CustomsPreMixing.customisePostLS1_50ns (   process)

Definition at line 19 of file postLS1CustomsPreMixing.py.

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 

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

◆ customisePostLS1_HI()

def postLS1CustomsPreMixing.customisePostLS1_HI (   process)

Definition at line 29 of file postLS1CustomsPreMixing.py.

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 

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

postLS1Customs.customisePostLS1_50ns
def customisePostLS1_50ns(process, displayDeprecationWarning=True)
Definition: postLS1Customs.py:89
postLS1CustomsPreMixing.customisePostLS1
def customisePostLS1(process)
Definition: postLS1CustomsPreMixing.py:9
postLS1Customs.customisePostLS1
def customisePostLS1(process, displayDeprecationWarning=True)
Definition: postLS1Customs.py:45
postLS1CustomsPreMixing.customisePostLS1_50ns
def customisePostLS1_50ns(process)
Definition: postLS1CustomsPreMixing.py:19
postLS1CustomsPreMixing.customisePostLS1_HI
def customisePostLS1_HI(process)
Definition: postLS1CustomsPreMixing.py:29
postLS1Customs.customisePostLS1_HI
def customisePostLS1_HI(process, displayDeprecationWarning=True)
Definition: postLS1Customs.py:120
muonCustoms.customise_csc_PostLS1
def customise_csc_PostLS1(process)
Definition: muonCustoms.py:234