Skip to content

Commit

Permalink
Conversion from barID space to physical (local) position on TS pads a…
Browse files Browse the repository at this point in the history
…dded
  • Loading branch information
ErikLundblad committed Jul 8, 2024
1 parent f71c189 commit 4bb22b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrigScint/src/TrigScint/TrigScintClusterProducer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ void TrigScintClusterProducer::setPosition(ldmx::TrigScintCluster &cluster) {
double y = -99999.; // Initialise y at nonsense value
double z = -99999.; // Initialise z at nonsense value
double sx = xConvFactor_ / 2.; // Set uncertainty in x position
double sy = yConvFactor_ / 2; // Set uncertainty in y position
double sy = yConvFactor_ / 2.; // Set uncertainty in y position
double sz = zConvFactor_ / 2.; // Set uncertainty in z position

centroid_ = cluster.getCentroid(); // Get cluster centroid
Expand Down

0 comments on commit 4bb22b1

Please sign in to comment.