![]() |
PandaRoot
|
#include <BSEmcAddLinksToCluster.h>
Public Member Functions | |
PndMutableContainerI (const TString &t_foldername="", Bool_t t_persistency=kTRUE) | |
Construct a new PndMutableContainerI object. More... | |
fFolderName (t_foldername) | |
fPersistency (t_persistency) | |
virtual | ~PndMutableContainerI () |
Destroy the PndMutableContainerI object. More... | |
virtual void | Reset ()=0 |
Reset data. More... | |
virtual T * | CreateCopy (const T &t_data)=0 |
Create a copy of t_data in internal data and return ptr to it. More... | |
virtual void | RemoveAt (Int_t t_index)=0 |
Delete object at t_index in internal data. More... | |
virtual void | Compress () |
Compress. More... | |
virtual T * | GetElement (Int_t t_index) const =0 |
Get the Element object at t_index. More... | |
virtual T const * | GetConstElementPtr (Int_t t_index) const |
Get the Element object at t_index. More... | |
std::vector< T * > | GetVector () const |
return vector of ptrs pointing at internal data, to be used to access data independent of underlying data container More... | |
void | SetFolderName (const TString &t_foldername) |
Set the FolderName. More... | |
void | SetPersistency (Bool_t t_persistency) |
Set the Persistency of the data. More... | |
const TString & | GetFolderName () const |
Get the Folder Name. More... | |
Bool_t | GetPersistency () const |
Get the Persistency of the data. 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... | |
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... | |
Protected Attributes | |
TString | fFolderName {""} |
Bool_t | fPersistency {kFALSE} |
![]() | |
TString | fBranchName {""} |
Definition at line 28 of file BSEmcAddLinksToCluster.h.
|
inline |
Construct a new PndMutableContainerI object.
const | TString &t_foldername : Name of folder |
Bool_t | t_persistency : Should date be stored to file |
Definition at line 16 of file PndMutableContainerI.h.
|
inlinevirtual |
Destroy the PndMutableContainerI object.
Definition at line 21 of file PndMutableContainerI.h.
|
inlinevirtual |
Compress.
Reimplemented in PndMutableContainer< T >, PndSTDMutableContainer< T >, PndSTDMutableContainer< FairTimeStamp >, PndTCAMutableContainer< T >, PndTCAMutableContainer< BSEmcRecoHit >, PndTCAMutableContainer< FairTimeStamp >, and PndTCAMutableContainer< BSEmcDigi >.
Definition at line 50 of file PndMutableContainerI.h.
|
pure virtual |
Create a copy of t_data in internal data and return ptr to it.
t_data |
Implemented in PndSTDMutableContainer< T >, PndSTDMutableContainer< FairTimeStamp >, PndTCAMutableContainer< T >, PndTCAMutableContainer< BSEmcRecoHit >, PndTCAMutableContainer< FairTimeStamp >, PndTCAMutableContainer< BSEmcDigi >, and PndMutableContainer< T >.
Referenced by PndMutableContainerI< BSEmcMCPoint >::~PndMutableContainerI().
PndMutableContainerI< T >::fFolderName | ( | t_foldername | ) |
|
inline |
Definition at line 16 of file PndMutableContainerI.h.
|
inlinevirtual |
Get the Element object at t_index.
t_index |
Implements PndContainerI< T >.
Definition at line 66 of file PndMutableContainerI.h.
|
pure virtual |
Get the Element object at t_index.
t_index |
Implemented in PndTCAMutableContainer< T >, PndTCAMutableContainer< BSEmcRecoHit >, PndTCAMutableContainer< FairTimeStamp >, PndTCAMutableContainer< BSEmcDigi >, PndMutableContainer< T >, PndSTDMutableContainer< T >, and PndSTDMutableContainer< FairTimeStamp >.
Referenced by PndMutableContainerI< BSEmcMCPoint >::Compress(), PndMutableContainerI< BSEmcMCPoint >::GetConstElementPtr(), and PndMutableContainerI< BSEmcMCPoint >::GetVector().
|
inline |
|
inline |
Get the Persistency of the data.
Definition at line 109 of file PndMutableContainerI.h.
|
inline |
return vector of ptrs pointing at internal data, to be used to access data independent of underlying data container
Definition at line 73 of file PndMutableContainerI.h.
|
pure virtual |
Delete object at t_index in internal data.
t_index |
Implemented in PndSTDMutableContainer< T >, PndSTDMutableContainer< FairTimeStamp >, PndTCAMutableContainer< T >, PndTCAMutableContainer< BSEmcRecoHit >, PndTCAMutableContainer< FairTimeStamp >, PndTCAMutableContainer< BSEmcDigi >, and PndMutableContainer< T >.
Referenced by PndMutableContainerI< BSEmcMCPoint >::~PndMutableContainerI().
|
pure virtual |
Reset data.
Should delete current data
Implemented in PndSTDMutableContainer< T >, PndSTDMutableContainer< FairTimeStamp >, PndTCAMutableContainer< T >, PndTCAMutableContainer< BSEmcRecoHit >, PndTCAMutableContainer< FairTimeStamp >, PndTCAMutableContainer< BSEmcDigi >, and PndMutableContainer< T >.
Referenced by PndMutableContainerI< BSEmcMCPoint >::~PndMutableContainerI().
|
inline |
|
inline |
Set the Persistency of the data.
t_persistency |
Definition at line 95 of file PndMutableContainerI.h.
Referenced by PndProcessTask::HandledRequest().
|
protected |
Definition at line 112 of file PndMutableContainerI.h.
Referenced by PndMutableContainerI< BSEmcMCPoint >::GetFolderName(), PndMutableContainerI< BSEmcMCPoint >::PndMutableContainerI(), and PndMutableContainerI< BSEmcMCPoint >::SetFolderName().
|
protected |
Definition at line 113 of file PndMutableContainerI.h.
Referenced by PndMutableContainerI< BSEmcMCPoint >::GetPersistency(), PndMutableContainerI< BSEmcMCPoint >::PndMutableContainerI(), and PndMutableContainerI< BSEmcMCPoint >::SetPersistency().