|
Jpp
debug
the software that should make you happy
|
Auxiliary data structure for final check on event. More...
Public Member Functions | |
| JCheck (const JHistogram_t &X, const JHistogram_t &Y, const JHistogram_t &Z, const double V, const double Tmax_s, const int Nmin) | |
| Constructor. More... | |
| bool | is_valid () const |
| Check validity. More... | |
| template<class T > | |
| bool | operator() (const hit_type &root, T __begin, T __end) const |
| Check event. More... | |
Private Attributes | |
| std::vector< JVector3D > | U |
| const double | V |
| const double | Dmax_m |
| const int | Nmin |
Auxiliary data structure for final check on event.
Definition at line 200 of file JBillabong.cc.
|
inline |
Constructor.
| X | x-scan |
| Y | y-scan |
| Z | z-scan |
| V | sound velocity [m/s] |
| Tmax_s | maximal time [s] |
| Nmin | minimum number of hits |
Definition at line 211 of file JBillabong.cc.
|
inline |
|
inline |
Check event.
| root | root hit |
| __begin | begin of data |
| __end | end of data |
Definition at line 251 of file JBillabong.cc.
|
private |
Definition at line 283 of file JBillabong.cc.
|
private |
Definition at line 284 of file JBillabong.cc.
|
private |
Definition at line 285 of file JBillabong.cc.
|
private |
Definition at line 286 of file JBillabong.cc.