![]() |
PandaRoot
|
#include <PndSdsClusterPixel.h>
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 |
Definition at line 13 of file PndSdsClusterPixel.h.
| PndSdsClusterPixel::PndSdsClusterPixel | ( | ) |
|
inline |
Definition at line 16 of file PndSdsClusterPixel.h.
References SetClusterList(), and ~PndSdsClusterPixel().
|
virtual |
Referenced by PndSdsClusterPixel().
| PndSdsClusterPixel::ClassDef | ( | PndSdsClusterPixel | , |
| 1 | |||
| ) |
Referenced by SetClusterList().
|
inlinevirtual |
Implements PndSdsCluster.
Definition at line 19 of file PndSdsClusterPixel.h.
References ClassDef(), and PndSdsCluster::fClusterList.
Referenced by PndSdsClusterPixel().