12#include <RtypesCore.h>
18 : CbmRecoUnpackConfig(
"CbmPsdUnpackConfig", detGeoSetupTag, runid)
29 if (fDoLog) LOG(info) << fName <<
"::Init - chooseAlgo";
33 auto algo = std::make_shared<CbmPsdUnpackAlgo>();
34 LOG(info) << fName <<
"::chooseAlgo() - selected algo = " << algo->Class_Name();
38 <<
"::Init - chooseAlgo() - no algorithm created something went wrong. We can not work like this!";
ClassImp(CbmConverterManager)
Baseclass for the TrdR unpacker algorithms.
Configuration class for an unpacker algorithm.
virtual ~CbmPsdUnpackConfig()
Destroy the Cbm Trd Unpack Task object.
CbmPsdUnpackConfig(std::string detGeoSetupTag, UInt_t runid=0)
Create the Cbm Trd Unpack Task object.
virtual std::shared_ptr< CbmPsdUnpackAlgo > chooseAlgo()
Choose the derived unpacker algorithm to be used for the DAQ output to Digi translation....