FairRoot/PandaRoot
|
Class to store the Digis which belong to one cluster This class holds the information which Digi belongs to the actual cluster. The information is stored in a vector<Int_t> which contains the position of the digi in the TClonesArray where it is stored. More...
#include <PndHypCluster.h>
Public Member Functions | |
PndHypCluster () | |
~PndHypCluster () | |
PndHypCluster (std::vector< Int_t > list) | |
void | SetClusterList (std::vector< Int_t > list) |
std::vector< Int_t > | GetClusterList () const |
Int_t | GetClusterSize () const |
Int_t | GetDigiIndex (Int_t i) const |
SensorSide | GetSensorSide () const |
void | SetSensorSide (SensorSide s) |
bool | DigiBelongsToCluster (Int_t digiIndex) |
void | Print () |
Private Member Functions | |
ClassDef (PndHypCluster, 1) | |
Private Attributes | |
std::vector< Int_t > | fClusterList |
SensorSide | fSide |
Friends | |
std::ostream & | operator<< (std::ostream &out, PndHypCluster &cl) |
Class to store the Digis which belong to one cluster This class holds the information which Digi belongs to the actual cluster. The information is stored in a vector<Int_t> which contains the position of the digi in the TClonesArray where it is stored.
PndHypClusterCand.h
Definition at line 18 of file PndHypCluster.h.
|
inline |
Definition at line 21 of file PndHypCluster.h.
|
inline |
Definition at line 22 of file PndHypCluster.h.
PndHypCluster::PndHypCluster | ( | std::vector< Int_t > | list | ) |
Definition at line 3 of file PndHypCluster.cxx.
|
private |
bool PndHypCluster::DigiBelongsToCluster | ( | Int_t | digiIndex | ) |
|
inline |
|
inline |
|
inline |
|
inline |
void PndHypCluster::Print | ( | ) |
Definition at line 8 of file PndHypCluster.cxx.
|
inline |
|
inline |
Definition at line 31 of file PndHypCluster.h.
Referenced by PndHypStripClusterBuilder::AddCluster().
|
friend |
Definition at line 35 of file PndHypCluster.h.
|
private |
Definition at line 46 of file PndHypCluster.h.
Referenced by DigiBelongsToCluster(), GetClusterList(), GetClusterSize(), GetDigiIndex(), and SetClusterList().
|
private |
Definition at line 47 of file PndHypCluster.h.
Referenced by GetSensorSide(), and SetSensorSide().