From a3e93c16f42d73f00c205c6e73d8fc74786e7268 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 8 May 2024 13:10:46 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/Tools/PID/checkPidPacking.cxx | 4 ++-- Common/Tools/PID/handleParamBase.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/Tools/PID/checkPidPacking.cxx b/Common/Tools/PID/checkPidPacking.cxx index 616df3e1533..55f36634e5c 100644 --- a/Common/Tools/PID/checkPidPacking.cxx +++ b/Common/Tools/PID/checkPidPacking.cxx @@ -75,8 +75,8 @@ bool process(std::string outputName, int nevents = 100000) huniformPacked->Draw("same"); can->SaveAs(outputName.c_str()); can->SaveAs(Form("%s]", outputName.c_str())); - const bool gausOk = (hgaus->GetBinContent(hgaus->FindBin(0)) == hgausPacked->GetBinContent(hgausPacked->FindBin(0))); - const bool uniformOk = (huniform->GetBinContent(huniform->FindBin(0)) == huniformPacked->GetBinContent(huniformPacked->FindBin(0))); + const bool gausOk = (hgaus->GetBinContent(hgaus->FindBin(0)) == hgausPacked->GetBinContent(hgausPacked->FindBin(0))); + const bool uniformOk = (huniform->GetBinContent(huniform->FindBin(0)) == huniformPacked->GetBinContent(huniformPacked->FindBin(0))); return gausOk && uniformOk; } diff --git a/Common/Tools/PID/handleParamBase.h b/Common/Tools/PID/handleParamBase.h index cb28fc0d128..b4919eab35c 100644 --- a/Common/Tools/PID/handleParamBase.h +++ b/Common/Tools/PID/handleParamBase.h @@ -177,7 +177,7 @@ void setupTimestamps(int64_t& timestamp, } } } - if (validityStop == 0) { //Default value for validityStop + if (validityStop == 0) { // Default value for validityStop validityStop = 4108971600000; } }