|
CbmRoot
|
#include <CbmPsdUnpackConfig.h>
Public Member Functions | |
| CbmPsdUnpackConfig (std::string detGeoSetupTag, UInt_t runid=0) | |
| Create the Cbm Trd Unpack Task object. | |
| virtual | ~CbmPsdUnpackConfig () |
| Destroy the Cbm Trd Unpack Task object. | |
| CbmPsdUnpackConfig (const CbmPsdUnpackConfig &)=delete | |
| Copy constructor - not implemented. | |
| CbmPsdUnpackConfig & | operator= (const CbmPsdUnpackConfig &)=delete |
| Assignment operator - not implemented. | |
Protected Member Functions | |
| virtual std::shared_ptr< CbmPsdUnpackAlgo > | chooseAlgo () |
| Choose the derived unpacker algorithm to be used for the DAQ output to Digi translation. If algo was already set manually by the user this algorithm is used. | |
Definition at line 33 of file CbmPsdUnpackConfig.h.
| CbmPsdUnpackConfig::CbmPsdUnpackConfig | ( | std::string | detGeoSetupTag, |
| UInt_t | runid = 0 ) |
Create the Cbm Trd Unpack Task object.
| geoSetupTag | Geometry setup tag for the given detector as used by CbmSetup objects |
| runid | set if unpacker is rerun on a special run with special parameters |
Definition at line 17 of file CbmPsdUnpackConfig.cxx.
Referenced by CbmPsdUnpackConfig(), and operator=().
|
virtual |
Destroy the Cbm Trd Unpack Task object.
Definition at line 22 of file CbmPsdUnpackConfig.cxx.
|
delete |
Copy constructor - not implemented.
References CbmPsdUnpackConfig().
|
protectedvirtual |
Choose the derived unpacker algorithm to be used for the DAQ output to Digi translation. If algo was already set manually by the user this algorithm is used.
Definition at line 27 of file CbmPsdUnpackConfig.cxx.
|
delete |
Assignment operator - not implemented.
References CbmPsdUnpackConfig().