From d27bb073e25c7eaf0dee4d8f2003f78451d74a22 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 27 Nov 2024 13:53:27 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/DataModel/PIDResponseTPC.h | 2 -- PWGUD/Tasks/sgSpectraAnalyzer.cxx | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Common/DataModel/PIDResponseTPC.h b/Common/DataModel/PIDResponseTPC.h index ea5e1fc81ec..ed238b229ae 100644 --- a/Common/DataModel/PIDResponseTPC.h +++ b/Common/DataModel/PIDResponseTPC.h @@ -209,7 +209,6 @@ perSpeciesWrapper(tpcExpSignalDiff); } // namespace pidutils - namespace pidtpc { // Expected signals @@ -407,7 +406,6 @@ DECLARE_SOA_COLUMN(DeDxTunedMc, mcTunedTPCSignal, float); //! TPC signal after T DECLARE_SOA_TABLE(mcTPCTuneOnData, "AOD", "MCTPCTUNEONDATA", mcpidtpc::DeDxTunedMc); - } // namespace o2::aod #endif // COMMON_DATAMODEL_PIDRESPONSETPC_H_ diff --git a/PWGUD/Tasks/sgSpectraAnalyzer.cxx b/PWGUD/Tasks/sgSpectraAnalyzer.cxx index 6c81f8c0411..af4978663e6 100644 --- a/PWGUD/Tasks/sgSpectraAnalyzer.cxx +++ b/PWGUD/Tasks/sgSpectraAnalyzer.cxx @@ -21,9 +21,9 @@ #include "PWGUD/DataModel/UDTables.h" #include "PWGUD/Core/SGSelector.h" #include "PWGUD/Core/SGTrackSelector.h" -//#include "Common/DataModel/PIDResponseTOF.h" -//#include "Common/DataModel/PIDResponseTPC.h" -//#include "PWGUD/Core/RLhelper.h" +// #include "Common/DataModel/PIDResponseTOF.h" +// #include "Common/DataModel/PIDResponseTPC.h" +// #include "PWGUD/Core/RLhelper.h" #include #include "TLorentzVector.h" using namespace std;