#include <TestTasks.h>
Definition at line 91 of file TestTasks.h.
◆ TestOutWithTCATask()
TestOutWithTCATask::TestOutWithTCATask |
( |
const TString & |
t_branch = "TestBranch" | ) |
|
|
inline |
Definition at line 97 of file TestTasks.h.
97 : FairTask(), fBranchName(t_branch) {}
◆ ~TestOutWithTCATask()
virtual TestOutWithTCATask::~TestOutWithTCATask |
( |
| ) |
|
|
inlinevirtual |
◆ Exec()
virtual void TestOutWithTCATask::Exec |
( |
Option_t * |
| ) |
|
|
inlinevirtual |
◆ Init()
virtual InitStatus TestOutWithTCATask::Init |
( |
| ) |
|
|
inlinefinalvirtual |
Definition at line 101 of file TestTasks.h.
References PndTCAOutputContainer< T >::Init().
103 EXPECT_TRUE(fOutCont.
Init(fBranchName));
virtual Bool_t Init(const TString &t_branchname) final
Register the data t_branchname in form of TClonesArray * with the FairRootManager.
The documentation for this class was generated from the following file: