![]() |
PandaRoot
|
#include <TestTasks.h>
Public Member Functions | |
TestInTask (const TString &t_branch="TestBranch") | |
virtual | ~TestInTask () |
PndTCAConstContainer< FairTimeStamp > * | GetTCA (const TString &t_branchname) |
Tries to find a registered TClonesArray with name t_branchname. Returns kTRUE on success. More... | |
PndSTDConstContainer< FairTimeStamp > * | GetSTD (const TString &t_branchname) |
Tries to find a registered const std::vector<T>* with name t_branchname. Returns kTRUE on success. More... | |
virtual InitStatus | Init () final |
virtual void | Exec (Option_t *) |
Definition at line 13 of file TestTasks.h.
|
inline |
Definition at line 19 of file TestTasks.h.
|
inlinevirtual |
Definition at line 20 of file TestTasks.h.
|
inlinevirtual |
Definition at line 81 of file TestTasks.h.
References PndConstContainerI< T >::GetConstElementPtr(), and PndConstContainer< T >::GetSize().
|
inline |
Tries to find a registered const std::vector<T>* with name t_branchname. Returns kTRUE on success.
t_branchname |
Definition at line 48 of file TestTasks.h.
References PndContainerBaseI::SetBranchName().
Referenced by Init().
|
inline |
Tries to find a registered TClonesArray with name t_branchname. Returns kTRUE on success.
t_branchname |
Definition at line 28 of file TestTasks.h.
References PndContainerBaseI::SetBranchName().
Referenced by Init().
|
inlinefinalvirtual |
Definition at line 65 of file TestTasks.h.
References GetSTD(), GetTCA(), PndContainerBaseI::SetBranchName(), and PndConstContainer< T >::SetConstContainer().