We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56c5fd commit afa75fcCopy full SHA for afa75fc
1 file changed
PWGMM/Lumi/Tasks/lumiStabilityPP.cxx
@@ -31,6 +31,7 @@
31
32
#include <limits>
33
#include <map>
34
+#include <memory>
35
#include <string>
36
#include <vector>
37
@@ -287,7 +288,7 @@ struct LumiStabilityPP {
287
288
289
if (thisTFid != currentTFid) {
290
currentTFid = thisTFid;
- histNBcsVsTime[runNumber]->Fill(timeSinceSOF);
291
+ histTfPerMin[runNumber]->Fill(timeSinceSOF);
292
}
293
294
std::bitset<64> ctpInputMask(bc.inputMask());
0 commit comments