Skip to content

Commit

Permalink
capital letter in module name
Browse files Browse the repository at this point in the history
  • Loading branch information
swagata87 committed Apr 9, 2017
1 parent cacd01a commit 87fcfcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void
HLTScoutingPrimaryVertexProducer::fillDescriptions(edm::ConfigurationDescriptions& descriptions) {
edm::ParameterSetDescription desc;
desc.add<edm::InputTag>("vertexCollection", edm::InputTag("hltPixelVertices"));
descriptions.add("hltScoutingPrimaryVertexproducer", desc);
descriptions.add("hltScoutingPrimaryVertexProducer", desc);

}

Expand Down

0 comments on commit 87fcfcf

Please sign in to comment.