Skip to content

Commit f60e2ee

Browse files
authored
Merge pull request #48654 from stahlleiton/SecVtxForPbPb_CMSSW_15_1_X
Enable secondary vertices in PbPb eras
2 parents c238632 + df78769 commit f60e2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RecoVertex/AdaptiveVertexFinder/python/inclusiveVertexing_cff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
pp_on_XeXe_2017.toModify(inclusiveCandidateVertexFinderCvsL, minHits = 10, minPt = 1.0)
6565
from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA
6666
pp_on_AA.toModify(inclusiveVertexFinder, minHits = 999, minPt = 999.0)
67-
pp_on_AA.toModify(inclusiveCandidateVertexFinder, minHits = 999, minPt = 999.0)
67+
pp_on_AA.toModify(inclusiveCandidateVertexFinder, minHits = 10, minPt = 1.0)
6868
pp_on_AA.toModify(inclusiveCandidateVertexFinderCvsL, minHits = 999, minPt = 999.0)
6969

7070

0 commit comments

Comments
 (0)