We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88df775 commit 41c6aadCopy full SHA for 41c6aad
ALICE3/TableProducer/OTF/onTheFlyRichPid.cxx
@@ -32,6 +32,9 @@
32
33
#include <utility>
34
#include <cmath>
35
+#include <vector>
36
+#include <map>
37
+#include <string>
38
39
#include <TPDGCode.h>
40
@@ -257,9 +260,7 @@ struct OnTheFlyRichPid {
257
260
aerogel_rindex[2 * i_central_mirror - i] = bRichRefractiveIndexSector[i - i_central_mirror];
258
261
mProjectiveLengthInner = R_min * t; // <-- At the end of the loop this will be the maximum Z
259
262
}
- }
- // Even number of sectors
- else {
263
+ } else { // Even number of sectors
264
float two_half_gap = 1.0;
265
int i_central_mirror = static_cast<int>((number_of_sectors_in_z) / 2.0);
266
float m_val = std::tan(0.0);
0 commit comments