|
Jpp 20.0.0-rc.9-29-gccc23c492-D
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. | |
| template<class T > | |
| JVectorNZ (const JLine1Z &track, T __begin, T __end) | |
| Constructor. | |
| template<class T > | |
| void | set (const JLine1Z &track, T __begin, T __end) |
| Set time residual vector. | |
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 |
|
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.
|
inline |
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.