Skip to content

Commit d0c56ec

Browse files
committed
Consistent order
1 parent 5f8e5a9 commit d0c56ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/Core/SelectorCuts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ constexpr double BinsPtTrack[NBinsPtTrack + 1] = {
4040
2.0,
4141
3.0,
4242
1000.0};
43-
auto const vecBinsPtTrack = std::vector<double>{BinsPtTrack, BinsPtTrack + NBinsPtTrack + 1};
43+
const auto vecBinsPtTrack = std::vector<double>{BinsPtTrack, BinsPtTrack + NBinsPtTrack + 1};
4444

4545
// default values for the dca_xy and dca_z cuts of displaced tracks
4646
constexpr double CutsTrack[NBinsPtTrack][NCutVarsTrack] = {{0.0000, 10., 0.0000, 100.}, /* 0 < pt < 0.5 */

0 commit comments

Comments
 (0)