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 8888)
8989
9090from 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 ,
9293 TkClusParameters = dict (
9394 TkDAClusParameters = dict (
9495 Tmin = 4.0 ,
162163 )
163164)
164165
165- highBetaStar .toModify (offlinePrimaryVertices ,
166+ ( highBetaStar & ~ run3_oxygen ) .toModify (offlinePrimaryVertices ,
166167 TkFilterParameters = dict (
167168 maxNormalizedChi2 = 80.0 ,
168169 minPixelLayersWithHits = 1 ,
179180)
180181
181182from Configuration .Eras .Modifier_run3_upc_cff import run3_upc
182- (highBetaStar & run3_upc ).toModify (offlinePrimaryVertices ,
183+ (highBetaStar & run3_upc & ~ run3_oxygen ).toModify (offlinePrimaryVertices ,
183184 TkFilterParameters = dict (
184185 algorithm = "filterWithThreshold" ,
185186 maxNormalizedChi2 = 80.0 ,
You can’t perform that action at this time.
0 commit comments