CbmRoot
|
#include <Hitfinder.h>
Public Member Functions | |
XPU_D bool | HasPrevious () const |
XPU_D void | SetHasPrevious (bool hasPrevious) |
XPU_D unsigned int | next () const |
XPU_D void | SetNext (unsigned int next) |
XPU_D bool | HasNext () const |
Private Member Functions | |
XPU_D unsigned int | UnpackNext (unsigned int val) const |
Private Attributes | |
unsigned int | hasPreviousAndNext |
Definition at line 158 of file Hitfinder.h.
|
inline |
Definition at line 194 of file Hitfinder.h.
References hasPreviousAndNext, and UnpackNext().
|
inline |
Definition at line 165 of file Hitfinder.h.
References hasPreviousAndNext.
|
inline |
Definition at line 179 of file Hitfinder.h.
References hasPreviousAndNext, and UnpackNext().
Referenced by cbm::algo::sts::Hitfinder::CreateClusterFromConnectors2(), cbm::algo::sts::Hitfinder::CreateClusterFromConnectorsN(), and SetNext().
|
inline |
Definition at line 167 of file Hitfinder.h.
References hasPreviousAndNext, and UnpackNext().
|
inline |
Definition at line 181 of file Hitfinder.h.
References hasPreviousAndNext, and next().
|
inlineprivate |
Definition at line 162 of file Hitfinder.h.
Referenced by HasNext(), next(), and SetHasPrevious().
|
private |
Definition at line 160 of file Hitfinder.h.
Referenced by HasNext(), HasPrevious(), next(), SetHasPrevious(), and SetNext().