Skip to content

Commit 4215acf

Browse files
authored
Update onTheFlyRICHPID.cxx
1 parent df20819 commit 4215acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ALICE3/TableProducer/OTF/onTheFlyRICHPID.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,8 @@ struct OnTheFlyRichPid {
594594
}
595595
float R_sec_rich = rad_centers[i_sector].X();
596596
float z_sec_rich = rad_centers[i_sector].Z();
597-
float R_sec_tof = det_centers[i_sector].X();
598-
float z_sec_tof = det_centers[i_sector].Z();
597+
// float R_sec_tof = det_centers[i_sector].X();
598+
// float z_sec_tof = det_centers[i_sector].Z();
599599
float radius_ripple = (std::pow(R_sec_rich, 2) + std::pow(z_sec_rich, 2)) / (R_sec_rich + z_sec_rich / std::tan(polar));
600600
float z_ripple = radius_ripple / std::tan(polar);
601601
float absZ = std::hypot(radius_ripple - R_sec_rich, z_ripple - z_sec_rich);

0 commit comments

Comments
 (0)