Skip to content

Commit ad367d0

Browse files
committed
Use EcalClusters and associations (i.e. not just ScFi) in MatchClusters
1 parent 592518f commit ad367d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/global/reco/reco.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ void InitPlugin(JApplication* app) {
6363
"GeneratedParticles", {"MCParticles"}, {"GeneratedParticles"}, app));
6464

6565
app->Add(new JOmniFactoryGeneratorT<CollectionCollector_factory<edm4eic::Cluster, true>>(
66-
"EcalClusters", {"EcalEndcapNClusters", "EcalBarrelScFiClusters", "EcalEndcapPClusters"},
66+
"EcalClusters", {"EcalEndcapNClusters", "EcalBarrelClusters", "EcalEndcapPClusters"},
6767
{"EcalClusters"}, app));
6868

6969
app->Add(new JOmniFactoryGeneratorT<
7070
CollectionCollector_factory<edm4eic::MCRecoClusterParticleAssociation, true>>(
7171
"EcalClusterAssociations",
72-
{"EcalEndcapNClusterAssociations", "EcalBarrelScFiClusterAssociations",
72+
{"EcalEndcapNClusterAssociations", "EcalBarrelClusterAssociations",
7373
"EcalEndcapPClusterAssociations"},
7474
{"EcalClusterAssociations"}, app));
7575

0 commit comments

Comments
 (0)