File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
reconstruction/cvt/src/main/java/org/jlab/rec/cvt/alignment Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ public List<StraightTrack> getCosmics(DataEvent event) {
3535 Collections .sort (SVThits );
3636 }
3737 if (BMThits !=null ) {
38- for (Hit hit : BMThits ) {
39- hit .getStrip ().calcBMTStripParams (hit .getSector (), hit .getLayer (), swimmer );
40- }
38+ // for(Hit hit : BMThits) {
39+ // hit.getStrip().calcBMTStripParams(hit.getSector(), hit.getLayer(), swimmer);
40+ // }
4141 Collections .sort (BMThits );
4242 }
4343
@@ -96,9 +96,9 @@ public List<Track> getTracks(DataEvent event) {
9696 Collections .sort (SVThits );
9797 }
9898 if (BMThits !=null ) {
99- for (Hit hit : BMThits ) {
100- hit .getStrip ().calcBMTStripParams (hit .getSector (), hit .getLayer (), swimmer );
101- }
99+ // for(Hit hit : BMThits) {
100+ // hit.getStrip().calcBMTStripParams(hit.getSector(), hit.getLayer(), swimmer);
101+ // }
102102 Collections .sort (BMThits );
103103 }
104104
You can’t perform that action at this time.
0 commit comments