From a5d28e7622c04e2ef8a669183cea35c24cd8fe00 Mon Sep 17 00:00:00 2001 From: ALICE Builder Date: Thu, 26 Dec 2024 19:23:16 +0100 Subject: [PATCH] Please consider the following formatting changes (#376) --- Common/LegacyDataQA/otfv0qa.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/LegacyDataQA/otfv0qa.cxx b/Common/LegacyDataQA/otfv0qa.cxx index d5fec5a7d33..8dc446d9a01 100644 --- a/Common/LegacyDataQA/otfv0qa.cxx +++ b/Common/LegacyDataQA/otfv0qa.cxx @@ -31,7 +31,7 @@ struct OTFV0Qa { ConfigurableAxis axisNCandidates{"axisNCandidates", {500, 0, 500}, "Number of OTF v0s"}; ConfigurableAxis axisPosition{"axisPosition", {1000, -100, 100}, "position (cm)"}; ConfigurableAxis axisMass{"axisMass", {100, 0.0f, 1.0f}, "Mass (GeV/c2)"}; - + void init(InitContext&) { const AxisSpec axisPVz{30, -15, 15, "Primary vertex Z (cm)"}; @@ -49,7 +49,7 @@ struct OTFV0Qa { histos.fill(HIST("hCandidates"), v0s.size()); for (auto const& v0 : v0s) { histos.fill(HIST("hGammaMass"), v0.mass()); - if(v0.mass()