FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
pnddata
HypData
PndHypCluster.cxx
Go to the documentation of this file.
1
#include "
PndHypCluster.h
"
2
3
PndHypCluster::PndHypCluster
(std::vector<Int_t> list) :
4
fClusterList(list),fSide(
kTOP
)
5
{
6
}
7
8
void
PndHypCluster::Print
()
9
{
10
std::cout << *
this
;
11
}
12
13
bool
PndHypCluster::DigiBelongsToCluster
(Int_t digiIndex)
14
{
15
for
(
unsigned
int
i
= 0;
i
<
fClusterList
.size();
i
++)
16
if
(
fClusterList
[
i
] == digiIndex)
return
true
;
17
18
return
false
;
19
}
20
21
ClassImp
(
PndHypCluster
)
PndHypCluster
Class to store the Digis which belong to one cluster This class holds the information which Digi belo...
Definition:
PndHypCluster.h:18
i
Int_t i
Definition:
run_full.C:25
kTOP
Definition:
PndDetectorList.h:34
PndHypCluster.h
PndHypCluster::fClusterList
std::vector< Int_t > fClusterList
Definition:
PndHypCluster.h:46
PndHypCluster::Print
void Print()
Definition:
PndHypCluster.cxx:8
ClassImp
ClassImp(PndAnaContFact)
PndHypCluster::PndHypCluster
PndHypCluster()
Definition:
PndHypCluster.h:21
PndHypCluster::DigiBelongsToCluster
bool DigiBelongsToCluster(Int_t digiIndex)
Definition:
PndHypCluster.cxx:13
Generated on Sun Aug 18 2019 03:01:30 for FairRoot/PandaRoot by
1.8.8