Skip to content

Commit 913c984

Browse files
committed
remove illegal PoolDBESSource parameters
1 parent 845f354 commit 913c984

File tree

260 files changed

+246
-775
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+246
-775
lines changed

Alignment/APEEstimation/test/apeMeasurement/refitting_cfg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
CondDBAlignmentError = CondDB.clone(connect = cms.string('sqlite_file:'+os.path.join(options.workingArea,options.measName)+'/apeObjects/apeIter'+str(options.iteration-1)+'.db'))
111111
process.myTrackerAlignmentErr = cms.ESSource("PoolDBESSource",
112112
CondDBAlignmentError,
113-
timetype = cms.string("runnumber"),
114113
toGet = cms.VPSet(
115114
cms.PSet(
116115
record = cms.string('TrackerAlignmentErrorExtendedRcd'),

Alignment/APEEstimation/test/apeTreeCreateDefault_cfg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
CondDBAlignmentError = CondDB.clone(connect = cms.string(theSource))
9494
process.myTrackerAlignmentErr = cms.ESSource("PoolDBESSource",
9595
CondDBAlignmentError,
96-
timetype = cms.string("runnumber"),
9796
toGet = cms.VPSet(
9897
cms.PSet(
9998
record = cms.string('TrackerAlignmentErrorExtendedRcd'),

Alignment/APEEstimation/test/cfgTemplate/apeEstimatorSummary_cfg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
CondDBAlignmentError = CondDB.clone(connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS'))
7979
process.myTrackerAlignmentErr = cms.ESSource("PoolDBESSource",
8080
CondDBAlignmentError,
81-
timetype = cms.string("runnumber"),
8281
toGet = cms.VPSet(
8382
cms.PSet(
8483
record = cms.string('TrackerAlignmentErrorExtendedRcd'),

Alignment/APEEstimation/test/cfgTemplate/apeEstimator_cfg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@
184184
CondDBAlignmentError = CondDB.clone(connect = cms.string('sqlite_file:'+os.environ['CMSSW_BASE']+'/src/Alignment/APEEstimation/hists/'+options.measurementName+'/apeObjects/apeIter'+str(options.iterNumber-1)+'.db'))
185185
process.myTrackerAlignmentErr = cms.ESSource("PoolDBESSource",
186186
CondDBAlignmentError,
187-
timetype = cms.string("runnumber"),
188187
toGet = cms.VPSet(
189188
cms.PSet(
190189
record = cms.string('TrackerAlignmentErrorExtendedRcd'),

Alignment/HIPAlignmentAlgorithm/test/serialIntoNtuples_tpl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
process.PoolDBESSource = cms.ESSource("PoolDBESSource",
2929
process.CondDBSetup,
30-
timetype = cms.string('runnumber'),
3130
toGet = cms.VPSet(cms.PSet(
3231
record = cms.string('TrackerAlignmentRcd'),
3332
tag = cms.string('Alignments')

Alignment/OfflineValidation/test/GeometryCentering_cfg.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
### example starting data geometry that is known to have an off-centered BPIX
1818
process.ZeroGeom = cms.ESSource("PoolDBESSource",
1919
CondDBAlignment,
20-
timetype = cms.string("runnumber"),
2120
toGet = cms.VPSet(cms.PSet(record = cms.string('TrackerAlignmentRcd'),
2221
tag = cms.string('TrackerAlignment_StartUp17_v11')
2322
)
@@ -28,7 +27,6 @@
2827

2928
process.ZeroAPE = cms.ESSource("PoolDBESSource",
3029
CondDBAPE,
31-
timetype = cms.string("runnumber"),
3230
toGet = cms.VPSet(cms.PSet(record = cms.string('TrackerAlignmentErrorExtendedRcd'),
3331
tag = cms.string('TrackerAlignmentErrorsExtended_Upgrade2017_design_v0')
3432
)

Alignment/OfflineValidation/test/testIntoNtuples_cfg.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
process.ZeroGeom = cms.ESSource("PoolDBESSource",CondDBSetup,
3535
connect = cms.string('sqlite_file:/afs/cern.ch/cms/CAF/CMSALCA/ALCA_TRACKERALIGN/MP/MPproduction/mp1260/jobData/jobm2/alignments_MP.db'),
36-
timetype = cms.string("runnumber"),
3736
toGet = cms.VPSet(
3837
cms.PSet(record = cms.string('TrackerAlignmentRcd'),
3938
tag = cms.string('Alignments')
@@ -43,7 +42,6 @@
4342

4443
process.ZeroAPE = cms.ESSource("PoolDBESSource",CondDBSetup,
4544
connect = cms.string('frontier://FrontierProd/CMS_COND_31X_FROM21X'),
46-
timetype = cms.string("runnumber"),
4745
toGet = cms.VPSet(
4846
cms.PSet(
4947
record = cms.string('TrackerAlignmentErrorExtendedRcd'),

Alignment/OfflineValidation/test/testPrimaryVertexRelatedValidations_cfg.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ class RefitType(Enum):
139139
from CondCore.DBCommon.CondDBSetup_cfi import *
140140
process.trackerAlignment = cms.ESSource("PoolDBESSource",CondDBSetup,
141141
connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS'),
142-
timetype = cms.string("runnumber"),
143142
toGet = cms.VPSet(cms.PSet(record = cms.string('TrackerAlignmentRcd'),
144143
tag = cms.string('TrackerAlignment_Upgrade2017_design_v4')
145144
)
@@ -152,7 +151,6 @@ class RefitType(Enum):
152151
####################################################################
153152
process.setAPE = cms.ESSource("PoolDBESSource",CondDBSetup,
154153
connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS'),
155-
timetype = cms.string("runnumber"),
156154
toGet = cms.VPSet(cms.PSet(record = cms.string('TrackerAlignmentErrorExtendedRcd'),
157155
tag = cms.string('TrackerAlignmentErrorsExtended_Upgrade2017_design_v0')
158156
)

Alignment/OfflineValidation/test/test_all_Phase2_cfg.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ class RefitType(Enum):
104104
from CondCore.DBCommon.CondDBSetup_cfi import *
105105
process.trackerAlignment = cms.ESSource("PoolDBESSource",CondDBSetup,
106106
connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS'),
107-
timetype = cms.string("runnumber"),
108107
toGet = cms.VPSet(cms.PSet(record = cms.string('TrackerAlignmentRcd'),
109108
tag = cms.string('TrackerAlignment_Upgrade2017_design_v4')
110109
)
@@ -117,7 +116,6 @@ class RefitType(Enum):
117116
####################################################################
118117
process.setAPE = cms.ESSource("PoolDBESSource",CondDBSetup,
119118
connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS'),
120-
timetype = cms.string("runnumber"),
121119
toGet = cms.VPSet(cms.PSet(record = cms.string('TrackerAlignmentErrorExtendedRcd'),
122120
tag = cms.string('TrackerAlignmentErrorsExtended_Upgrade2017_design_v0')
123121
)

Alignment/OfflineValidation/test/test_all_cfg.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ class RefitType(Enum):
102102
from CondCore.DBCommon.CondDBSetup_cfi import *
103103
process.trackerAlignment = cms.ESSource("PoolDBESSource",CondDBSetup,
104104
connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS'),
105-
timetype = cms.string("runnumber"),
106105
toGet = cms.VPSet(cms.PSet(record = cms.string('TrackerAlignmentRcd'),
107106
tag = cms.string('TrackerAlignment_Upgrade2017_design_v4')
108107
)
@@ -115,7 +114,6 @@ class RefitType(Enum):
115114
####################################################################
116115
process.setAPE = cms.ESSource("PoolDBESSource",CondDBSetup,
117116
connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS'),
118-
timetype = cms.string("runnumber"),
119117
toGet = cms.VPSet(cms.PSet(record = cms.string('TrackerAlignmentErrorExtendedRcd'),
120118
tag = cms.string('TrackerAlignmentErrorsExtended_Upgrade2017_design_v0')
121119
)

0 commit comments

Comments
 (0)