Skip to content
Snippets Groups Projects

Changes from mCBM 2022 prod to hadron analysis

Merged Pierre-Alain Loizeau requested to merge mcbm/cbmroot:mr_hadron into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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.
Loading