Logo ROOT  
Reference Guide
TEveTrackList Class Reference

A list of tracks supporting change of common attributes and selection based on track parameters.

Definition at line 137 of file TEveTrack.h.

Public Member Functions

 TEveTrackList (const char *name, TEveTrackPropagator *prop=0)
 Constructor. More...
 
 TEveTrackList (TEveTrackPropagator *prop=0)
 Constructor. More...
 
virtual ~TEveTrackList ()
 Destructor. More...
 
virtual void CopyVizParams (const TEveElement *el)
 Copy visualization parameters from element el. More...
 
void FindMomentumLimits (Bool_t recurse=kTRUE)
 Loop over children and find highest pT and p of contained TEveTracks. More...
 
TEveTrackFindTrackByIndex (Int_t index)
 Find track by index, select it and display it in the editor. More...
 
TEveTrackFindTrackByLabel (Int_t label)
 Find track by label, select it and display it in the editor. More...
 
Double_t GetLimP () const
 
Double_t GetLimPt () const
 
Double_t GetMaxP () const
 
Double_t GetMaxPt () const
 
Double_t GetMinP () const
 
Double_t GetMinPt () const
 
TEveTrackPropagatorGetPropagator ()
 
Bool_t GetRecurse () const
 
Bool_t GetRnrLine () const
 
Bool_t GetRnrPoints () const
 
void MakeTracks (Bool_t recurse=kTRUE)
 Regenerate the visual representations of tracks. More...
 
virtual TClassProjectedClass (const TEveProjection *p) const
 Virtual from TEveProjectable, returns TEveTrackListProjected class. More...
 
void SelectByP (Double_t min_p, Double_t max_p)
 Select visibility of tracks by momentum. More...
 
void SelectByP (Double_t min_p, Double_t max_p, TEveElement *el)
 Select visibility of el's children tracks by momentum. More...
 
void SelectByPt (Double_t min_pt, Double_t max_pt)
 Select visibility of tracks by transverse momentum. More...
 
void SelectByPt (Double_t min_pt, Double_t max_pt, TEveElement *el)
 Select visibility of el's children tracks by transverse momentum. More...
 
virtual void SetLineColor (Color_t c)
 Set the line color. More...
 
virtual void SetLineColor (Color_t c, TEveElement *el)
 Set line color for children of el. More...
 
virtual void SetLineStyle (Style_t s)
 Set line style for the list and the elements. More...
 
virtual void SetLineStyle (Style_t s, TEveElement *el)
 Set line style for children of el. More...
 
virtual void SetLineWidth (Width_t w)
 Set line width for the list and the elements. More...
 
virtual void SetLineWidth (Width_t w, TEveElement *el)
 Set line width for children of el. More...
 
virtual void SetMainColor (Color_t c)
 Set main (line) color for the list and the elements. More...
 
virtual void SetMarkerColor (Color_t c)
 Set marker color for the list and the elements. More...
 
virtual void SetMarkerColor (Color_t c, TEveElement *el)
 Set marker color for children of el. More...
 
virtual void SetMarkerSize (Size_t s)
 Set marker size for the list and the elements. More...
 
virtual void SetMarkerSize (Size_t s, TEveElement *el)
 Set marker size for children of el. More...
 
virtual void SetMarkerStyle (Style_t s)
 Set marker style for the list and the elements. More...
 
virtual void SetMarkerStyle (Style_t s, TEveElement *el)
 Set marker style for children of el. More...
 
void SetPropagator (TEveTrackPropagator *prop)
 Set default propagator for tracks. More...
 
void SetRecurse (Bool_t x)
 
void SetRnrLine (Bool_t rnr)
 Set rendering of track as line for the list and the elements. More...
 
void SetRnrLine (Bool_t rnr, TEveElement *el)
 Set rendering of track as line for children of el. More...
 
void SetRnrPoints (Bool_t r)
 Set rendering of track as points for the list and the elements. More...
 
void SetRnrPoints (Bool_t r, TEveElement *el)
 Set rendering of track as points for children of el. More...
 
virtual void WriteVizParams (std::ostream &out, const TString &var)
 Write visualization parameters. More...
 
- Public Member Functions inherited from TEveElementList
 TEveElementList (const char *n="TEveElementList", const char *t="", Bool_t doColor=kFALSE, Bool_t doTransparency=kFALSE)
 Constructor. More...
 
 TEveElementList (const TEveElementList &e)
 Copy constructor. More...
 
virtual ~TEveElementList ()
 
virtual Bool_t AcceptElement (TEveElement *el)
 Check if TEveElement el is inherited from fChildClass. More...
 
virtual TEveElementListCloneElement () const
 Clone the element via copy constructor. More...
 
TClassGetChildClass () const
 
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 TObjectGetObject (const TEveException &="TEveElementList::GetObject ") const
 Get a TObject associated with this render-element. More...
 
virtual TClassProjectedClass (const TEveProjection *p) const
 Virtual from TEveProjectable, returns TEveCompoundProjected class. More...
 
void SetChildClass (TClass *c)
 
virtual void SetElementName (const char *name)
 Virtual function for setting of name of an element. More...
 
virtual void SetElementNameTitle (const char *name, const char *title)
 Virtual function for setting of name and title of render element. More...
 
virtual void SetElementTitle (const char *title)
 Virtual function for setting of title of an element. More...
 
- 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 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 TGListTreeItemAddIntoListTree (TGListTree *ltree, TEveElement *parent)
 Add this render element into ltree to all items belonging to parent. More...
 
virtual TGListTreeItemAddIntoListTree (TGListTree *ltree, TGListTreeItem *parent_lti)
 Add this element into ltree to an already existing item parent_lti. More...
 
virtual TGListTreeItemAddIntoListTrees (TEveElement *parent)
 Add this render element into all list-trees and all items belonging to parent. More...
 
virtual void AddParent (TEveElement *re)
 Add re into the list parents. More...
 
virtual void AddStamp (UChar_t bits)
 Add (bitwise or) given stamps to fChangeBits. More...
 
virtual void Annihilate ()
 Optimized destruction without check of reference-count. More...
 
virtual void AnnihilateElements ()
 Annihilate elements. 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...
 
List_i BeginChildren ()
 
List_ci BeginChildren () const
 
List_i BeginParents ()
 
List_ci BeginParents () const
 
virtual Bool_t CanEditElement () const
 
virtual Bool_t CanEditMainColor () const
 
virtual Bool_t CanEditMainTrans () const
 
virtual Bool_t CanEditMainTransparency () const
 
virtual void CheckReferenceCount (const TEveException &eh="TEveElement::CheckReferenceCount ")
 Check external references to this and eventually auto-destruct the render-element. More...
 
virtual void ClearStamps ()
 
virtual void CloneChildrenRecurse (TEveElement *dest, Int_t level=0) const
 Clone children and attach them to the dest element. More...
 
virtual TEveElementCloneElement () const
 Clone the element via copy constructor. More...
 
virtual TEveElementCloneElementRecurse (Int_t level=0) const
 Clone elements and recurse 'level' deep over children. 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...
 
virtual void CopyVizParams (const TEveElement *el)
 Copy visualization parameters from element el. More...
 
virtual void CopyVizParamsFromDB ()
 Copy visualization parameters from the model-element fVizModel. More...
 
void CSCApplyMainColorToAllChildren ()
 
void CSCApplyMainColorToMatchingChildren ()
 
void CSCApplyMainTransparencyToAllChildren ()
 
void CSCApplyMainTransparencyToMatchingChildren ()
 
void CSCImplySelectAllChildren ()
 
void CSCTakeAnyParentAsMaster ()
 
void DecDenyDestroy ()
 Decreases the deny-destroy count of the element. More...
 
virtual void DecImpliedHighlighted ()
 Decrease element's implied-highlight count. Stamp appropriately. More...
 
virtual void DecImpliedSelected ()
 Decrease element's implied-selection count. Stamp appropriately. More...
 
void DecParentIgnoreCnt ()
 Decrease number of parents ignored in reference-counting. More...
 
virtual void Destroy ()
 Destroy this element. More...
 
virtual void DestroyElements ()
 Destroy all children of this element. More...
 
virtual void DestroyListSubTree (TGListTree *ltree, TGListTreeItem *parent)
 Destroy sub-tree under item 'parent' in list-tree 'ltree'. More...
 
virtual void DestroyMainTrans ()
 Destroy the main transformation matrix, it will always be taken as identity. More...
 
virtual void DestroyOrWarn ()
 Destroy this element. Prints a warning if deny-destroy is in force. More...
 
void DisableListElements (Bool_t rnr_self=kFALSE, Bool_t rnr_children=kFALSE)
 Disable rendering of children and their list contents. More...
 
void DumpSourceObject () const
 Call Dump() on source object. 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...
 
void EnableListElements (Bool_t rnr_self=kTRUE, Bool_t rnr_children=kTRUE)
 Enable rendering of children and their list contents. More...
 
List_i EndChildren ()
 
List_ci EndChildren () const
 
List_i EndParents ()
 
List_ci EndParents () const
 
virtual void ExpandIntoListTree (TGListTree *ltree, TGListTreeItem *parent)
 Populates parent with elements. More...
 
void ExportSourceObjectToCINT (char *var_name) const
 Export source object to CINT with given name for the variable. More...
 
virtual void ExportToCINT (char *var_name)
 Export render-element to CINT with variable name var_name. More...
 
virtual void FillImpliedSelectedSet (Set_t &impSelSet)
 Populate set impSelSet with derived / dependant elements. 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...
 
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...
 
Bool_t FindVizModel ()
 Find model element in VizDB that corresponds to previously assigned fVizTag and set fVizModel accordingly. More...
 
TEveElementFirstChild () const
 Returns the first child element or 0 if the list is empty. More...
 
virtual TEveElementForwardEdit ()
 Returns element to be displayed in GUI editor on click. More...
 
virtual TEveElementForwardSelection ()
 Returns element to be selected on click. More...
 
UChar_t GetChangeBits () const
 
TEveCompoundGetCompound ()
 
Int_t GetDenyDestroy () const
 Returns the number of times deny-destroy has been requested on the element. More...
 
Bool_t GetDestroyOnZeroRefCnt () const
 Returns state of flag determining if the element will be destroyed when reference count reaches zero. More...
 
virtual TObjectGetEditorObject (const TEveException &eh) const
 
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 TString GetHighlightTooltip ()
 
virtual const TGPictureGetListTreeCheckBoxIcon ()
 Returns list-tree-item check-box picture appropriate for given rendering state. More...
 
virtual const TGPictureGetListTreeIcon (Bool_t open=kFALSE)
 Returns pointer to first listtreeicon. More...
 
virtual Color_t GetMainColor () const
 
Color_tGetMainColorPtr () const
 
virtual Char_t GetMainTransparency () const
 
TEveElementGetMaster ()
 Returns the master element - that is: More...
 
virtual Int_t GetNItems () const
 
virtual TObjectGetObject (const TEveException &eh) const
 Get a TObject associated with this render-element. More...
 
Int_t GetParentIgnoreCnt () const
 Get number of parents that should be ignored in doing reference-counting. More...
 
virtual TObjectGetRenderObject (const TEveException &eh) const
 
virtual Bool_t GetRnrAnything () const
 
virtual Bool_t GetRnrChildren () const
 
virtual Bool_t GetRnrSelf () const
 
virtual Bool_t GetRnrState () const
 
virtual UChar_t GetSelectedLevel () const
 Get selection level, needed for rendering selection and highlight feedback. More...
 
TRefGetSource ()
 
TObjectGetSourceObject () const
 
voidGetUserData () const
 
TEveElementGetVizModel () const
 
const TStringGetVizTag () const
 
virtual Bool_t HandleElementPaste (TEveElement *el)
 React to element being pasted or dnd-ed. More...
 
Bool_t HasChild (TEveElement *el)
 Check if element el is a child of this element. More...
 
Bool_t HasChildren () const
 
virtual Bool_t HasMainColor () const
 
virtual Bool_t HasMainTrans () const
 
Bool_t HasParents () const
 
virtual void HighlightElement (Bool_t state)
 Set element's highlight state. Stamp appropriately. More...
 
void IncDenyDestroy ()
 Increases the deny-destroy count of the element. More...
 
virtual void IncImpliedHighlighted ()
 Increase element's implied-highlight count. Stamp appropriately. More...
 
virtual void IncImpliedSelected ()
 Increase element's implied-selection count. Stamp appropriately. More...
 
void IncParentIgnoreCnt ()
 Increase number of parents ignored in reference-counting. More...
 
virtual void InitMainTrans (Bool_t can_edit=kTRUE)
 Initialize the main transformation to identity matrix. More...
 
Bool_t IsPickable () const
 
TEveElementLastChild () const
 Returns the last child element or 0 if the list is empty. More...
 
virtual void NameTitleChanged ()
 Virtual function called when a name or title of the element has been changed. More...
 
Int_t NumChildren () const
 
Int_t NumParents () const
 
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...
 
void PrintSourceObject () const
 Call Print() on source object. 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 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 PropagateMainColorToProjecteds (Color_t color, Color_t old_color)
 Propagate color to projected elements. More...
 
virtual void PropagateMainTransparencyToProjecteds (Char_t t, Char_t old_t)
 Propagate transparency to projected elements. More...
 
virtual void PropagateRnrStateToProjecteds ()
 Propagate render state to the projected replicas of this element. More...
 
virtual void PropagateVizParamsToElements (TEveElement *el=0)
 Propagate visualization parameters from element el (defaulting to this) to all elements (children). More...
 
virtual void PropagateVizParamsToProjecteds ()
 Propagate visualization parameters to dependent elements. More...
 
virtual TEveTransPtrMainTrans (Bool_t create=kTRUE)
 Return pointer to main transformation. 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...
 
const List_tRefChildren () const
 
virtual TEveTransRefMainTrans ()
 Return reference to main transformation. 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 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 void RemoveParent (TEveElement *re)
 Remove re from the list of parents. More...
 
void ResetAllCSCBits ()
 
void ResetCSCBits (UChar_t f)
 
void SaveVizParams (std::ostream &out, const TString &tag, const TString &var)
 Save visualization parameters for this element with given tag. More...
 
virtual void SelectElement (Bool_t state)
 Set element's selection state. Stamp appropriately. More...
 
void SetCompound (TEveCompound *c)
 
void SetCSCBits (UChar_t f)
 
void SetDestroyOnZeroRefCnt (Bool_t d)
 Sets the state of flag determining if the element will be destroyed when reference count reaches zero. More...
 
void SetEditMainColor (Bool_t x)
 
void SetEditMainTransparency (Bool_t x)
 
virtual void SetElementName (const char *name)
 Virtual function for setting of name of an element. More...
 
virtual void SetElementNameTitle (const char *name, const char *title)
 Virtual function for setting of name and title of render element. More...
 
virtual void SetElementTitle (const char *title)
 Virtual function for setting of title of an element. More...
 
void SetMainAlpha (Float_t alpha)
 Set main-transparency via float alpha variable. More...
 
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 SetMainColorPtr (Color_t *color)
 
void SetMainColorRGB (Float_t r, Float_t g, Float_t b)
 Convert RGB values 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...
 
virtual void SetMainTransparency (Char_t t)
 Set main-transparency. More...
 
void SetPickable (Bool_t p)
 
void SetPickableRecursively (Bool_t p)
 Set pickable state on the element and all its children. More...
 
virtual Bool_t SetRnrChildren (Bool_t rnr)
 Set render state of this element's children, i.e. More...
 
virtual Bool_t SetRnrSelf (Bool_t rnr)
 Set render state of this element, 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...
 
void SetSourceObject (TObject *o)
 
virtual void SetTransMatrix (const TGeoMatrix &mat)
 Set transformation matrix from TGeo's matrix. More...
 
virtual void SetTransMatrix (Double_t *carr)
 Set transformation matrix from column-major array. More...
 
void SetUserData (void *ud)
 
void SetVizModel (TEveElement *model)
 Set visualization-parameter model element. More...
 
void SetVizTag (const TString &tag)
 
virtual Bool_t SingleRnrState () const
 
void SpawnEditor ()
 Show GUI editor for this object. More...
 
void StampColorSelection ()
 
void StampObjProps ()
 
void StampTransBBox ()
 
void StampVisibility ()
 
Bool_t TestCSCBits (UChar_t f) const
 
virtual void UnHighlighted ()
 Virtual function called when both fHighlighted is false and fImpliedHighlighted is 0. More...
 
virtual void UnSelected ()
 Virtual function called when both fSelected is false and fImpliedSelected is 0. More...
 
void VizDB_Apply (const char *tag)
 Set visual parameters for this object for given tag. 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...
 
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...
 
virtual void WriteVizParams (std::ostream &out, const TString &var)
 Write-out visual parameters for this object. More...
 
- Public Member Functions inherited from TNamed
 TNamed ()
 
 TNamed (const char *name, const char *title)
 
 TNamed (const TNamed &named)
 TNamed copy ctor. More...
 
 TNamed (const TString &name, const TString &title)
 
virtual ~TNamed ()
 TNamed destructor. More...
 
virtual void Clear (Option_t *option="")
 Set name and title to empty strings (""). More...
 
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 two TNamed objects. More...
 
virtual void Copy (TObject &named) const
 Copy this to obj. More...
 
virtual void FillBuffer (char *&buffer)
 Encode TNamed into output buffer. More...
 
virtual const char * GetName () const
 Returns name of object. More...
 
virtual const char * GetTitle () const
 Returns title of object. More...
 
virtual ULong_t Hash () const
 Return hash value for this object. More...
 
virtual Bool_t IsSortable () const
 
virtual void ls (Option_t *option="") const
 List TNamed name and title. More...
 
TNamedoperator= (const TNamed &rhs)
 TNamed assignment operator. More...
 
virtual void Print (Option_t *option="") const
 Print TNamed name and title. More...
 
virtual void SetName (const char *name)
 Set the name of the TNamed. More...
 
virtual void SetNameTitle (const char *name, const char *title)
 Set all the TNamed parameters (name and title). More...
 
virtual void SetTitle (const char *title="")
 Set the title of the TNamed. More...
 
virtual Int_t Sizeof () const
 Return size of the TNamed part of the TObject. More...
 
- Public Member Functions inherited from TObject
 TObject ()
 TObject constructor. More...
 
 TObject (const TObject &object)
 TObject copy ctor. More...
 
virtual ~TObject ()
 TObject destructor. 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...
 
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...
 
ULong_t CheckedHash ()
 Check and record whether this class has a consistent Hash/RecursiveRemove setup (*) and then return the regular Hash value for this object. 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 Copy (TObject &object) const
 Copy this to obj. More...
 
virtual void Delete (Option_t *option="")
 Delete this object. More...
 
virtual Int_t DistancetoPrimitive (Int_t px, Int_t py)
 Computes distance from point (px,py) to the object. More...
 
virtual void Draw (Option_t *option="")
 Default Draw method for all objects. 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 selected pad for instance with: gROOT->SetSelectedPad(gPad). More...
 
virtual void Dump () const
 Dump contents of object on stdout. More...
 
virtual void Error (const char *method, const char *msgfmt,...) const
 Issue error message. 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 void ExecuteEvent (Int_t event, Int_t px, Int_t py)
 Execute action corresponding to an event at (px,py). More...
 
virtual void Fatal (const char *method, const char *msgfmt,...) const
 Issue fatal error message. 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 const char * GetIconName () const
 Returns mime type name of object. More...
 
virtual const char * GetName () const
 Returns 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 Option_tGetOption () const
 
virtual const char * GetTitle () const
 Returns title of object. More...
 
virtual UInt_t GetUniqueID () const
 Return the unique object id. 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...
 
Bool_t HasInconsistentHash () const
 Return true is the type of this object is known to have an inconsistent setup for Hash and RecursiveRemove (i.e. More...
 
virtual void Info (const char *method, const char *msgfmt,...) const
 Issue info message. 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...
 
void InvertBit (UInt_t f)
 
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 IsFolder () const
 Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More...
 
R__ALWAYS_INLINE Bool_t IsOnHeap () const
 
virtual Bool_t IsSortable () const
 
R__ALWAYS_INLINE Bool_t IsZombie () const
 
virtual void ls (Option_t *option="") const
 The ls function lists the contents of a class on stdout. 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...
 
virtual Bool_t Notify ()
 This method must be overridden to handle object notification. More...
 
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 Use this method to declare a method obsolete. More...
 
void operator delete (void *ptr)
 Operator delete. More...
 
void operator delete[] (void *ptr)
 Operator delete []. More...
 
voidoperator new (size_t sz)
 
voidoperator new (size_t sz, void *vp)
 
voidoperator new[] (size_t sz)
 
voidoperator new[] (size_t sz, void *vp)
 
TObjectoperator= (const TObject &rhs)
 TObject assignment operator. More...
 
virtual void Paint (Option_t *option="")
 This method must be overridden if a class wants to paint itself. More...
 
virtual void Pop ()
 Pop on object drawn in a pad to the top of the display list. More...
 
virtual void Print (Option_t *option="") const
 This method must be overridden when a class wants to print itself. 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...
 
void ResetBit (UInt_t f)
 
virtual void SaveAs (const char *filename="", Option_t *option="") const
 Save this object in the file specified by filename. More...
 
virtual void SavePrimitive (std::ostream &out, Option_t *option="")
 Save a primitive as a C++ statement(s) on output stream "out". More...
 
void SetBit (UInt_t f)
 
void SetBit (UInt_t f, Bool_t set)
 Set or unset the user status bits as specified in f. 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 SysError (const char *method, const char *msgfmt,...) const
 Issue system error message. More...
 
R__ALWAYS_INLINE Bool_t TestBit (UInt_t f) const
 
Int_t TestBits (UInt_t f) const
 
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 void Warning (const char *method, const char *msgfmt,...) const
 Issue warning message. 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...
 
- Public Member Functions inherited from TEveProjectable
 TEveProjectable ()
 Constructor. More...
 
virtual ~TEveProjectable ()
 Destructor. More...
 
virtual void AddProjected (TEveProjected *p)
 
virtual void AddProjectedsToSet (std::set< TEveElement * > &set)
 Add the projected elements to the set, dyn-casting them to TEveElement. More...
 
virtual void AnnihilateProjecteds ()
 Optimized destroy of projected elements with condition there is only one parent for projected element. More...
 
ProjList_i BeginProjecteds ()
 
virtual void ClearProjectedList ()
 
ProjList_i EndProjecteds ()
 
virtual Bool_t HasProjecteds () const
 
virtual TClassProjectedClass (const TEveProjection *p) const =0
 
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...
 
virtual void PropagateRenderState (Bool_t rnr_self, Bool_t rnr_children)
 Set render state of projecteds. More...
 
virtual void PropagateVizParams (TEveElement *el=0)
 Set visualization parameters of projecteds. More...
 
virtual void RemoveProjected (TEveProjected *p)
 
- Public Member Functions inherited from TAttMarker
 TAttMarker ()
 TAttMarker default constructor. More...
 
 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
 Return the marker color. More...
 
virtual Size_t GetMarkerSize () const
 Return the marker size. More...
 
virtual Style_t GetMarkerStyle () const
 Return the marker style. More...
 
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 SetMarkerColor (Color_t mcolor=1)
 Set the marker color. More...
 
virtual void SetMarkerColorAlpha (Color_t mcolor, Float_t malpha)
 Set a transparent marker color. More...
 
virtual void SetMarkerSize (Size_t msize=1)
 Set the marker size. More...
 
virtual void SetMarkerStyle (Style_t mstyle=1)
 Set the marker style. More...
 
- 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
 Return the line color. More...
 
virtual Style_t GetLineStyle () const
 Return the line style. More...
 
virtual Width_t GetLineWidth () const
 Return the line width. More...
 
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 SetLineColor (Color_t lcolor)
 Set the line color. More...
 
virtual void SetLineColorAlpha (Color_t lcolor, Float_t lalpha)
 Set a transparent line color. More...
 
virtual void SetLineStyle (Style_t lstyle)
 Set the line style. More...
 
virtual void SetLineWidth (Width_t lwidth)
 Set the line width. More...
 

Protected Member Functions

void FindMomentumLimits (TEveElement *el, Bool_t recurse=kTRUE)
 Loop over track elements of argument el and find highest pT and p. More...
 
Double_t RoundMomentumLimit (Double_t x)
 Round the momentum limit up to a nice value. More...
 
void SanitizeMinMaxCuts ()
 Set Min/Max cuts so that they are within detected limits. More...
 
- Protected Member Functions inherited from TEveElement
virtual void AnnihilateRecursively ()
 Protected member function called from TEveElement::Annihilate(). More...
 
virtual void PreDeleteElement ()
 Externally assigned and controlled user data. More...
 
virtual void RemoveElementsInternal ()
 Remove all elements. More...
 
- Protected Member Functions inherited from TObject
virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 Interface to ErrorHandler (protected). More...
 
void MakeZombie ()
 

Protected Attributes

Double_t fLimP
 
Double_t fLimPt
 
Double_t fMaxP
 
Double_t fMaxPt
 
Double_t fMinP
 
Double_t fMinPt
 
TEveTrackPropagatorfPropagator
 
Bool_t fRecurse
 
Bool_t fRnrLine
 
Bool_t fRnrPoints
 
- Protected Attributes inherited from TEveElementList
TClassfChildClass
 
Color_t fColor
 
- Protected Attributes inherited from TEveElement
Bool_t fCanEditMainColor
 
Bool_t fCanEditMainTrans
 
Bool_t fCanEditMainTransparency
 
UChar_t fChangeBits
 
List_t fChildren
 
TEveCompoundfCompound
 
UChar_t fCSCBits
 
Int_t fDenyDestroy
 Counter for top-level list-tree items that prevent automatic destruction. More...
 
Bool_t fDestroyOnZeroRefCnt
 Deny-destroy count. More...
 
Char_t fDestructing
 
Bool_t fHighlighted
 
Short_t fImpliedHighlighted
 
Short_t fImpliedSelected
 
sLTI_t fItems
 
Color_tfMainColorPtr
 
TEveTransfMainTrans
 
Char_t fMainTransparency
 
Int_t fNumChildren
 
Int_t fParentIgnoreCnt
 
List_t fParents
 
Bool_t fPickable
 
Bool_t fRnrChildren
 
Bool_t fRnrSelf
 
Bool_t fSelected
 
TRef fSource
 Set of list-tree-items. More...
 
Int_t fTopItemCnt
 Counter for parents that are ignored in ref-counting. More...
 
voidfUserData
 
TEveElementfVizModel
 
TString fVizTag
 Element used as model from VizDB. More...
 
- Protected Attributes inherited from TNamed
TString fName
 
TString fTitle
 
- Protected Attributes inherited from TEveProjectable
ProjList_t fProjectedList
 
- Protected Attributes inherited from TAttMarker
Color_t fMarkerColor
 Marker color. More...
 
Size_t fMarkerSize
 Marker size. More...
 
Style_t fMarkerStyle
 Marker style. More...
 
- Protected Attributes inherited from TAttLine
Color_t fLineColor
 Line color. More...
 
Style_t fLineStyle
 Line style. More...
 
Width_t fLineWidth
 Line width. More...
 

Private Member Functions

 TEveTrackList (const TEveTrackList &)
 
TEveTrackListoperator= (const TEveTrackList &)
 

Friends

class TEveTrackListEditor
 

Additional Inherited Members

- Public Types inherited from TEveElement
enum  EChangeBits { kCBColorSelection = BIT(0) , kCBTransBBox = BIT(1) , kCBObjProps = BIT(2) , kCBVisibility = BIT(3) }
 
typedef void(TEveElement::* ImplySelect_foo) ()
 
typedef List_t::const_iterator List_ci
 
typedef List_t::iterator List_i
 
typedef std::list< TEveElement * > List_t
 
typedef void(TEveElement::* Select_foo) (Bool_t)
 
typedef Set_t::const_iterator Set_ci
 
typedef Set_t::iterator Set_i
 
typedef std::set< TEveElement * > Set_t
 
typedef sLTI_t::iterator sLTI_i
 
typedef sLTI_t::reverse_iterator sLTI_ri
 
typedef std::set< TEveListTreeInfosLTI_t
 
- Public Types inherited from TObject
enum  {
  kIsOnHeap = 0x01000000 , kNotDeleted = 0x02000000 , kZombie = 0x04000000 , kInconsistent = 0x08000000 ,
  kBitMask = 0x00ffffff
}
 
enum  { kSingleKey = BIT(0) , kOverwrite = BIT(1) , kWriteDelete = BIT(2) }
 
enum  EDeprecatedStatusBits { kObjInCanvas = BIT(3) }
 
enum  EStatusBits {
  kCanDelete = BIT(0) , kMustCleanup = BIT(3) , kIsReferenced = BIT(4) , kHasUUID = BIT(5) ,
  kCannotPick = BIT(6) , kNoContextMenu = BIT(8) , kInvalidObject = BIT(13)
}
 
- Public Types inherited from TEveProjectable
typedef std::list< TEveProjected * >::iterator ProjList_i
 
typedef std::list< TEveProjected * > ProjList_t
 
- Static Public Member Functions inherited from TObject
static Long_t GetDtorOnly ()
 Return destructor only flag. More...
 
static Bool_t GetObjectStat ()
 Get status of object stat flag. More...
 
static void SetDtorOnly (void *obj)
 Set destructor only flag. More...
 
static void SetObjectStat (Bool_t stat)
 Turn on/off tracking of objects in the TObjectTable. More...
 
- Static Public Member Functions inherited from TAttMarker
static Width_t GetMarkerLineWidth (Style_t style)
 Internal helper function that returns the line width of the given marker style (0 = filled marker) More...
 
static Style_t GetMarkerStyleBase (Style_t style)
 Internal helper function that returns the corresponding marker style with line width 1 for the given style. More...
 
- Static Public Attributes inherited from TEveElement
static const TGPicturefgListTreeIcons [9] = { 0 }
 
static const TGPicturefgRnrIcons [4] = { 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 Types inherited from TObject
enum  { kOnlyPrepStep = BIT(3) }
 
- Static Protected Member Functions inherited from TEveElement
static const char * ToString (Bool_t b)
 Convert Bool_t to string - kTRUE or kFALSE. More...
 

#include <TEveTrack.h>

Inheritance diagram for TEveTrackList:
[legend]

Constructor & Destructor Documentation

◆ TEveTrackList() [1/3]

TEveTrackList::TEveTrackList ( const TEveTrackList )
private

◆ TEveTrackList() [2/3]

TEveTrackList::TEveTrackList ( TEveTrackPropagator prop = 0)

Constructor.

If track-propagator argument is 0, a new default one is created.

Definition at line 567 of file TEveTrack.cxx.

◆ TEveTrackList() [3/3]

TEveTrackList::TEveTrackList ( const char *  name,
TEveTrackPropagator prop = 0 
)

Constructor.

If track-propagator argument is 0, a new default one is created.

Definition at line 593 of file TEveTrack.cxx.

◆ ~TEveTrackList()

TEveTrackList::~TEveTrackList ( )
virtual

Destructor.

Definition at line 617 of file TEveTrack.cxx.

Member Function Documentation

◆ CopyVizParams()

void TEveTrackList::CopyVizParams ( const TEveElement el)
virtual

Copy visualization parameters from element el.

Reimplemented from TEveElement.

Definition at line 1133 of file TEveTrack.cxx.

◆ FindMomentumLimits() [1/2]

void TEveTrackList::FindMomentumLimits ( Bool_t  recurse = kTRUE)

Loop over children and find highest pT and p of contained TEveTracks.

These are stored in members fLimPt and fLimP.

Definition at line 667 of file TEveTrack.cxx.

◆ FindMomentumLimits() [2/2]

void TEveTrackList::FindMomentumLimits ( TEveElement el,
Bool_t  recurse = kTRUE 
)
protected

Loop over track elements of argument el and find highest pT and p.

These are stored in members fLimPt and fLimP.

Definition at line 696 of file TEveTrack.cxx.

◆ FindTrackByIndex()

TEveTrack * TEveTrackList::FindTrackByIndex ( Int_t  index)

Find track by index, select it and display it in the editor.

Definition at line 1110 of file TEveTrack.cxx.

◆ FindTrackByLabel()

TEveTrack * TEveTrackList::FindTrackByLabel ( Int_t  label)

Find track by label, select it and display it in the editor.

Definition at line 1087 of file TEveTrack.cxx.

◆ GetLimP()

Double_t TEveTrackList::GetLimP ( ) const
inline

Definition at line 215 of file TEveTrack.h.

◆ GetLimPt()

Double_t TEveTrackList::GetLimPt ( ) const
inline

Definition at line 212 of file TEveTrack.h.

◆ GetMaxP()

Double_t TEveTrackList::GetMaxP ( ) const
inline

Definition at line 214 of file TEveTrack.h.

◆ GetMaxPt()

Double_t TEveTrackList::GetMaxPt ( ) const
inline

Definition at line 211 of file TEveTrack.h.

◆ GetMinP()

Double_t TEveTrackList::GetMinP ( ) const
inline

Definition at line 213 of file TEveTrack.h.

◆ GetMinPt()

Double_t TEveTrackList::GetMinPt ( ) const
inline

Definition at line 210 of file TEveTrack.h.

◆ GetPropagator()

TEveTrackPropagator * TEveTrackList::GetPropagator ( )
inline

Definition at line 175 of file TEveTrack.h.

◆ GetRecurse()

Bool_t TEveTrackList::GetRecurse ( ) const
inline

Definition at line 177 of file TEveTrack.h.

◆ GetRnrLine()

Bool_t TEveTrackList::GetRnrLine ( ) const
inline

Definition at line 199 of file TEveTrack.h.

◆ GetRnrPoints()

Bool_t TEveTrackList::GetRnrPoints ( ) const
inline

Definition at line 203 of file TEveTrack.h.

◆ MakeTracks()

void TEveTrackList::MakeTracks ( Bool_t  recurse = kTRUE)

Regenerate the visual representations of tracks.

The momentum limits are rescanned during the same traversal.

Definition at line 639 of file TEveTrack.cxx.

◆ operator=()

TEveTrackList & TEveTrackList::operator= ( const TEveTrackList )
private

◆ ProjectedClass()

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

Virtual from TEveProjectable, returns TEveTrackListProjected class.

Reimplemented from TEveElementList.

Definition at line 1179 of file TEveTrack.cxx.

◆ RoundMomentumLimit()

Double_t TEveTrackList::RoundMomentumLimit ( Double_t  x)
protected

Round the momentum limit up to a nice value.

Definition at line 714 of file TEveTrack.cxx.

◆ SanitizeMinMaxCuts()

void TEveTrackList::SanitizeMinMaxCuts ( )
protected

Set Min/Max cuts so that they are within detected limits.

Definition at line 727 of file TEveTrack.cxx.

◆ SelectByP() [1/2]

void TEveTrackList::SelectByP ( Double_t  min_p,
Double_t  max_p 
)

Select visibility of tracks by momentum.

If data-member fRecurse is set, the selection is applied recursively to all children.

Definition at line 1044 of file TEveTrack.cxx.

◆ SelectByP() [2/2]

void TEveTrackList::SelectByP ( Double_t  min_p,
Double_t  max_p,
TEveElement el 
)

Select visibility of el's children tracks by momentum.

Definition at line 1065 of file TEveTrack.cxx.

◆ SelectByPt() [1/2]

void TEveTrackList::SelectByPt ( Double_t  min_pt,
Double_t  max_pt 
)

Select visibility of tracks by transverse momentum.

If data-member fRecurse is set, the selection is applied recursively to all children.

Definition at line 999 of file TEveTrack.cxx.

◆ SelectByPt() [2/2]

void TEveTrackList::SelectByPt ( Double_t  min_pt,
Double_t  max_pt,
TEveElement el 
)

Select visibility of el's children tracks by transverse momentum.

Definition at line 1020 of file TEveTrack.cxx.

◆ SetLineColor() [1/2]

virtual void TEveTrackList::SetLineColor ( Color_t  lcolor)
inlinevirtual

Set the line color.

Reimplemented from TAttLine.

Definition at line 183 of file TEveTrack.h.

◆ SetLineColor() [2/2]

void TEveTrackList::SetLineColor ( Color_t  c,
TEveElement el 
)
virtual

Set line color for children of el.

Definition at line 821 of file TEveTrack.cxx.

◆ SetLineStyle() [1/2]

void TEveTrackList::SetLineStyle ( Style_t  s)
virtual

Set line style for the list and the elements.

Reimplemented from TAttLine.

Definition at line 869 of file TEveTrack.cxx.

◆ SetLineStyle() [2/2]

void TEveTrackList::SetLineStyle ( Style_t  s,
TEveElement el 
)
virtual

Set line style for children of el.

Definition at line 885 of file TEveTrack.cxx.

◆ SetLineWidth() [1/2]

void TEveTrackList::SetLineWidth ( Width_t  w)
virtual

Set line width for the list and the elements.

Reimplemented from TAttLine.

Definition at line 837 of file TEveTrack.cxx.

◆ SetLineWidth() [2/2]

void TEveTrackList::SetLineWidth ( Width_t  w,
TEveElement el 
)
virtual

Set line width for children of el.

Definition at line 853 of file TEveTrack.cxx.

◆ SetMainColor()

void TEveTrackList::SetMainColor ( Color_t  c)
virtual

Set main (line) color for the list and the elements.

Reimplemented from TEveElement.

Definition at line 805 of file TEveTrack.cxx.

◆ SetMarkerColor() [1/2]

void TEveTrackList::SetMarkerColor ( Color_t  c)
virtual

Set marker color for the list and the elements.

Reimplemented from TAttMarker.

Definition at line 933 of file TEveTrack.cxx.

◆ SetMarkerColor() [2/2]

void TEveTrackList::SetMarkerColor ( Color_t  c,
TEveElement el 
)
virtual

Set marker color for children of el.

Definition at line 949 of file TEveTrack.cxx.

◆ SetMarkerSize() [1/2]

void TEveTrackList::SetMarkerSize ( Size_t  s)
virtual

Set marker size for the list and the elements.

Reimplemented from TAttMarker.

Definition at line 965 of file TEveTrack.cxx.

◆ SetMarkerSize() [2/2]

void TEveTrackList::SetMarkerSize ( Size_t  s,
TEveElement el 
)
virtual

Set marker size for children of el.

Definition at line 981 of file TEveTrack.cxx.

◆ SetMarkerStyle() [1/2]

void TEveTrackList::SetMarkerStyle ( Style_t  s)
virtual

Set marker style for the list and the elements.

Reimplemented from TAttMarker.

Definition at line 901 of file TEveTrack.cxx.

◆ SetMarkerStyle() [2/2]

void TEveTrackList::SetMarkerStyle ( Style_t  s,
TEveElement el 
)
virtual

Set marker style for children of el.

Definition at line 917 of file TEveTrack.cxx.

◆ SetPropagator()

void TEveTrackList::SetPropagator ( TEveTrackPropagator prop)

Set default propagator for tracks.

This is not enforced onto the tracks themselves but this is the propagator that is shown in the TEveTrackListEditor.

Definition at line 627 of file TEveTrack.cxx.

◆ SetRecurse()

void TEveTrackList::SetRecurse ( Bool_t  x)
inline

Definition at line 178 of file TEveTrack.h.

◆ SetRnrLine() [1/2]

void TEveTrackList::SetRnrLine ( Bool_t  rnr)

Set rendering of track as line for the list and the elements.

Definition at line 740 of file TEveTrack.cxx.

◆ SetRnrLine() [2/2]

void TEveTrackList::SetRnrLine ( Bool_t  rnr,
TEveElement el 
)

Set rendering of track as line for children of el.

Definition at line 756 of file TEveTrack.cxx.

◆ SetRnrPoints() [1/2]

void TEveTrackList::SetRnrPoints ( Bool_t  r)

Set rendering of track as points for the list and the elements.

Definition at line 772 of file TEveTrack.cxx.

◆ SetRnrPoints() [2/2]

void TEveTrackList::SetRnrPoints ( Bool_t  r,
TEveElement el 
)

Set rendering of track as points for children of el.

Definition at line 788 of file TEveTrack.cxx.

◆ WriteVizParams()

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

Write visualization parameters.

Reimplemented from TEveElement.

Definition at line 1157 of file TEveTrack.cxx.

Friends And Related Function Documentation

◆ TEveTrackListEditor

friend class TEveTrackListEditor
friend

Definition at line 141 of file TEveTrack.h.

Member Data Documentation

◆ fLimP

Double_t TEveTrackList::fLimP
protected

Definition at line 160 of file TEveTrack.h.

◆ fLimPt

Double_t TEveTrackList::fLimPt
protected

Definition at line 157 of file TEveTrack.h.

◆ fMaxP

Double_t TEveTrackList::fMaxP
protected

Definition at line 159 of file TEveTrack.h.

◆ fMaxPt

Double_t TEveTrackList::fMaxPt
protected

Definition at line 156 of file TEveTrack.h.

◆ fMinP

Double_t TEveTrackList::fMinP
protected

Definition at line 158 of file TEveTrack.h.

◆ fMinPt

Double_t TEveTrackList::fMinPt
protected

Definition at line 155 of file TEveTrack.h.

◆ fPropagator

TEveTrackPropagator* TEveTrackList::fPropagator
protected

Definition at line 148 of file TEveTrack.h.

◆ fRecurse

Bool_t TEveTrackList::fRecurse
protected

Definition at line 150 of file TEveTrack.h.

◆ fRnrLine

Bool_t TEveTrackList::fRnrLine
protected

Definition at line 152 of file TEveTrack.h.

◆ fRnrPoints

Bool_t TEveTrackList::fRnrPoints
protected

Definition at line 153 of file TEveTrack.h.

Libraries for TEveTrackList:
[legend]

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