File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
reconstruction/alert/src/main/java/org/jlab Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 55import org .jlab .rec .ahdc .AI .InterCluster ;
66import org .jlab .rec .ahdc .AI .TrackPrediction ;
77import org .jlab .rec .ahdc .Cluster .Cluster ;
8- import org .jlab .rec .ahdc .Cluster .DocaCluster ;
8+ import org .jlab .rec .ahdc .DocaCluster .DocaCluster ;
99import org .jlab .rec .ahdc .Hit .Hit ;
1010import org .jlab .rec .ahdc .PreCluster .PreCluster ;
1111import org .jlab .rec .ahdc .Track .Track ;
Original file line number Diff line number Diff line change 1- package org .jlab .rec .ahdc .Cluster ;
1+ package org .jlab .rec .ahdc .DocaCluster ;
22
33/**
44 * DocaCluster is a "refined" cluster space point built from
Original file line number Diff line number Diff line change 1- package org .jlab .rec .ahdc .Cluster ;
1+ package org .jlab .rec .ahdc .DocaCluster ;
22
33import org .jlab .rec .ahdc .Hit .Hit ;
44import org .jlab .rec .ahdc .PreCluster .PreCluster ;
5+ import org .jlab .rec .ahdc .Cluster .Cluster ;
56
67import org .jlab .geom .prim .Line3D ;
78import org .jlab .geom .prim .Point3D ;
Original file line number Diff line number Diff line change 88import java .util .logging .Level ;
99import java .util .logging .Logger ;
1010
11- import org .jlab .rec .ahdc .Cluster .DocaCluster ;
11+ import org .jlab .rec .ahdc .DocaCluster .DocaCluster ;
1212
1313/** Helix Fit.
1414 *
Original file line number Diff line number Diff line change 1010import org .jlab .rec .ahdc .Banks .RecoBankWriter ;
1111import org .jlab .rec .ahdc .Cluster .Cluster ;
1212import org .jlab .rec .ahdc .Cluster .ClusterFinder ;
13- import org .jlab .rec .ahdc .Cluster .DocaClusterRefiner ;
14- import org .jlab .rec .ahdc .Cluster .DocaCluster ;
13+ import org .jlab .rec .ahdc .DocaCluster .DocaClusterRefiner ;
14+ import org .jlab .rec .ahdc .DocaCluster .DocaCluster ;
1515import org .jlab .rec .ahdc .Distance .Distance ;
1616import org .jlab .rec .ahdc .HelixFit .HelixFitJava ;
1717import org .jlab .rec .ahdc .Hit .Hit ;
You can’t perform that action at this time.
0 commit comments