Skip to content

Commit

Permalink
Merge pull request #44288 from cms-tsg-storm/fixPVP_140X
Browse files Browse the repository at this point in the history
Fix PrimaryVertexProducer::fillDescriptions to generate a cfi file [140X]
  • Loading branch information
cmsbuild authored Mar 4, 2024
2 parents 5979162 + 9049a3d commit a25bfac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ void PrimaryVertexProducer::fillDescriptions(edm::ConfigurationDescriptions& des
desc.add<bool>("useMVACut", false);
desc.add<double>("minTrackTimeQuality", 0.8);

descriptions.addDefault(desc);
descriptions.addWithDefaultLabel(desc);
}

//define this as a plug-in
Expand Down

0 comments on commit a25bfac

Please sign in to comment.