Skip to content
Snippets Groups Projects
Commit a1d98b81 authored by Pascal Raisig's avatar Pascal Raisig Committed by Pierre-Alain Loizeau
Browse files

Fix warning of unused parameter in PsdAlgo

Removed the setDerivedTsParameters empty function implementation. It is handled by the base template
To be reimplemented when needed.
parent 3f2df0b0
No related branches found
No related tags found
1 merge request!415Include all unpackers in the new /reco/steer/ based scheme
......@@ -115,17 +115,6 @@ protected:
*/
Bool_t initParSet(CbmMcbm2018PsdPar* parset);
/**
* @brief Set the Derived Ts Parameters
*
* In this function parameters required by the explicit algo connected to the timeslice can be set.
*
* @param itimeslice
* @return true
* @return false
*/
bool setDerivedTsParameters(size_t itimeslice) { return true; }
/**
* @brief Unpack a given microslice. To be implemented in the derived unpacker algos.
*
......
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