Skip to content

Commit

Permalink
Fix PrimaryVertexProducer::fillDescriptions to generate a cfi file
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald committed Mar 3, 2024
1 parent b9bd7bb commit 9049a3d
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 9049a3d

Please sign in to comment.