Skip to content

Commit 41c6aad

Browse files
authored
Update onTheFlyRichPid.cxx
1 parent 88df775 commit 41c6aad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ALICE3/TableProducer/OTF/onTheFlyRichPid.cxx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232

3333
#include <utility>
3434
#include <cmath>
35+
#include <vector>
36+
#include <map>
37+
#include <string>
3538

3639
#include <TPDGCode.h>
3740

@@ -257,9 +260,7 @@ struct OnTheFlyRichPid {
257260
aerogel_rindex[2 * i_central_mirror - i] = bRichRefractiveIndexSector[i - i_central_mirror];
258261
mProjectiveLengthInner = R_min * t; // <-- At the end of the loop this will be the maximum Z
259262
}
260-
}
261-
// Even number of sectors
262-
else {
263+
} else { // Even number of sectors
263264
float two_half_gap = 1.0;
264265
int i_central_mirror = static_cast<int>((number_of_sectors_in_z) / 2.0);
265266
float m_val = std::tan(0.0);

0 commit comments

Comments
 (0)