From 71ce600786446726031977ea73c89706aee42fe2 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 24 Apr 2025 16:09:19 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../TRK/workflow/include/TRKWorkflow/TrackerSpec.h | 10 +++++----- .../ALICE3/TRK/workflow/src/TrackerSpec.cxx | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Detectors/Upgrades/ALICE3/TRK/workflow/include/TRKWorkflow/TrackerSpec.h b/Detectors/Upgrades/ALICE3/TRK/workflow/include/TRKWorkflow/TrackerSpec.h index 932458e68742a..3c82a4fd7b89d 100644 --- a/Detectors/Upgrades/ALICE3/TRK/workflow/include/TRKWorkflow/TrackerSpec.h +++ b/Detectors/Upgrades/ALICE3/TRK/workflow/include/TRKWorkflow/TrackerSpec.h @@ -38,15 +38,15 @@ class TrackerDPL : public framework::Task void init(framework::InitContext& ic) final; void run(framework::ProcessingContext& pc) final; void endOfStream(framework::EndOfStreamContext& ec) final; -// void finaliseCCDB(framework::ConcreteDataMatcher& matcher, void* obj) final; + // void finaliseCCDB(framework::ConcreteDataMatcher& matcher, void* obj) final; void stop() final; private: void updateTimeDependentParams(framework::ProcessingContext& pc); -// std::unique_ptr mRecChain = nullptr; -// std::unique_ptr mChainITS = nullptr; -// std::shared_ptr mGGCCDBRequest; -// ITSTrackingInterface mITSTrackingInterface; + // std::unique_ptr mRecChain = nullptr; + // std::unique_ptr mChainITS = nullptr; + // std::shared_ptr mGGCCDBRequest; + // ITSTrackingInterface mITSTrackingInterface; TStopwatch mTimer; }; diff --git a/Detectors/Upgrades/ALICE3/TRK/workflow/src/TrackerSpec.cxx b/Detectors/Upgrades/ALICE3/TRK/workflow/src/TrackerSpec.cxx index 74dfeed12fcf3..4057bab3b948f 100644 --- a/Detectors/Upgrades/ALICE3/TRK/workflow/src/TrackerSpec.cxx +++ b/Detectors/Upgrades/ALICE3/TRK/workflow/src/TrackerSpec.cxx @@ -77,12 +77,12 @@ DataProcessorSpec getTrackerSpec(bool useMC, o2::gpu::GPUDataTypes::DeviceType d // inputs.emplace_back("itscldict", "TRK", "CLUSDICT", 0, Lifetime::Condition, ccdbParamSpec("ITS/Calib/ClusterDictionary")); // inputs.emplace_back("itsalppar", "TRK", "ALPIDEPARAM", 0, Lifetime::Condition, ccdbParamSpec("ITS/Config/AlpideParam")); - auto ggRequest = std::make_shared(false, // orbitResetTime - false, // GRPECS=true - false, // GRPLHCIF - false, // GRPMagField - false, // askMatLUT - o2::base::GRPGeomRequest::None, // geometry, but ignored until it will be put in the CCDB + auto ggRequest = std::make_shared(false, // orbitResetTime + false, // GRPECS=true + false, // GRPLHCIF + false, // GRPMagField + false, // askMatLUT + o2::base::GRPGeomRequest::None, // geometry, but ignored until it will be put in the CCDB inputs, true); std::vector outputs; @@ -112,5 +112,5 @@ DataProcessorSpec getTrackerSpec(bool useMC, o2::gpu::GPUDataTypes::DeviceType d Options{}}; } -} // namespace its +} // namespace trk } // namespace o2