File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
RecoVertex/PrimaryVertexProducer/python Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 88
88
)
89
89
90
90
from Configuration .Eras .Modifier_highBetaStar_cff import highBetaStar
91
- highBetaStar .toModify (offlinePrimaryVertices ,
91
+ from Configuration .Eras .Modifier_run3_oxygen_cff import run3_oxygen
92
+ (highBetaStar & ~ run3_oxygen ).toModify (offlinePrimaryVertices ,
92
93
TkClusParameters = dict (
93
94
TkDAClusParameters = dict (
94
95
Tmin = 4.0 ,
162
163
)
163
164
)
164
165
165
- highBetaStar .toModify (offlinePrimaryVertices ,
166
+ ( highBetaStar & ~ run3_oxygen ) .toModify (offlinePrimaryVertices ,
166
167
TkFilterParameters = dict (
167
168
maxNormalizedChi2 = 80.0 ,
168
169
minPixelLayersWithHits = 1 ,
179
180
)
180
181
181
182
from Configuration .Eras .Modifier_run3_upc_cff import run3_upc
182
- (highBetaStar & run3_upc ).toModify (offlinePrimaryVertices ,
183
+ (highBetaStar & run3_upc & ~ run3_oxygen ).toModify (offlinePrimaryVertices ,
183
184
TkFilterParameters = dict (
184
185
algorithm = "filterWithThreshold" ,
185
186
maxNormalizedChi2 = 80.0 ,
You can’t perform that action at this time.
0 commit comments