FairRoot/PandaRoot
|
#include <PndTrkClusterList.h>
Public Member Functions | |
PndTrkClusterList () | |
PndTrkClusterList (const PndTrkClusterList &clist) | |
~PndTrkClusterList () | |
PndTrkClusterList & | operator= (const PndTrkClusterList &clist) |
void | AddCluster (PndTrkCluster *cluster) |
void | DeleteCluster (Int_t index) |
void | Reset () |
void | Clear (Option_t *opt="") |
Int_t | GetNofClusters () |
PndTrkCluster * | GetCluster (Int_t index) |
Protected Member Functions | |
ClassDef (PndTrkClusterList, 1) | |
Protected Attributes | |
TClonesArray | fClusterList |
Definition at line 16 of file PndTrkClusterList.h.
PndTrkClusterList::PndTrkClusterList | ( | ) |
Definition at line 19 of file PndTrkClusterList.cxx.
PndTrkClusterList::PndTrkClusterList | ( | const PndTrkClusterList & | clist | ) |
Definition at line 21 of file PndTrkClusterList.cxx.
PndTrkClusterList::~PndTrkClusterList | ( | ) |
void PndTrkClusterList::AddCluster | ( | PndTrkCluster * | cluster | ) |
Definition at line 35 of file PndTrkClusterList.cxx.
References fClusterList.
Referenced by PndTrkClean::Cleanup2(), PndTrkLegendreNew::CreateFullClusterization(), PndTrkCombiLegendreTask::CreateFullClusterization(), PndTrkTrackFinder::CreateFullClusterization(), PndTrkLegendreSecTask2::Exec(), PndTrkLegendreTask::Exec(), PndTrkLegendreSecTask::Exec(), PndTrkTrackFinder::Exec(), PndTrkClean::MergeClusters(), and PndTrkClean::Split().
|
protected |
void PndTrkClusterList::Clear | ( | Option_t * | opt = "" | ) |
Definition at line 55 of file PndTrkClusterList.cxx.
References fClusterList.
Referenced by Reset().
void PndTrkClusterList::DeleteCluster | ( | Int_t | index | ) |
|
inline |
Definition at line 34 of file PndTrkClusterList.h.
References fClusterList.
Referenced by PndTrkLegendreNew::Exec(), and PndTrkClean::MergeClusters().
|
inline |
Definition at line 32 of file PndTrkClusterList.h.
References fClusterList.
Referenced by PndTrkLegendreNew::Exec(), and PndTrkClean::MergeClusters().
PndTrkClusterList & PndTrkClusterList::operator= | ( | const PndTrkClusterList & | clist | ) |
void PndTrkClusterList::Reset | ( | ) |
|
protected |
Definition at line 40 of file PndTrkClusterList.h.
Referenced by AddCluster(), Clear(), DeleteCluster(), GetCluster(), GetNofClusters(), operator=(), and ~PndTrkClusterList().