Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
watson-ij committed Feb 23, 2021
1 parent 721d8c0 commit bea91b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoLocalMuon/GEMSegment/plugins/GEMSegmentBuilder.cc
Expand Up @@ -21,7 +21,7 @@ GEMSegmentBuilder::GEMSegmentBuilder(const edm::ParameterSet& ps) : geom_(nullpt
segAlgoPSet = ps.getParameter<edm::ParameterSet>("algo_pset");
ge0AlgoPSet = ps.getParameter<edm::ParameterSet>("ge0_pset");

// Ask factory to build these algorithms, giving it appropriate ParameterSets
// Ask factory to build these algorithms, giving them the appropriate ParameterSets
segAlgo = GEMSegmentBuilderPluginFactory::get()->create(segAlgoName, segAlgoPSet);
ge0Algo = GEMSegmentBuilderPluginFactory::get()->create(ge0AlgoName, ge0AlgoPSet);
}
Expand Down

0 comments on commit bea91b3

Please sign in to comment.