PandaRoot
PndSdsClusterPixel Class Reference

#include <PndSdsClusterPixel.h>

Inheritance diagram for PndSdsClusterPixel:
PndSdsCluster

Public Member Functions

 PndSdsClusterPixel ()
 
 PndSdsClusterPixel (Int_t DigiType, std::vector< Int_t > list, Int_t fileId=-1, Int_t evtId=-1)
 
virtual ~PndSdsClusterPixel ()
 
void SetClusterList (Int_t DigiType, std::vector< Int_t > list, Int_t fileId, Int_t evtId)
 
 ClassDef (PndSdsClusterPixel, 1)
 
- Public Member Functions inherited from PndSdsCluster
 PndSdsCluster ()
 
 ~PndSdsCluster ()
 
 PndSdsCluster (std::vector< Int_t > list)
 
std::vector< Int_t > GetClusterList () const
 
Int_t GetClusterSize () const
 
Int_t GetDigiIndex (Int_t i) const
 
bool DigiBelongsToCluster (Int_t digiIndex)
 
virtual void Print ()
 

Additional Inherited Members

- Protected Member Functions inherited from PndSdsCluster
 ClassDef (PndSdsCluster, 2)
 
- Protected Attributes inherited from PndSdsCluster
std::vector< Int_t > fClusterList
 

Detailed Description

Definition at line 13 of file PndSdsClusterPixel.h.

Constructor & Destructor Documentation

◆ PndSdsClusterPixel() [1/2]

PndSdsClusterPixel::PndSdsClusterPixel ( )

◆ PndSdsClusterPixel() [2/2]

PndSdsClusterPixel::PndSdsClusterPixel ( Int_t  DigiType,
std::vector< Int_t >  list,
Int_t  fileId = -1,
Int_t  evtId = -1 
)
inline

Definition at line 16 of file PndSdsClusterPixel.h.

References SetClusterList(), and ~PndSdsClusterPixel().

16 { SetClusterList(DigiType, list, fileId, evtId); };
void SetClusterList(Int_t DigiType, std::vector< Int_t > list, Int_t fileId, Int_t evtId)

◆ ~PndSdsClusterPixel()

virtual PndSdsClusterPixel::~PndSdsClusterPixel ( )
virtual

Referenced by PndSdsClusterPixel().

Member Function Documentation

◆ ClassDef()

PndSdsClusterPixel::ClassDef ( PndSdsClusterPixel  ,
 
)

Referenced by SetClusterList().

◆ SetClusterList()

void PndSdsClusterPixel::SetClusterList ( Int_t  DigiType,
std::vector< Int_t >  list,
Int_t  fileId,
Int_t  evtId 
)
inlinevirtual

Implements PndSdsCluster.

Definition at line 19 of file PndSdsClusterPixel.h.

References ClassDef(), and PndSdsCluster::fClusterList.

Referenced by PndSdsClusterPixel().

20  {
21  fClusterList = list;
22  SetLinks(FairMultiLinkedData(DigiType, list, fileId, evtId));
23  }
std::vector< Int_t > fClusterList
Definition: PndSdsCluster.h:46

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