![]() |
PandaRoot
|
PndSTDConstContainer implementation of PndConstContainerI<T> for FairRootManager and std::vector<T> More...
#include <PndSTDConstContainer.h>
Public Member Functions | |
PndSTDConstContainer () | |
Construct a new PndSTDConstContainer object. More... | |
virtual | ~PndSTDConstContainer () |
Destroy the PndSTDConstContainer object. More... | |
virtual T const * | GetElement (Int_t t_idx) const final |
Get the t_idx Element. More... | |
virtual ssize_t | GetSize () const final |
Get the number of elements. More... | |
void | SetData (std::vector< T > const *t_container) |
Set the Data. More... | |
std::vector< T > const * | GetData () |
Get the Data. More... | |
![]() | |
PndConstContainerI () | |
Construct a new PndConstContainerI object. More... | |
virtual T const * | GetConstElementPtr (Int_t t_index) const |
Get the Element object at t_index. More... | |
std::vector< T const * > | GetVector () const |
return vector of ptrs pointing at internal data, to be used to access data independent of underlying data container More... | |
![]() | |
PndContainerI () | |
Construct a new PndContainerI object. More... | |
virtual | ~PndContainerI () |
Destroy the PndContainerI object. More... | |
std::vector< T const * > | GetVectorOfPtrToConst () const |
return vector of const ptrs pointing at internal data, to be used to access data independent of underlying data container More... | |
TString | GetClassName () const |
![]() | |
PndContainerBaseI () | |
Construct a new PndContainerBaseI object. More... | |
virtual | ~PndContainerBaseI () |
Destroy the PndContainerBaseI object. More... | |
const TString & | GetBranchName () const |
Get the BranchName. More... | |
void | SetBranchName (const TString &t_branchname) |
Set the Branch Name. More... | |
Additional Inherited Members | |
![]() | |
TString | fBranchName {""} |
PndSTDConstContainer implementation of PndConstContainerI<T> for FairRootManager and std::vector<T>
Input data retrieved from FairRootManager is immutable (std::vector<T> const *)
T |
Definition at line 48 of file PndSTDConstContainer.h.
|
inline |
|
inlinevirtual |
Destroy the PndSTDConstContainer object.
Definition at line 59 of file PndSTDConstContainer.h.
|
inline |
|
inlinefinalvirtual |
Get the t_idx Element.
t_idx |
Implements PndConstContainerI< T >.
Definition at line 67 of file PndSTDConstContainer.h.
|
inlinefinalvirtual |
Get the number of elements.
Implements PndContainerBaseI.
Definition at line 81 of file PndSTDConstContainer.h.
|
inline |