Skip to content

Commit 8718938

Browse files
Add default values for ConfDb
1 parent 5d163db commit 8718938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RecoBTag/SecondaryVertex/plugins/TemplatedSecondaryVertexProducer.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,8 +1311,8 @@ void TemplatedSecondaryVertexProducer<IPTI, VTX>::fillDescriptions(edm::Configur
13111311
desc.add<edm::InputTag>("extSVCollection", edm::InputTag("secondaryVertices"))
13121312
->setComment("InputTag for an (optional) external secondary vertex collection.");
13131313
desc.addOptionalNode(edm::ParameterDescription<bool>("useSVClustering", false, true) and
1314-
edm::ParameterDescription<std::string>("jetAlgorithm", "", true) and
1315-
edm::ParameterDescription<double>("rParam", 1.0, true),
1314+
edm::ParameterDescription<std::string>("jetAlgorithm", "", true) and
1315+
edm::ParameterDescription<double>("rParam", 1.0, true),
13161316
true)
13171317
->setComment("Optional ParameterSet to steer any secondary vertex reclustering.");
13181318
desc.addOptional<bool>("useSVMomentum", false)

0 commit comments

Comments
 (0)