Special-point on track: kDaughter - daughter creation; fP is momentum of the daughter kReference - position/momentum reference kDecay - decay point, fP not used kCluster2D - measurement with large error in one direction (like strip detectors): fP - normal to detector plane, fE - large error direction, must be normalized. Track is propagated to plane and correction in fE direction is discarded.
TEvePathMark(TEvePathMark::EType_e type = kReference) | |
TEvePathMark(const TEvePathMark&) | |
TEvePathMark(TEvePathMark::EType_e type, const TEveVector& v, Float_t time = 0) | |
TEvePathMark(TEvePathMark::EType_e type, const TEveVector& v, const TEveVector& p, Float_t time = 0) | |
TEvePathMark(TEvePathMark::EType_e type, const TEveVector& v, const TEveVector& p, const TEveVector& e, Float_t time = 0) | |
virtual | ~TEvePathMark() |
static TClass* | Class() |
virtual TClass* | IsA() const |
TEvePathMark& | operator=(const TEvePathMark&) |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
const char* | TypeName() |
TEveVector | fE | Extra, meaning depends on fType. |
TEveVector | fP | Momentum. |
Float_t | fTime | Time. |
TEvePathMark::EType_e | fType | Mark-type. |
TEveVector | fV | Vertex. |
{}
{}