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 fc9120b commit a92205aCopy full SHA for a92205a
src/detectors/ECTOF/ECTOF.cc
@@ -35,5 +35,16 @@ void InitPlugin(JApplication* app) {
35
.timeResolution = 0.025,
36
},
37
app));
38
+
39
40
+ app->Add(new JOmniFactoryGeneratorT<SiliconChargeSharing_factory>(
41
+ "TOFEndcapSharedHits", {"TOFEndcapHits"}, {"TOFEndcapSharedHits"},
42
+ {
43
+ .sigma_sharingx = 0.1 * dd4hep::cm,
44
+ .sigma_sharingy = 0.5 * dd4hep::cm,
45
+ .min_edep = 0.0 * edm4eic::unit::GeV,
46
+ .readout = "TOFEndcapHits",
47
+ },
48
+ app));
49
}
50
} // extern "C"
0 commit comments