#include <PndCANPlets.h>
Definition at line 19 of file PndCANPlets.h.
◆ PndCANPlet() [1/3]
PndCANPlet::PndCANPlet |
( |
| ) |
|
|
inline |
Definition at line 21 of file PndCANPlets.h.
21 : fParam(), fLevel(-1), fChi2Level(0), fNeighbours() {}
◆ PndCANPlet() [2/3]
Definition at line 22 of file PndCANPlets.h.
22 : fParam(param), fLevel(0), fChi2Level(0), fNeighbours() {}
◆ PndCANPlet() [3/3]
Definition at line 23 of file PndCANPlets.h.
References fIHit, i, and N().
23 : fParam(param), fLevel(0), fChi2Level(0), fNeighbours()
25 fIHit.resize(ih.size());
27 for (
int i = 0;
i <
N();
i++)
◆ Chi2Level() [1/2]
float& PndCANPlet::Chi2Level |
( |
| ) |
|
|
inline |
◆ Chi2Level() [2/2]
const float& PndCANPlet::Chi2Level |
( |
| ) |
const |
|
inline |
◆ Chi2Neighbours()
const float& PndCANPlet::Chi2Neighbours |
( |
int |
i | ) |
const |
|
inline |
Definition at line 50 of file PndCANPlets.h.
References i.
50 {
return fNeighbours[
i].first; };
◆ compare()
◆ IHit()
const PndCATES& PndCANPlet::IHit |
( |
int |
IH | ) |
const |
|
inline |
◆ INeighbours()
const unsigned int& PndCANPlet::INeighbours |
( |
int |
i | ) |
const |
|
inline |
Definition at line 49 of file PndCANPlets.h.
References i.
49 {
return fNeighbours[
i].second; };
◆ IsRightNeighbour()
bool PndCANPlet::IsRightNeighbour |
( |
float |
pick, |
|
|
const PndCANPlet & |
a, |
|
|
float & |
chi2 |
|
) |
| |
|
inline |
◆ ISta()
int PndCANPlet::ISta |
( |
int |
IH | ) |
const |
|
inline |
◆ Level() [1/2]
char& PndCANPlet::Level |
( |
| ) |
|
|
inline |
◆ Level() [2/2]
const char& PndCANPlet::Level |
( |
| ) |
const |
|
inline |
◆ N()
int PndCANPlet::N |
( |
| ) |
const |
|
inline |
◆ Neighbours()
vector<pair<float, unsigned int> >& PndCANPlet::Neighbours |
( |
| ) |
|
|
inline |
◆ NNeighbours()
unsigned int PndCANPlet::NNeighbours |
( |
| ) |
const |
|
inline |
Definition at line 51 of file PndCANPlets.h.
51 {
return fNeighbours.size(); };
◆ Param()
◆ QMomentum()
float PndCANPlet::QMomentum |
( |
| ) |
const |
|
inline |
◆ QMomentumErr()
float PndCANPlet::QMomentumErr |
( |
| ) |
const |
|
inline |
◆ QMomentumErr2()
float PndCANPlet::QMomentumErr2 |
( |
| ) |
const |
|
inline |
◆ fIHit
The documentation for this class was generated from the following file: