Task managing all processes required to create BSEmcDigis from BSEmcMCDeposits.
More...
#include <BSEmcDigitizerTask.h>
|
virtual void | PreProcessing (Option_t *) |
| Do some task preparation before PndProcesses are run once per event. More...
|
|
virtual void | PostProcessing (Option_t *) |
| Do some task post clean up after PndProcesses are run once per event. More...
|
|
virtual void | SetupDataArrays () |
| Define which data containers need to be fetched from the FairRootManager, pass the data container addresses into a simple struct to distribute the addresses to the PndProcesses so they can read and write the data to them. Needs to be implemented in the derived PndProcessTask, such as the BSEmcClusteringTask. More...
|
|
void | SetParContainers () final |
| Fetch the FairRuntimeDb and populate the PndParameterRegister with all requested parameter. Has to be called before Init() More...
|
|
template<class T > |
Bool_t | DispatchRequest (const PndContainerRegister::PndContainerType_t &t_container, PndContainerRegister *t_register, const TString &t_defaultName) |
|
TClonesArray * | GetInputArray (const TString &t_branchname, const TString &t_classtype) |
|
TClonesArray * | GetOutputArray (const TString &t_branchname, const TString &t_classtype, const TString &t_foldername, Bool_t t_persistenxy) |
|
template<class T > |
Bool_t | HandledRequest (const PndContainerRegister::PndContainerType_t &t_container, PndContainerRegister *t_register, const TString &t_defaultName) |
|
Protected Member Functions inherited from PndProcessHandler |
virtual void | SetupProcess (PndProcess *t_process) |
|
Task managing all processes required to create BSEmcDigis from BSEmcMCDeposits.
- Author
- Ben Salisbury salis.nosp@m.bury.nosp@m.@hisk.nosp@m.p.un.nosp@m.i-bon.nosp@m.n.de, HISKP Bonn
- Date
- 2021-01
Definition at line 29 of file BSEmcDigitizerTask.h.
◆ BSEmcDigitizerTask()
BSEmcDigitizerTask::BSEmcDigitizerTask |
( |
const std::string & |
t_detectorname = "Barrel" , |
|
|
Bool_t |
t_storedigis = kTRUE |
|
) |
| |
◆ ~BSEmcDigitizerTask()
virtual BSEmcDigitizerTask::~BSEmcDigitizerTask |
( |
| ) |
|
|
virtual |
◆ PostProcessing()
virtual void BSEmcDigitizerTask::PostProcessing |
( |
Option_t * |
| ) |
|
|
protectedvirtual |
◆ PreProcessing()
virtual void BSEmcDigitizerTask::PreProcessing |
( |
Option_t * |
| ) |
|
|
protectedvirtual |
◆ SetDigiBranchName()
void BSEmcDigitizerTask::SetDigiBranchName |
( |
const std::string & |
t_digibranchname | ) |
|
|
inline |
◆ SetMCDepositBranchName()
void BSEmcDigitizerTask::SetMCDepositBranchName |
( |
const std::string & |
t_depositbranchname | ) |
|
|
inline |
◆ SetupDataArrays()
virtual void BSEmcDigitizerTask::SetupDataArrays |
( |
| ) |
|
|
protectedvirtual |
Define which data containers need to be fetched from the FairRootManager, pass the data container addresses into a simple struct to distribute the addresses to the PndProcesses so they can read and write the data to them. Needs to be implemented in the derived PndProcessTask, such as the BSEmcClusteringTask.
Implements PndProcessTask.
Referenced by SetWaveformBranchName().
◆ SetWaveformBranchName()
void BSEmcDigitizerTask::SetWaveformBranchName |
( |
const std::string & |
t_waveformbranchname | ) |
|
|
inline |
The documentation for this class was generated from the following file: