From ddd3a7cb6c40808943716c778054f21042312f24 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 18 Dec 2024 17:32:00 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/TwoParticleCorrelations/Tasks/neutronProtonCorrZdc.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGCF/TwoParticleCorrelations/Tasks/neutronProtonCorrZdc.cxx b/PWGCF/TwoParticleCorrelations/Tasks/neutronProtonCorrZdc.cxx index ac685eb4e8e..6e5ebaf5796 100644 --- a/PWGCF/TwoParticleCorrelations/Tasks/neutronProtonCorrZdc.cxx +++ b/PWGCF/TwoParticleCorrelations/Tasks/neutronProtonCorrZdc.cxx @@ -30,7 +30,7 @@ using namespace o2::framework::expressions; enum EventCounter { kNoSelection = 0, kQualitySelection = 1, kMaxCentralitySelection = 2, - kZDCSelection = 3}; + kZDCSelection = 3 }; struct NeutronProtonCorrZdc { // Histogram registry: an object to hold your histograms @@ -187,7 +187,7 @@ struct NeutronProtonCorrZdc { void processRun2(soa::Filtered>::iterator const& collision, aod::BCsWithTimestamps const&, aod::Zdcs const&) { histos.fill(HIST("eventCounter"), EventCounter::kNoSelection); - if (!collision.alias_bit(kINT7)) { + if (!collision.alias_bit(kINT7)) { return; } histos.fill(HIST("eventCounter"), EventCounter::kQualitySelection);