Special-point on track:
Definition at line 22 of file TEvePathMark.h.
| Public Types | |
| enum | EType_e { kReference , kDaughter , kDecay , kCluster2D , kLineSegment } | 
| Public Member Functions | |
| template<typename OO > | |
| TEvePathMarkT (const TEvePathMarkT< OO > &pm) | |
| TEvePathMarkT (EType_e type, const TEveVectorT< TT > &v, const TEveVectorT< TT > &p, const TEveVectorT< TT > &e, TT time=0) | |
| TEvePathMarkT (EType_e type, const TEveVectorT< TT > &v, const TEveVectorT< TT > &p, TT time=0) | |
| TEvePathMarkT (EType_e type, const TEveVectorT< TT > &v, TT time=0) | |
| TEvePathMarkT (EType_e type=kReference) | |
| TClass * | IsA () const | 
| void | Streamer (TBuffer &) | 
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) | 
| const char * | TypeName () | 
| Return the name of path-mark type. | |
| Static Public Member Functions | |
| static TClass * | Class () | 
| static const char * | Class_Name () | 
| static constexpr Version_t | Class_Version () | 
| static const char * | DeclFileName () | 
| Public Attributes | |
| TEveVectorT< TT > | fE | 
| TEveVectorT< TT > | fP | 
| TT | fTime | 
| EType_e | fType | 
| TEveVectorT< TT > | fV | 
#include <TEvePathMark.h>
| enum TEvePathMarkT::EType_e | 
| Enumerator | |
|---|---|
| kReference | |
| kDaughter | |
| kDecay | |
| kCluster2D | |
| kLineSegment | |
Definition at line 25 of file TEvePathMark.h.
| 
 | inline | 
Definition at line 33 of file TEvePathMark.h.
| 
 | inline | 
Definition at line 36 of file TEvePathMark.h.
| 
 | inline | 
Definition at line 39 of file TEvePathMark.h.
| 
 | inline | 
Definition at line 42 of file TEvePathMark.h.
| 
 | inline | 
Definition at line 46 of file TEvePathMark.h.
| 
 | static | 
| 
 | static | 
| 
 | inlinestaticconstexpr | 
Definition at line 51 of file TEvePathMark.h.
| 
 | inlinestatic | 
Definition at line 51 of file TEvePathMark.h.
| 
 | inline | 
Definition at line 51 of file TEvePathMark.h.
| void TEvePathMarkT< TT >::Streamer | ( | TBuffer & | ) | 
| 
 | inline | 
Definition at line 51 of file TEvePathMark.h.
| const char * TEvePathMarkT< TT >::TypeName | ( | ) | 
Return the name of path-mark type.
Definition at line 38 of file TEvePathMark.cxx.
| TEveVectorT<TT> TEvePathMarkT< TT >::fE | 
Definition at line 30 of file TEvePathMark.h.
| TEveVectorT<TT> TEvePathMarkT< TT >::fP | 
Definition at line 29 of file TEvePathMark.h.
| TT TEvePathMarkT< TT >::fTime | 
Definition at line 31 of file TEvePathMark.h.
| EType_e TEvePathMarkT< TT >::fType | 
Definition at line 27 of file TEvePathMark.h.
| TEveVectorT<TT> TEvePathMarkT< TT >::fV | 
Definition at line 28 of file TEvePathMark.h.