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

class TEvePathMarkT<double>

 TEvePathMark

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

TEvePathMarkD, TEvePathMarkT<Double_t>

Function Members (Methods)

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

Data Members

public:
enum EType_e { kReference
kDaughter
kDecay
kCluster2D
kLineSegment
};
public:
TEveVectorT<double>fEExtra, meaning depends on fType.
TEveVectorT<double>fPMomentum.
doublefTimeTime.
TEvePathMarkT<double>::EType_efTypeMark-type.
TEveVectorT<double>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.