ROOT logo
ROOT » GRAF3D » EVE » TEvePathMarkT<float>

class TEvePathMarkT<float>

 TEvePathMark

This class is also known as (typedefs to this class)

TEvePathMarkF, TEvePathMarkT<Float_t>, TEvePathMark

Function Members (Methods)

public:
TEvePathMarkT<float>(TEvePathMarkT<float>::EType_e type = kReference)
TEvePathMarkT<float>(const TEvePathMarkT<float>&)
TEvePathMarkT<float>(TEvePathMarkT<float>::EType_e type, const TEveVectorT<float>& v, float time = 0)
TEvePathMarkT<float>(TEvePathMarkT<float>::EType_e type, const TEveVectorT<float>& v, const TEveVectorT<float>& p, float time = 0)
TEvePathMarkT<float>(TEvePathMarkT<float>::EType_e type, const TEveVectorT<float>& v, const TEveVectorT<float>& p, const TEveVectorT<float>& e, float time = 0)
~TEvePathMarkT<float>()
static TClass*Class()
TClass*IsA() const
TEvePathMarkT<float>&operator=(const TEvePathMarkT<float>&)
voidShowMembers(TMemberInspector& insp)
voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
const char*TypeName()

Data Members

public:
enum EType_e { kReference
kDaughter
kDecay
kCluster2D
};
public:
TEveVectorT<float>fEExtra, meaning depends on fType.
TEveVectorT<float>fPMomentum.
floatfTimeTime.
TEvePathMarkT<float>::EType_efTypeMark-type.
TEveVectorT<float>fVVertex.

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

template<typename TT> const char* TEvePathMarkT<TT> TypeName()
 Return the name of path-mark type.