Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
SLHCUpgradeSimulations
Configuration
python
postLS1CustomsPreMixing.py
Go to the documentation of this file.
1
from
__future__
import
absolute_import
2
3
import
FWCore.ParameterSet.Config
as
cms
4
5
from
SLHCUpgradeSimulations.Configuration.muonCustomsPreMixing
import
customise_csc_PostLS1
6
from
.
import
postLS1Customs
7
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
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
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
postLS1CustomsPreMixing.customisePostLS1_HI
def customisePostLS1_HI
Definition:
postLS1CustomsPreMixing.py:29
postLS1Customs.customisePostLS1
def customisePostLS1
Definition:
postLS1Customs.py:43
postLS1Customs.customisePostLS1_50ns
def customisePostLS1_50ns
Definition:
postLS1Customs.py:87
postLS1CustomsPreMixing.customisePostLS1
def customisePostLS1
Definition:
postLS1CustomsPreMixing.py:9
muonCustoms.customise_csc_PostLS1
def customise_csc_PostLS1
Definition:
muonCustoms.py:234
postLS1Customs.customisePostLS1_HI
def customisePostLS1_HI
Definition:
postLS1Customs.py:118
postLS1CustomsPreMixing.customisePostLS1_50ns
def customisePostLS1_50ns
Definition:
postLS1CustomsPreMixing.py:19
Generated for CMSSW Reference Manual by
1.8.5