From 6ab5139d93d70169b40581f3d026fe509ee68201 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 25 Jul 2023 16:10:27 +0000 Subject: [PATCH] Please consider the following formatting changes --- DataFormats/Detectors/TRD/include/DataFormatsTRD/CalT0.h | 4 ++-- DataFormats/Detectors/TRD/src/T0FitHistos.cxx | 1 - Detectors/TRD/calibration/src/T0Fit.cxx | 1 - Detectors/TRD/workflow/include/TRDWorkflow/T0FitSpec.h | 1 - 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/DataFormats/Detectors/TRD/include/DataFormatsTRD/CalT0.h b/DataFormats/Detectors/TRD/include/DataFormatsTRD/CalT0.h index f1de8a4bf9d5c..038c2a5684d5f 100644 --- a/DataFormats/Detectors/TRD/include/DataFormatsTRD/CalT0.h +++ b/DataFormats/Detectors/TRD/include/DataFormatsTRD/CalT0.h @@ -35,9 +35,9 @@ class CalT0 void setT0av(float t0) { mT0av = t0; } float getT0(int iDet) const { return mT0[iDet]; } - //getT0av() returns the average T0 obtained by fitting the data from all chambers combined + // getT0av() returns the average T0 obtained by fitting the data from all chambers combined float getT0av() const { return mT0av; } - //calcT0av() returns the average T0 from all individual chambers + // calcT0av() returns the average T0 from all individual chambers float calcT0av() const { if (mT0.size() == 0) { diff --git a/DataFormats/Detectors/TRD/src/T0FitHistos.cxx b/DataFormats/Detectors/TRD/src/T0FitHistos.cxx index d4c3a184a5ee8..0e2bfc8880f20 100644 --- a/DataFormats/Detectors/TRD/src/T0FitHistos.cxx +++ b/DataFormats/Detectors/TRD/src/T0FitHistos.cxx @@ -19,7 +19,6 @@ using namespace o2::trd; using namespace o2::trd::constants; - void T0FitHistos::reset() { mDet.resize(0); diff --git a/Detectors/TRD/calibration/src/T0Fit.cxx b/Detectors/TRD/calibration/src/T0Fit.cxx index 5967cca123e7b..a155eccc045a0 100644 --- a/Detectors/TRD/calibration/src/T0Fit.cxx +++ b/Detectors/TRD/calibration/src/T0Fit.cxx @@ -117,7 +117,6 @@ void T0Fit::initProcessing() mInitDone = true; } - void T0Fit::finalizeSlot(Slot& slot) { // do actual fits for the data provided in the given slot diff --git a/Detectors/TRD/workflow/include/TRDWorkflow/T0FitSpec.h b/Detectors/TRD/workflow/include/TRDWorkflow/T0FitSpec.h index 700383936adf1..3f4fc7a1e69fd 100644 --- a/Detectors/TRD/workflow/include/TRDWorkflow/T0FitSpec.h +++ b/Detectors/TRD/workflow/include/TRDWorkflow/T0FitSpec.h @@ -31,7 +31,6 @@ #include "DetectorsBase/GRPGeomHelper.h" #include - using namespace o2::framework; namespace o2