#include <PndCANPlets.h>
Definition at line 31 of file PndCANPlets.h.
◆ PndCANPlet() [1/3]
PndCANPlet::PndCANPlet |
( |
| ) |
|
|
inline |
Definition at line 33 of file PndCANPlets.h.
33 : fParam(), fLevel(-1), fChi2Level(0), fNeighbours() {}
◆ PndCANPlet() [2/3]
Definition at line 34 of file PndCANPlets.h.
34 : fParam(param), fLevel(0), fChi2Level(0), fNeighbours() {}
◆ PndCANPlet() [3/3]
Definition at line 35 of file PndCANPlets.h.
References fIHit, i, and N().
35 : fParam(param), fLevel(0), fChi2Level(0), fNeighbours()
37 fIHit.resize(ih.size());
39 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 62 of file PndCANPlets.h.
References i.
62 {
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 61 of file PndCANPlets.h.
References i.
61 {
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 63 of file PndCANPlets.h.
63 {
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: