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 <PndSdsCluster.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.
PndSdsCluster.h
- Author
- T.Stockmanns t.sto.nosp@m.ckma.nosp@m.nns@f.nosp@m.z-ju.nosp@m.elich.nosp@m..de
- Examples:
- /home/gitlab-runner/builds/LYZoAKaU/0/PandaRootGroup/PandaRoot/detectors/sds/SdsReco/PndSdsChargeWeightingAlgorithms.h.
Definition at line 18 of file PndSdsCluster.h.
◆ PndSdsCluster() [1/2]
PndSdsCluster::PndSdsCluster |
( |
| ) |
|
|
inline |
◆ ~PndSdsCluster()
PndSdsCluster::~PndSdsCluster |
( |
| ) |
|
|
inline |
◆ PndSdsCluster() [2/2]
PndSdsCluster::PndSdsCluster |
( |
std::vector< Int_t > |
list | ) |
|
◆ ClassDef()
◆ DigiBelongsToCluster()
bool PndSdsCluster::DigiBelongsToCluster |
( |
Int_t |
digiIndex | ) |
|
◆ GetClusterList()
std::vector<Int_t> PndSdsCluster::GetClusterList |
( |
| ) |
const |
|
inline |
◆ GetClusterSize()
Int_t PndSdsCluster::GetClusterSize |
( |
| ) |
const |
|
inline |
◆ GetDigiIndex()
Int_t PndSdsCluster::GetDigiIndex |
( |
Int_t |
i | ) |
const |
|
inline |
◆ Print()
virtual void PndSdsCluster::Print |
( |
| ) |
|
|
virtual |
◆ SetClusterList()
virtual void PndSdsCluster::SetClusterList |
( |
Int_t |
DigiType, |
|
|
std::vector< Int_t > |
list, |
|
|
Int_t |
fileId, |
|
|
Int_t |
eventId |
|
) |
| |
|
pure virtual |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
PndSdsCluster & |
cl |
|
) |
| |
|
friend |
Definition at line 20 of file PndSdsCluster.h.
23 out <<
"Hits in Cluster: (";
24 for (UInt_t
i = 0;
i < list.size();
i++)
25 out << list[
i] <<
" ";
26 out <<
")" << std::endl;
std::vector< Int_t > GetClusterList() const
◆ fClusterList
std::vector<Int_t> PndSdsCluster::fClusterList |
|
protected |
The documentation for this class was generated from the following file: