ROOT » GRAF3D » EVE » TEvePathMarkT<float>

class TEvePathMarkT<float>

 TEvePathMark

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

TEvePathMarkF, TEvePathMark

Function Members (Methods)

public:
~TEvePathMarkT<float>()
static TClass*Class()
TClass*IsA() const
TEvePathMarkT<float>&operator=(const TEvePathMarkT<float>&)
TEvePathMarkT<float>&operator=(TEvePathMarkT<float>&&)
voidShowMembers(TMemberInspector& insp) const
voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b)
TEvePathMarkT<float>(TEvePathMarkT<float>::EType_e type = kReference)
TEvePathMarkT<float>(const TEvePathMarkT<float>&)
TEvePathMarkT<float>(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)
const char*TypeName()

Data Members

public:
TEveVectorT<float>fEExtra, meaning depends on fType.
TEveVectorT<float>fPMomentum.
floatfTimeTime.
TEvePathMarkT<float>::EType_efTypeMark-type.
TEveVectorT<float>fVVertex.
static TEvePathMarkT<float>::EType_ekCluster2D
static TEvePathMarkT<float>::EType_ekDaughter
static TEvePathMarkT<float>::EType_ekDecay
static TEvePathMarkT<float>::EType_ekLineSegment
static TEvePathMarkT<float>::EType_ekReference

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.