Skip to content

Commit b535452

Browse files
committed
fix typo
1 parent 2da2efd commit b535452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RecoEgamma/EgammaHLTProducers/src/EgammaHLTRegionalPixelSeedGeneratorProducers.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ void EgammaHLTRegionalPixelSeedGeneratorProducers::fillDescriptions(edm::Configu
9494
desc.add<bool>(("UseZInVertex"), false);
9595
desc.add<std::string>("TTRHBuilder", "WithTrackAngle");
9696

97-
ed::ParameterSetDescription orderedHitsPSET;
97+
edm::ParameterSetDescription orderedHitsPSET;
9898
orderedHitsPSET.add<std::string>("ComponentName", "StandardHitPairGenerator");
9999
orderedHitsPSET.add<edm::InputTag>("SeedingLayers", edm::InputTag("PixelLayerPairs"));
100100
orderedHitsPSET.add<unsigned int>("maxElement", 0);
101101
desc.add<edm::ParameterSetDescription>("OrderedHitsFactoryPSet", orderedHitsPSET);
102-
102+
103103
descriptions.add(("hltEgammaHLTRegionalPixelSeedGeneratorProducers"), desc);
104104
}
105105

0 commit comments

Comments
 (0)