![]() |
PandaRoot
|
#include <BSEmcAddLinksToCluster.h>
Public Member Functions | |
PndContainerI () | |
Construct a new PndContainerI object. More... | |
virtual | ~PndContainerI () |
Destroy the PndContainerI object. More... | |
virtual T const * | GetConstElementPtr (Int_t t_index) const =0 |
Get the Element object at t_index. 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... | |
virtual ssize_t | GetSize () const =0 |
Get the number of members in internal data. 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 {""} |
Definition at line 26 of file BSEmcAddLinksToCluster.h.
|
inline |
Construct a new PndContainerI object.
const | TString &t_foldername : Name of folder |
Bool_t | t_persistency : Should date be stored to file |
Definition at line 33 of file PndContainerI.h.
|
inlinevirtual |
|
inline |
Definition at line 63 of file PndContainerI.h.
Referenced by PndContainerRegister::SetInput(), and PndContainerRegister::SetOutput().
|
pure virtual |
Get the Element object at t_index.
t_index |
Implemented in PndMutableContainerI< T >, PndMutableContainerI< BSEmcRecoHit >, PndMutableContainerI< FairTimeStamp >, PndMutableContainerI< BSEmcPrecluster >, PndMutableContainerI< BSEmcCluster >, PndMutableContainerI< BSEmcDigi >, PndMutableContainerI< BSEmcMCDeposit >, PndMutableContainerI< BSEmcSubCluster >, PndMutableContainerI< BSEmcMCPoint >, PndConstContainerI< T >, PndConstContainerI< FairTimeStamp >, PndConstContainerI< BSEmcRecoHit >, PndConstContainerI< BSEmcCluster >, PndConstContainerI< BSEmcDigi >, and PndConstContainerI< BSEmcMCDeposit >.
Referenced by PndContainerI< BSEmcMCPoint >::GetVectorOfPtrToConst(), and PndContainerI< BSEmcMCPoint >::~PndContainerI().
|
inline |
return vector of const ptrs pointing at internal data, to be used to access data independent of underlying data container
Definition at line 53 of file PndContainerI.h.