Skip to content

Commit

Permalink
Merge pull request #33618 from perrotta/fixTypoInHGCRecHitNavigator
Browse files Browse the repository at this point in the history
Fix typo in the fillDescriptions method of RecoParticleFlow/PFClusterProducer/interface/HGCRecHitNavigator.h
  • Loading branch information
cmsbuild committed May 5, 2021
2 parents 79d9ef3 + 6509a1f commit c7f9cca
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -34,8 +34,8 @@ class HGCRecHitNavigator : public PFRecHitNavigatorBase {
desc.add<edm::ParameterSetDescription>("hgchef", deschef);

edm::ParameterSetDescription descheb;
deschef.add<std::string>("name", "PFRecHitHGCHENavigator");
deschef.add<std::string>("topologySource", "HGCalHEScintillatorSensitive");
descheb.add<std::string>("name", "PFRecHitHGCHENavigator");
descheb.add<std::string>("topologySource", "HGCalHEScintillatorSensitive");
desc.add<edm::ParameterSetDescription>("hgcheb", descheb);

descriptions.add("navigator", desc);
Expand Down

0 comments on commit c7f9cca

Please sign in to comment.