File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -255,14 +255,14 @@ void InitPlugin(JApplication* app) {
255255 {
256256 .neighbourLayersRange = 2 , // # id diff for adjacent layer
257257 .sameLayerDistXYZ = {80.0 * dd4hep::mm, 80.0 * dd4hep::mm,
258- 80 .0 * dd4hep::mm}, // # same layer
259- .diffLayerDistXYZ = {80.0 * dd4hep::mm, 80.0 * dd4hep::mm, 80 .0 * dd4hep::mm},
258+ 40 .0 * dd4hep::mm}, // # same layer
259+ .diffLayerDistXYZ = {80.0 * dd4hep::mm, 80.0 * dd4hep::mm, 40 .0 * dd4hep::mm},
260260 .sameLayerMode = eicrecon::ImagingTopoClusterConfig::ELayerMode::xyz,
261261 .diffLayerMode = eicrecon::ImagingTopoClusterConfig::ELayerMode::xyz,
262262 .sectorDist = 5.0 * dd4hep::cm,
263263 .minClusterHitEdep = 0 ,
264264 .minClusterCenterEdep = 0 ,
265- .minClusterEdep = 50 * dd4hep::MeV,
265+ .minClusterEdep = 100 * dd4hep::MeV,
266266 .minClusterNhits = 10 ,
267267
268268 },
You can’t perform that action at this time.
0 commit comments