CMS 3D CMS Logo

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

Functions

def ageEcal
 
def ageHcal
 
def agePixel
 clone aging.py here More...
 
def cust_2017
 
def cust_2019
 
def customise_aging_100
 
def customise_aging_1000
 
def customise_aging_200
 
def customise_aging_300
 
def customise_aging_3000
 
def customise_aging_400
 
def customise_aging_500
 
def customise_aging_600
 
def customise_aging_700
 
def customise_aging_ecalonly_1000
 
def customise_aging_ecalonly_300
 
def customise_aging_ecalonly_3000
 
def customise_aging_newpixel_1000
 
def customise_aging_newpixel_3000
 
def ecal_complete_aging
 
def ecal_complete_aging_1000
 
def ecal_complete_aging_300
 
def ecal_complete_aging_3000
 
def fixEcalConditions_100
 
def fixEcalConditions_1000
 
def fixEcalConditions_150
 
def fixEcalConditions_200
 
def fixEcalConditions_300
 
def fixEcalConditions_3000
 
def fixEcalConditions_500
 
def hf_complete_aging
 
def noCrossing
 
def turn_off_HE_aging
 
def turn_off_HF_aging
 
def turn_off_Pixel_aging
 
def turn_on_Pixel_aging_1000
 

Function Documentation

def combinedCustoms.ageEcal (   process,
  lumi 
)

Definition at line 37 of file combinedCustoms.py.

References aging.ageEcal().

37 
38 def ageEcal(process,lumi):
39  process=aging.ageEcal(process,lumi)
40  return process
def ageEcal
Definition: aging.py:42
def combinedCustoms.ageHcal (   process,
  lumi 
)

Definition at line 33 of file combinedCustoms.py.

References aging.ageHcal().

33 
34 def ageHcal(process,lumi):
35  process=aging.ageHcal(process,lumi)
36  return process
def ageHcal
Definition: aging.py:18
def combinedCustoms.agePixel (   process,
  lumi 
)

clone aging.py here

Definition at line 29 of file combinedCustoms.py.

29 
30 def agePixel(process,lumi):
31  process=process.agePixel(process,lumi)
32  return process
def agePixel
clone aging.py here
def combinedCustoms.cust_2017 (   process)

Definition at line 10 of file combinedCustoms.py.

References postLS1Customs.customisePostLS1().

10 
11 def cust_2017(process):
12  process=customisePostLS1(process)
13  process=customisePhase1Tk(process)
14  #process=customise_HcalPhase0(process)
15  #process=fixRPCConditions(process)
16  return process
def combinedCustoms.cust_2019 (   process)

Definition at line 17 of file combinedCustoms.py.

References HCalCustoms.customise_HcalPhase1(), and postLS1Customs.customisePostLS1().

17 
18 def cust_2019(process):
19  process=customisePostLS1(process)
20  process=customisePhase1Tk(process)
21  process=customise_HcalPhase1(process)
22  #process=fixRPCConditions(process)
23  return process
def customise_HcalPhase1
Definition: HCalCustoms.py:37
def combinedCustoms.customise_aging_100 (   process)

Definition at line 41 of file combinedCustoms.py.

References aging.customise_aging_100().

41 
42 def customise_aging_100(process):
43  process=aging.customise_aging_100(process)
44  return process
def customise_aging_100
Definition: aging.py:54
def combinedCustoms.customise_aging_1000 (   process)

Definition at line 70 of file combinedCustoms.py.

References aging.customise_aging_1000().

70 
71 def customise_aging_1000(process):
72  process=aging.customise_aging_1000(process)
73  return process
def customise_aging_1000
Definition: aging.py:103
def combinedCustoms.customise_aging_200 (   process)

Definition at line 45 of file combinedCustoms.py.

References aging.customise_aging_200().

45 
46 def customise_aging_200(process):
47  process=aging.customise_aging_200(process)
48  return process
def customise_aging_200
Definition: aging.py:61
def combinedCustoms.customise_aging_300 (   process)

Definition at line 49 of file combinedCustoms.py.

References aging.customise_aging_300().

49 
50 def customise_aging_300(process):
51  process=aging.customise_aging_300(process)
52  return process
def customise_aging_300
Definition: aging.py:68
def combinedCustoms.customise_aging_3000 (   process)

Definition at line 74 of file combinedCustoms.py.

References aging.customise_aging_3000().

74 
75 def customise_aging_3000(process):
76  process=aging.customise_aging_3000(process)
77  return process
def customise_aging_3000
Definition: aging.py:110
def combinedCustoms.customise_aging_400 (   process)

Definition at line 53 of file combinedCustoms.py.

References aging.customise_aging_400().

53 
54 def customise_aging_400(process):
55  process=aging.customise_aging_400(process)
56  return process
def customise_aging_400
Definition: aging.py:75
def combinedCustoms.customise_aging_500 (   process)

Definition at line 57 of file combinedCustoms.py.

References aging.customise_aging_500().

57 
58 def customise_aging_500(process):
59  process=aging.customise_aging_500(process)
60  return process
def customise_aging_500
Definition: aging.py:82
def combinedCustoms.customise_aging_600 (   process)

Definition at line 61 of file combinedCustoms.py.

References aging.customise_aging_600().

61 
62 def customise_aging_600(process):
63  process=aging.customise_aging_600(process)
64  return process
def customise_aging_600
Definition: aging.py:89
def combinedCustoms.customise_aging_700 (   process)

Definition at line 65 of file combinedCustoms.py.

References aging.customise_aging_700().

65 
66 def customise_aging_700(process):
67  process=aging.customise_aging_700(process)
68  return process
69 
def customise_aging_700
Definition: aging.py:96
def combinedCustoms.customise_aging_ecalonly_1000 (   process)

Definition at line 82 of file combinedCustoms.py.

References aging.customise_aging_ecalonly_1000().

82 
85  return process
def customise_aging_ecalonly_1000
Definition: aging.py:122
def customise_aging_ecalonly_1000
def combinedCustoms.customise_aging_ecalonly_300 (   process)

Definition at line 78 of file combinedCustoms.py.

References aging.customise_aging_ecalonly_300().

78 
79 def customise_aging_ecalonly_300(process):
80  process=aging.customise_aging_ecalonly_300(process)
81  return process
def customise_aging_ecalonly_300
def customise_aging_ecalonly_300
Definition: aging.py:117
def combinedCustoms.customise_aging_ecalonly_3000 (   process)

Definition at line 86 of file combinedCustoms.py.

References aging.customise_aging_ecalonly_3000().

86 
89  return process
def customise_aging_ecalonly_3000
def customise_aging_ecalonly_3000
Definition: aging.py:127
def combinedCustoms.customise_aging_newpixel_1000 (   process)

Definition at line 90 of file combinedCustoms.py.

References aging.customise_aging_newpixel_1000().

90 
93  return process
def customise_aging_newpixel_1000
Definition: aging.py:132
def customise_aging_newpixel_1000
def combinedCustoms.customise_aging_newpixel_3000 (   process)

Definition at line 94 of file combinedCustoms.py.

References aging.customise_aging_newpixel_3000().

94 
97  return process
def customise_aging_newpixel_3000
Definition: aging.py:138
def customise_aging_newpixel_3000
def combinedCustoms.ecal_complete_aging (   process)

Definition at line 98 of file combinedCustoms.py.

References aging.ecal_complete_aging().

98 
99 def ecal_complete_aging(process):
100  process=aging.ecal_complete_aging(process)
101  return process
def ecal_complete_aging
Definition: aging.py:153
def combinedCustoms.ecal_complete_aging_1000 (   process)

Definition at line 126 of file combinedCustoms.py.

References aging.ecal_complete_aging_1000().

127 def ecal_complete_aging_1000(process):
128  process=aging.ecal_complete_aging_1000(process)
129  return process
def ecal_complete_aging_1000
Definition: aging.py:225
def combinedCustoms.ecal_complete_aging_300 (   process)

Definition at line 122 of file combinedCustoms.py.

References aging.ecal_complete_aging_300().

123 def ecal_complete_aging_300(process):
124  process=aging.ecal_complete_aging_300(process)
125  return process
def ecal_complete_aging_300
Definition: aging.py:191
def combinedCustoms.ecal_complete_aging_3000 (   process)

Definition at line 130 of file combinedCustoms.py.

References aging.ecal_complete_aging_3000().

131 def ecal_complete_aging_3000(process):
132  process=aging.ecal_complete_aging_3000(process)
133  return process
def ecal_complete_aging_3000
Definition: aging.py:259
def combinedCustoms.fixEcalConditions_100 (   process)

Definition at line 153 of file combinedCustoms.py.

154 def fixEcalConditions_100(process):
155  if not hasattr(process.GlobalTag,'toGet'):
156  process.GlobalTag.toGet=cms.VPSet()
157  process.GlobalTag.toGet.extend( cms.VPSet(
158  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
159  tag = cms.string("EcalSRSettings_TL100_mc"),
160  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
161  )
162  )
163  )
164  process.GlobalTag.toGet.extend( cms.VPSet(
165  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
166  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
167  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
168  )
169  )
170  )
171  return process
def combinedCustoms.fixEcalConditions_1000 (   process)

Definition at line 229 of file combinedCustoms.py.

230 def fixEcalConditions_1000(process):
231  if not hasattr(process.GlobalTag,'toGet'):
232  process.GlobalTag.toGet=cms.VPSet()
233  process.GlobalTag.toGet.extend( cms.VPSet(
234  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
235  tag = cms.string("EcalSRSettings_TL1000_mc"),
236  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
237  )
238  )
239  )
240  process.GlobalTag.toGet.extend( cms.VPSet(
241  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
242  tag = cms.string("EcalTPGLutIdMap_beamv5_3GeV_upgrade_mc"),
243  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
244  )
245  )
246  )
247  return process
def combinedCustoms.fixEcalConditions_150 (   process)

Definition at line 134 of file combinedCustoms.py.

135 def fixEcalConditions_150(process):
136  if not hasattr(process.GlobalTag,'toGet'):
137  process.GlobalTag.toGet=cms.VPSet()
138  process.GlobalTag.toGet.extend( cms.VPSet(
139  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
140  tag = cms.string("EcalSRSettings_TL150_mc"),
141  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
142  )
143  )
144  )
145  process.GlobalTag.toGet.extend( cms.VPSet(
146  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
147  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
148  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
149  )
150  )
151  )
152  return process
def combinedCustoms.fixEcalConditions_200 (   process)

Definition at line 172 of file combinedCustoms.py.

173 def fixEcalConditions_200(process):
174  if not hasattr(process.GlobalTag,'toGet'):
175  process.GlobalTag.toGet=cms.VPSet()
176  process.GlobalTag.toGet.extend( cms.VPSet(
177  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
178  tag = cms.string("EcalSRSettings_TL200_mc"),
179  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
180  )
181  )
182  )
183  process.GlobalTag.toGet.extend( cms.VPSet(
184  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
185  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
186  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
187  )
188  )
189  )
190  return process
def combinedCustoms.fixEcalConditions_300 (   process)

Definition at line 191 of file combinedCustoms.py.

192 def fixEcalConditions_300(process):
193  if not hasattr(process.GlobalTag,'toGet'):
194  process.GlobalTag.toGet=cms.VPSet()
195  process.GlobalTag.toGet.extend( cms.VPSet(
196  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
197  tag = cms.string("EcalSRSettings_TL300_mc"),
198  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
199  )
200  )
201  )
202  process.GlobalTag.toGet.extend( cms.VPSet(
203  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
204  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
205  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
206  )
207  )
208  )
209  return process
def combinedCustoms.fixEcalConditions_3000 (   process)

Definition at line 248 of file combinedCustoms.py.

249 def fixEcalConditions_3000(process):
250  if not hasattr(process.GlobalTag,'toGet'):
251  process.GlobalTag.toGet=cms.VPSet()
252  process.GlobalTag.toGet.extend( cms.VPSet(
253  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
254  tag = cms.string("EcalSRSettings_TL3000_mc"),
255  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
256  )
257  )
258  )
259  process.GlobalTag.toGet.extend( cms.VPSet(
260  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
261  tag = cms.string("EcalTPGLutIdMap_beamv5_4GeV_upgrade_mc"),
262  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
263  )
264  )
265  )
266  return process
def combinedCustoms.fixEcalConditions_500 (   process)

Definition at line 210 of file combinedCustoms.py.

211 def fixEcalConditions_500(process):
212  if not hasattr(process.GlobalTag,'toGet'):
213  process.GlobalTag.toGet=cms.VPSet()
214  process.GlobalTag.toGet.extend( cms.VPSet(
215  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
216  tag = cms.string("EcalSRSettings_TL500_mc"),
217  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
218  )
219  )
220  )
221  process.GlobalTag.toGet.extend( cms.VPSet(
222  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
223  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
224  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
225  )
226  )
227  )
228  return process
def combinedCustoms.hf_complete_aging (   process)

Definition at line 118 of file combinedCustoms.py.

References aging.hf_complete_aging().

119 def hf_complete_aging(process):
120  process=aging.hf_complete_aging(process)
121  return process
def hf_complete_aging
Definition: aging.py:146
def combinedCustoms.noCrossing (   process)

Definition at line 24 of file combinedCustoms.py.

References customise_mixing.customise_NoCrossing().

24 
25 def noCrossing(process):
26  process=customise_NoCrossing(process)
27  return process
def combinedCustoms.turn_off_HE_aging (   process)

Definition at line 102 of file combinedCustoms.py.

References aging.turn_off_HE_aging().

103 def turn_off_HE_aging(process):
104  process=aging.turn_off_HE_aging(process)
105  return process
def turn_off_HE_aging
Definition: aging.py:160
def combinedCustoms.turn_off_HF_aging (   process)

Definition at line 106 of file combinedCustoms.py.

References aging.turn_off_HF_aging().

107 def turn_off_HF_aging(process):
108  process=aging.turn_off_HF_aging(process)
109  return process
def turn_off_HF_aging
Definition: aging.py:167
def combinedCustoms.turn_off_Pixel_aging (   process)

Definition at line 110 of file combinedCustoms.py.

References aging.turn_off_Pixel_aging().

111 def turn_off_Pixel_aging(process):
112  process=aging.turn_off_Pixel_aging(process)
113  return process
def turn_off_Pixel_aging
Definition: aging.py:176
def combinedCustoms.turn_on_Pixel_aging_1000 (   process)

Definition at line 114 of file combinedCustoms.py.

References aging.turn_on_Pixel_aging_1000().

115 def turn_on_Pixel_aging_1000(process):
116  process=aging.turn_on_Pixel_aging_1000(process)
117  return process
def turn_on_Pixel_aging_1000
Definition: aging.py:183