Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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<o2::gpu::GPUReconstruction> mRecChain = nullptr;
// std::unique_ptr<o2::gpu::GPUChainITS> mChainITS = nullptr;
// std::shared_ptr<o2::base::GRPGeomRequest> mGGCCDBRequest;
// ITSTrackingInterface mITSTrackingInterface;
// std::unique_ptr<o2::gpu::GPUReconstruction> mRecChain = nullptr;
// std::unique_ptr<o2::gpu::GPUChainITS> mChainITS = nullptr;
// std::shared_ptr<o2::base::GRPGeomRequest> mGGCCDBRequest;
// ITSTrackingInterface mITSTrackingInterface;
TStopwatch mTimer;
};

Expand Down
14 changes: 7 additions & 7 deletions Detectors/Upgrades/ALICE3/TRK/workflow/src/TrackerSpec.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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<o2::base::GRPGeomRequest>(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<o2::base::GRPGeomRequest>(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<OutputSpec> outputs;
Expand Down Expand Up @@ -112,5 +112,5 @@ DataProcessorSpec getTrackerSpec(bool useMC, o2::gpu::GPUDataTypes::DeviceType d
Options{}};
}

} // namespace its
} // namespace trk
} // namespace o2