From 5f9b182ac823b4efbca90f12bf3cd345abb2c6ee Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 26 Mar 2025 15:04:03 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../ITS/postprocessing/studies/src/Efficiency.cxx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx b/Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx index 90b1fe74eacca..bca1ec1e85001 100644 --- a/Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx +++ b/Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx @@ -284,7 +284,7 @@ class EfficiencyStudy : public Task std::unique_ptr numZFake[NLAYERS]; std::unique_ptr numLayers; - std::unique_ptr denLayers; + std::unique_ptr denLayers; std::unique_ptr numGoodLayers; std::unique_ptr numFakeLayers; @@ -2075,7 +2075,7 @@ void EfficiencyStudy::studyClusterSelectionMC() /// all Z std::unique_ptr effZAll = std::make_unique("effZAll"); - auto numZGoodAll =std::unique_ptr((TH1D*)mNGoodMatchesZ[0]->Clone("numZGoodAll")); + auto numZGoodAll = std::unique_ptr((TH1D*)mNGoodMatchesZ[0]->Clone("numZGoodAll")); numZGoodAll->Add(mNGoodMatchesZ[1].get()); numZGoodAll->Add(mNGoodMatchesZ[2].get()); numZGoodAll->Write(); @@ -2291,8 +2291,7 @@ void EfficiencyStudy::getEfficiency(bool isMC) continue; } - - if (mUseMC){ //// excluding known bad chips in MC which are not bad in data --- to be checked based on the anchored run + if (mUseMC) { //// excluding known bad chips in MC which are not bad in data --- to be checked based on the anchored run if (std::find(mExcludedChipMC.begin(), mExcludedChipMC.end(), clusOriginal.getChipID()) != mExcludedChipMC.end()) { continue; } @@ -2494,8 +2493,7 @@ void EfficiencyStudy::process(o2::globaltracking::RecoContainer& recoData) // studyClusterSelectionMC(); // countDuplicatedAfterCuts(); getEfficiency(mUseMC); - } - else{ + } else { getEfficiency(mUseMC); }