|
Jpp
|
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... | |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const JVectorNZ &Y) |
| Print ASCII formatted output. More... | |
Determination of the time residual vector of hits for a track along z-axis (JFIT::JLine1Z).
Definition at line 25 of file JVectorNZ.hh.
|
inline |
Default contructor.
Definition at line 32 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 51 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 74 of file JVectorNZ.hh.
|
friend |
Print ASCII formatted output.
| out | output stream |
| Y | Y vector |
Definition at line 97 of file JVectorNZ.hh.
1.8.5