Skip to content

Commit

Permalink
Update StripMaker.java
Browse files Browse the repository at this point in the history
commit 5
  • Loading branch information
rodwyer100 authored Jun 28, 2024
1 parent 176bdd9 commit 5f50c7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tracking/src/main/java/org/hps/recon/tracking/StripMaker.java
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,6 @@ private SiTrackerHitStrip1D makeTrackerHit(List<LCRelation> cluster, SiSensorEle
IIdentifier id = rawHit.getIdentifier();
int channel_number = sid_helper.getElectrodeValue(id);
double amp1=FittedRawTrackerHit.getAmp(bth);
System.out.println("The hit at ");
System.out.println(channel_number);
System.out.println(amp1);
}
SiTrackerHitStrip1D hit = new SiTrackerHitStrip1D(position, covariance, energy, time, rth_cluster, type);
if (_debug)
Expand Down

0 comments on commit 5f50c7b

Please sign in to comment.