From 3cfaa6f915fa26ce29e15a358b32c1f2ec691afe Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 9 Jul 2024 10:41:36 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/DataModel/PIDResponse.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/DataModel/PIDResponse.h b/Common/DataModel/PIDResponse.h index 007deedd794..3ef77fef8d4 100644 --- a/Common/DataModel/PIDResponse.h +++ b/Common/DataModel/PIDResponse.h @@ -96,7 +96,7 @@ using hasTPCAl = decltype(std::declval().tpcNSigmaAl()); // PID index as template argument #define perSpeciesWrapper(functionName) \ template \ - auto functionName(const TrackType& track) \ + auto functionName(const TrackType& track) \ { \ if constexpr (index == o2::track::PID::Electron) { \ return track.functionName##El(); \ @@ -178,7 +178,7 @@ perSpeciesWrapper(tpcExpSignalDiff); // PID index as function argument for TOF #define perSpeciesWrapper(functionName) \ template \ - auto functionName(const o2::track::PID::ID index, const TrackType& track) \ + auto functionName(const o2::track::PID::ID index, const TrackType& track) \ { \ switch (index) { \ case o2::track::PID::Electron: \ @@ -277,7 +277,7 @@ perSpeciesWrapper(tofExpSignalDiff); // PID index as function argument for TPC #define perSpeciesWrapper(functionName) \ template \ - auto functionName(const o2::track::PID::ID index, const TrackType& track) \ + auto functionName(const o2::track::PID::ID index, const TrackType& track) \ { \ switch (index) { \ case o2::track::PID::Electron: \