CbmRoot
|
#include <HitFactory2D.h>
Public Member Functions | |
signal (double _s, double _se, char _t, double _x, double _xe) | |
working copy of signal relative position errors | |
signal () | |
Public Attributes | |
double | s |
double | se |
working copy of signals from cluster | |
char | t |
working copy of signal errors from cluster | |
double | x |
working copy of signal relative timing | |
double | xe |
working copy of signal relative positions | |
Definition at line 24 of file HitFactory2D.h.
|
inline |
working copy of signal relative position errors
Definition at line 30 of file HitFactory2D.h.
|
inline |
Definition at line 31 of file HitFactory2D.h.
double cbm::algo::trd::HitFactory2D::signal::s |
Definition at line 25 of file HitFactory2D.h.
Referenced by cbm::algo::trd::HitFinder2D::BuildHit().
double cbm::algo::trd::HitFactory2D::signal::se |
working copy of signals from cluster
Definition at line 26 of file HitFactory2D.h.
char cbm::algo::trd::HitFactory2D::signal::t |
working copy of signal errors from cluster
Definition at line 27 of file HitFactory2D.h.
Referenced by cbm::algo::trd::HitFinder2D::BuildHit().
double cbm::algo::trd::HitFactory2D::signal::x |
working copy of signal relative timing
Definition at line 28 of file HitFactory2D.h.
Referenced by cbm::algo::trd::HitFinder2D::BuildHit().
double cbm::algo::trd::HitFactory2D::signal::xe |
working copy of signal relative positions
Definition at line 29 of file HitFactory2D.h.
Referenced by cbm::algo::trd::HitFinder2D::BuildHit().