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_2019WithGem
 
def cust_2023MuonOnly
 
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 51 of file combinedCustoms.py.

References aging.ageEcal().

51 
52 def ageEcal(process,lumi):
53  process=aging.ageEcal(process,lumi)
54  return process
def ageEcal
Definition: aging.py:42
def combinedCustoms.ageHcal (   process,
  lumi 
)

Definition at line 47 of file combinedCustoms.py.

References aging.ageHcal().

47 
48 def ageHcal(process,lumi):
49  process=aging.ageHcal(process,lumi)
50  return process
def ageHcal
Definition: aging.py:18
def combinedCustoms.agePixel (   process,
  lumi 
)

clone aging.py here

Definition at line 43 of file combinedCustoms.py.

43 
44 def agePixel(process,lumi):
45  process=process.agePixel(process,lumi)
46  return process
def agePixel
clone aging.py here
def combinedCustoms.cust_2017 (   process)

Definition at line 15 of file combinedCustoms.py.

References postLS1Customs.customisePostLS1().

15 
16 def cust_2017(process):
17  process=customisePostLS1(process)
18  process=customisePhase1Tk(process)
19  #process=customise_HcalPhase0(process)
20  return process
def combinedCustoms.cust_2019 (   process)

Definition at line 21 of file combinedCustoms.py.

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

Referenced by cust_2019WithGem().

21 
22 def cust_2019(process):
23  process=customisePostLS1(process)
24  process=customisePhase1Tk(process)
25  process=customise_HcalPhase1(process)
26  return process
def customise_HcalPhase1
Definition: HCalCustoms.py:37
def combinedCustoms.cust_2019WithGem (   process)

Definition at line 27 of file combinedCustoms.py.

References cust_2019().

27 
28 def cust_2019WithGem(process):
29  process=cust_2019(process)
30  process=customise_gem2019(process)
31  return process
def combinedCustoms.cust_2023MuonOnly (   process)

Definition at line 32 of file combinedCustoms.py.

References fixMissingUpgradeGTPayloads.fixRPCConditions().

32 
33 def cust_2023MuonOnly(process):
34  process=customise_gem2023(process)
35  process=customise_rpc(process)
36  process=fixRPCConditions(process)
37  return process
def combinedCustoms.customise_aging_100 (   process)

Definition at line 55 of file combinedCustoms.py.

References aging.customise_aging_100().

55 
56 def customise_aging_100(process):
57  process=aging.customise_aging_100(process)
58  return process
def customise_aging_100
Definition: aging.py:54
def combinedCustoms.customise_aging_1000 (   process)

Definition at line 84 of file combinedCustoms.py.

References aging.customise_aging_1000().

84 
85 def customise_aging_1000(process):
86  process=aging.customise_aging_1000(process)
87  return process
def customise_aging_1000
Definition: aging.py:103
def combinedCustoms.customise_aging_200 (   process)

Definition at line 59 of file combinedCustoms.py.

References aging.customise_aging_200().

59 
60 def customise_aging_200(process):
61  process=aging.customise_aging_200(process)
62  return process
def customise_aging_200
Definition: aging.py:61
def combinedCustoms.customise_aging_300 (   process)

Definition at line 63 of file combinedCustoms.py.

References aging.customise_aging_300().

63 
64 def customise_aging_300(process):
65  process=aging.customise_aging_300(process)
66  return process
def customise_aging_300
Definition: aging.py:68
def combinedCustoms.customise_aging_3000 (   process)

Definition at line 88 of file combinedCustoms.py.

References aging.customise_aging_3000().

88 
89 def customise_aging_3000(process):
90  process=aging.customise_aging_3000(process)
91  return process
def customise_aging_3000
Definition: aging.py:110
def combinedCustoms.customise_aging_400 (   process)

Definition at line 67 of file combinedCustoms.py.

References aging.customise_aging_400().

67 
68 def customise_aging_400(process):
69  process=aging.customise_aging_400(process)
70  return process
def customise_aging_400
Definition: aging.py:75
def combinedCustoms.customise_aging_500 (   process)

Definition at line 71 of file combinedCustoms.py.

References aging.customise_aging_500().

71 
72 def customise_aging_500(process):
73  process=aging.customise_aging_500(process)
74  return process
def customise_aging_500
Definition: aging.py:82
def combinedCustoms.customise_aging_600 (   process)

Definition at line 75 of file combinedCustoms.py.

References aging.customise_aging_600().

75 
76 def customise_aging_600(process):
77  process=aging.customise_aging_600(process)
78  return process
def customise_aging_600
Definition: aging.py:89
def combinedCustoms.customise_aging_700 (   process)

Definition at line 79 of file combinedCustoms.py.

References aging.customise_aging_700().

79 
80 def customise_aging_700(process):
81  process=aging.customise_aging_700(process)
82  return process
83 
def customise_aging_700
Definition: aging.py:96
def combinedCustoms.customise_aging_ecalonly_1000 (   process)

Definition at line 96 of file combinedCustoms.py.

References aging.customise_aging_ecalonly_1000().

96 
99  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 92 of file combinedCustoms.py.

References aging.customise_aging_ecalonly_300().

92 
93 def customise_aging_ecalonly_300(process):
94  process=aging.customise_aging_ecalonly_300(process)
95  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 100 of file combinedCustoms.py.

References aging.customise_aging_ecalonly_3000().

101 def customise_aging_ecalonly_3000(process):
102  process=aging.customise_aging_ecalonly_3000(process)
103  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 104 of file combinedCustoms.py.

References aging.customise_aging_newpixel_1000().

105 def customise_aging_newpixel_1000(process):
106  process=aging.customise_aging_newpixel_1000(process)
107  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 108 of file combinedCustoms.py.

References aging.customise_aging_newpixel_3000().

109 def customise_aging_newpixel_3000(process):
110  process=aging.customise_aging_newpixel_3000(process)
111  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 112 of file combinedCustoms.py.

References aging.ecal_complete_aging().

113 def ecal_complete_aging(process):
114  process=aging.ecal_complete_aging(process)
115  return process
def ecal_complete_aging
Definition: aging.py:153
def combinedCustoms.ecal_complete_aging_1000 (   process)

Definition at line 140 of file combinedCustoms.py.

References aging.ecal_complete_aging_1000().

141 def ecal_complete_aging_1000(process):
142  process=aging.ecal_complete_aging_1000(process)
143  return process
def ecal_complete_aging_1000
Definition: aging.py:225
def combinedCustoms.ecal_complete_aging_300 (   process)

Definition at line 136 of file combinedCustoms.py.

References aging.ecal_complete_aging_300().

137 def ecal_complete_aging_300(process):
138  process=aging.ecal_complete_aging_300(process)
139  return process
def ecal_complete_aging_300
Definition: aging.py:191
def combinedCustoms.ecal_complete_aging_3000 (   process)

Definition at line 144 of file combinedCustoms.py.

References aging.ecal_complete_aging_3000().

145 def ecal_complete_aging_3000(process):
146  process=aging.ecal_complete_aging_3000(process)
147  return process
def ecal_complete_aging_3000
Definition: aging.py:259
def combinedCustoms.fixEcalConditions_100 (   process)

Definition at line 167 of file combinedCustoms.py.

168 def fixEcalConditions_100(process):
169  if not hasattr(process.GlobalTag,'toGet'):
170  process.GlobalTag.toGet=cms.VPSet()
171  process.GlobalTag.toGet.extend( cms.VPSet(
172  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
173  tag = cms.string("EcalSRSettings_TL100_mc"),
174  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
175  )
176  )
177  )
178  process.GlobalTag.toGet.extend( cms.VPSet(
179  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
180  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
181  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
182  )
183  )
184  )
185  return process
def combinedCustoms.fixEcalConditions_1000 (   process)

Definition at line 243 of file combinedCustoms.py.

244 def fixEcalConditions_1000(process):
245  if not hasattr(process.GlobalTag,'toGet'):
246  process.GlobalTag.toGet=cms.VPSet()
247  process.GlobalTag.toGet.extend( cms.VPSet(
248  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
249  tag = cms.string("EcalSRSettings_TL1000_mc"),
250  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
251  )
252  )
253  )
254  process.GlobalTag.toGet.extend( cms.VPSet(
255  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
256  tag = cms.string("EcalTPGLutIdMap_beamv5_3GeV_upgrade_mc"),
257  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
258  )
259  )
260  )
261  return process
def combinedCustoms.fixEcalConditions_150 (   process)

Definition at line 148 of file combinedCustoms.py.

149 def fixEcalConditions_150(process):
150  if not hasattr(process.GlobalTag,'toGet'):
151  process.GlobalTag.toGet=cms.VPSet()
152  process.GlobalTag.toGet.extend( cms.VPSet(
153  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
154  tag = cms.string("EcalSRSettings_TL150_mc"),
155  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
156  )
157  )
158  )
159  process.GlobalTag.toGet.extend( cms.VPSet(
160  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
161  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
162  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
163  )
164  )
165  )
166  return process
def combinedCustoms.fixEcalConditions_200 (   process)

Definition at line 186 of file combinedCustoms.py.

187 def fixEcalConditions_200(process):
188  if not hasattr(process.GlobalTag,'toGet'):
189  process.GlobalTag.toGet=cms.VPSet()
190  process.GlobalTag.toGet.extend( cms.VPSet(
191  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
192  tag = cms.string("EcalSRSettings_TL200_mc"),
193  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
194  )
195  )
196  )
197  process.GlobalTag.toGet.extend( cms.VPSet(
198  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
199  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
200  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
201  )
202  )
203  )
204  return process
def combinedCustoms.fixEcalConditions_300 (   process)

Definition at line 205 of file combinedCustoms.py.

206 def fixEcalConditions_300(process):
207  if not hasattr(process.GlobalTag,'toGet'):
208  process.GlobalTag.toGet=cms.VPSet()
209  process.GlobalTag.toGet.extend( cms.VPSet(
210  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
211  tag = cms.string("EcalSRSettings_TL300_mc"),
212  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
213  )
214  )
215  )
216  process.GlobalTag.toGet.extend( cms.VPSet(
217  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
218  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
219  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
220  )
221  )
222  )
223  return process
def combinedCustoms.fixEcalConditions_3000 (   process)

Definition at line 262 of file combinedCustoms.py.

263 def fixEcalConditions_3000(process):
264  if not hasattr(process.GlobalTag,'toGet'):
265  process.GlobalTag.toGet=cms.VPSet()
266  process.GlobalTag.toGet.extend( cms.VPSet(
267  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
268  tag = cms.string("EcalSRSettings_TL3000_mc"),
269  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
270  )
271  )
272  )
273  process.GlobalTag.toGet.extend( cms.VPSet(
274  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
275  tag = cms.string("EcalTPGLutIdMap_beamv5_4GeV_upgrade_mc"),
276  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
277  )
278  )
279  )
280  return process
def combinedCustoms.fixEcalConditions_500 (   process)

Definition at line 224 of file combinedCustoms.py.

225 def fixEcalConditions_500(process):
226  if not hasattr(process.GlobalTag,'toGet'):
227  process.GlobalTag.toGet=cms.VPSet()
228  process.GlobalTag.toGet.extend( cms.VPSet(
229  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
230  tag = cms.string("EcalSRSettings_TL500_mc"),
231  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
232  )
233  )
234  )
235  process.GlobalTag.toGet.extend( cms.VPSet(
236  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
237  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
238  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_ECAL")
239  )
240  )
241  )
242  return process
def combinedCustoms.hf_complete_aging (   process)

Definition at line 132 of file combinedCustoms.py.

References aging.hf_complete_aging().

133 def hf_complete_aging(process):
134  process=aging.hf_complete_aging(process)
135  return process
def hf_complete_aging
Definition: aging.py:146
def combinedCustoms.noCrossing (   process)

Definition at line 38 of file combinedCustoms.py.

References customise_mixing.customise_NoCrossing().

38 
39 def noCrossing(process):
40  process=customise_NoCrossing(process)
41  return process
def combinedCustoms.turn_off_HE_aging (   process)

Definition at line 116 of file combinedCustoms.py.

References aging.turn_off_HE_aging().

117 def turn_off_HE_aging(process):
118  process=aging.turn_off_HE_aging(process)
119  return process
def turn_off_HE_aging
Definition: aging.py:160
def combinedCustoms.turn_off_HF_aging (   process)

Definition at line 120 of file combinedCustoms.py.

References aging.turn_off_HF_aging().

121 def turn_off_HF_aging(process):
122  process=aging.turn_off_HF_aging(process)
123  return process
def turn_off_HF_aging
Definition: aging.py:167
def combinedCustoms.turn_off_Pixel_aging (   process)

Definition at line 124 of file combinedCustoms.py.

References aging.turn_off_Pixel_aging().

125 def turn_off_Pixel_aging(process):
126  process=aging.turn_off_Pixel_aging(process)
127  return process
def turn_off_Pixel_aging
Definition: aging.py:176
def combinedCustoms.turn_on_Pixel_aging_1000 (   process)

Definition at line 128 of file combinedCustoms.py.

References aging.turn_on_Pixel_aging_1000().

129 def turn_on_Pixel_aging_1000(process):
130  process=aging.turn_on_Pixel_aging_1000(process)
131  return process
def turn_on_Pixel_aging_1000
Definition: aging.py:183