Skip to content

Commit 8a56c94

Browse files
committed
Adding informatioon about valid/invalid time flags of FDD and FT0
1 parent c509336 commit 8a56c94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGMM/Lumi/Tasks/lumiStability.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ using namespace o2;
3939
using namespace o2::framework;
4040

4141
using BCsWithTimestamps = soa::Join<aod::BCs, aod::Timestamps>;
42-
//using CollisionWithFDD = soa::Join<aod::FDDs, aod::Collision>;
42+
// using CollisionWithFDD = soa::Join<aod::FDDs, aod::Collision>;
4343

4444
struct LumiStabilityTask {
4545
// Histogram registry: an object to hold your histograms
@@ -107,6 +107,7 @@ struct LumiStabilityTask {
107107
histos.add("hOrbitFV0Central", "", kTH1F, {axisOrbits});
108108
histos.add("tsValues", "", kTH1D, {{2, -0.5, 1.5}});
109109
// time 32.766 is dummy time
110+
110111
// histo about triggers
111112
histos.add("FDD/hCounts", "0 FDDCount - 1 FDDVertexCount - 2 FDDPPVertexCount - 3 FDDCoincidencesVertexCount - 4 FDDPPCoincidencesVertexCount - 5 FDDPPBotSidesCount; Number; counts", kTH1F, {axisCounts});
112113
histos.add("FDD/bcVertexTrigger", "vertex trigger per BC (FDD);BC in FDD; counts", kTH1F, {axisTrigger});

0 commit comments

Comments
 (0)