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>
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
- Author
- T.Stockmanns t.sto.nosp@m.ckma.nosp@m.nns@f.nosp@m.z-ju.nosp@m.elich.nosp@m..de
Definition at line 17 of file PndHypCluster.h.
◆ PndHypCluster() [1/2]
PndHypCluster::PndHypCluster |
( |
| ) |
|
|
inline |
◆ ~PndHypCluster()
PndHypCluster::~PndHypCluster |
( |
| ) |
|
|
inline |
◆ PndHypCluster() [2/2]
PndHypCluster::PndHypCluster |
( |
std::vector< Int_t > |
list | ) |
|
◆ DigiBelongsToCluster()
bool PndHypCluster::DigiBelongsToCluster |
( |
Int_t |
digiIndex | ) |
|
◆ GetClusterList()
std::vector<Int_t> PndHypCluster::GetClusterList |
( |
| ) |
const |
|
inline |
◆ GetClusterSize()
Int_t PndHypCluster::GetClusterSize |
( |
| ) |
const |
|
inline |
◆ GetDigiIndex()
Int_t PndHypCluster::GetDigiIndex |
( |
Int_t |
i | ) |
const |
|
inline |
◆ GetSensorSide()
◆ Print()
void PndHypCluster::Print |
( |
| ) |
|
◆ SetClusterList()
void PndHypCluster::SetClusterList |
( |
std::vector< Int_t > |
list | ) |
|
|
inline |
◆ SetSensorSide()
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
PndHypCluster & |
cl |
|
) |
| |
|
friend |
Definition at line 33 of file PndHypCluster.h.
36 out <<
"Hits in Cluster:" << std::endl;
37 for (
unsigned int i = 0;
i < list.size();
i++)
38 out << list[
i] << std::endl;
std::vector< Int_t > GetClusterList() const
The documentation for this class was generated from the following file: