Skip to content
Snippets Groups Projects
Commit 30157d71 authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

In UnpackConfig templ, make GetUnpacker return native type ptr instead of specialized base ptr

parent ecdaba7f
No related branches found
No related tags found
1 merge request!875Changes from mCBM 2022 prod to unpacker base templates and task
Pipeline #17941 passed
......@@ -172,7 +172,7 @@ public:
* In this function also all initialization steps of the unpacker algorithms have to happen.
* @return std::shared_ptr<CbmRecoUnpackAlgo>
*/
std::shared_ptr<CbmRecoUnpackAlgo<TOutput, TOptOutA, TOptOutB>> GetUnpacker() { return fAlgo; };
std::shared_ptr<TAlgo> GetUnpacker() { return fAlgo; };
/**
* @brief Get the requested parameter containers from the Algo.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment