Skip to content

Commit

Permalink
remove unused centroid variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Sep 25, 2024
1 parent c59f45b commit c28ee81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TrigScint/src/TrigScint/TrigScintFirmwareTracker.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ ldmx::TrigScintTrack TrigScintFirmwareTracker::makeTrack(Track outTrk) {
// retained in the firmware track.
ldmx::TrigScintTrack tr;
float pe{0.};
float trackCentroid{0.};
pe += static_cast<float>(outTrk.Pad1.Seed.Amp) +
static_cast<float>(outTrk.Pad1.Sec.Amp);
pe += static_cast<float>(outTrk.Pad2.Seed.Amp) +
Expand Down

0 comments on commit c28ee81

Please sign in to comment.