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 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 50 of file combinedCustoms.py.

References aging.ageEcal().

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

Definition at line 46 of file combinedCustoms.py.

References aging.ageHcal().

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

clone aging.py here

Definition at line 42 of file combinedCustoms.py.

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

Definition at line 10 of file combinedCustoms.py.

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

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 customise_HcalPhase0
Definition: HCalCustoms.py:3
def combinedCustoms.cust_2019 (   process)

Definition at line 17 of file combinedCustoms.py.

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

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 54 of file combinedCustoms.py.

References aging.customise_aging_100().

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

Definition at line 83 of file combinedCustoms.py.

References aging.customise_aging_1000().

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

Definition at line 58 of file combinedCustoms.py.

References aging.customise_aging_200().

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

Definition at line 62 of file combinedCustoms.py.

References aging.customise_aging_300().

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

Definition at line 87 of file combinedCustoms.py.

References aging.customise_aging_3000().

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

Definition at line 66 of file combinedCustoms.py.

References aging.customise_aging_400().

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

Definition at line 70 of file combinedCustoms.py.

References aging.customise_aging_500().

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

Definition at line 74 of file combinedCustoms.py.

References aging.customise_aging_600().

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

Definition at line 78 of file combinedCustoms.py.

References aging.customise_aging_700().

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

Definition at line 95 of file combinedCustoms.py.

References aging.customise_aging_ecalonly_1000().

95 
98  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 91 of file combinedCustoms.py.

References aging.customise_aging_ecalonly_300().

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

References aging.customise_aging_ecalonly_3000().

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

References aging.customise_aging_newpixel_1000().

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

References aging.customise_aging_newpixel_3000().

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

References aging.ecal_complete_aging().

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

Definition at line 139 of file combinedCustoms.py.

References aging.ecal_complete_aging_1000().

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

Definition at line 135 of file combinedCustoms.py.

References aging.ecal_complete_aging_300().

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

Definition at line 143 of file combinedCustoms.py.

References aging.ecal_complete_aging_3000().

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

Definition at line 166 of file combinedCustoms.py.

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

Definition at line 242 of file combinedCustoms.py.

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

Definition at line 147 of file combinedCustoms.py.

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

Definition at line 185 of file combinedCustoms.py.

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

Definition at line 204 of file combinedCustoms.py.

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

Definition at line 261 of file combinedCustoms.py.

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

Definition at line 223 of file combinedCustoms.py.

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

Definition at line 29 of file combinedCustoms.py.

Referenced by cust_2017(), and cust_2019().

29 
30 def fixRPCConditions(process):
31  if not hasattr(process.GlobalTag,'toGet'):
32  process.GlobalTag.toGet=cms.VPSet()
33  process.GlobalTag.toGet.extend( cms.VPSet(
34  cms.PSet(record = cms.string("RPCStripNoisesRcd"),
35  tag = cms.string("RPCStripNoise_upscope_mc_v2"),
36  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_31X_RPC")
37  )
38  )
39  )
40  return process
def combinedCustoms.hf_complete_aging (   process)

Definition at line 131 of file combinedCustoms.py.

References aging.hf_complete_aging().

132 def hf_complete_aging(process):
133  process=aging.hf_complete_aging(process)
134  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
28 
def combinedCustoms.turn_off_HE_aging (   process)

Definition at line 115 of file combinedCustoms.py.

References aging.turn_off_HE_aging().

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

Definition at line 119 of file combinedCustoms.py.

References aging.turn_off_HF_aging().

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

Definition at line 123 of file combinedCustoms.py.

References aging.turn_off_Pixel_aging().

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

Definition at line 127 of file combinedCustoms.py.

References aging.turn_on_Pixel_aging_1000().

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