Skip to content

Commit 9b869fb

Browse files
authored
Please consider the following formatting changes (#108)
1 parent b00ee9b commit 9b869fb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Detectors/Upgrades/ALICE3/TRK/workflow/include/TRKWorkflow/TrackerSpec.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ class TrackerDPL : public framework::Task
3838
void init(framework::InitContext& ic) final;
3939
void run(framework::ProcessingContext& pc) final;
4040
void endOfStream(framework::EndOfStreamContext& ec) final;
41-
// void finaliseCCDB(framework::ConcreteDataMatcher& matcher, void* obj) final;
41+
// void finaliseCCDB(framework::ConcreteDataMatcher& matcher, void* obj) final;
4242
void stop() final;
4343

4444
private:
4545
void updateTimeDependentParams(framework::ProcessingContext& pc);
46-
// std::unique_ptr<o2::gpu::GPUReconstruction> mRecChain = nullptr;
47-
// std::unique_ptr<o2::gpu::GPUChainITS> mChainITS = nullptr;
48-
// std::shared_ptr<o2::base::GRPGeomRequest> mGGCCDBRequest;
49-
// ITSTrackingInterface mITSTrackingInterface;
46+
// std::unique_ptr<o2::gpu::GPUReconstruction> mRecChain = nullptr;
47+
// std::unique_ptr<o2::gpu::GPUChainITS> mChainITS = nullptr;
48+
// std::shared_ptr<o2::base::GRPGeomRequest> mGGCCDBRequest;
49+
// ITSTrackingInterface mITSTrackingInterface;
5050
TStopwatch mTimer;
5151
};
5252

Detectors/Upgrades/ALICE3/TRK/workflow/src/TrackerSpec.cxx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ DataProcessorSpec getTrackerSpec(bool useMC, o2::gpu::GPUDataTypes::DeviceType d
7777

7878
// inputs.emplace_back("itscldict", "TRK", "CLUSDICT", 0, Lifetime::Condition, ccdbParamSpec("ITS/Calib/ClusterDictionary"));
7979
// inputs.emplace_back("itsalppar", "TRK", "ALPIDEPARAM", 0, Lifetime::Condition, ccdbParamSpec("ITS/Config/AlpideParam"));
80-
auto ggRequest = std::make_shared<o2::base::GRPGeomRequest>(false, // orbitResetTime
81-
false, // GRPECS=true
82-
false, // GRPLHCIF
83-
false, // GRPMagField
84-
false, // askMatLUT
85-
o2::base::GRPGeomRequest::None, // geometry, but ignored until it will be put in the CCDB
80+
auto ggRequest = std::make_shared<o2::base::GRPGeomRequest>(false, // orbitResetTime
81+
false, // GRPECS=true
82+
false, // GRPLHCIF
83+
false, // GRPMagField
84+
false, // askMatLUT
85+
o2::base::GRPGeomRequest::None, // geometry, but ignored until it will be put in the CCDB
8686
inputs,
8787
true);
8888
std::vector<OutputSpec> outputs;
@@ -112,5 +112,5 @@ DataProcessorSpec getTrackerSpec(bool useMC, o2::gpu::GPUDataTypes::DeviceType d
112112
Options{}};
113113
}
114114

115-
} // namespace its
115+
} // namespace trk
116116
} // namespace o2

0 commit comments

Comments
 (0)