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 4324e17 commit 8a4dbc9Copy full SHA for 8a4dbc9
Common/Tools/EventSelectionTools.h
@@ -627,7 +627,7 @@ class EventSelectionModule
627
std::vector<float> diffVzParMean; // parameterization for mean of diff vZ by FT0 vs by tracks
628
std::vector<float> diffVzParSigma; // parameterization for stddev of diff vZ by FT0 vs by tracks
629
630
- int32_t findClosest(int64_t globalBC, std::map<int64_t, int32_t>& bcs)
+ int32_t findClosest(const int64_t globalBC, const std::map<int64_t, int32_t>& bcs)
631
{
632
auto it = bcs.lower_bound(globalBC);
633
int64_t bc1 = it->first;
0 commit comments