PandaRoot
PndTrkClusterList Class Reference

#include <PndTrkClusterList.h>

Inheritance diagram for PndTrkClusterList:

Public Member Functions

 PndTrkClusterList ()
 
 PndTrkClusterList (const PndTrkClusterList &clist)
 
 ~PndTrkClusterList ()
 
PndTrkClusterListoperator= (const PndTrkClusterList &clist)
 
void AddCluster (PndTrkCluster *cluster)
 
void DeleteCluster (Int_t index)
 
void Reset ()
 
void Clear (Option_t *opt="")
 
Int_t GetNofClusters ()
 
PndTrkClusterGetCluster (Int_t index)
 

Protected Member Functions

 ClassDef (PndTrkClusterList, 1)
 

Protected Attributes

TClonesArray fClusterList
 

Detailed Description

Definition at line 16 of file PndTrkClusterList.h.

Constructor & Destructor Documentation

◆ PndTrkClusterList() [1/2]

PndTrkClusterList::PndTrkClusterList ( )

◆ PndTrkClusterList() [2/2]

PndTrkClusterList::PndTrkClusterList ( const PndTrkClusterList clist)

◆ ~PndTrkClusterList()

PndTrkClusterList::~PndTrkClusterList ( )

Member Function Documentation

◆ AddCluster()

void PndTrkClusterList::AddCluster ( PndTrkCluster cluster)

◆ ClassDef()

PndTrkClusterList::ClassDef ( PndTrkClusterList  ,
 
)
protected

◆ Clear()

void PndTrkClusterList::Clear ( Option_t *  opt = "")

◆ DeleteCluster()

void PndTrkClusterList::DeleteCluster ( Int_t  index)

◆ GetCluster()

PndTrkCluster* PndTrkClusterList::GetCluster ( Int_t  index)
inline

Definition at line 32 of file PndTrkClusterList.h.

References fClusterList.

32 { return (PndTrkCluster *)fClusterList[index]; }
TClonesArray fClusterList

◆ GetNofClusters()

Int_t PndTrkClusterList::GetNofClusters ( )
inline

Definition at line 30 of file PndTrkClusterList.h.

References fClusterList.

30 { return fClusterList.GetEntriesFast(); }
TClonesArray fClusterList

◆ operator=()

PndTrkClusterList& PndTrkClusterList::operator= ( const PndTrkClusterList clist)

◆ Reset()

void PndTrkClusterList::Reset ( )

Member Data Documentation

◆ fClusterList

TClonesArray PndTrkClusterList::fClusterList
protected

Definition at line 37 of file PndTrkClusterList.h.

Referenced by GetCluster(), and GetNofClusters().


The documentation for this class was generated from the following file: