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 cust_phase2_BE
 
def cust_phase2_BE5D
 
def cust_phase2_LB4LPS_2L2S
 
def cust_phase2_LB6PS
 
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 fixRPCConditions
 
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 83 of file combinedCustoms.py.

References aging.ageEcal().

83 
84 def ageEcal(process,lumi):
85  process=aging.ageEcal(process,lumi)
86  return process
def ageEcal
Definition: aging.py:42
def combinedCustoms.ageHcal (   process,
  lumi 
)

Definition at line 79 of file combinedCustoms.py.

References aging.ageHcal().

79 
80 def ageHcal(process,lumi):
81  process=aging.ageHcal(process,lumi)
82  return process
def ageHcal
Definition: aging.py:18
def combinedCustoms.agePixel (   process,
  lumi 
)

clone aging.py here

Definition at line 75 of file combinedCustoms.py.

75 
76 def agePixel(process,lumi):
77  process=process.agePixel(process,lumi)
78  return process
def agePixel
clone aging.py here
def combinedCustoms.cust_2017 (   process)

Definition at line 43 of file combinedCustoms.py.

References HCalCustoms.customise_HcalPhase0(), postLS1Customs.customisePostLS1(), and fixRPCConditions().

43 
44 def cust_2017(process):
45  process=customisePostLS1(process)
46  process=customisePhase1Tk(process)
47  process=customise_HcalPhase0(process)
48  process=fixRPCConditions(process)
49  return process
def customise_HcalPhase0
Definition: HCalCustoms.py:3
def combinedCustoms.cust_2019 (   process)

Definition at line 50 of file combinedCustoms.py.

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

50 
51 def cust_2019(process):
52  process=customisePostLS1(process)
53  process=customisePhase1Tk(process)
54  process=customise_HcalPhase1(process)
55  process=fixRPCConditions(process)
56  return process
def customise_HcalPhase1
Definition: HCalCustoms.py:37
def combinedCustoms.cust_phase2_BE (   process)

Definition at line 24 of file combinedCustoms.py.

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

24 
25 def cust_phase2_BE(process):
26  process=customisePostLS1(process)
27  process=customise_HcalPhase1(process)
28  process=customiseBE(process)
29  process=customise_ev_BE(process)
30  return process
def customise_HcalPhase1
Definition: HCalCustoms.py:37
def combinedCustoms.cust_phase2_BE5D (   process)

Definition at line 17 of file combinedCustoms.py.

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

17 
18 def cust_phase2_BE5D(process):
19  process=customisePostLS1(process)
20  process=customise_HcalPhase1(process)
21  process=customiseBE5D(process)
22  process=customise_ev_BE5D(process)
23  return process
def customise_HcalPhase1
Definition: HCalCustoms.py:37
def combinedCustoms.cust_phase2_LB4LPS_2L2S (   process)

Definition at line 37 of file combinedCustoms.py.

References postLS1Customs.customisePostLS1().

37 
38 def cust_phase2_LB4LPS_2L2S(process):
39  process=customisePostLS1(process)
40  process=customiseLB4LPS_2L2S(process)
41  process=customise_ev_LB4LPS_2L2S(process)
42  return process
def combinedCustoms.cust_phase2_LB6PS (   process)

Definition at line 31 of file combinedCustoms.py.

References postLS1Customs.customisePostLS1().

31 
32 def cust_phase2_LB6PS(process):
33  process=customisePostLS1(process)
34  process=customiseLB6PS(process)
35  process=customise_ev_LB6PS(process)
36  return process
def combinedCustoms.customise_aging_100 (   process)

Definition at line 87 of file combinedCustoms.py.

References aging.customise_aging_100().

87 
88 def customise_aging_100(process):
89  process=aging.customise_aging_100(process)
90  return process
def customise_aging_100
Definition: aging.py:54
def combinedCustoms.customise_aging_1000 (   process)

Definition at line 116 of file combinedCustoms.py.

References aging.customise_aging_1000().

117 def customise_aging_1000(process):
118  process=aging.customise_aging_1000(process)
119  return process
def customise_aging_1000
Definition: aging.py:103
def combinedCustoms.customise_aging_200 (   process)

Definition at line 91 of file combinedCustoms.py.

References aging.customise_aging_200().

91 
92 def customise_aging_200(process):
93  process=aging.customise_aging_200(process)
94  return process
def customise_aging_200
Definition: aging.py:61
def combinedCustoms.customise_aging_300 (   process)

Definition at line 95 of file combinedCustoms.py.

References aging.customise_aging_300().

95 
96 def customise_aging_300(process):
97  process=aging.customise_aging_300(process)
98  return process
def customise_aging_300
Definition: aging.py:68
def combinedCustoms.customise_aging_3000 (   process)

Definition at line 120 of file combinedCustoms.py.

References aging.customise_aging_3000().

121 def customise_aging_3000(process):
122  process=aging.customise_aging_3000(process)
123  return process
def customise_aging_3000
Definition: aging.py:110
def combinedCustoms.customise_aging_400 (   process)

Definition at line 99 of file combinedCustoms.py.

References aging.customise_aging_400().

99 
100 def customise_aging_400(process):
101  process=aging.customise_aging_400(process)
102  return process
def customise_aging_400
Definition: aging.py:75
def combinedCustoms.customise_aging_500 (   process)

Definition at line 103 of file combinedCustoms.py.

References aging.customise_aging_500().

104 def customise_aging_500(process):
105  process=aging.customise_aging_500(process)
106  return process
def customise_aging_500
Definition: aging.py:82
def combinedCustoms.customise_aging_600 (   process)

Definition at line 107 of file combinedCustoms.py.

References aging.customise_aging_600().

108 def customise_aging_600(process):
109  process=aging.customise_aging_600(process)
110  return process
def customise_aging_600
Definition: aging.py:89
def combinedCustoms.customise_aging_700 (   process)

Definition at line 111 of file combinedCustoms.py.

References aging.customise_aging_700().

112 def customise_aging_700(process):
113  process=aging.customise_aging_700(process)
114  return process
115 
def customise_aging_700
Definition: aging.py:96
def combinedCustoms.customise_aging_ecalonly_1000 (   process)

Definition at line 128 of file combinedCustoms.py.

References aging.customise_aging_ecalonly_1000().

129 def customise_aging_ecalonly_1000(process):
130  process=aging.customise_aging_ecalonly_1000(process)
131  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 124 of file combinedCustoms.py.

References aging.customise_aging_ecalonly_300().

125 def customise_aging_ecalonly_300(process):
126  process=aging.customise_aging_ecalonly_300(process)
127  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 132 of file combinedCustoms.py.

References aging.customise_aging_ecalonly_3000().

133 def customise_aging_ecalonly_3000(process):
134  process=aging.customise_aging_ecalonly_3000(process)
135  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 136 of file combinedCustoms.py.

References aging.customise_aging_newpixel_1000().

137 def customise_aging_newpixel_1000(process):
138  process=aging.customise_aging_newpixel_1000(process)
139  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 140 of file combinedCustoms.py.

References aging.customise_aging_newpixel_3000().

141 def customise_aging_newpixel_3000(process):
142  process=aging.customise_aging_newpixel_3000(process)
143  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 144 of file combinedCustoms.py.

References aging.ecal_complete_aging().

145 def ecal_complete_aging(process):
146  process=aging.ecal_complete_aging(process)
147  return process
def ecal_complete_aging
Definition: aging.py:153
def combinedCustoms.ecal_complete_aging_1000 (   process)

Definition at line 172 of file combinedCustoms.py.

References aging.ecal_complete_aging_1000().

173 def ecal_complete_aging_1000(process):
174  process=aging.ecal_complete_aging_1000(process)
175  return process
def ecal_complete_aging_1000
Definition: aging.py:225
def combinedCustoms.ecal_complete_aging_300 (   process)

Definition at line 168 of file combinedCustoms.py.

References aging.ecal_complete_aging_300().

169 def ecal_complete_aging_300(process):
170  process=aging.ecal_complete_aging_300(process)
171  return process
def ecal_complete_aging_300
Definition: aging.py:191
def combinedCustoms.ecal_complete_aging_3000 (   process)

Definition at line 176 of file combinedCustoms.py.

References aging.ecal_complete_aging_3000().

177 def ecal_complete_aging_3000(process):
178  process=aging.ecal_complete_aging_3000(process)
179  return process
def ecal_complete_aging_3000
Definition: aging.py:259
def combinedCustoms.fixEcalConditions_100 (   process)

Definition at line 199 of file combinedCustoms.py.

200 def fixEcalConditions_100(process):
201  if not hasattr(process.GlobalTag,'toGet'):
202  process.GlobalTag.toGet=cms.VPSet()
203  process.GlobalTag.toGet.extend( cms.VPSet(
204  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
205  tag = cms.string("EcalSRSettings_TL100_mc"),
206  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
207  )
208  )
209  )
210  process.GlobalTag.toGet.extend( cms.VPSet(
211  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
212  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
213  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
214  )
215  )
216  )
217  return process
def combinedCustoms.fixEcalConditions_1000 (   process)

Definition at line 275 of file combinedCustoms.py.

276 def fixEcalConditions_1000(process):
277  if not hasattr(process.GlobalTag,'toGet'):
278  process.GlobalTag.toGet=cms.VPSet()
279  process.GlobalTag.toGet.extend( cms.VPSet(
280  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
281  tag = cms.string("EcalSRSettings_TL1000_mc"),
282  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
283  )
284  )
285  )
286  process.GlobalTag.toGet.extend( cms.VPSet(
287  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
288  tag = cms.string("EcalTPGLutIdMap_beamv5_3GeV_upgrade_mc"),
289  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
290  )
291  )
292  )
293  return process
def combinedCustoms.fixEcalConditions_150 (   process)

Definition at line 180 of file combinedCustoms.py.

181 def fixEcalConditions_150(process):
182  if not hasattr(process.GlobalTag,'toGet'):
183  process.GlobalTag.toGet=cms.VPSet()
184  process.GlobalTag.toGet.extend( cms.VPSet(
185  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
186  tag = cms.string("EcalSRSettings_TL150_mc"),
187  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
188  )
189  )
190  )
191  process.GlobalTag.toGet.extend( cms.VPSet(
192  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
193  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
194  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
195  )
196  )
197  )
198  return process
def combinedCustoms.fixEcalConditions_200 (   process)

Definition at line 218 of file combinedCustoms.py.

219 def fixEcalConditions_200(process):
220  if not hasattr(process.GlobalTag,'toGet'):
221  process.GlobalTag.toGet=cms.VPSet()
222  process.GlobalTag.toGet.extend( cms.VPSet(
223  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
224  tag = cms.string("EcalSRSettings_TL200_mc"),
225  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
226  )
227  )
228  )
229  process.GlobalTag.toGet.extend( cms.VPSet(
230  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
231  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
232  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
233  )
234  )
235  )
236  return process
def combinedCustoms.fixEcalConditions_300 (   process)

Definition at line 237 of file combinedCustoms.py.

238 def fixEcalConditions_300(process):
239  if not hasattr(process.GlobalTag,'toGet'):
240  process.GlobalTag.toGet=cms.VPSet()
241  process.GlobalTag.toGet.extend( cms.VPSet(
242  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
243  tag = cms.string("EcalSRSettings_TL300_mc"),
244  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
245  )
246  )
247  )
248  process.GlobalTag.toGet.extend( cms.VPSet(
249  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
250  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
251  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
252  )
253  )
254  )
255  return process
def combinedCustoms.fixEcalConditions_3000 (   process)

Definition at line 294 of file combinedCustoms.py.

295 def fixEcalConditions_3000(process):
296  if not hasattr(process.GlobalTag,'toGet'):
297  process.GlobalTag.toGet=cms.VPSet()
298  process.GlobalTag.toGet.extend( cms.VPSet(
299  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
300  tag = cms.string("EcalSRSettings_TL3000_mc"),
301  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
302  )
303  )
304  )
305  process.GlobalTag.toGet.extend( cms.VPSet(
306  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
307  tag = cms.string("EcalTPGLutIdMap_beamv5_4GeV_upgrade_mc"),
308  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
309  )
310  )
311  )
312  return process
def combinedCustoms.fixEcalConditions_500 (   process)

Definition at line 256 of file combinedCustoms.py.

257 def fixEcalConditions_500(process):
258  if not hasattr(process.GlobalTag,'toGet'):
259  process.GlobalTag.toGet=cms.VPSet()
260  process.GlobalTag.toGet.extend( cms.VPSet(
261  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
262  tag = cms.string("EcalSRSettings_TL500_mc"),
263  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
264  )
265  )
266  )
267  process.GlobalTag.toGet.extend( cms.VPSet(
268  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
269  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
270  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
271  )
272  )
273  )
274  return process
def combinedCustoms.fixRPCConditions (   process)

Definition at line 62 of file combinedCustoms.py.

Referenced by cust_2017(), and cust_2019().

62 
63 def fixRPCConditions(process):
64  if not hasattr(process.GlobalTag,'toGet'):
65  process.GlobalTag.toGet=cms.VPSet()
66  process.GlobalTag.toGet.extend( cms.VPSet(
67  cms.PSet(record = cms.string("RPCStripNoisesRcd"),
68  tag = cms.string("RPCStripNoise_upscope_mc_v2"),
69  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_31X_RPC")
70  )
71  )
72  )
73  return process
def combinedCustoms.hf_complete_aging (   process)

Definition at line 164 of file combinedCustoms.py.

References aging.hf_complete_aging().

165 def hf_complete_aging(process):
166  process=aging.hf_complete_aging(process)
167  return process
def hf_complete_aging
Definition: aging.py:146
def combinedCustoms.noCrossing (   process)

Definition at line 57 of file combinedCustoms.py.

References customise_mixing.customise_NoCrossing().

57 
58 def noCrossing(process):
59  process=customise_NoCrossing(process)
60  return process
61 
def combinedCustoms.turn_off_HE_aging (   process)

Definition at line 148 of file combinedCustoms.py.

References aging.turn_off_HE_aging().

149 def turn_off_HE_aging(process):
150  process=aging.turn_off_HE_aging(process)
151  return process
def turn_off_HE_aging
Definition: aging.py:160
def combinedCustoms.turn_off_HF_aging (   process)

Definition at line 152 of file combinedCustoms.py.

References aging.turn_off_HF_aging().

153 def turn_off_HF_aging(process):
154  process=aging.turn_off_HF_aging(process)
155  return process
def turn_off_HF_aging
Definition: aging.py:167
def combinedCustoms.turn_off_Pixel_aging (   process)

Definition at line 156 of file combinedCustoms.py.

References aging.turn_off_Pixel_aging().

157 def turn_off_Pixel_aging(process):
158  process=aging.turn_off_Pixel_aging(process)
159  return process
def turn_off_Pixel_aging
Definition: aging.py:176
def combinedCustoms.turn_on_Pixel_aging_1000 (   process)

Definition at line 160 of file combinedCustoms.py.

References aging.turn_on_Pixel_aging_1000().

161 def turn_on_Pixel_aging_1000(process):
162  process=aging.turn_on_Pixel_aging_1000(process)
163  return process
def turn_on_Pixel_aging_1000
Definition: aging.py:183