Jpp
17.1.1
the software that should make you happy
|
Determination of the time residual vector of hits for a track along z-axis (JFIT::JLine1Z). More...
#include <JVectorNZ.hh>
Public Member Functions | |
JVectorNZ () | |
Default contructor. More... | |
template<class T > | |
JVectorNZ (const JLine1Z &track, T __begin, T __end) | |
Constructor. More... | |
template<class T > | |
void | set (const JLine1Z &track, T __begin, T __end) |
Set time residual vector. More... | |
double | getDot (const JVectorND &vector) const |
Get dot product. More... | |
Determination of the time residual vector of hits for a track along z-axis (JFIT::JLine1Z).
Definition at line 21 of file JVectorNZ.hh.
|
inline |
Constructor.
The template argument T
refers to an iterator of a data structure which should have the following member methods:
track | track |
__begin | begin of data |
__end | end of data |
Definition at line 46 of file JVectorNZ.hh.
Set time residual vector.
The template argument T
refers to an iterator of a data structure which should have the following member methods:
track | track |
__begin | begin of data |
__end | end of data |
Definition at line 68 of file JVectorNZ.hh.
|
inlineinherited |
Get dot product.
vector | vector |
Definition at line 48 of file JVectorND.hh.