ROOT  6.06/09
Reference Guide
Public Types | Public Member Functions | Protected Attributes | Private Member Functions | Friends | List of all members
TEveTrack Class Reference

Visual representation of a track.

If member fDpDs is set, the momentum is reduced on all path-marks that do not fix the momentum according to the distance travelled from the previous pathmark.

Definition at line 32 of file TEveTrack.h.

Public Types

enum  EBreakProjectedTracks_e { kBPTDefault, kBPTAlways, kBPTNever }
 
typedef std::vector< TEvePathMarkDvPathMark_t
 
typedef vPathMark_t::iterator vPathMark_i
 
typedef vPathMark_t::const_iterator vPathMark_ci
 
- Public Types inherited from TEveElement
enum  EChangeBits { kCBColorSelection = BIT(0), kCBTransBBox = BIT(1), kCBObjProps = BIT(2), kCBVisibility = BIT(3) }
 
typedef std::set< TEveListTreeInfosLTI_t
 
typedef sLTI_t::iterator sLTI_i
 
typedef sLTI_t::reverse_iterator sLTI_ri
 
typedef std::list< TEveElement * > List_t
 
typedef List_t::iterator List_i
 
typedef List_t::const_iterator List_ci
 
typedef std::set< TEveElement * > Set_t
 
typedef Set_t::iterator Set_i
 
typedef Set_t::const_iterator Set_ci
 
typedef void(TEveElement::* Select_foo) (Bool_t)
 
typedef void(TEveElement::* ImplySelect_foo) ()
 
- Public Types inherited from TObject
enum  EStatusBits {
  kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4),
  kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13)
}
 
enum  { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff }
 
enum  { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) }
 
- Public Types inherited from TEvePointSelectorConsumer
enum  ETreeVarType_e { kTVT_XYZ, kTVT_RPhiZ }
 
- Public Types inherited from TEveProjectable
typedef std::list< TEveProjected * > ProjList_t
 
typedef std::list< TEveProjected * >::iterator ProjList_i
 

Public Member Functions

 TEveTrack ()
 Default constructor. More...
 
 TEveTrack (TParticle *t, Int_t label, TEveTrackPropagator *prop=0)
 Constructor from TParticle. More...
 
 TEveTrack (TEveMCTrack *t, TEveTrackPropagator *prop=0)
 
 TEveTrack (TEveRecTrack *t, TEveTrackPropagator *prop=0)
 Constructor from TEveRecTrack<float> reconstructed track. More...
 
 TEveTrack (TEveRecTrackD *t, TEveTrackPropagator *prop=0)
 Constructor from TEveRecTrack<double> reconstructed track. More...
 
 TEveTrack (const TEveTrack &t)
 Copy constructor. More...
 
virtual ~TEveTrack ()
 Destructor. More...
 
virtual void ComputeBBox ()
 Compute the bounding box of the track. More...
 
virtual void SetStdTitle ()
 Set standard track title based on most data-member values. More...
 
virtual void SetTrackParams (const TEveTrack &t)
 Copy track parameters from t. More...
 
virtual void SetPathMarks (const TEveTrack &t)
 Copy path-marks from t. More...
 
virtual void MakeTrack (Bool_t recurse=kTRUE)
 Calculate track representation based on track data and current settings of the propagator. More...
 
TEveTrackPropagatorGetPropagator () const
 
Int_t GetLastPMIdx () const
 
void SetPropagator (TEveTrackPropagator *prop)
 Set track's render style. More...
 
void SetAttLineAttMarker (TEveTrackList *tl)
 Set line and marker attributes from TEveTrackList. More...
 
const TEveVectorDGetVertex () const
 
const TEveVectorDGetMomentum () const
 
const TEveVectorDGetEndMomentum () const
 
Double_t GetDpDs () const
 
void SetDpDs (Double_t dpds)
 
Int_t GetPdg () const
 
void SetPdg (Int_t pdg)
 
Int_t GetCharge () const
 
void SetCharge (Int_t chg)
 
Int_t GetLabel () const
 
void SetLabel (Int_t lbl)
 
Int_t GetIndex () const
 
void SetIndex (Int_t idx)
 
Int_t GetStatus () const
 
void SetStatus (Int_t idx)
 
void AddPathMark (const TEvePathMarkD &pm)
 
void AddPathMark (const TEvePathMark &pm)
 
void SortPathMarksByTime ()
 Sort registered pat-marks by time. More...
 
vPathMark_tRefPathMarks ()
 
const vPathMark_tRefPathMarks () const
 
void PrintPathMarks ()
 Print registered path-marks. More...
 
void SetLockPoints (Bool_t l)
 
Bool_t GetLockPoints () const
 
virtual void SecSelected (TEveTrack *)
 Emits "SecSelected(TEveTrack*)" signal. More...
 
virtual const TGPictureGetListTreeIcon (Bool_t open=kFALSE)
 Returns list-tree icon for TEveTrack. More...
 
virtual void CopyVizParams (const TEveElement *el)
 Copy visualization parameters from element el. More...
 
virtual void WriteVizParams (std::ostream &out, const TString &var)
 Write visualization parameters. More...
 
virtual TClassProjectedClass (const TEveProjection *p) const
 Virtual from TEveProjectable, return TEveTrackProjected class. More...
 
 ClassDef (TEveTrack, 0)
 
- Public Member Functions inherited from TEveLine
 TEveLine (Int_t n_points=0, ETreeVarType_e tv_type=kTVT_XYZ)
 Constructor. More...
 
 TEveLine (const char *name, Int_t n_points=0, ETreeVarType_e tv_type=kTVT_XYZ)
 Constructor. More...
 
virtual ~TEveLine ()
 
virtual void SetMarkerColor (Color_t col)
 Set marker color. Propagate to projected lines. More...
 
virtual void SetLineColor (Color_t col)
 
virtual void SetLineStyle (Style_t lstyle)
 Set line-style of the line. More...
 
virtual void SetLineWidth (Width_t lwidth)
 Set line-style of the line. More...
 
Bool_t GetRnrLine () const
 
Bool_t GetRnrPoints () const
 
Bool_t GetSmooth () const
 
void SetRnrLine (Bool_t r)
 Set rendering of line. Propagate to projected lines. More...
 
void SetRnrPoints (Bool_t r)
 Set rendering of points. Propagate to projected lines. More...
 
void SetSmooth (Bool_t r)
 Set smooth rendering. Propagate to projected lines. More...
 
void ReduceSegmentLengths (Float_t max)
 Make sure that no segment is longer than max. More...
 
Float_t CalculateLineLength () const
 Sum-up lengths of individual segments. More...
 
TEveVector GetLineStart () const
 Return the first point of the line. More...
 
TEveVector GetLineEnd () const
 Return the last point of the line. More...
 
 ClassDef (TEveLine, 0)
 
- Public Member Functions inherited from TEvePointSet
 TEvePointSet (Int_t n_points=0, ETreeVarType_e tv_type=kTVT_XYZ)
 Constructor. More...
 
 TEvePointSet (const char *name, Int_t n_points=0, ETreeVarType_e tv_type=kTVT_XYZ)
 Constructor. More...
 
 TEvePointSet (const TEvePointSet &e)
 Copy constructor. More...
 
virtual ~TEvePointSet ()
 Destructor. More...
 
virtual TObjectGetObject (const TEveException &) const
 Get a TObject associated with this render-element. More...
 
virtual TEvePointSetCloneElement () const
 Clone the element via copy constructor. More...
 
virtual void ClonePoints (const TEvePointSet &e)
 Clone points and all point-related information from point-set 'e'. More...
 
void Reset (Int_t n_points=0, Int_t n_int_ids=0)
 Drop all data and set-up the data structures to recive new data. More...
 
Int_t GrowFor (Int_t n_points)
 Resizes internal array to allow additional n_points to be stored. More...
 
virtual const char * GetTitle () const
 Returns title of object. More...
 
virtual const char * GetElementName () const
 Virtual function for retrieving name of the element. More...
 
virtual const char * GetElementTitle () const
 Virtual function for retrieving title of the render-element. More...
 
virtual void SetElementName (const char *n)
 Virtual function for setting of name of an element. More...
 
virtual void SetTitle (const char *t)
 
virtual void SetElementTitle (const char *t)
 Virtual function for setting of title of an element. More...
 
virtual void SetElementNameTitle (const char *n, const char *t)
 Virtual function for setting of name and title of render element. More...
 
Int_t GetIntIdsPerPoint () const
 
Int_tGetPointIntIds (Int_t p) const
 Return a pointer to integer ids of point with index p. More...
 
Int_t GetPointIntId (Int_t p, Int_t i) const
 Return i-th integer id of point with index p. More...
 
void SetPointIntIds (Int_t *ids)
 Set integer ids for the last point that was registered (most probably via TPolyMarker3D::SetNextPoint(x,y,z)). More...
 
void SetPointIntIds (Int_t n, Int_t *ids)
 Set integer ids for point with index n. More...
 
virtual void SetMarkerStyle (Style_t mstyle=1)
 Set marker style, propagate to projecteds. More...
 
virtual void SetMarkerSize (Size_t msize=1)
 Set marker size, propagate to projecteds. More...
 
virtual void Paint (Option_t *option="")
 Paint point-set. More...
 
virtual void InitFill (Int_t subIdNum)
 Initialize point-set for new filling. More...
 
virtual void TakeAction (TEvePointSelector *)
 Called from TEvePointSelector when internal arrays of the tree-selector are filled up and need to be processed. More...
 
virtual void PointSelected (Int_t id)
 Virtual method of base class TPointSet3D. More...
 
 ClassDef (TEvePointSet, 1)
 
- Public Member Functions inherited from TEveElement
 TEveElement ()
 Default constructor. More...
 
 TEveElement (Color_t &main_color)
 Constructor. More...
 
 TEveElement (const TEveElement &e)
 Copy constructor. More...
 
virtual ~TEveElement ()
 Destructor. More...
 
virtual TEveElementCloneElementRecurse (Int_t level=0) const
 Clone elements and recurse 'level' deep over children. More...
 
virtual void CloneChildrenRecurse (TEveElement *dest, Int_t level=0) const
 Clone children and attach them to the dest element. More...
 
virtual TString GetHighlightTooltip ()
 
virtual void NameTitleChanged ()
 Virtual function called when a name or title of the element has been changed. More...
 
const TStringGetVizTag () const
 
void SetVizTag (const TString &tag)
 
TEveElementGetVizModel () const
 
void SetVizModel (TEveElement *model)
 Set visualization-parameter model element. More...
 
Bool_t FindVizModel ()
 Find model element in VizDB that corresponds to previously assigned fVizTag and set fVizModel accordingly. More...
 
Bool_t ApplyVizTag (const TString &tag, const TString &fallback_tag="")
 Set the VizTag, find model-element from the VizDB and copy visualization-parameters from it. More...
 
virtual void PropagateVizParamsToProjecteds ()
 Propagate visualization parameters to dependent elements. More...
 
virtual void PropagateVizParamsToElements (TEveElement *el=0)
 Propagate visualization parameters from element el (defaulting to this) to all elements (children). More...
 
virtual void CopyVizParamsFromDB ()
 Copy visualization parameters from the model-element fVizModel. More...
 
void SaveVizParams (std::ostream &out, const TString &tag, const TString &var)
 Save visualization parameters for this element with given tag. More...
 
TEveElementGetMaster ()
 Returns the master element - that is: More...
 
TEveCompoundGetCompound ()
 
void SetCompound (TEveCompound *c)
 
virtual void AddParent (TEveElement *re)
 Add re into the list parents. More...
 
virtual void RemoveParent (TEveElement *re)
 Remove re from the list of parents. More...
 
virtual void CheckReferenceCount (const TEveException &eh="TEveElement::CheckReferenceCount ")
 Check external references to this and eventually auto-destruct the render-element. More...
 
virtual void CollectSceneParents (List_t &scenes)
 Collect all parents of class TEveScene. More...
 
virtual void CollectSceneParentsFromChildren (List_t &scenes, TEveElement *parent)
 Collect scene-parents from all children. More...
 
List_i BeginParents ()
 
List_i EndParents ()
 
List_ci BeginParents () const
 
List_ci EndParents () const
 
Int_t NumParents () const
 
Bool_t HasParents () const
 
const List_tRefChildren () const
 
List_i BeginChildren ()
 
List_i EndChildren ()
 
List_ci BeginChildren () const
 
List_ci EndChildren () const
 
Int_t NumChildren () const
 
Bool_t HasChildren () const
 
Bool_t HasChild (TEveElement *el)
 Check if element el is a child of this element. More...
 
TEveElementFindChild (const TString &name, const TClass *cls=0)
 Find the first child with given name. More...
 
TEveElementFindChild (TPRegexp &regexp, const TClass *cls=0)
 Find the first child whose name matches regexp. More...
 
Int_t FindChildren (List_t &matches, const TString &name, const TClass *cls=0)
 Find all children with given name and append them to matches list. More...
 
Int_t FindChildren (List_t &matches, TPRegexp &regexp, const TClass *cls=0)
 Find all children whose name matches regexp and append them to matches list. More...
 
TEveElementFirstChild () const
 Returns the first child element or 0 if the list is empty. More...
 
TEveElementLastChild () const
 Returns the last child element or 0 if the list is empty. More...
 
void EnableListElements (Bool_t rnr_self=kTRUE, Bool_t rnr_children=kTRUE)
 Enable rendering of children and their list contents. More...
 
void DisableListElements (Bool_t rnr_self=kFALSE, Bool_t rnr_children=kFALSE)
 Disable rendering of children and their list contents. More...
 
Bool_t GetDestroyOnZeroRefCnt () const
 Returns state of flag determining if the element will be destroyed when reference count reaches zero. More...
 
void SetDestroyOnZeroRefCnt (Bool_t d)
 Sets the state of flag determining if the element will be destroyed when reference count reaches zero. More...
 
Int_t GetDenyDestroy () const
 Returns the number of times deny-destroy has been requested on the element. More...
 
void IncDenyDestroy ()
 Increases the deny-destroy count of the element. More...
 
void DecDenyDestroy ()
 Decreases the deny-destroy count of the element. More...
 
Int_t GetParentIgnoreCnt () const
 Get number of parents that should be ignored in doing reference-counting. More...
 
void IncParentIgnoreCnt ()
 Increase number of parents ignored in reference-counting. More...
 
void DecParentIgnoreCnt ()
 Decrease number of parents ignored in reference-counting. More...
 
virtual void PadPaint (Option_t *option)
 Paint self and/or children into currently active pad. More...
 
virtual void PaintStandard (TObject *id)
 Paint object – a generic implementation for EVE elements. More...
 
virtual TObjectGetEditorObject (const TEveException &eh) const
 
virtual TObjectGetRenderObject (const TEveException &eh) const
 
virtual void ExpandIntoListTree (TGListTree *ltree, TGListTreeItem *parent)
 Populates parent with elements. More...
 
virtual void DestroyListSubTree (TGListTree *ltree, TGListTreeItem *parent)
 Destroy sub-tree under item 'parent' in list-tree 'ltree'. More...
 
virtual TGListTreeItemAddIntoListTree (TGListTree *ltree, TGListTreeItem *parent_lti)
 Add this element into ltree to an already existing item parent_lti. More...
 
virtual TGListTreeItemAddIntoListTree (TGListTree *ltree, TEveElement *parent)
 Add this render element into ltree to all items belonging to parent. More...
 
virtual TGListTreeItemAddIntoListTrees (TEveElement *parent)
 Add this render element into all list-trees and all items belonging to parent. More...
 
virtual Bool_t RemoveFromListTree (TGListTree *ltree, TGListTreeItem *parent_lti)
 Remove element from list-tree 'ltree' where its parent item is 'parent_lti'. More...
 
virtual Int_t RemoveFromListTrees (TEveElement *parent)
 Remove element from all list-trees where 'parent' is the user-data of the parent list-tree-item. More...
 
virtual sLTI_i FindItem (TGListTree *ltree)
 Find any list-tree-item of this element in list-tree 'ltree'. More...
 
virtual sLTI_i FindItem (TGListTree *ltree, TGListTreeItem *parent_lti)
 Find list-tree-item of this element with given parent list-tree-item. More...
 
virtual TGListTreeItemFindListTreeItem (TGListTree *ltree)
 Find any list-tree-item of this element in list-tree 'ltree'. More...
 
virtual TGListTreeItemFindListTreeItem (TGListTree *ltree, TGListTreeItem *parent_lti)
 Find list-tree-item of this element with given parent list-tree-item. More...
 
virtual Int_t GetNItems () const
 
void SpawnEditor ()
 Show GUI editor for this object. More...
 
virtual void ExportToCINT (char *var_name)
 Export render-element to CINT with variable name var_name. More...
 
void DumpSourceObject () const
 Call Dump() on source object. More...
 
void PrintSourceObject () const
 Call Print() on source object. More...
 
void ExportSourceObjectToCINT (char *var_name) const
 Export source object to CINT with given name for the variable. More...
 
virtual Bool_t AcceptElement (TEveElement *el)
 Check if el can be added to this element. More...
 
virtual void AddElement (TEveElement *el)
 Add el to the list of children. More...
 
virtual void RemoveElement (TEveElement *el)
 Remove el from the list of children. More...
 
virtual void RemoveElementLocal (TEveElement *el)
 Perform additional local removal of el. More...
 
virtual void RemoveElements ()
 Remove all elements. More...
 
virtual void RemoveElementsLocal ()
 Perform additional local removal of all elements. More...
 
virtual void AnnihilateElements ()
 Annihilate elements. More...
 
virtual void Annihilate ()
 Optimized destruction without check of reference-count. More...
 
virtual void ProjectChild (TEveElement *el, Bool_t same_depth=kTRUE)
 If this is a projectable, loop over all projected replicas and add the projected image of child 'el' there. More...
 
virtual void ProjectAllChildren (Bool_t same_depth=kTRUE)
 If this is a projectable, loop over all projected replicas and add the projected image of all children there. More...
 
virtual void Destroy ()
 Destroy this element. More...
 
virtual void DestroyOrWarn ()
 Destroy this element. Prints a warning if deny-destroy is in force. More...
 
virtual void DestroyElements ()
 Destroy all children of this element. More...
 
virtual Bool_t HandleElementPaste (TEveElement *el)
 React to element being pasted or dnd-ed. More...
 
virtual void ElementChanged (Bool_t update_scenes=kTRUE, Bool_t redraw=kFALSE)
 Call this after an element has been changed so that the state can be propagated around the framework. More...
 
virtual Bool_t CanEditElement () const
 
virtual Bool_t SingleRnrState () const
 
virtual Bool_t GetRnrSelf () const
 
virtual Bool_t GetRnrChildren () const
 
virtual Bool_t GetRnrState () const
 
virtual Bool_t GetRnrAnything () const
 
virtual Bool_t SetRnrSelf (Bool_t rnr)
 Set render state of this element, i.e. More...
 
virtual Bool_t SetRnrChildren (Bool_t rnr)
 Set render state of this element's children, i.e. More...
 
virtual Bool_t SetRnrSelfChildren (Bool_t rnr_self, Bool_t rnr_children)
 Set state for rendering of this element and its children. More...
 
virtual Bool_t SetRnrState (Bool_t rnr)
 Set render state of this element and of its children to the same value. More...
 
virtual void PropagateRnrStateToProjecteds ()
 Propagate render state to the projected replicas of this element. More...
 
virtual Bool_t CanEditMainColor () const
 
void SetEditMainColor (Bool_t x)
 
Color_tGetMainColorPtr () const
 
void SetMainColorPtr (Color_t *color)
 
virtual Bool_t HasMainColor () const
 
virtual Color_t GetMainColor () const
 
virtual void SetMainColor (Color_t color)
 Set main color of the element. More...
 
void SetMainColorPixel (Pixel_t pixel)
 Convert pixel to Color_t and call SetMainColor(). More...
 
void SetMainColorRGB (UChar_t r, UChar_t g, UChar_t b)
 Convert RGB values to Color_t and call SetMainColor. More...
 
void SetMainColorRGB (Float_t r, Float_t g, Float_t b)
 Convert RGB values to Color_t and call SetMainColor. More...
 
virtual void PropagateMainColorToProjecteds (Color_t color, Color_t old_color)
 Propagate color to projected elements. More...
 
virtual Bool_t CanEditMainTransparency () const
 
void SetEditMainTransparency (Bool_t x)
 
virtual Char_t GetMainTransparency () const
 
virtual void SetMainTransparency (Char_t t)
 Set main-transparency. More...
 
void SetMainAlpha (Float_t alpha)
 Set main-transparency via float alpha variable. More...
 
virtual void PropagateMainTransparencyToProjecteds (Char_t t, Char_t old_t)
 Propagate transparency to projected elements. More...
 
virtual Bool_t CanEditMainTrans () const
 
virtual Bool_t HasMainTrans () const
 
virtual TEveTransPtrMainTrans (Bool_t create=kTRUE)
 Return pointer to main transformation. More...
 
virtual TEveTransRefMainTrans ()
 Return reference to main transformation. More...
 
virtual void InitMainTrans (Bool_t can_edit=kTRUE)
 Initialize the main transformation to identity matrix. More...
 
virtual void DestroyMainTrans ()
 Destroy the main transformation matrix, it will always be taken as identity. More...
 
virtual void SetTransMatrix (Double_t *carr)
 Set transformation matrix from column-major array. More...
 
virtual void SetTransMatrix (const TGeoMatrix &mat)
 Set transformation matrix from TGeo's matrix. More...
 
TRefGetSource ()
 
TObjectGetSourceObject () const
 
void SetSourceObject (TObject *o)
 
voidGetUserData () const
 
void SetUserData (void *ud)
 
Bool_t IsPickable () const
 
void SetPickable (Bool_t p)
 
void SetPickableRecursively (Bool_t p)
 Set pickable state on the element and all its children. More...
 
virtual TEveElementForwardSelection ()
 Returns element to be selected on click. More...
 
virtual TEveElementForwardEdit ()
 Returns element to be displayed in GUI editor on click. More...
 
virtual void SelectElement (Bool_t state)
 Set element's selection state. Stamp appropriately. More...
 
virtual void IncImpliedSelected ()
 Increase element's implied-selection count. Stamp appropriately. More...
 
virtual void DecImpliedSelected ()
 Decrease element's implied-selection count. Stamp appropriately. More...
 
virtual void UnSelected ()
 Virtual function called when both fSelected is false and fImpliedSelected is 0. More...
 
virtual void HighlightElement (Bool_t state)
 Set element's highlight state. Stamp appropriately. More...
 
virtual void IncImpliedHighlighted ()
 Increase element's implied-highlight count. Stamp appropriately. More...
 
virtual void DecImpliedHighlighted ()
 Decrease element's implied-highlight count. Stamp appropriately. More...
 
virtual void UnHighlighted ()
 Virtual function called when both fHighlighted is false and fImpliedHighlighted is 0. More...
 
virtual void FillImpliedSelectedSet (Set_t &impSelSet)
 Populate set impSelSet with derived / dependant elements. More...
 
virtual UChar_t GetSelectedLevel () const
 Get selection level, needed for rendering selection and highlight feedback. More...
 
void RecheckImpliedSelections ()
 Call this if it is possible that implied-selection or highlight has changed for this element or for implied-selection this element is member of and you want to maintain consistent selection state. More...
 
void SetCSCBits (UChar_t f)
 
void ResetCSCBits (UChar_t f)
 
Bool_t TestCSCBits (UChar_t f) const
 
void ResetAllCSCBits ()
 
void CSCImplySelectAllChildren ()
 
void CSCTakeAnyParentAsMaster ()
 
void CSCApplyMainColorToAllChildren ()
 
void CSCApplyMainColorToMatchingChildren ()
 
void CSCApplyMainTransparencyToAllChildren ()
 
void CSCApplyMainTransparencyToMatchingChildren ()
 
void StampColorSelection ()
 
void StampTransBBox ()
 
void StampObjProps ()
 
void StampVisibility ()
 
virtual void AddStamp (UChar_t bits)
 Add (bitwise or) given stamps to fChangeBits. More...
 
virtual void ClearStamps ()
 
UChar_t GetChangeBits () const
 
virtual const TGPictureGetListTreeCheckBoxIcon ()
 Returns list-tree-item check-box picture appropriate for given rendering state. More...
 
void VizDB_Apply (const char *tag)
 Set visual parameters for this object for given tag. More...
 
void VizDB_Reapply ()
 Reset visual parameters for this object from VizDB. More...
 
void VizDB_UpdateModel (Bool_t update=kTRUE)
 Copy visual parameters from this element to viz-db model. More...
 
void VizDB_Insert (const char *tag, Bool_t replace=kTRUE, Bool_t update=kTRUE)
 Create a replica of element and insert it into VizDB with given tag. More...
 
 ClassDef (TEveElement, 0)
 
- Public Member Functions inherited from TPointSet3D
 TPointSet3D ()
 
 TPointSet3D (Int_t n, Marker_t m=1, Option_t *opt="")
 
 TPointSet3D (Int_t n, Float_t *p, Marker_t m=1, Option_t *opt="")
 
 TPointSet3D (Int_t n, Double_t *p, Marker_t m=1, Option_t *opt="")
 
 TPointSet3D (const TPointSet3D &t)
 Copy constructor. More...
 
TPointSet3Doperator= (const TPointSet3D &t)
 Assignment operator. More...
 
virtual ~TPointSet3D ()
 Destructor. More...
 
void SetPointId (TObject *id)
 Set id of last point. More...
 
void SetPointId (Int_t n, TObject *id)
 Set id of point n. More...
 
TObjectGetPointId (Int_t n) const
 
void ClearIds ()
 Clears the id-array. If ids are owned the TObjects are deleted. More...
 
Bool_t GetOwnIds () const
 
void SetOwnIds (Bool_t o)
 
 ClassDef (TPointSet3D, 1)
 
- Public Member Functions inherited from TPolyMarker3D
 TPolyMarker3D ()
 3-D polymarker default constructor. More...
 
 TPolyMarker3D (Int_t n, Marker_t marker=1, Option_t *option="")
 3-D polymarker normal constructor with initialization to 0. More...
 
 TPolyMarker3D (Int_t n, Float_t *p, Marker_t marker=1, Option_t *option="")
 3-D polymarker constructor. Polymarker is initialized with p. More...
 
 TPolyMarker3D (Int_t n, Double_t *p, Marker_t marker=1, Option_t *option="")
 3-D polymarker constructor. More...
 
 TPolyMarker3D (const TPolyMarker3D &p)
 3-D polymarker copy ctor. More...
 
virtual ~TPolyMarker3D ()
 3-D polymarker destructor. More...
 
virtual void Copy (TObject &polymarker) const
 Copy polymarker to polymarker obj. More...
 
Int_t DistancetoPrimitive (Int_t px, Int_t py)
 Compute distance from point px,py to a 3-D polymarker. More...
 
virtual void Draw (Option_t *option="")
 Draws 3-D polymarker with its current attributes. More...
 
virtual void DrawPolyMarker (Int_t n, Float_t *p, Marker_t marker, Option_t *option="")
 Draw this 3-D polymarker with new coordinates. More...
 
virtual void ExecuteEvent (Int_t event, Int_t px, Int_t py)
 Execute action corresponding to one event. More...
 
virtual Int_t GetLastPoint () const
 
virtual const char * GetName () const
 Returns name of object. More...
 
virtual Int_t GetN () const
 
virtual Float_tGetP () const
 
virtual void GetPoint (Int_t n, Float_t &x, Float_t &y, Float_t &z) const
 Fills the parameters x, y, z with the coordinate of the n-th point n must be between 0 and Size() - 1. More...
 
virtual void GetPoint (Int_t n, Double_t &x, Double_t &y, Double_t &z) const
 Fills the parameters x, y, z with the coordinate of the n-th point n must be between 0 and Size() - 1. More...
 
Option_tGetOption () const
 
virtual void ls (Option_t *option="") const
 List this 3-D polymarker. More...
 
virtual Int_t Merge (TCollection *list)
 Merge polymarkers in the collection in this polymarker. More...
 
virtual void Print (Option_t *option="") const
 Print 3-D polymarker with its attributes on stdout. More...
 
virtual void SavePrimitive (std::ostream &out, Option_t *option="")
 Save primitive as a C++ statement(s) on output stream. More...
 
virtual void SetName (const char *name)
 Change (i.e. More...
 
void SetPoint (Int_t n, Double_t x, Double_t y, Double_t z)
 Set point n to x, y, z. More...
 
virtual void SetPolyMarker (Int_t n, Float_t *p, Marker_t marker, Option_t *option="")
 Re-initialize polymarker with n points from p. More...
 
virtual void SetPolyMarker (Int_t n, Double_t *p, Marker_t marker, Option_t *option="")
 Re-initialize polymarker with n points from p. More...
 
virtual Int_t SetNextPoint (Double_t x, Double_t y, Double_t z)
 Set point following LastPoint to x, y, z. More...
 
virtual Int_t Size () const
 
 ClassDef (TPolyMarker3D, 2)
 
- Public Member Functions inherited from TObject
 TObject ()
 
 TObject (const TObject &object)
 TObject copy ctor. More...
 
TObjectoperator= (const TObject &rhs)
 TObject assignment operator. More...
 
virtual ~TObject ()
 TObject destructor. More...
 
virtual void AppendPad (Option_t *option="")
 Append graphics object to current pad. More...
 
virtual void Browse (TBrowser *b)
 Browse object. May be overridden for another default action. More...
 
virtual const char * ClassName () const
 Returns name of class to which the object belongs. More...
 
virtual void Clear (Option_t *="")
 
virtual TObjectClone (const char *newname="") const
 Make a clone of an object using the Streamer facility. More...
 
virtual Int_t Compare (const TObject *obj) const
 Compare abstract method. More...
 
virtual void Delete (Option_t *option="")
 Delete this object. More...
 
virtual void DrawClass () const
 Draw class inheritance tree of the class to which this object belongs. More...
 
virtual TObjectDrawClone (Option_t *option="") const
 Draw a clone of this object in the current pad. More...
 
virtual void Dump () const
 Dump contents of object on stdout. More...
 
virtual void Execute (const char *method, const char *params, Int_t *error=0)
 Execute method on this object with the given parameter string, e.g. More...
 
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=0)
 Execute method on this object with parameters stored in the TObjArray. More...
 
virtual TObjectFindObject (const char *name) const
 Must be redefined in derived classes. More...
 
virtual TObjectFindObject (const TObject *obj) const
 Must be redefined in derived classes. More...
 
virtual Option_tGetDrawOption () const
 Get option used by the graphics system to draw this object. More...
 
virtual UInt_t GetUniqueID () const
 Return the unique object id. More...
 
virtual const char * GetIconName () const
 Returns mime type name of object. More...
 
virtual char * GetObjectInfo (Int_t px, Int_t py) const
 Returns string containing info about the object at position (px,py). More...
 
virtual Bool_t HandleTimer (TTimer *timer)
 Execute action in response of a timer timing out. More...
 
virtual ULong_t Hash () const
 Return hash value for this object. More...
 
virtual Bool_t InheritsFrom (const char *classname) const
 Returns kTRUE if object inherits from class "classname". More...
 
virtual Bool_t InheritsFrom (const TClass *cl) const
 Returns kTRUE if object inherits from TClass cl. More...
 
virtual void Inspect () const
 Dump contents of this object in a graphics canvas. More...
 
virtual Bool_t IsFolder () const
 Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More...
 
virtual Bool_t IsEqual (const TObject *obj) const
 Default equal comparison (objects are equal if they have the same address in memory). More...
 
virtual Bool_t IsSortable () const
 
Bool_t IsOnHeap () const
 
Bool_t IsZombie () const
 
virtual Bool_t Notify ()
 This method must be overridden to handle object notification. More...
 
virtual void Pop ()
 Pop on object drawn in a pad to the top of the display list. More...
 
virtual Int_t Read (const char *name)
 Read contents of object with specified name from the current directory. More...
 
virtual void RecursiveRemove (TObject *obj)
 Recursively remove this object from a list. More...
 
virtual void SaveAs (const char *filename="", Option_t *option="") const
 Save this object in the file specified by filename. More...
 
virtual void SetDrawOption (Option_t *option="")
 Set drawing option for object. More...
 
virtual void SetUniqueID (UInt_t uid)
 Set the unique object id. More...
 
virtual void UseCurrentStyle ()
 Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0)
 Write this object to the current directory. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const
 Write this object to the current directory. More...
 
voidoperator new (size_t sz)
 
voidoperator new[] (size_t sz)
 
voidoperator new (size_t sz, void *vp)
 
voidoperator new[] (size_t sz, void *vp)
 
void operator delete (void *ptr)
 Operator delete. More...
 
void operator delete[] (void *ptr)
 Operator delete []. More...
 
void SetBit (UInt_t f, Bool_t set)
 Set or unset the user status bits as specified in f. More...
 
void SetBit (UInt_t f)
 
void ResetBit (UInt_t f)
 
Bool_t TestBit (UInt_t f) const
 
Int_t TestBits (UInt_t f) const
 
void InvertBit (UInt_t f)
 
virtual void Info (const char *method, const char *msgfmt,...) const
 Issue info message. More...
 
virtual void Warning (const char *method, const char *msgfmt,...) const
 Issue warning message. More...
 
virtual void Error (const char *method, const char *msgfmt,...) const
 Issue error message. More...
 
virtual void SysError (const char *method, const char *msgfmt,...) const
 Issue system error message. More...
 
virtual void Fatal (const char *method, const char *msgfmt,...) const
 Issue fatal error message. More...
 
void AbstractMethod (const char *method) const
 Use this method to implement an "abstract" method that you don't want to leave purely abstract. More...
 
void MayNotUse (const char *method) const
 Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More...
 
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 Use this method to declare a method obsolete. More...
 
- Public Member Functions inherited from TAttMarker
 TAttMarker ()
 
 TAttMarker (Color_t color, Style_t style, Size_t msize)
 TAttMarker normal constructor. More...
 
virtual ~TAttMarker ()
 TAttMarker destructor. More...
 
void Copy (TAttMarker &attmarker) const
 Copy this marker attributes to a new TAttMarker. More...
 
virtual Color_t GetMarkerColor () const
 
virtual Style_t GetMarkerStyle () const
 
virtual Size_t GetMarkerSize () const
 
virtual void Modify ()
 Change current marker attributes if necessary. More...
 
virtual void ResetAttMarker (Option_t *toption="")
 Reset this marker attributes to the default values. More...
 
virtual void SaveMarkerAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t sizdef=1)
 Save line attributes as C++ statement(s) on output stream out. More...
 
virtual void SetMarkerAttributes ()
 Invoke the DialogCanvas Marker attributes. More...
 
virtual void SetMarkerColorAlpha (Color_t mcolor, Float_t malpha)
 Set a transparent marker color. More...
 
 ClassDef (TAttMarker, 2)
 
- Public Member Functions inherited from TAtt3D
 TAtt3D ()
 
virtual ~TAtt3D ()
 
virtual void Sizeof3D () const
 
- Public Member Functions inherited from TAttBBox
 TAttBBox ()
 
virtual ~TAttBBox ()
 
TAttBBoxoperator= (const TAttBBox &tab)
 
Bool_t GetBBoxOK () const
 
Float_tGetBBox ()
 
Float_tAssertBBox ()
 
void ResetBBox ()
 
void SetupBBoxCube (Float_t extent, Float_t x, Float_t y, Float_t z)
 Setup bounding box as cube with given extent and center position. More...
 
 ClassDef (TAttBBox, 1)
 
- Public Member Functions inherited from TEvePointSelectorConsumer
 TEvePointSelectorConsumer (ETreeVarType_e cs=kTVT_XYZ)
 
virtual ~TEvePointSelectorConsumer ()
 
ETreeVarType_e GetSourceCS () const
 
void SetSourceCS (ETreeVarType_e cs)
 
 ClassDef (TEvePointSelectorConsumer, 1)
 
- Public Member Functions inherited from TEveProjectable
 TEveProjectable ()
 Constructor. More...
 
virtual ~TEveProjectable ()
 Destructor. More...
 
virtual Bool_t HasProjecteds () const
 
ProjList_i BeginProjecteds ()
 
ProjList_i EndProjecteds ()
 
virtual void AddProjected (TEveProjected *p)
 
virtual void RemoveProjected (TEveProjected *p)
 
virtual void AnnihilateProjecteds ()
 Optimized destroy of projected elements with condition there is only one parent for projected element. More...
 
virtual void ClearProjectedList ()
 
virtual void AddProjectedsToSet (std::set< TEveElement * > &set)
 Add the projected elements to the set, dyn-casting them to TEveElement. More...
 
virtual void PropagateVizParams (TEveElement *el=0)
 Set visualization parameters of projecteds. More...
 
virtual void PropagateRenderState (Bool_t rnr_self, Bool_t rnr_children)
 Set render state of projecteds. More...
 
virtual void PropagateMainColor (Color_t color, Color_t old_color)
 Set main color of projecteds if their color is the same as old_color. More...
 
virtual void PropagateMainTransparency (Char_t t, Char_t old_t)
 Set main transparency of projecteds if their transparency is the same as the old one. More...
 
 ClassDef (TEveProjectable, 0)
 
- Public Member Functions inherited from TQObject
 TQObject ()
 TQObject Constructor. More...
 
virtual ~TQObject ()
 TQObject Destructor. More...
 
TListGetListOfClassSignals () const
 Returns pointer to list of signals of this class. More...
 
TListGetListOfSignals () const
 
TListGetListOfConnections () const
 
Bool_t AreSignalsBlocked () const
 
Bool_t BlockSignals (Bool_t b)
 
void CollectClassSignalLists (TList &list, TClass *cls)
 Collect class signal lists from class cls and all its base-classes. More...
 
template<typename... T>
void EmitVA (const char *signal_name, Int_t, const T &...params)
 
void EmitVA (const char *signal, Int_t nargs, va_list va)=delete
 
void Emit (const char *signal)
 Acitvate signal without args. More...
 
void Emit (const char *signal, Long_t *paramArr)
 Emit a signal with a varying number of arguments, paramArr is an array of the parameters. More...
 
void Emit (const char *signal, const char *params)
 Activate signal with parameter text string. More...
 
void Emit (const char *signal, Double_t param)
 Activate signal with single parameter. More...
 
void Emit (const char *signal, Long_t param)
 Activate signal with single parameter. More...
 
void Emit (const char *signal, Long64_t param)
 Activate signal with single parameter. More...
 
void Emit (const char *signal, Bool_t param)
 
void Emit (const char *signal, Char_t param)
 
void Emit (const char *signal, UChar_t param)
 
void Emit (const char *signal, Short_t param)
 
void Emit (const char *signal, UShort_t param)
 
void Emit (const char *signal, Int_t param)
 
void Emit (const char *signal, UInt_t param)
 
void Emit (const char *signal, ULong_t param)
 
void Emit (const char *signal, ULong64_t param)
 
void Emit (const char *signal, Float_t param)
 
Bool_t Connect (const char *signal, const char *receiver_class, void *receiver, const char *slot)
 Non-static method is used to connect from the signal of this object to the receiver slot. More...
 
Bool_t Disconnect (const char *signal=0, void *receiver=0, const char *slot=0)
 Disconnects signal of this object from slot of receiver. More...
 
virtual void HighPriority (const char *signal_name, const char *slot_name=0)
 
virtual void LowPriority (const char *signal_name, const char *slot_name=0)
 
virtual Bool_t HasConnection (const char *signal_name) const
 Return true if there is any object connected to this signal. More...
 
virtual Int_t NumberOfSignals () const
 Return number of signals for this object. More...
 
virtual Int_t NumberOfConnections () const
 Return number of connections for this object. More...
 
virtual void Connected (const char *)
 
virtual void Disconnected (const char *)
 
virtual void Destroyed ()
 
virtual void ChangedBy (const char *method)
 
virtual void Message (const char *msg)
 
- Public Member Functions inherited from TAttLine
 TAttLine ()
 AttLine default constructor. More...
 
 TAttLine (Color_t lcolor, Style_t lstyle, Width_t lwidth)
 AttLine normal constructor. More...
 
virtual ~TAttLine ()
 AttLine destructor. More...
 
void Copy (TAttLine &attline) const
 Copy this line attributes to a new TAttLine. More...
 
Int_t DistancetoLine (Int_t px, Int_t py, Double_t xp1, Double_t yp1, Double_t xp2, Double_t yp2)
 Compute distance from point px,py to a line. More...
 
virtual Color_t GetLineColor () const
 
virtual Style_t GetLineStyle () const
 
virtual Width_t GetLineWidth () const
 
virtual void Modify ()
 Change current line attributes if necessary. More...
 
virtual void ResetAttLine (Option_t *option="")
 Reset this line attributes to default values. More...
 
virtual void SaveLineAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1)
 Save line attributes as C++ statement(s) on output stream out. More...
 
virtual void SetLineAttributes ()
 Invoke the DialogCanvas Line attributes. More...
 
virtual void SetLineColorAlpha (Color_t lcolor, Float_t lalpha)
 Set a transparent line color. More...
 
 ClassDef (TAttLine, 2)
 

Protected Attributes

TEveVectorD fV
 
TEveVectorD fP
 
TEveVectorD fPEnd
 
Double_t fBeta
 
Double_t fDpDs
 
Int_t fPdg
 
Int_t fCharge
 
Int_t fLabel
 
Int_t fIndex
 
Int_t fStatus
 
Bool_t fLockPoints
 
vPathMark_t fPathMarks
 
Int_t fLastPMIdx
 
TEveTrackPropagatorfPropagator
 Last path-mark index tried in track-propagation. More...
 
- Protected Attributes inherited from TEveLine
Bool_t fRnrLine
 
Bool_t fRnrPoints
 
Bool_t fSmooth
 
- Protected Attributes inherited from TEvePointSet
TString fTitle
 
TArrayIfIntIds
 
Int_t fIntIdsPerPoint
 
- Protected Attributes inherited from TEveElement
List_t fParents
 
List_t fChildren
 
TEveCompoundfCompound
 
TEveElementfVizModel
 
TString fVizTag
 Element used as model from VizDB. More...
 
Int_t fNumChildren
 
Int_t fParentIgnoreCnt
 
Int_t fTopItemCnt
 Counter for parents that are ignored in ref-counting. More...
 
Int_t fDenyDestroy
 Counter for top-level list-tree items that prevent automatic destruction. More...
 
Bool_t fDestroyOnZeroRefCnt
 Deny-destroy count. More...
 
Bool_t fRnrSelf
 
Bool_t fRnrChildren
 
Bool_t fCanEditMainColor
 
Bool_t fCanEditMainTransparency
 
Bool_t fCanEditMainTrans
 
Char_t fMainTransparency
 
Color_tfMainColorPtr
 
TEveTransfMainTrans
 
sLTI_t fItems
 
TRef fSource
 Set of list-tree-items. More...
 
voidfUserData
 
Bool_t fPickable
 
Bool_t fSelected
 
Bool_t fHighlighted
 
Short_t fImpliedSelected
 
Short_t fImpliedHighlighted
 
UChar_t fCSCBits
 
UChar_t fChangeBits
 
Char_t fDestructing
 
- Protected Attributes inherited from TPointSet3D
Bool_t fOwnIds
 
TRefArray fIds
 
- Protected Attributes inherited from TPolyMarker3D
Int_t fN
 
Float_tfP
 
TString fOption
 
Int_t fLastPoint
 
TString fName
 
- Protected Attributes inherited from TAttMarker
Color_t fMarkerColor
 
Style_t fMarkerStyle
 
Size_t fMarkerSize
 
- Protected Attributes inherited from TAttBBox
Float_tfBBox
 
- Protected Attributes inherited from TEvePointSelectorConsumer
ETreeVarType_e fSourceCS
 
- Protected Attributes inherited from TEveProjectable
ProjList_t fProjectedList
 
- Protected Attributes inherited from TQObject
TListfListOfSignals
 
TListfListOfConnections
 list of signals from this object More...
 
Bool_t fSignalsBlocked
 list of connections to this object More...
 
- Protected Attributes inherited from TAttLine
Color_t fLineColor
 
Style_t fLineStyle
 
Width_t fLineWidth
 

Private Member Functions

TEveTrackoperator= (const TEveTrack &)
 

Friends

class TEveTrackPropagator
 
class TEveTrackList
 
class TEveTrackGL
 

Additional Inherited Members

- Static Public Member Functions inherited from TEveLine
static Bool_t GetDefaultSmooth ()
 Get default value for smooth-line drawing flag. More...
 
static void SetDefaultSmooth (Bool_t r)
 Set default value for smooth-line drawing flag (default kFALSE). More...
 
- Static Public Member Functions inherited from TPolyMarker3D
static void PaintH3 (TH1 *h, Option_t *option)
 Paint 3-d histogram h with 3-d polymarkers. More...
 
- Static Public Member Functions inherited from TObject
static Long_t GetDtorOnly ()
 Return destructor only flag. More...
 
static void SetDtorOnly (void *obj)
 Set destructor only flag. More...
 
static Bool_t GetObjectStat ()
 Get status of object stat flag. More...
 
static void SetObjectStat (Bool_t stat)
 Turn on/off tracking of objects in the TObjectTable. More...
 
- Static Public Member Functions inherited from TQObject
static Bool_t Connect (TQObject *sender, const char *signal, const char *receiver_class, void *receiver, const char *slot)
 Create connection between sender and receiver. More...
 
static Bool_t Connect (const char *sender_class, const char *signal, const char *receiver_class, void *receiver, const char *slot)
 This method allows to make a connection from any object of the same class to a single slot. More...
 
static Bool_t Disconnect (TQObject *sender, const char *signal=0, void *receiver=0, const char *slot=0)
 Disconnects signal in object sender from slot_method in object receiver. More...
 
static Bool_t Disconnect (const char *class_name, const char *signal, void *receiver=0, const char *slot=0)
 Disconnects "class signal". More...
 
static Bool_t AreAllSignalsBlocked ()
 Returns true if all signals are blocked. More...
 
static Bool_t BlockAllSignals (Bool_t b)
 Block or unblock all signals. Returns the previous block status. More...
 
- Static Public Attributes inherited from TEveElement
static const TGPicturefgRnrIcons [4] = { 0 }
 
static const TGPicturefgListTreeIcons [9] = { 0 }
 
- Protected Types inherited from TEveElement
enum  ECompoundSelectionColorBits {
  kCSCBImplySelectAllChildren = BIT(0), kCSCBTakeAnyParentAsMaster = BIT(1), kCSCBApplyMainColorToAllChildren = BIT(2), kCSCBApplyMainColorToMatchingChildren = BIT(3),
  kCSCBApplyMainTransparencyToAllChildren = BIT(4), kCSCBApplyMainTransparencyToMatchingChildren = BIT(5)
}
 
enum  EDestruct { kNone, kStandard, kAnnihilate }
 
- Protected Member Functions inherited from TEvePointSet
void AssertIntIdsSize ()
 Assert that size of IntId array is compatible with the size of the point array. More...
 
- Protected Member Functions inherited from TEveElement
virtual void PreDeleteElement ()
 Externally assigned and controlled user data. More...
 
virtual void RemoveElementsInternal ()
 Remove all elements. More...
 
virtual void AnnihilateRecursively ()
 Protected member function called from TEveElement::Annihilate(). More...
 
- Protected Member Functions inherited from TPointSet3D
void CopyIds (const TPointSet3D &t)
 Copy id objects from point-set 't'. More...
 
- Protected Member Functions inherited from TPolyMarker3D
TPolyMarker3Doperator= (const TPolyMarker3D &)
 assignment operator More...
 
- Protected Member Functions inherited from TObject
void MakeZombie ()
 
virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 Interface to ErrorHandler (protected). More...
 
- Protected Member Functions inherited from TAttBBox
void BBoxInit (Float_t infinity=1e6)
 Dynamic Float_t[6] X(min,max), Y(min,max), Z(min,max) More...
 
void BBoxZero (Float_t epsilon=0, Float_t x=0, Float_t y=0, Float_t z=0)
 Create cube of volume (2*epsilon)^3 at (x,y,z). More...
 
void BBoxClear ()
 Remove BBox information. More...
 
void BBoxCheckPoint (Float_t x, Float_t y, Float_t z)
 
void BBoxCheckPoint (const Float_t *p)
 
void AssertBBoxExtents (Float_t epsilon=0.005)
 Assert extents of all sides of the bounding-box are at least epsilon. More...
 
 TAttBBox (const TAttBBox &tab)
 
- Protected Member Functions inherited from TQObject
virtual voidGetSender ()
 
virtual const char * GetSenderClassName () const
 
- Static Protected Member Functions inherited from TEveElement
static const char * ToString (Bool_t b)
 Convert Bool_t to string - kTRUE or kFALSE. More...
 
- Static Protected Member Functions inherited from TQObject
static Bool_t ConnectToClass (TQObject *sender, const char *signal, TClass *receiver_class, void *receiver, const char *slot)
 Create connection between sender and receiver. More...
 
static Bool_t ConnectToClass (const char *sender_class, const char *signal, TClass *receiver_class, void *receiver, const char *slot)
 This method allows to make connection from any object of the same class to the receiver object. More...
 
static Int_t CheckConnectArgs (TQObject *sender, TClass *sender_class, const char *signal, TClass *receiver_class, const char *slot)
 Checking of consitency of sender/receiver methods/arguments. More...
 
static TString CompressName (const char *method_name)
 
- Static Protected Attributes inherited from TEveLine
static Bool_t fgDefaultSmooth = kFALSE
 
- Static Protected Attributes inherited from TQObject
static Bool_t fgAllSignalsBlocked = kFALSE
 flag used for suppression of signals More...
 

#include <TEveTrack.h>

+ Inheritance diagram for TEveTrack:
+ Collaboration diagram for TEveTrack:

Member Typedef Documentation

typedef vPathMark_t::const_iterator TEveTrack::vPathMark_ci

Definition at line 44 of file TEveTrack.h.

typedef vPathMark_t::iterator TEveTrack::vPathMark_i

Definition at line 43 of file TEveTrack.h.

typedef std::vector<TEvePathMarkD> TEveTrack::vPathMark_t

Definition at line 42 of file TEveTrack.h.

Member Enumeration Documentation

Enumerator
kBPTDefault 
kBPTAlways 
kBPTNever 

Definition at line 47 of file TEveTrack.h.

Constructor & Destructor Documentation

TEveTrack::TEveTrack ( )

Default constructor.

Definition at line 47 of file TEveTrack.cxx.

TEveTrack::TEveTrack ( TParticle t,
Int_t  label,
TEveTrackPropagator prop = 0 
)

Constructor from TParticle.

Definition at line 70 of file TEveTrack.cxx.

TEveTrack::TEveTrack ( TEveMCTrack t,
TEveTrackPropagator prop = 0 
)

Definition at line 102 of file TEveTrack.cxx.

TEveTrack::TEveTrack ( TEveRecTrack t,
TEveTrackPropagator prop = 0 
)

Constructor from TEveRecTrack<float> reconstructed track.

It is recommended to use constructor with TEveRecTrack<double> since TEveTrackPropagator operates with double type.

Definition at line 165 of file TEveTrack.cxx.

TEveTrack::TEveTrack ( TEveRecTrackD t,
TEveTrackPropagator prop = 0 
)

Constructor from TEveRecTrack<double> reconstructed track.

Definition at line 136 of file TEveTrack.cxx.

TEveTrack::TEveTrack ( const TEveTrack t)

Copy constructor.

Track parameters are copied but the extrapolation is not performed so you should still call MakeTrack() to do that. If points of 't' are locked, they are cloned.

Definition at line 195 of file TEveTrack.cxx.

TEveTrack::~TEveTrack ( )
virtual

Destructor.

Definition at line 224 of file TEveTrack.cxx.

Member Function Documentation

void TEveTrack::AddPathMark ( const TEvePathMarkD pm)
inline

Definition at line 107 of file TEveTrack.h.

void TEveTrack::AddPathMark ( const TEvePathMark pm)
inline

Definition at line 108 of file TEveTrack.h.

TEveTrack::ClassDef ( TEveTrack  ,
 
)
void TEveTrack::ComputeBBox ( )
virtual

Compute the bounding box of the track.

Reimplemented from TPointSet3D.

Definition at line 241 of file TEveTrack.cxx.

void TEveTrack::CopyVizParams ( const TEveElement el)
virtual

Copy visualization parameters from element el.

Reimplemented from TEveLine.

Definition at line 475 of file TEveTrack.cxx.

Referenced by TEveTrackProjected::SetProjection(), and TEveTrack().

Int_t TEveTrack::GetCharge ( ) const
inline

Definition at line 98 of file TEveTrack.h.

Double_t TEveTrack::GetDpDs ( ) const
inline

Definition at line 93 of file TEveTrack.h.

const TEveVectorD& TEveTrack::GetEndMomentum ( ) const
inline

Definition at line 91 of file TEveTrack.h.

Int_t TEveTrack::GetIndex ( ) const
inline

Definition at line 102 of file TEveTrack.h.

Int_t TEveTrack::GetLabel ( ) const
inline

Definition at line 100 of file TEveTrack.h.

Int_t TEveTrack::GetLastPMIdx ( ) const
inline

Definition at line 85 of file TEveTrack.h.

Referenced by TEveTrackProjected::MakeTrack().

const TGPicture * TEveTrack::GetListTreeIcon ( Bool_t  open = kFALSE)
virtual

Returns list-tree icon for TEveTrack.

Reimplemented from TEveLine.

Definition at line 233 of file TEveTrack.cxx.

Bool_t TEveTrack::GetLockPoints ( ) const
inline
const TEveVectorD& TEveTrack::GetMomentum ( ) const
inline

Definition at line 90 of file TEveTrack.h.

Int_t TEveTrack::GetPdg ( ) const
inline

Definition at line 96 of file TEveTrack.h.

TEveTrackPropagator* TEveTrack::GetPropagator ( ) const
inline
Int_t TEveTrack::GetStatus ( ) const
inline

Definition at line 104 of file TEveTrack.h.

const TEveVectorD& TEveTrack::GetVertex ( ) const
inline

Definition at line 89 of file TEveTrack.h.

void TEveTrack::MakeTrack ( Bool_t  recurse = kTRUE)
virtual

Calculate track representation based on track data and current settings of the propagator.

If recurse is true, descend into children.

Reimplemented in TEveTrackProjected.

Definition at line 338 of file TEveTrack.cxx.

Referenced by TEveTrackProjected::MakeTrack(), MakeTrack(), TEveTrackList::MakeTracks(), and TEveTrackPropagator::RebuildTracks().

TEveTrack& TEveTrack::operator= ( const TEveTrack )
private
void TEveTrack::PrintPathMarks ( )

Print registered path-marks.

Definition at line 524 of file TEveTrack.cxx.

TClass * TEveTrack::ProjectedClass ( const TEveProjection p) const
virtual

Virtual from TEveProjectable, return TEveTrackProjected class.

Reimplemented from TEveLine.

Definition at line 499 of file TEveTrack.cxx.

vPathMark_t& TEveTrack::RefPathMarks ( )
inline

Definition at line 111 of file TEveTrack.h.

Referenced by TEveTrackGL::RenderPathMarksAndFirstVertex(), and SetPathMarks().

const vPathMark_t& TEveTrack::RefPathMarks ( ) const
inline

Definition at line 112 of file TEveTrack.h.

void TEveTrack::SecSelected ( TEveTrack track)
virtual

Emits "SecSelected(TEveTrack*)" signal.

Called from TEveTrackGL on secondary-selection.

Reimplemented in TEveTrackProjected.

Definition at line 548 of file TEveTrack.cxx.

Referenced by TEveTrackGL::ProcessSelection(), and TEveTrackProjected::SecSelected().

void TEveTrack::SetAttLineAttMarker ( TEveTrackList tl)

Set line and marker attributes from TEveTrackList.

Definition at line 320 of file TEveTrack.cxx.

void TEveTrack::SetCharge ( Int_t  chg)
inline

Definition at line 99 of file TEveTrack.h.

void TEveTrack::SetDpDs ( Double_t  dpds)
inline

Definition at line 94 of file TEveTrack.h.

void TEveTrack::SetIndex ( Int_t  idx)
inline

Definition at line 103 of file TEveTrack.h.

void TEveTrack::SetLabel ( Int_t  lbl)
inline

Definition at line 101 of file TEveTrack.h.

void TEveTrack::SetLockPoints ( Bool_t  l)
inline

Definition at line 116 of file TEveTrack.h.

Referenced by TEveTrackProjected::SetProjection().

void TEveTrack::SetPathMarks ( const TEveTrack t)
virtual

Copy path-marks from t.

Definition at line 299 of file TEveTrack.cxx.

Referenced by TEveTrackProjected::MakeTrack(), and TEveTrack().

void TEveTrack::SetPdg ( Int_t  pdg)
inline

Definition at line 97 of file TEveTrack.h.

void TEveTrack::SetPropagator ( TEveTrackPropagator prop)

Set track's render style.

Reference counts of old and new propagator are updated.

Definition at line 309 of file TEveTrack.cxx.

Referenced by SetTrackParams(), TEveTrack(), and ~TEveTrack().

void TEveTrack::SetStatus ( Int_t  idx)
inline

Definition at line 105 of file TEveTrack.h.

void TEveTrack::SetStdTitle ( )
virtual

Set standard track title based on most data-member values.

Definition at line 266 of file TEveTrack.cxx.

void TEveTrack::SetTrackParams ( const TEveTrack t)
virtual

Copy track parameters from t.

Track-propagator is set, too. PathMarks are cleared - you can copy them via SetPathMarks(t). If track 't' is locked, you should probably clone its points over - use TEvePointSet::ClonePoints(t);

Definition at line 282 of file TEveTrack.cxx.

Referenced by TEveTrackProjected::SetProjection().

void TEveTrack::SortPathMarksByTime ( )

Sort registered pat-marks by time.

Definition at line 516 of file TEveTrack.cxx.

void TEveTrack::WriteVizParams ( std::ostream &  out,
const TString var 
)
virtual

Write visualization parameters.

Reimplemented from TEveLine.

Definition at line 489 of file TEveTrack.cxx.

Friends And Related Function Documentation

friend class TEveTrackGL
friend

Definition at line 36 of file TEveTrack.h.

friend class TEveTrackList
friend

Definition at line 35 of file TEveTrack.h.

friend class TEveTrackPropagator
friend

Definition at line 34 of file TEveTrack.h.

Member Data Documentation

Double_t TEveTrack::fBeta
protected

Definition at line 53 of file TEveTrack.h.

Referenced by SetTrackParams().

Int_t TEveTrack::fCharge
protected

Definition at line 56 of file TEveTrack.h.

Referenced by GetCharge(), MakeTrack(), SetStdTitle(), SetTrackParams(), and TEveTrack().

Double_t TEveTrack::fDpDs
protected

Definition at line 54 of file TEveTrack.h.

Referenced by GetDpDs(), and MakeTrack().

Int_t TEveTrack::fIndex
protected

Definition at line 58 of file TEveTrack.h.

Referenced by GetIndex(), SetStdTitle(), and SetTrackParams().

Int_t TEveTrack::fLabel
protected

Definition at line 57 of file TEveTrack.h.

Referenced by GetLabel(), PrintPathMarks(), SetStdTitle(), and SetTrackParams().

Int_t TEveTrack::fLastPMIdx
protected
Bool_t TEveTrack::fLockPoints
protected

Definition at line 60 of file TEveTrack.h.

Referenced by GetLockPoints(), MakeTrack(), and TEveTrack().

TEveVectorD TEveTrack::fP
protected
vPathMark_t TEveTrack::fPathMarks
protected
Int_t TEveTrack::fPdg
protected

Definition at line 55 of file TEveTrack.h.

Referenced by GetPdg(), SetStdTitle(), SetTrackParams(), and TEveTrack().

TEveVectorD TEveTrack::fPEnd
protected

Definition at line 52 of file TEveTrack.h.

Referenced by GetEndMomentum(), and MakeTrack().

TEveTrackPropagator* TEveTrack::fPropagator
protected
Int_t TEveTrack::fStatus
protected

Definition at line 59 of file TEveTrack.h.

Referenced by GetStatus().

TEveVectorD TEveTrack::fV
protected

Definition at line 50 of file TEveTrack.h.

Referenced by GetVertex(), MakeTrack(), SetStdTitle(), and SetTrackParams().


The documentation for this class was generated from the following files: