Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosan1 committed Feb 19, 2014
1 parent 2da2efd commit b535452
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ void EgammaHLTRegionalPixelSeedGeneratorProducers::fillDescriptions(edm::Configu
desc.add<bool>(("UseZInVertex"), false);
desc.add<std::string>("TTRHBuilder", "WithTrackAngle");

ed::ParameterSetDescription orderedHitsPSET;
edm::ParameterSetDescription orderedHitsPSET;
orderedHitsPSET.add<std::string>("ComponentName", "StandardHitPairGenerator");
orderedHitsPSET.add<edm::InputTag>("SeedingLayers", edm::InputTag("PixelLayerPairs"));
orderedHitsPSET.add<unsigned int>("maxElement", 0);
desc.add<edm::ParameterSetDescription>("OrderedHitsFactoryPSet", orderedHitsPSET);

descriptions.add(("hltEgammaHLTRegionalPixelSeedGeneratorProducers"), desc);
}

Expand Down

0 comments on commit b535452

Please sign in to comment.