|
Jpp 20.0.0-rc.9-29-gccc23c492-D
the software that should make you happy
|
Template specialisation of class JModel to match hit with bright point. More...
#include <JModel.hh>
Public Types | |
| typedef double JPoint4D::* | parameter_type |
Public Member Functions | |
| JModel (const JPoint4D &point, const double Dmax_m, const JTimeRange &compare) | |
| Constructor. | |
| template<class JHit_t > | |
| bool | operator() (const JHit_t &hit) const |
| Test compatibility of given hit with bright point. | |
Static Public Member Functions | |
| static parameter_type | pX () |
| static parameter_type | pY () |
| static parameter_type | pZ () |
| static parameter_type | pT () |
Protected Attributes | |
| double | Dmax_m |
| JTimeRange | compare |
Template specialisation of class JModel to match hit with bright point.
Definition at line 121 of file JFit/JModel.hh.
|
inherited |
Definition at line 56 of file JPoint4D.hh.
|
inline |
Constructor.
| point | bright point |
| Dmax_m | maximal distance of approach [m] |
| compare | time window [ns] |
Definition at line 131 of file JFit/JModel.hh.
|
inline |
Test compatibility of given hit with bright point.
| hit | hit |
Definition at line 148 of file JFit/JModel.hh.
|
inlinestaticinherited |
Definition at line 58 of file JPoint4D.hh.
|
inlinestaticinherited |
Definition at line 59 of file JPoint4D.hh.
|
inlinestaticinherited |
Definition at line 60 of file JPoint4D.hh.
|
inlinestaticinherited |
Definition at line 61 of file JPoint4D.hh.
|
protected |
Definition at line 158 of file JFit/JModel.hh.
|
protected |
Definition at line 159 of file JFit/JModel.hh.