Skip to content

Commit afa75fc

Browse files
committed
Add TF per minute output
1 parent c56c5fd commit afa75fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGMM/Lumi/Tasks/lumiStabilityPP.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
#include <limits>
3333
#include <map>
34+
#include <memory>
3435
#include <string>
3536
#include <vector>
3637

@@ -287,7 +288,7 @@ struct LumiStabilityPP {
287288

288289
if (thisTFid != currentTFid) {
289290
currentTFid = thisTFid;
290-
histNBcsVsTime[runNumber]->Fill(timeSinceSOF);
291+
histTfPerMin[runNumber]->Fill(timeSinceSOF);
291292
}
292293

293294
std::bitset<64> ctpInputMask(bc.inputMask());

0 commit comments

Comments
 (0)