We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7deef73 commit d517eb9Copy full SHA for d517eb9
src/global/particle/particle.cc
@@ -69,8 +69,7 @@ void InitPlugin(JApplication* app) {
69
app->Add(
70
new JOmniFactoryGeneratorT<CollectionCollector_factory<edm4eic::TrackClusterMatch, false>>(
71
"EndcapPInsertTrackClusterMatches",
72
- {"EcalEndcapPTrackClusterMatches",
73
- "HcalEndcapPInsertTrackClusterMatches"},
+ {"EcalEndcapPTrackClusterMatches", "HcalEndcapPInsertTrackClusterMatches"},
74
{"EndcapPInsertTrackClusterMatches"}, app));
75
76
app->Add(new JOmniFactoryGeneratorT<ChargedCandidateMaker_factory>(
0 commit comments