From a1d98b81ea9149a12bd894fbe48efc7f1c9be381 Mon Sep 17 00:00:00 2001
From: Pascal Raisig <praisig@ikf.uni-frankfurt.de>
Date: Fri, 16 Jul 2021 10:27:47 +0200
Subject: [PATCH] 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.
---
 reco/detectors/psd/unpack/CbmPsdUnpackAlgo.h | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/reco/detectors/psd/unpack/CbmPsdUnpackAlgo.h b/reco/detectors/psd/unpack/CbmPsdUnpackAlgo.h
index b852c2ba83..73278e1791 100644
--- a/reco/detectors/psd/unpack/CbmPsdUnpackAlgo.h
+++ b/reco/detectors/psd/unpack/CbmPsdUnpackAlgo.h
@@ -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.
    * 
-- 
GitLab