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_2019
 
def cust_2023HGCal
 
def cust_2023HGCal_common
 
def cust_2023HGCalMuon
 
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 44 of file combinedCustoms.py.

References aging.ageEcal().

44 
45 def ageEcal(process,lumi):
46  process=aging.ageEcal(process,lumi)
47  return process
def ageEcal
Definition: aging.py:42
def combinedCustoms.ageHcal (   process,
  lumi 
)

Definition at line 40 of file combinedCustoms.py.

References aging.ageHcal().

40 
41 def ageHcal(process,lumi):
42  process=aging.ageHcal(process,lumi)
43  return process
def ageHcal
Definition: aging.py:18
def combinedCustoms.agePixel (   process,
  lumi 
)

clone aging.py here

Definition at line 36 of file combinedCustoms.py.

36 
37 def agePixel(process,lumi):
38  process=process.agePixel(process,lumi)
39  return process
def agePixel
clone aging.py here
def combinedCustoms.cust_2019 (   process)

Definition at line 10 of file combinedCustoms.py.

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

10 
11 def cust_2019(process):
12  process=customisePostLS1(process,displayDeprecationWarning=False)
13  process=customisePhase1Tk(process)
14  process=customise_HcalPhase1(process)
15  return process
def customise_HcalPhase1
Definition: HCalCustoms.py:134
def combinedCustoms.cust_2023HGCal (   process)

Definition at line 27 of file combinedCustoms.py.

References cust_2023HGCal_common().

27 
28 def cust_2023HGCal(process):
29  process = cust_2023HGCal_common(process)
30  return process
def combinedCustoms.cust_2023HGCal_common (   process)

Definition at line 24 of file combinedCustoms.py.

Referenced by cust_2023HGCal(), and cust_2023HGCalMuon().

24 
25 def cust_2023HGCal_common(process):
26  return process
def combinedCustoms.cust_2023HGCalMuon (   process)

Definition at line 31 of file combinedCustoms.py.

References cust_2023HGCal_common().

31 
32 def cust_2023HGCalMuon(process):
33  process = cust_2023HGCal_common(process)
34  return process
def combinedCustoms.cust_2023MuonOnly (   process)

Definition at line 16 of file combinedCustoms.py.

References fixMissingUpgradeGTPayloads.fixRPCConditions().

16 
17 def cust_2023MuonOnly(process):
18  process=fixRPCConditions(process)
19  return process
def combinedCustoms.customise_aging_100 (   process)

Definition at line 48 of file combinedCustoms.py.

References aging.customise_aging_100().

48 
49 def customise_aging_100(process):
50  process=aging.customise_aging_100(process)
51  return process
def customise_aging_100
Definition: aging.py:54
def combinedCustoms.customise_aging_1000 (   process)

Definition at line 77 of file combinedCustoms.py.

References aging.customise_aging_1000().

77 
78 def customise_aging_1000(process):
79  process=aging.customise_aging_1000(process)
80  return process
def customise_aging_1000
Definition: aging.py:103
def combinedCustoms.customise_aging_200 (   process)

Definition at line 52 of file combinedCustoms.py.

References aging.customise_aging_200().

52 
53 def customise_aging_200(process):
54  process=aging.customise_aging_200(process)
55  return process
def customise_aging_200
Definition: aging.py:61
def combinedCustoms.customise_aging_300 (   process)

Definition at line 56 of file combinedCustoms.py.

References aging.customise_aging_300().

56 
57 def customise_aging_300(process):
58  process=aging.customise_aging_300(process)
59  return process
def customise_aging_300
Definition: aging.py:68
def combinedCustoms.customise_aging_3000 (   process)

Definition at line 81 of file combinedCustoms.py.

References aging.customise_aging_3000().

81 
82 def customise_aging_3000(process):
83  process=aging.customise_aging_3000(process)
84  return process
def customise_aging_3000
Definition: aging.py:110
def combinedCustoms.customise_aging_400 (   process)

Definition at line 60 of file combinedCustoms.py.

References aging.customise_aging_400().

60 
61 def customise_aging_400(process):
62  process=aging.customise_aging_400(process)
63  return process
def customise_aging_400
Definition: aging.py:75
def combinedCustoms.customise_aging_500 (   process)

Definition at line 64 of file combinedCustoms.py.

References aging.customise_aging_500().

64 
65 def customise_aging_500(process):
66  process=aging.customise_aging_500(process)
67  return process
def customise_aging_500
Definition: aging.py:82
def combinedCustoms.customise_aging_600 (   process)

Definition at line 68 of file combinedCustoms.py.

References aging.customise_aging_600().

68 
69 def customise_aging_600(process):
70  process=aging.customise_aging_600(process)
71  return process
def customise_aging_600
Definition: aging.py:89
def combinedCustoms.customise_aging_700 (   process)

Definition at line 72 of file combinedCustoms.py.

References aging.customise_aging_700().

72 
73 def customise_aging_700(process):
74  process=aging.customise_aging_700(process)
75  return process
76 
def customise_aging_700
Definition: aging.py:96
def combinedCustoms.customise_aging_ecalonly_1000 (   process)

Definition at line 89 of file combinedCustoms.py.

References aging.customise_aging_ecalonly_1000().

89 
92  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 85 of file combinedCustoms.py.

References aging.customise_aging_ecalonly_300().

85 
86 def customise_aging_ecalonly_300(process):
87  process=aging.customise_aging_ecalonly_300(process)
88  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 93 of file combinedCustoms.py.

References aging.customise_aging_ecalonly_3000().

93 
96  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 97 of file combinedCustoms.py.

References aging.customise_aging_newpixel_1000().

97 
100  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 101 of file combinedCustoms.py.

References aging.customise_aging_newpixel_3000().

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

References aging.ecal_complete_aging().

106 def ecal_complete_aging(process):
107  process=aging.ecal_complete_aging(process)
108  return process
def ecal_complete_aging
Definition: aging.py:153
def combinedCustoms.ecal_complete_aging_1000 (   process)

Definition at line 133 of file combinedCustoms.py.

References aging.ecal_complete_aging_1000().

134 def ecal_complete_aging_1000(process):
135  process=aging.ecal_complete_aging_1000(process)
136  return process
def ecal_complete_aging_1000
Definition: aging.py:225
def combinedCustoms.ecal_complete_aging_300 (   process)

Definition at line 129 of file combinedCustoms.py.

References aging.ecal_complete_aging_300().

130 def ecal_complete_aging_300(process):
131  process=aging.ecal_complete_aging_300(process)
132  return process
def ecal_complete_aging_300
Definition: aging.py:191
def combinedCustoms.ecal_complete_aging_3000 (   process)

Definition at line 137 of file combinedCustoms.py.

References aging.ecal_complete_aging_3000().

138 def ecal_complete_aging_3000(process):
139  process=aging.ecal_complete_aging_3000(process)
140  return process
def ecal_complete_aging_3000
Definition: aging.py:259
def combinedCustoms.fixEcalConditions_100 (   process)

Definition at line 160 of file combinedCustoms.py.

161 def fixEcalConditions_100(process):
162  if not hasattr(process.GlobalTag,'toGet'):
163  process.GlobalTag.toGet=cms.VPSet()
164  process.GlobalTag.toGet.extend( cms.VPSet(
165  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
166  tag = cms.string("EcalSRSettings_TL100_mc"),
167  connect = cms.untracked.string("frontier://FrontierProd/CMS_CONDITIONS")
168  )
169  )
170  )
171  process.GlobalTag.toGet.extend( cms.VPSet(
172  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
173  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
174  connect = cms.untracked.string("frontier://FrontierProd/CMS_CONDITIONS")
175  )
176  )
177  )
178  return process
def combinedCustoms.fixEcalConditions_1000 (   process)

Definition at line 236 of file combinedCustoms.py.

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

Definition at line 141 of file combinedCustoms.py.

142 def fixEcalConditions_150(process):
143  if not hasattr(process.GlobalTag,'toGet'):
144  process.GlobalTag.toGet=cms.VPSet()
145  process.GlobalTag.toGet.extend( cms.VPSet(
146  cms.PSet(record = cms.string("EcalSRSettingsRcd"),
147  tag = cms.string("EcalSRSettings_TL150_mc"),
148  connect = cms.untracked.string("frontier://FrontierProd/CMS_CONDITIONS")
149  )
150  )
151  )
152  process.GlobalTag.toGet.extend( cms.VPSet(
153  cms.PSet(record = cms.string("EcalTPGLutIdMapRcd"),
154  tag = cms.string("EcalTPGLutIdMap_beamv5_upgrade_mc"),
155  connect = cms.untracked.string("frontier://FrontierProd/CMS_CONDITIONS")
156  )
157  )
158  )
159  return process
def combinedCustoms.fixEcalConditions_200 (   process)

Definition at line 179 of file combinedCustoms.py.

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

Definition at line 198 of file combinedCustoms.py.

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

Definition at line 255 of file combinedCustoms.py.

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

Definition at line 217 of file combinedCustoms.py.

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

Definition at line 125 of file combinedCustoms.py.

References aging.hf_complete_aging().

126 def hf_complete_aging(process):
127  process=aging.hf_complete_aging(process)
128  return process
def hf_complete_aging
Definition: aging.py:146
def combinedCustoms.noCrossing (   process)

Definition at line 20 of file combinedCustoms.py.

References customise_mixing.customise_NoCrossing().

20 
21 def noCrossing(process):
22  process=customise_NoCrossing(process)
23  return process
def combinedCustoms.turn_off_HE_aging (   process)

Definition at line 109 of file combinedCustoms.py.

References aging.turn_off_HE_aging().

110 def turn_off_HE_aging(process):
111  process=aging.turn_off_HE_aging(process)
112  return process
def turn_off_HE_aging
Definition: aging.py:160
def combinedCustoms.turn_off_HF_aging (   process)

Definition at line 113 of file combinedCustoms.py.

References aging.turn_off_HF_aging().

114 def turn_off_HF_aging(process):
115  process=aging.turn_off_HF_aging(process)
116  return process
def turn_off_HF_aging
Definition: aging.py:167
def combinedCustoms.turn_off_Pixel_aging (   process)

Definition at line 117 of file combinedCustoms.py.

References aging.turn_off_Pixel_aging().

118 def turn_off_Pixel_aging(process):
119  process=aging.turn_off_Pixel_aging(process)
120  return process
def turn_off_Pixel_aging
Definition: aging.py:176
def combinedCustoms.turn_on_Pixel_aging_1000 (   process)

Definition at line 121 of file combinedCustoms.py.

References aging.turn_on_Pixel_aging_1000().

122 def turn_on_Pixel_aging_1000(process):
123  process=aging.turn_on_Pixel_aging_1000(process)
124  return process
def turn_on_Pixel_aging_1000
Definition: aging.py:183