REveTrackPropagator Calculates path of a particle taking into account special path-marks and imposed boundaries.
Definition at line 111 of file REveTrackPropagator.hxx.
Classes | |
| struct | Helix_t |
Public Types | |
| typedef std::list< REveAunt * > | AuntList_t |
| enum | EChangeBits { kCBColorSelection = (1ULL << (0)) , kCBTransBBox = (1ULL << (1)) , kCBObjProps = (1ULL << (2)) , kCBVisibility = (1ULL << (3)) , kCBElementAdded = (1ULL << (4)) } |
| enum | EProjTrackBreaking_e { kPTB_Break , kPTB_UseFirstPointPos , kPTB_UseLastPointPos } |
| enum | EStepper_e { kHelix , kRungeKutta } |
| typedef std::list< REveElement * > | List_t |
| typedef std::set< REveElement * > | Set_t |
Public Member Functions | |
| REveTrackPropagator (const std::string &n="REveTrackPropagator", const std::string &t="", REveMagField *field=nullptr, Bool_t own_field=kTRUE) | |
| Default constructor. | |
| ~REveTrackPropagator () override | |
| Destructor. | |
| virtual Bool_t | AcceptElement (REveElement *el) |
| Check if el can be added to this element. | |
| virtual void | AddAunt (REveAunt *au) |
| Add el into the list aunts. | |
| virtual void | AddElement (REveElement *el) |
| Add el to the list of children. | |
| virtual void | AddStamp (UChar_t bits) |
| Add (bitwise or) given stamps to fChangeBits. | |
| virtual void | Annihilate () |
| Optimized destruction without check of reference-count. | |
| virtual void | AnnihilateElements () |
| Annihilate elements. | |
| 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. | |
| virtual void | BuildRenderData () |
| Write transformation Matrix to render data. | |
| virtual Bool_t | CanEditElement () const |
| virtual Bool_t | CanEditMainColor () const |
| virtual Bool_t | CanEditMainTrans () const |
| virtual Bool_t | CanEditMainTransparency () const |
| void | CheckReferenceCount (const std::string &from="<unknown>") override |
| Check reference count - virtual from REveElement. | |
| virtual void | ClearStamps () |
| virtual void | CloneChildrenRecurse (REveElement *dest, Int_t level=0) const |
| Clone children and attach them to the dest element. | |
| virtual REveElement * | CloneElement () const |
| Clone the element via copy constructor. | |
| virtual REveElement * | CloneElementRecurse (Int_t level=0) const |
| Clone elements and recurse 'level' deep over children. | |
| virtual void | CopyVizParams (const REveElement *el) |
| Copy visualization parameters from element el. | |
| virtual void | CopyVizParamsFromDB () |
| Copy visualization parameters from the model-element fVizModel. | |
| void | CSCApplyMainColorToAllChildren () |
| void | CSCApplyMainColorToMatchingChildren () |
| void | CSCApplyMainTransparencyToAllChildren () |
| void | CSCApplyMainTransparencyToMatchingChildren () |
| void | CSCImplySelectAllChildren () |
| void | CSCTakeMotherAsMaster () |
| void | DecDenyDestroy () |
| Decreases the deny-destroy count of the element. | |
| void | DecImpliedSelected () |
| void | DecRefCount () |
| virtual void | DecRefCount (REveElement *re) |
| Decrease reference count and remove re from the list of back-references. | |
| virtual void | Destroy () |
| Destroy this element. | |
| virtual void | DestroyElements () |
| Destroy all children of this element. | |
| virtual void | DestroyMainTrans () |
| Destroy the main transformation matrix, it will always be taken as identity. | |
| virtual void | DestroyOrWarn () |
| Destroy this element. Prints a warning if deny-destroy is in force. | |
| void | DisableListElements (Bool_t rnr_self=kFALSE, Bool_t rnr_children=kFALSE) |
| Disable rendering of children and their list contents. | |
| void | EnableListElements (Bool_t rnr_self=kTRUE, Bool_t rnr_children=kTRUE) |
| Enable rendering of children and their list contents. | |
| virtual void | ExportToInterpreter (const char *var_name) |
| Export render-element to Cling with variable name var_name. | |
| virtual void | FillExtraSelectionData (nlohmann::json &, const std::set< int > &) const |
| virtual void | FillImpliedSelectedSet (Set_t &impSelSet, const std::set< int > &) |
| Populate set impSelSet with derived / dependant elements. | |
| void | FillPointSet (REvePointSet *ps) const |
| Reset ps and populate it with points in propagation cache. | |
| REveElement * | FindChild (const TString &name, const TClass *cls=nullptr) |
| Find the first child with given name. | |
| REveElement * | FindChild (TPRegexp ®exp, const TClass *cls=nullptr) |
| Find the first child whose name matches regexp. | |
| Int_t | FindChildren (List_t &matches, const TString &name, const TClass *cls=nullptr) |
| Find all children with given name and append them to matches list. | |
| Int_t | FindChildren (List_t &matches, TPRegexp ®exp, const TClass *cls=nullptr) |
| Find all children whose name matches regexp and append them to matches list. | |
| REveElement * | FirstChild () const |
| Returns the first child element or 0 if the list is empty. | |
| UChar_t | GetChangeBits () const |
| TClass * | GetChildClass () const |
| const char * | GetCName () const |
| REveCompound * | GetCompound () |
| const char * | GetCTitle () const |
| Int_t | GetCurrentPoint () const |
| Get index of current point on track. | |
| Double_t | GetDelta () const |
| Int_t | GetDenyDestroy () const |
| Returns the number of times deny-destroy has been requested on the element. | |
| Bool_t | GetDestroyOnZeroRefCnt () const |
| Returns state of flag determining if the element will be destroyed when reference count reaches zero. | |
| Bool_t | GetEditPathMarks () const |
| ElementId_t | GetElementId () const |
| Bool_t | GetFitCluster2Ds () const |
| Bool_t | GetFitDaughters () const |
| Bool_t | GetFitDecay () const |
| Bool_t | GetFitLineSegments () const |
| Bool_t | GetFitReferences () const |
| virtual std::string | GetHighlightTooltip (const std::set< int > &) const |
| int | GetImpliedSelected () |
| const std::vector< REveVector4D > & | GetLastPoints () const |
| REveVectorD | GetMagField (Double_t x, Double_t y, Double_t z) |
| virtual Color_t | GetMainColor () const |
| Color_t * | GetMainColorPtr () const |
| virtual Char_t | GetMainTransparency () const |
| Double_t | GetMaxAng () const |
| Double_t | GetMaxOrbs () const |
| Double_t | GetMaxR () const |
| Double_t | GetMaxStep () const |
| Double_t | GetMaxZ () const |
| Double_t | GetMinAng () const |
| Get maximum step angle. | |
| REveElement * | GetMother () |
| const std::string & | GetName () const |
| UChar_t | GetProjTrackBreaking () const |
| REveRenderData * | GetRenderData () const |
| virtual Bool_t | GetRnrAnything () const |
| virtual Bool_t | GetRnrChildren () const |
| Bool_t | GetRnrCluster2Ds () const |
| Bool_t | GetRnrDaughters () const |
| Bool_t | GetRnrDecay () const |
| Bool_t | GetRnrFV () const |
| Bool_t | GetRnrPTBMarkers () const |
| Bool_t | GetRnrReferences () const |
| virtual Bool_t | GetRnrSelf () const |
| virtual Bool_t | GetRnrState () const |
| REveScene * | GetScene () |
| virtual REveElement * | GetSelectionMaster () |
| Returns the master element - that is: | |
| EStepper_e | GetStepper () const |
| const std::string & | GetTitle () const |
| Double_t | GetTrackLength (Int_t start_point=0, Int_t end_point=-1) const |
| Calculate track length from start_point to end_point. | |
| void * | GetUserData () const |
| REveElement * | GetVizModel () const |
| const TString & | GetVizTag () const |
| virtual void | GoToBounds (REveVectorD &p) |
| Propagate particle to bounds. | |
| void | GoToBounds (REveVectorF &p) |
| REveVectorF wrapper. | |
| virtual Bool_t | GoToLineSegment (const REveVectorD &s, const REveVectorD &r, REveVectorD &p) |
| Propagate particle with momentum p to line with start point s and vector r to the second point. | |
| Bool_t | GoToLineSegment (const REveVectorF &s, const REveVectorF &r, REveVectorF &p) |
| REveVectorF wrapper. | |
| virtual Bool_t | GoToVertex (REveVectorD &v, REveVectorD &p) |
| Propagate particle with momentum p to vertex v. | |
| Bool_t | GoToVertex (REveVectorF &v, REveVectorF &p) |
| REveVectorF wrapper. | |
| Bool_t | HasAunts () const |
| Bool_t | HasChild (REveElement *el) |
| Check if element el is a child of this element. | |
| Bool_t | HasChildren () const |
| virtual Bool_t | HasMainColor () const |
| virtual Bool_t | HasMainTrans () const |
| bool | HasMother () |
| bool | HasScene () |
| void | IncDenyDestroy () |
| Increases the deny-destroy count of the element. | |
| void | IncImpliedSelected () |
| void | IncRefCount () |
| virtual void | IncRefCount (REveElement *re) |
| Increase reference count and add re to the list of back-references. | |
| virtual void | InitMainTrans (Bool_t can_edit=kTRUE) |
| Initialize the main transformation to identity matrix. | |
| void | InitTrack (const REveVectorD &v, Int_t charge) |
| Initialize internal data-members for given particle parameters. | |
| void | InitTrack (const REveVectorF &v, Int_t charge) |
| REveVectorF wrapper. | |
| Bool_t | IntersectPlane (const REveVectorD &p, const REveVectorD &point, const REveVectorD &normal, REveVectorD &itsect) |
| Find intersection of currently propagated track with a plane. | |
| TClass * | IsA () const |
| Return class for this element Return REveElement class in case dicitonary is not exisiting. | |
| Bool_t | IsPickable () const |
| REveElement * | LastChild () const |
| Returns the last child element or 0 if the list is empty. | |
| virtual void | NameTitleChanged () |
| Virtual function called when a name or title of the element has been changed. | |
| Int_t | NumAunts () const |
| Int_t | NumChildren () const |
| void | OnZeroRefCount () override |
| Virtual from REveRefBackPtr - track reference count has reached zero. | |
| void | PrintMagField (Double_t x, Double_t y, Double_t z) const |
| 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. | |
| virtual void | ProjectChild (REveElement *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. | |
| virtual void | PropagateMainColorToProjecteds (Color_t color, Color_t old_color) |
| Propagate color to projected elements. | |
| virtual void | PropagateMainTransparencyToProjecteds (Char_t t, Char_t old_t) |
| Propagate transparency to projected elements. | |
| virtual void | PropagateRnrStateToProjecteds () |
| Propagate render state to the projected replicas of this element. | |
| virtual void | PropagateVizParamsToChildren (REveElement *el=nullptr) |
| Propagate visualization parameters from element el (defaulting to this) to all children. | |
| virtual void | PropagateVizParamsToProjecteds () |
| Propagate visualization parameters to dependent elements. | |
| virtual REveTrans * | PtrMainTrans (Bool_t create=kTRUE) |
| Return pointer to main transformation. | |
| 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. | |
| AuntList_t & | RefAunts () |
| const AuntList_t & | RefAunts () const |
| List_t & | RefChildren () |
| const List_t & | RefChildren () const |
| TMarker & | RefFVAtt () |
| virtual REveTrans & | RefMainTrans () |
| Return reference to main transformation. | |
| TMarker & | RefPMAtt () |
| TMarker & | RefPTBAtt () |
| virtual void | RemoveAunt (REveAunt *au) |
| Remove el from the list of aunts. | |
| virtual void | RemoveElement (REveElement *el) |
| Remove el from the list of children. | |
| virtual void | RemoveElementLocal (REveElement *el) |
| Perform additional local removal of el. | |
| virtual void | RemoveElements () |
| Remove all elements. | |
| virtual void | RemoveElementsLocal () |
| Perform additional local removal of all elements. | |
| virtual bool | RequiresExtraSelectionData () const |
| void | ResetAllCSCBits () |
| void | ResetCSCBits (UChar_t f) |
| void | ResetTrack () |
| Reset cache holding particle trajectory. | |
| void | SaveVizParams (std::ostream &out, const TString &tag, const TString &var) |
| Save visualization parameters for this element with given tag. | |
| void | SetChildClass (TClass *c) |
| void | SetCompound (REveCompound *c) |
| void | SetCSCBits (UChar_t f) |
| void | SetDelta (Double_t x) |
| Set maximum error and rebuild tracks. | |
| void | SetDestroyOnZeroRefCnt (Bool_t d) |
| Sets the state of flag determining if the element will be destroyed when reference count reaches zero. | |
| void | SetEditMainColor (Bool_t x) |
| void | SetEditMainTransparency (Bool_t x) |
| void | SetEditPathMarks (Bool_t x) |
| void | SetFitCluster2Ds (Bool_t x) |
| Set 2D-cluster fitting and rebuild tracks. | |
| void | SetFitDaughters (Bool_t x) |
| Set daughter creation point fitting and rebuild tracks. | |
| void | SetFitDecay (Bool_t x) |
| Set decay fitting and rebuild tracks. | |
| void | SetFitLineSegments (Bool_t x) |
| Set line segment fitting and rebuild tracks. | |
| void | SetFitReferences (Bool_t x) |
| Set track-reference fitting and rebuild tracks. | |
| void | SetMagField (Double_t b) |
| void | SetMagField (Double_t bX, Double_t bY, Double_t bZ) |
| Set constant magnetic field and rebuild tracks. | |
| void | SetMagFieldObj (REveMagField *field, Bool_t own_field=kTRUE) |
| Set constant magnetic field and rebuild tracks. | |
| void | SetMainAlpha (Float_t alpha) |
| Set main-transparency via float alpha variable. | |
| virtual void | SetMainColor (Color_t color) |
| Set main color of the element. | |
| void | SetMainColorPixel (Pixel_t pixel) |
| Convert pixel to Color_t and call SetMainColor(). | |
| void | SetMainColorPtr (Color_t *colptr) |
| void | SetMainColorRGB (Float_t r, Float_t g, Float_t b) |
| Convert RGB values to Color_t and call SetMainColor. | |
| void | SetMainColorRGB (UChar_t r, UChar_t g, UChar_t b) |
| Convert RGB values to Color_t and call SetMainColor. | |
| virtual void | SetMainTransparency (Char_t t) |
| Set main-transparency. | |
| void | SetMaxAng (Double_t x) |
| Set maximum step angle and rebuild tracks. | |
| void | SetMaxOrbs (Double_t x) |
| Set maximum number of orbits and rebuild tracks. | |
| void | SetMaxR (Double_t x) |
| Set maximum radius and rebuild tracks. | |
| void | SetMaxStep (Double_t x) |
| Set maximum step-size and rebuild tracks. | |
| void | SetMaxZ (Double_t x) |
| Set maximum z and rebuild tracks. | |
| void | SetMinAng (Double_t x) |
| Set maximum step angle and rebuild tracks. | |
| void | SetName (const std::string &name) |
| Set name of an element. | |
| void | SetNameTitle (const std::string &name, const std::string &title) |
| Set name and title of an element. | |
| void | SetPickable (Bool_t p) |
| void | SetPickableRecursively (Bool_t p) |
| Set pickable state on the element and all its children. | |
| void | SetProjTrackBreaking (UChar_t x) |
| Set projection break-point mode and rebuild tracks. | |
| virtual Bool_t | SetRnrChildren (Bool_t rnr) |
| Set render state of this element's children, i.e. | |
| void | SetRnrCluster2Ds (Bool_t x) |
| Set rendering of 2D-clusters and rebuild tracks. | |
| void | SetRnrDaughters (Bool_t x) |
| Set daughter rendering and rebuild tracks. | |
| void | SetRnrDecay (Bool_t x) |
| Set decay rendering and rebuild tracks. | |
| void | SetRnrFV (Bool_t x) |
| Set first-vertex rendering and rebuild tracks. | |
| void | SetRnrPTBMarkers (Bool_t x) |
| Set projection break-point rendering and rebuild tracks. | |
| void | SetRnrReferences (Bool_t x) |
| Set track-reference rendering and rebuild tracks. | |
| virtual Bool_t | SetRnrSelf (Bool_t rnr) |
| Set render state of this element, i.e. | |
| virtual Bool_t | SetRnrSelfChildren (Bool_t rnr_self, Bool_t rnr_children) |
| Set state for rendering of this element and its children. | |
| virtual Bool_t | SetRnrState (Bool_t rnr) |
| Set render state of this element and of its children to the same value. | |
| void | SetSelectionMaster (REveElement *el) |
| void | SetStepper (EStepper_e s) |
| void | SetTitle (const std::string &title) |
| Set title of an element. | |
| virtual void | SetTransMatrix (const TGeoMatrix &mat) |
| Set transformation matrix from TGeo's matrix. | |
| virtual void | SetTransMatrix (Double_t *carr) |
| Set transformation matrix from column-major array. | |
| void | SetupDefaultColorAndTransparency (Color_t col, Bool_t can_edit_color, Bool_t can_edit_transparency) |
| Set up element to use built-in main color and set flags allowing editing of main color and transparency. | |
| void | SetUserData (void *ud) |
| void | SetVizModel (REveElement *model) |
| Set visualization-parameter model element. | |
| Bool_t | SetVizModelByTag () |
| Find model element in VizDB that corresponds to previously assigned fVizTag and set fVizModel accordingly. | |
| void | SetVizTag (const TString &tag) |
| virtual Bool_t | SingleRnrState () const |
| void | Stamp () |
| void | StampAllTracks () |
| Element-change notification. | |
| virtual void | StampBackPtrElements (UChar_t stamps) |
| Add given stamps to elements in the list of reverse references. | |
| void | StampColorSelection () |
| void | StampElementAdded () |
| void | StampObjProps () |
| void | StampTransBBox () |
| void | StampVisibility () |
| Bool_t | TestCSCBits (UChar_t f) const |
| void | VizDB_Apply (const std::string &tag) |
| Set visual parameters for this object for given tag. | |
| void | VizDB_Insert (const std::string &tag, Bool_t replace=kTRUE, Bool_t update=kTRUE) |
| Create a replica of element and insert it into VizDB with given tag. | |
| void | VizDB_Reapply () |
| Reset visual parameters for this object from VizDB. | |
| void | VizDB_UpdateModel (Bool_t update=kTRUE) |
| Copy visual parameters from this element to viz-db model. | |
| virtual Int_t | WriteCoreJson (nlohmann::json &cj, Int_t rnr_offset) |
| Write core json. | |
| virtual void | WriteVizParams (std::ostream &out, const TString &var) |
| Write-out visual parameters for this object. | |
Static Public Member Functions | |
| static Bool_t | IsOutsideBounds (const REveVectorD &point, Double_t maxRsqr, Double_t maxZ) |
Static Public Attributes | |
| static REveTrackPropagator | fgDefault |
| static Double_t | fgDefMagField = 0.5 |
| static const Double_t | fgkB2C = 0.299792458e-2 |
Protected Types | |
| enum | ECompoundSelectionColorBits { kCSCBImplySelectAllChildren = (1ULL << (0)) , kCSCBTakeMotherAsMaster = (1ULL << (1)) , kCSCBApplyMainColorToAllChildren = (1ULL << (2)) , kCSCBApplyMainColorToMatchingChildren = (1ULL << (3)) , kCSCBApplyMainTransparencyToAllChildren = (1ULL << (4)) , kCSCBApplyMainTransparencyToMatchingChildren = (1ULL << (5)) } |
| enum | EDestruct { kNone , kStandard , kAnnihilate } |
| typedef std::map< REveElement *, Int_t > | RefMap_t |
Protected Member Functions | |
| virtual void | AnnihilateRecursively () |
| Protected member function called from REveElement::Annihilate(). | |
| void | assign_element_id_recurisvely () |
| void | assign_scene_recursively (REveScene *s) |
| Bool_t | ClosestPointBetweenLines (const REveVectorD &, const REveVectorD &, const REveVectorD &, const REveVectorD &, REveVectorD &out) |
| Get closest point on line defined with vector p0 and u. | |
| void | ClosestPointFromVertexToLineSegment (const REveVectorD &v, const REveVectorD &s, const REveVectorD &r, Double_t rMagInv, REveVectorD &c) |
| Get closest point from given vertex v to line segment defined with s and r. | |
| ElementId_t | get_mother_id () const |
| ElementId_t | get_scene_id () const |
| Bool_t | HelixIntersectPlane (const REveVectorD &p, const REveVectorD &point, const REveVectorD &normal, REveVectorD &itsect) |
| Intersect helix with a plane. | |
| Bool_t | LineIntersectPlane (const REveVectorD &p, const REveVectorD &point, const REveVectorD &normal, REveVectorD &itsect) |
| Intersect line with a plane. | |
| void | LineToBounds (REveVectorD &p) |
| Propagate neutral particle with momentum p to bounds. | |
| Bool_t | LineToVertex (REveVectorD &v) |
| Propagate neutral particle to vertex v. | |
| void | LoopToBounds (REveVectorD &p) |
| Propagate charged particle with momentum p to bounds. | |
| Bool_t | LoopToLineSegment (const REveVectorD &s, const REveVectorD &r, REveVectorD &p) |
| Propagate charged particle with momentum p to line segment with point s and vector r to the second point. | |
| Bool_t | LoopToVertex (REveVectorD &v, REveVectorD &p) |
| Propagate charged particle with momentum p to vertex v. | |
| Bool_t | PointOverVertex (const REveVector4D &v0, const REveVector4D &v, Double_t *p=nullptr) |
| virtual void | PreDeleteElement () |
| Called before the element is deleted, thus offering the last chance to detach from acquired resources and from the framework itself. | |
| void | RebuildTracks () |
| Rebuild all tracks using this render-style. | |
| virtual void | RemoveElementsInternal () |
| Remove all elements. | |
| void | Step (const REveVector4D &v, const REveVectorD &p, REveVector4D &vOut, REveVectorD &pOut) |
| Wrapper to step helix. | |
| void | StepRungeKutta (Double_t step, Double_t *vect, Double_t *vout) |
| Wrapper to step with method RungeKutta. | |
| void | Update (const REveVector4D &v, const REveVectorD &p, Bool_t full_update=kFALSE, Bool_t enforce_max_step=kFALSE) |
| Update helix / B-field projection state. | |
Static Protected Member Functions | |
| static void | AppendMirErrorString (std::string_view err_str) |
| static void | ClearMirContext () |
| static void | SetMirContext (REveElement *el) |
| static void | SetMirError (int error, std::string_view err_str="") |
| static const std::string & | ToString (Bool_t b) |
| Convert Bool_t to string - kTRUE or kFALSE. | |
Static Protected Attributes | |
| static REveElement * | stlMirAlpha = nullptr |
| static int | stlMirError = 0 |
| static std::string | stlMirErrorString |
Private Member Functions | |
| REveTrackPropagator (const REveTrackPropagator &)=delete | |
| void | DistributeOffset (const REveVectorD &off, Int_t first_point, Int_t np, REveVectorD &p) |
| Distribute offset between first and last point index and rotate momentum. | |
| REveTrackPropagator & | operator= (const REveTrackPropagator &)=delete |
Private Attributes | |
| ElementId_t | fElementId {0} |
#include <ROOT/REveTrackPropagator.hxx>
|
inherited |
Definition at line 57 of file REveElement.hxx.
|
inherited |
Definition at line 53 of file REveElement.hxx.
|
protectedinherited |
Definition at line 138 of file REveUtil.hxx.
|
inherited |
Definition at line 55 of file REveElement.hxx.
|
inherited |
| Enumerator | |
|---|---|
| kCBColorSelection | |
| kCBTransBBox | |
| kCBObjProps | |
| kCBVisibility | |
| kCBElementAdded | |
Definition at line 327 of file REveElement.hxx.
|
protectedinherited |
Definition at line 272 of file REveElement.hxx.
|
protectedinherited |
| Enumerator | |
|---|---|
| kNone | |
| kStandard | |
| kAnnihilate | |
Definition at line 282 of file REveElement.hxx.
| Enumerator | |
|---|---|
| kPTB_Break | |
| kPTB_UseFirstPointPos | |
| kPTB_UseLastPointPos | |
Definition at line 117 of file REveTrackPropagator.hxx.
| Enumerator | |
|---|---|
| kHelix | |
| kRungeKutta | |
Definition at line 115 of file REveTrackPropagator.hxx.
|
privatedelete |
| REveTrackPropagator::REveTrackPropagator | ( | const std::string & | n = "REveTrackPropagator", |
| const std::string & | t = "", | ||
| REveMagField * | field = nullptr, | ||
| Bool_t | own_field = kTRUE ) |
Default constructor.
Definition at line 197 of file REveTrackPropagator.cxx.
|
override |
Destructor.
Definition at line 243 of file REveTrackPropagator.cxx.
|
virtualinherited |
Check if el can be added to this element.
Here we make sure the new child is not equal to this and, if fChildClass is set, that it is inherited from it.
Reimplemented in ROOT::Experimental::REveSceneInfo.
Definition at line 881 of file REveElement.cxx.
|
virtualinherited |
Add el into the list aunts.
Adding aunt is subordinate to adding a niece. This is an internal function.
Definition at line 547 of file REveElement.cxx.
|
virtualinherited |
Add el to the list of children.
Reimplemented in ROOT::Experimental::REveCompound, and ROOT::Experimental::REveViewerList.
Definition at line 893 of file REveElement.cxx.
|
virtualinherited |
Add (bitwise or) given stamps to fChangeBits.
Register this element to REX::gEve as stamped. This method is virtual so that sub-classes can add additional actions. The base-class method should still be called (or replicated).
Definition at line 1462 of file REveElement.cxx.
|
virtualinherited |
Optimized destruction without check of reference-count.
Parents are not notified about child destruction. The method should only be used when an element does not have more than one parent – otherwise an exception is thrown.
Definition at line 1229 of file REveElement.cxx.
|
virtualinherited |
Annihilate elements.
Definition at line 1258 of file REveElement.cxx.
|
protectedvirtualinherited |
Protected member function called from REveElement::Annihilate().
Definition at line 1203 of file REveElement.cxx.
|
staticprotectedinherited |
Definition at line 143 of file REveElement.cxx.
|
inherited |
Set the VizTag, find model-element from the VizDB and copy visualization-parameters from it.
If the model is not found and fallback_tag is non-null, search for it is attempted as well. For example: ApplyVizTag("TPC Clusters", "Clusters");
If the model-element can not be found a warning is printed and false is returned.
Definition at line 338 of file REveElement.cxx.
|
protectedinherited |
Definition at line 168 of file REveElement.cxx.
|
protectedinherited |
Definition at line 189 of file REveElement.cxx.
|
virtualinherited |
Write transformation Matrix to render data.
Reimplemented in ROOT::Experimental::REveBox, ROOT::Experimental::REveBoxProjected, ROOT::Experimental::REveBoxSet, ROOT::Experimental::REveCalo2D, ROOT::Experimental::REveCalo3D, ROOT::Experimental::REveEllipsoidProjected, ROOT::Experimental::REveGeoShape, ROOT::Experimental::REveGeoTopNodeViz, ROOT::Experimental::REveJetCone, ROOT::Experimental::REveJetConeProjected, ROOT::Experimental::REveLine, ROOT::Experimental::REvePointSet, ROOT::Experimental::REvePolygonSetProjected, ROOT::Experimental::REveStraightLineSet, ROOT::Experimental::REveText, ROOT::Experimental::REveTrack, and ROOT::Experimental::REveTrackProjected.
Definition at line 1482 of file REveElement.cxx.
|
inlinevirtualinherited |
Definition at line 214 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 228 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 248 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 241 of file REveElement.hxx.
|
overridevirtual |
Check reference count - virtual from REveElement.
Must also take into account references from REveRefBackPtr.
Reimplemented from ROOT::Experimental::REveElement.
Definition at line 263 of file REveTrackPropagator.cxx.
|
staticprotectedinherited |
Definition at line 126 of file REveElement.cxx.
|
inlinevirtualinherited |
Definition at line 359 of file REveElement.hxx.
|
virtualinherited |
Clone children and attach them to the dest element.
If level == 0, only the direct descendants are cloned (default). If level == -1, all the hierarchy is cloned.
Definition at line 248 of file REveElement.cxx.
|
virtualinherited |
Clone the element via copy constructor.
Should be implemented for all classes that require cloning support.
Reimplemented in ROOT::Experimental::REvePointSet.
Definition at line 223 of file REveElement.cxx.
|
virtualinherited |
Clone elements and recurse 'level' deep over children.
Definition at line 233 of file REveElement.cxx.
|
protected |
Get closest point on line defined with vector p0 and u.
Return false if the point is forced on the line segment.
Definition at line 944 of file REveTrackPropagator.cxx.
|
protected |
Get closest point from given vertex v to line segment defined with s and r.
Argument rMagInv is cached. rMagInv= 1./rMag()
Definition at line 917 of file REveTrackPropagator.cxx.
|
virtualinherited |
Copy visualization parameters from element el.
This method needs to be overriden by any class that introduces new parameters.
Reimplemented in ROOT::Experimental::REveLine, ROOT::Experimental::REvePointSet, ROOT::Experimental::REveShape, ROOT::Experimental::REveStraightLineSet, ROOT::Experimental::REveTrack, and ROOT::Experimental::REveTrackList.
Definition at line 401 of file REveElement.cxx.
|
virtualinherited |
Copy visualization parameters from the model-element fVizModel.
A warning is printed if the model-element fVizModel is not set.
Definition at line 415 of file REveElement.cxx.
|
inlineinherited |
Definition at line 316 of file REveElement.hxx.
|
inlineinherited |
Definition at line 317 of file REveElement.hxx.
|
inlineinherited |
Definition at line 318 of file REveElement.hxx.
|
inlineinherited |
Definition at line 319 of file REveElement.hxx.
|
inlineinherited |
Definition at line 314 of file REveElement.hxx.
|
inlineinherited |
Definition at line 315 of file REveElement.hxx.
|
inherited |
Decreases the deny-destroy count of the element.
Call this after releasing an external pointer to the element.
Definition at line 1369 of file REveElement.cxx.
|
inlineinherited |
Definition at line 304 of file REveElement.hxx.
|
inlineinherited |
Definition at line 118 of file REveUtil.hxx.
|
virtualinherited |
Decrease reference count and remove re from the list of back-references.
Definition at line 426 of file REveUtil.cxx.
|
virtualinherited |
Destroy this element.
Throws an exception if deny-destroy is in force. This method should be called instead of a destructor. Note that an exception will be thrown if the element has been protected against destruction with IncDenyDestroy().
Definition at line 1273 of file REveElement.cxx.
|
virtualinherited |
Destroy all children of this element.
Definition at line 1303 of file REveElement.cxx.
|
virtualinherited |
Destroy the main transformation matrix, it will always be taken as identity.
Editing of transformation parameters is disabled.
Definition at line 853 of file REveElement.cxx.
|
virtualinherited |
Destroy this element. Prints a warning if deny-destroy is in force.
Definition at line 1288 of file REveElement.cxx.
|
inherited |
Disable rendering of children and their list contents.
Arguments control how to set self/child rendering.
Same as above function, but default arguments are different. This is convenient for calls via context menu.
Definition at line 1194 of file REveElement.cxx.
|
private |
Distribute offset between first and last point index and rotate momentum.
Definition at line 739 of file REveTrackPropagator.cxx.
|
inherited |
Enable rendering of children and their list contents.
Arguments control how to set self/child rendering.
Definition at line 1181 of file REveElement.cxx.
|
virtualinherited |
Export render-element to Cling with variable name var_name.
Definition at line 606 of file REveElement.cxx.
|
inlinevirtualinherited |
Reimplemented in ROOT::Experimental::REveCaloData, and ROOT::Experimental::REveDigitSet.
Definition at line 322 of file REveElement.hxx.
|
virtualinherited |
Populate set impSelSet with derived / dependant elements.
If this is a REveProjectable, the projected replicas are added to the set. Thus it does not have to be reimplemented for each sub-class of REveProjected.
Note that this also takes care of projections of REveCompound class, which is also a projectable.
Reimplemented in ROOT::Experimental::REveCaloData, ROOT::Experimental::REveCompound, and ROOT::Experimental::REveDataItemList.
Definition at line 1422 of file REveElement.cxx.
| void REveTrackPropagator::FillPointSet | ( | REvePointSet * | ps | ) | const |
Reset ps and populate it with points in propagation cache.
Definition at line 966 of file REveTrackPropagator.cxx.
|
inherited |
Find the first child with given name.
If cls is specified (non 0), it is also checked.
Returns nullptr if not found.
Definition at line 1081 of file REveElement.cxx.
|
inherited |
Find the first child whose name matches regexp.
If cls is specified (non 0), it is also checked.
Returns nullptr if not found.
Definition at line 1100 of file REveElement.cxx.
|
inherited |
Find all children with given name and append them to matches list.
If class is specified (non 0), it is also checked.
Returns number of elements added to the list.
Definition at line 1119 of file REveElement.cxx.
|
inherited |
Find all children whose name matches regexp and append them to matches list.
Returns number of elements added to the list.
Definition at line 1143 of file REveElement.cxx.
|
inherited |
Returns the first child element or 0 if the list is empty.
Definition at line 1164 of file REveElement.cxx.
|
protectedinherited |
Definition at line 158 of file REveElement.cxx.
|
protectedinherited |
Definition at line 163 of file REveElement.cxx.
|
inlineinherited |
Definition at line 363 of file REveElement.hxx.
|
inlineinherited |
Definition at line 164 of file REveElement.hxx.
|
inlineinherited |
Definition at line 119 of file REveElement.hxx.
|
inlineinherited |
Definition at line 146 of file REveElement.hxx.
|
inlineinherited |
Definition at line 121 of file REveElement.hxx.
| Int_t REveTrackPropagator::GetCurrentPoint | ( | ) | const |
Get index of current point on track.
Definition at line 320 of file REveTrackPropagator.cxx.
|
inline |
Definition at line 302 of file REveTrackPropagator.hxx.
|
inherited |
Returns the number of times deny-destroy has been requested on the element.
Definition at line 1351 of file REveElement.cxx.
|
inherited |
Returns state of flag determining if the element will be destroyed when reference count reaches zero.
This is true by default.
Definition at line 1332 of file REveElement.cxx.
|
inline |
Definition at line 304 of file REveTrackPropagator.hxx.
|
inlineinherited |
Definition at line 112 of file REveElement.hxx.
|
inline |
Definition at line 312 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 309 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 311 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 313 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 310 of file REveTrackPropagator.hxx.
|
virtualinherited |
Reimplemented in ROOT::Experimental::REveCaloData, ROOT::Experimental::REveDataItemList, ROOT::Experimental::REveDigitSet, and ROOT::Experimental::REveGeoTopNodeViz.
Definition at line 177 of file REveElement.cxx.
|
inlineinherited |
Definition at line 305 of file REveElement.hxx.
|
inline |
Definition at line 322 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 291 of file REveTrackPropagator.hxx.
|
inlinevirtualinherited |
Definition at line 234 of file REveElement.hxx.
|
inlineinherited |
Definition at line 230 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 243 of file REveElement.hxx.
|
inline |
Definition at line 300 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 298 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 296 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 301 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 297 of file REveTrackPropagator.hxx.
| Double_t REveTrackPropagator::GetMinAng | ( | ) | const |
Get maximum step angle.
WARNING – this method / variable was mis-named.
Definition at line 1059 of file REveTrackPropagator.cxx.
|
inlineinherited |
Definition at line 153 of file REveElement.hxx.
|
inlineinherited |
Definition at line 118 of file REveElement.hxx.
|
inline |
Definition at line 315 of file REveTrackPropagator.hxx.
|
inlineinherited |
Definition at line 264 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 219 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 217 of file REveElement.hxx.
|
inline |
Definition at line 308 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 305 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 307 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 314 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 316 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 306 of file REveTrackPropagator.hxx.
|
inlinevirtualinherited |
Definition at line 216 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 218 of file REveElement.hxx.
|
inlineinherited |
Definition at line 152 of file REveElement.hxx.
|
virtualinherited |
Returns the master element - that is:
Reimplemented in RecHitProxyBuilder::FWBoxSet, and ROOT::Experimental::REveCollectionCompound.
Definition at line 1392 of file REveElement.cxx.
|
inline |
Definition at line 294 of file REveTrackPropagator.hxx.
|
inlineinherited |
Definition at line 120 of file REveElement.hxx.
Calculate track length from start_point to end_point.
If end_point is less than 0, distance to the end is returned.
Definition at line 329 of file REveTrackPropagator.cxx.
|
inlineinherited |
Definition at line 261 of file REveElement.hxx.
|
inlineinherited |
Definition at line 133 of file REveElement.hxx.
|
inlineinherited |
Definition at line 130 of file REveElement.hxx.
|
virtual |
Propagate particle to bounds.
Return TRUE if hit bounds.
Definition at line 404 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::GoToBounds | ( | REveVectorF & | p | ) |
REveVectorF wrapper.
Definition at line 414 of file REveTrackPropagator.cxx.
|
virtual |
Propagate particle with momentum p to line with start point s and vector r to the second point.
Definition at line 361 of file REveTrackPropagator.cxx.
| Bool_t REveTrackPropagator::GoToLineSegment | ( | const REveVectorF & | s, |
| const REveVectorF & | r, | ||
| REveVectorF & | p ) |
REveVectorF wrapper.
Definition at line 392 of file REveTrackPropagator.cxx.
|
virtual |
Propagate particle with momentum p to vertex v.
Definition at line 344 of file REveTrackPropagator.cxx.
| Bool_t REveTrackPropagator::GoToVertex | ( | REveVectorF & | v, |
| REveVectorF & | p ) |
REveVectorF wrapper.
Definition at line 381 of file REveTrackPropagator.cxx.
|
inlineinherited |
Definition at line 162 of file REveElement.hxx.
|
inherited |
Check if element el is a child of this element.
Definition at line 1070 of file REveElement.cxx.
|
inlineinherited |
Definition at line 170 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 233 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 249 of file REveElement.hxx.
|
inlineinherited |
Definition at line 150 of file REveElement.hxx.
|
inlineinherited |
Definition at line 149 of file REveElement.hxx.
|
protected |
Intersect helix with a plane.
Current position and argument p define the helix.
Definition at line 821 of file REveTrackPropagator.cxx.
|
inherited |
Increases the deny-destroy count of the element.
Call this if you store an external pointer to the element.
Definition at line 1360 of file REveElement.cxx.
|
inlineinherited |
Definition at line 303 of file REveElement.hxx.
|
inlineinherited |
Definition at line 117 of file REveUtil.hxx.
|
virtualinherited |
Increase reference count and add re to the list of back-references.
Definition at line 417 of file REveUtil.cxx.
Initialize the main transformation to identity matrix.
If can_edit is true (default), the user will be able to edit the transformation parameters via GUI.
Definition at line 840 of file REveElement.cxx.
| void REveTrackPropagator::InitTrack | ( | const REveVectorD & | v, |
| Int_t | charge ) |
Initialize internal data-members for given particle parameters.
Definition at line 286 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::InitTrack | ( | const REveVectorF & | v, |
| Int_t | charge ) |
REveVectorF wrapper.
Definition at line 299 of file REveTrackPropagator.cxx.
| Bool_t REveTrackPropagator::IntersectPlane | ( | const REveVectorD & | p, |
| const REveVectorD & | point, | ||
| const REveVectorD & | normal, | ||
| REveVectorD & | itsect ) |
Find intersection of currently propagated track with a plane.
Current track position is used as starting point.
Args:
Definition at line 902 of file REveTrackPropagator.cxx.
|
inherited |
Return class for this element Return REveElement class in case dicitonary is not exisiting.
Definition at line 593 of file REveElement.cxx.
|
inlinestatic |
Definition at line 332 of file REveTrackPropagator.hxx.
|
inlineinherited |
Definition at line 294 of file REveElement.hxx.
|
inherited |
Returns the last child element or 0 if the list is empty.
Definition at line 1172 of file REveElement.cxx.
|
protected |
Intersect line with a plane.
Current position and argument p define the line.
Definition at line 868 of file REveTrackPropagator.cxx.
|
protected |
Propagate neutral particle with momentum p to bounds.
Definition at line 786 of file REveTrackPropagator.cxx.
|
protected |
Propagate neutral particle to vertex v.
Definition at line 770 of file REveTrackPropagator.cxx.
|
protected |
Propagate charged particle with momentum p to bounds.
It is expected that Update() with full-update was called before.
Definition at line 509 of file REveTrackPropagator.cxx.
|
protected |
Propagate charged particle with momentum p to line segment with point s and vector r to the second point.
It is expected that Update() with full-update was called before. Returns kFALSE if hits bounds.
Definition at line 649 of file REveTrackPropagator.cxx.
|
protected |
Propagate charged particle with momentum p to vertex v.
It is expected that Update() with full-update was called before.
Definition at line 572 of file REveTrackPropagator.cxx.
|
virtualinherited |
Virtual function called when a name or title of the element has been changed.
If you override this, call also the version of your direct base-class.
Definition at line 293 of file REveElement.cxx.
|
inlineinherited |
Definition at line 161 of file REveElement.hxx.
|
inlineinherited |
Definition at line 169 of file REveElement.hxx.
|
overridevirtual |
Virtual from REveRefBackPtr - track reference count has reached zero.
Implements ROOT::Experimental::REveRefCnt.
Definition at line 254 of file REveTrackPropagator.cxx.
|
privatedelete |
|
inlineprotected |
Definition at line 341 of file REveTrackPropagator.hxx.
|
protectedvirtualinherited |
Called before the element is deleted, thus offering the last chance to detach from acquired resources and from the framework itself.
Here the request is just passed to REveManager. If you override it, make sure to call base-class version.
Definition at line 211 of file REveElement.cxx.
Definition at line 1014 of file REveTrackPropagator.cxx.
If this is a projectable, loop over all projected replicas and add the projected image of all children there.
This is supposed to be called after you destroy all children and then add new ones after this element has already been projected. You might also want to call RecheckImpliedSelections() on this element.
If 'same_depth' flag is true, the same depth as for the projected element is used in every projection. Otherwise current depth of each relevant projection-manager is used.
Definition at line 1049 of file REveElement.cxx.
|
virtualinherited |
If this is a projectable, loop over all projected replicas and add the projected image of child 'el' there.
This is supposed to be called after you add a child to a projectable after it has already been projected. You might also want to call RecheckImpliedSelections() on this element or 'el'.
If 'same_depth' flag is true, the same depth as for parent object is used in every projection. Otherwise current depth of each relevant projection-manager is used.
Definition at line 1019 of file REveElement.cxx.
|
virtualinherited |
Propagate color to projected elements.
Definition at line 764 of file REveElement.cxx.
Propagate transparency to projected elements.
Definition at line 802 of file REveElement.cxx.
|
virtualinherited |
Propagate render state to the projected replicas of this element.
Maybe this should be optional on REX::gEve/element level.
Definition at line 700 of file REveElement.cxx.
|
virtualinherited |
Propagate visualization parameters from element el (defaulting to this) to all children.
The primary use of this is for model-elements from visualization-parameter database.
Definition at line 386 of file REveElement.cxx.
|
virtualinherited |
Propagate visualization parameters to dependent elements.
MainColor is propagated independently in SetMainColor(). In this case, as fMainColor is a pointer to Color_t, it should be set in TProperClass::CopyVizParams().
Render state is not propagated. Maybe it should be, at least optionally.
Definition at line 370 of file REveElement.cxx.
Return pointer to main transformation.
If 'create' flag is set (default) it is created if not yet existing.
Definition at line 815 of file REveElement.cxx.
|
protected |
Rebuild all tracks using this render-style.
Definition at line 980 of file REveTrackPropagator.cxx.
|
inherited |
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.
This can happen if you add elements into compounds in response to user-interaction.
Definition at line 1437 of file REveElement.cxx.
|
inlineinherited |
Definition at line 159 of file REveElement.hxx.
|
inlineinherited |
Definition at line 160 of file REveElement.hxx.
|
inlineinherited |
Definition at line 167 of file REveElement.hxx.
|
inlineinherited |
Definition at line 168 of file REveElement.hxx.
|
inline |
Definition at line 319 of file REveTrackPropagator.hxx.
|
virtualinherited |
Return reference to main transformation.
It is created if not yet existing.
Definition at line 827 of file REveElement.cxx.
|
inline |
Definition at line 318 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 320 of file REveTrackPropagator.hxx.
|
virtualinherited |
Remove el from the list of aunts.
Removing aunt is subordinate to removing a niece. This is an internal function.
Definition at line 559 of file REveElement.cxx.
|
virtualinherited |
Remove el from the list of children.
Definition at line 926 of file REveElement.cxx.
|
virtualinherited |
Perform additional local removal of el.
Called from RemoveElement() which does whole untangling. Put into special function as framework-related handling of element removal should really be common to all classes and clearing of local structures happens in between removal of list-tree-items and final removal. If you override this, you should also override RemoveElementsLocal().
Reimplemented in ROOT::Experimental::REveCompound, ROOT::Experimental::REvePointSetArray, ROOT::Experimental::REveViewer, and ROOT::Experimental::REveViewerList.
Definition at line 959 of file REveElement.cxx.
|
virtualinherited |
Remove all elements.
This assumes removing of all elements can be done more efficiently then looping over them and removing them one by one.
Definition at line 990 of file REveElement.cxx.
|
protectedvirtualinherited |
Remove all elements.
This assumes removing of all elements can be done more efficiently then looping over them and removing one by one. This protected function performs the removal on the level of REveElement.
Definition at line 969 of file REveElement.cxx.
|
virtualinherited |
Perform additional local removal of all elements.
See comment to RemoveElementLocal(REveElement*).
Reimplemented in ROOT::Experimental::REveCompound, ROOT::Experimental::REvePointSetArray, ROOT::Experimental::REveViewer, and ROOT::Experimental::REveViewerList.
Definition at line 1003 of file REveElement.cxx.
|
inlinevirtualinherited |
Reimplemented in ROOT::Experimental::REveCaloData, ROOT::Experimental::REveCaloViz, and ROOT::Experimental::REveDigitSet.
Definition at line 321 of file REveElement.hxx.
|
inlineinherited |
Definition at line 313 of file REveElement.hxx.
|
inlineinherited |
Definition at line 310 of file REveElement.hxx.
| void REveTrackPropagator::ResetTrack | ( | ) |
Reset cache holding particle trajectory.
Definition at line 308 of file REveTrackPropagator.cxx.
|
inherited |
Save visualization parameters for this element with given tag.
This function creates the instantiation code, calls virtual WriteVizParams() and, at the end, writes out the code for registration of the model into the VizDB.
Definition at line 434 of file REveElement.cxx.
|
inlineinherited |
Definition at line 165 of file REveElement.hxx.
|
inlineinherited |
Definition at line 147 of file REveElement.hxx.
|
inlineinherited |
Definition at line 309 of file REveElement.hxx.
| void REveTrackPropagator::SetDelta | ( | Double_t | x | ) |
Set maximum error and rebuild tracks.
Definition at line 1086 of file REveTrackPropagator.cxx.
|
inherited |
Sets the state of flag determining if the element will be destroyed when reference count reaches zero.
This is true by default.
Definition at line 1342 of file REveElement.cxx.
|
inlineinherited |
Definition at line 229 of file REveElement.hxx.
|
inlineinherited |
Definition at line 242 of file REveElement.hxx.
|
inline |
Definition at line 277 of file REveTrackPropagator.hxx.
| void REveTrackPropagator::SetFitCluster2Ds | ( | Bool_t | x | ) |
Set 2D-cluster fitting and rebuild tracks.
Definition at line 1131 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::SetFitDaughters | ( | Bool_t | x | ) |
Set daughter creation point fitting and rebuild tracks.
Definition at line 1095 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::SetFitDecay | ( | Bool_t | x | ) |
Set decay fitting and rebuild tracks.
Definition at line 1113 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::SetFitLineSegments | ( | Bool_t | x | ) |
Set line segment fitting and rebuild tracks.
Definition at line 1122 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::SetFitReferences | ( | Bool_t | x | ) |
Set track-reference fitting and rebuild tracks.
Definition at line 1104 of file REveTrackPropagator.cxx.
|
inline |
Definition at line 266 of file REveTrackPropagator.hxx.
Set constant magnetic field and rebuild tracks.
Definition at line 994 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::SetMagFieldObj | ( | REveMagField * | field, |
| Bool_t | own_field = kTRUE ) |
Set constant magnetic field and rebuild tracks.
Definition at line 1002 of file REveTrackPropagator.cxx.
|
inherited |
Set main-transparency via float alpha variable.
Value of alpha is clamped t0 [0, 1].
Definition at line 792 of file REveElement.cxx.
|
virtualinherited |
Set main color of the element.
Reimplemented in ROOT::Experimental::REveCompound, ROOT::Experimental::REveCompoundProjected, ROOT::Experimental::REveDataCollection, ROOT::Experimental::REveDigitSet, ROOT::Experimental::REveShape, and ROOT::Experimental::REveTrackList.
Definition at line 724 of file REveElement.cxx.
|
inherited |
Convert pixel to Color_t and call SetMainColor().
Definition at line 740 of file REveElement.cxx.
|
inlineinherited |
Definition at line 231 of file REveElement.hxx.
Convert RGB values to Color_t and call SetMainColor.
Definition at line 756 of file REveElement.cxx.
Convert RGB values to Color_t and call SetMainColor.
Definition at line 748 of file REveElement.cxx.
|
virtualinherited |
Set main-transparency.
Transparency is clamped to [0, 100].
Reimplemented in ROOT::Experimental::REveCompound.
Definition at line 777 of file REveElement.cxx.
| void REveTrackPropagator::SetMaxAng | ( | Double_t | x | ) |
Set maximum step angle and rebuild tracks.
Definition at line 1068 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::SetMaxOrbs | ( | Double_t | x | ) |
Set maximum number of orbits and rebuild tracks.
Definition at line 1040 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::SetMaxR | ( | Double_t | x | ) |
Set maximum radius and rebuild tracks.
Definition at line 1022 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::SetMaxStep | ( | Double_t | x | ) |
Set maximum step-size and rebuild tracks.
Definition at line 1077 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::SetMaxZ | ( | Double_t | x | ) |
Set maximum z and rebuild tracks.
Definition at line 1031 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::SetMinAng | ( | Double_t | x | ) |
Set maximum step angle and rebuild tracks.
WARNING – this method / variable was mis-named.
Definition at line 1050 of file REveTrackPropagator.cxx.
|
staticprotectedinherited |
Definition at line 132 of file REveElement.cxx.
|
staticprotectedinherited |
Definition at line 136 of file REveElement.cxx.
|
inherited |
Set name of an element.
Definition at line 260 of file REveElement.cxx.
|
inherited |
Set name and title of an element.
Here we attempt to cast the assigned object into TNamed and call SetNameTitle() there. If you override this call NameTitleChanged() from there.
Definition at line 281 of file REveElement.cxx.
|
inlineinherited |
Definition at line 295 of file REveElement.hxx.
|
inherited |
Set pickable state on the element and all its children.
Definition at line 1378 of file REveElement.cxx.
| void REveTrackPropagator::SetProjTrackBreaking | ( | UChar_t | x | ) |
Set projection break-point mode and rebuild tracks.
Definition at line 1185 of file REveTrackPropagator.cxx.
Set render state of this element's children, i.e.
if they will be published on next scene update pass. Returns true if the state has changed.
Definition at line 640 of file REveElement.cxx.
| void REveTrackPropagator::SetRnrCluster2Ds | ( | Bool_t | x | ) |
Set rendering of 2D-clusters and rebuild tracks.
Definition at line 1149 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::SetRnrDaughters | ( | Bool_t | x | ) |
Set daughter rendering and rebuild tracks.
Definition at line 1158 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::SetRnrDecay | ( | Bool_t | x | ) |
Set decay rendering and rebuild tracks.
Definition at line 1140 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::SetRnrFV | ( | Bool_t | x | ) |
Set first-vertex rendering and rebuild tracks.
Definition at line 1176 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::SetRnrPTBMarkers | ( | Bool_t | x | ) |
Set projection break-point rendering and rebuild tracks.
Definition at line 1194 of file REveTrackPropagator.cxx.
| void REveTrackPropagator::SetRnrReferences | ( | Bool_t | x | ) |
Set track-reference rendering and rebuild tracks.
Definition at line 1167 of file REveTrackPropagator.cxx.
Set render state of this element, i.e.
if it will be published on next scene update pass. Returns true if the state has changed.
Definition at line 617 of file REveElement.cxx.
Set state for rendering of this element and its children.
Returns true if the state has changed.
Definition at line 661 of file REveElement.cxx.
Set render state of this element and of its children to the same value.
Returns true if the state has changed.
Reimplemented in ROOT::Experimental::REveDataCollection, and ROOT::Experimental::REveDataItemList.
Definition at line 684 of file REveElement.cxx.
|
inlineinherited |
Definition at line 299 of file REveElement.hxx.
|
inline |
Definition at line 263 of file REveTrackPropagator.hxx.
|
inherited |
Set title of an element.
Definition at line 269 of file REveElement.cxx.
|
virtualinherited |
Set transformation matrix from TGeo's matrix.
Definition at line 870 of file REveElement.cxx.
|
virtualinherited |
Set transformation matrix from column-major array.
Definition at line 862 of file REveElement.cxx.
|
inherited |
Set up element to use built-in main color and set flags allowing editing of main color and transparency.
Definition at line 713 of file REveElement.cxx.
|
inlineinherited |
Definition at line 262 of file REveElement.hxx.
|
inherited |
Set visualization-parameter model element.
Calling of this function from outside of EVE should in principle be avoided as it can lead to dis-synchronization of viz-tag and viz-model.
Definition at line 304 of file REveElement.cxx.
|
inherited |
Find model element in VizDB that corresponds to previously assigned fVizTag and set fVizModel accordingly.
If the tag is not found in VizDB, the old model-element is kept and false is returned.
Definition at line 315 of file REveElement.cxx.
|
inlineinherited |
Definition at line 131 of file REveElement.hxx.
|
inlinevirtualinherited |
Reimplemented in ROOT::Experimental::REveDataCollection, ROOT::Experimental::REveDataItemList, ROOT::Experimental::REveScene, and ROOT::Experimental::REveSceneInfo.
Definition at line 215 of file REveElement.hxx.
|
inlineinherited |
Definition at line 361 of file REveElement.hxx.
| void REveTrackPropagator::StampAllTracks | ( | ) |
Element-change notification.
Stamp all tracks as requiring display-list regeneration.
Definition at line 275 of file REveTrackPropagator.cxx.
|
virtualinherited |
Add given stamps to elements in the list of reverse references.
Definition at line 441 of file REveUtil.cxx.
|
inlineinherited |
Definition at line 352 of file REveElement.hxx.
|
inlineinherited |
Definition at line 356 of file REveElement.hxx.
|
inlineinherited |
Definition at line 354 of file REveElement.hxx.
|
inlineinherited |
Definition at line 353 of file REveElement.hxx.
|
inlineinherited |
Definition at line 355 of file REveElement.hxx.
|
protected |
Wrapper to step helix.
Definition at line 472 of file REveTrackPropagator.cxx.
|
protected |
Wrapper to step with method RungeKutta.
Definition at line 1203 of file REveTrackPropagator.cxx.
Definition at line 311 of file REveElement.hxx.
|
staticprotectedinherited |
Convert Bool_t to string - kTRUE or kFALSE.
Needed in WriteVizParams().
Definition at line 1494 of file REveElement.cxx.
|
protected |
Update helix / B-field projection state.
Definition at line 424 of file REveTrackPropagator.cxx.
|
inherited |
Set visual parameters for this object for given tag.
Definition at line 475 of file REveElement.cxx.
|
inherited |
Create a replica of element and insert it into VizDB with given tag.
If replace is true an existing element with the same tag will be replaced. If update is true, existing client of tag will be updated.
Definition at line 527 of file REveElement.cxx.
|
inherited |
Reset visual parameters for this object from VizDB.
The model object must be already set.
Definition at line 487 of file REveElement.cxx.
Copy visual parameters from this element to viz-db model.
If update is set, all clients of the model will be updated to the new value. A warning is printed if the model-element fVizModel is not set.
Definition at line 502 of file REveElement.cxx.
Write core json.
If rnr_offset is negative, render data shall not be written. Returns number of bytes written into binary render data.
Reimplemented in ROOT::Experimental::REveBox, ROOT::Experimental::REveBoxProjected, ROOT::Experimental::REveBoxSet, ROOT::Experimental::REveCalo2D, ROOT::Experimental::REveCalo3D, ROOT::Experimental::REveCaloData, ROOT::Experimental::REveCaloViz, ROOT::Experimental::REveDataCollection, ROOT::Experimental::REveDataItemList, ROOT::Experimental::REveDataTable, ROOT::Experimental::REveDigitSet, ROOT::Experimental::REveEllipsoid, ROOT::Experimental::REveEllipsoidProjected, ROOT::Experimental::REveGeoShape, ROOT::Experimental::REveGeoTopNodeData, ROOT::Experimental::REveGeoTopNodeViz, ROOT::Experimental::REveJetCone, ROOT::Experimental::REveLine, ROOT::Experimental::REvePointSet, ROOT::Experimental::REvePolygonSetProjected, ROOT::Experimental::REveRGBAPalette, ROOT::Experimental::REveScene, ROOT::Experimental::REveSceneInfo, ROOT::Experimental::REveSelection, ROOT::Experimental::REveShape, ROOT::Experimental::REveStraightLineSet, ROOT::Experimental::REveTableViewInfo, ROOT::Experimental::REveText, ROOT::Experimental::REveTrack, ROOT::Experimental::REveTrackProjected, and ROOT::Experimental::REveViewer.
Definition at line 1507 of file REveElement.cxx.
|
virtualinherited |
Write-out visual parameters for this object.
This is a virtual function and all sub-classes are required to first call the base-element version. The name of the element pointer is 'x%03d', due to historical CINT limitations. Three spaces should be used for indentation, same as in SavePrimitive() methods.
Reimplemented in ROOT::Experimental::REveLine, ROOT::Experimental::REvePointSet, ROOT::Experimental::REveShape, ROOT::Experimental::REveStraightLineSet, ROOT::Experimental::REveTrack, and ROOT::Experimental::REveTrackList.
Definition at line 461 of file REveElement.cxx.
|
protectedinherited |
Definition at line 76 of file REveElement.hxx.
|
protectedinherited |
Definition at line 140 of file REveUtil.hxx.
Definition at line 88 of file REveElement.hxx.
Definition at line 90 of file REveElement.hxx.
Definition at line 89 of file REveElement.hxx.
|
protectedinherited |
!
Definition at line 340 of file REveElement.hxx.
|
protectedinherited |
Definition at line 78 of file REveElement.hxx.
|
protectedinherited |
Definition at line 77 of file REveElement.hxx.
|
protectedinherited |
Definition at line 79 of file REveElement.hxx.
|
protectedinherited |
Definition at line 291 of file REveElement.hxx.
Definition at line 93 of file REveElement.hxx.
|
protectedinherited |
! Deny-destroy count.
Definition at line 83 of file REveElement.hxx.
Definition at line 84 of file REveElement.hxx.
!
Definition at line 341 of file REveElement.hxx.
|
protected |
Definition at line 182 of file REveTrackPropagator.hxx.
|
privateinherited |
Definition at line 60 of file REveElement.hxx.
|
protected |
Definition at line 186 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 183 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 185 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 187 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 184 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 194 of file REveTrackPropagator.hxx.
|
static |
Definition at line 328 of file REveTrackPropagator.hxx.
|
static |
Definition at line 326 of file REveTrackPropagator.hxx.
Definition at line 327 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 207 of file REveTrackPropagator.hxx.
|
protectedinherited |
Definition at line 289 of file REveElement.hxx.
|
protected |
Definition at line 205 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 171 of file REveTrackPropagator.hxx.
|
protectedinherited |
Definition at line 94 of file REveElement.hxx.
|
protectedinherited |
Definition at line 95 of file REveElement.hxx.
|
protectedinherited |
Definition at line 92 of file REveElement.hxx.
|
protected |
Definition at line 179 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 175 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 176 of file REveTrackPropagator.hxx.
|
protectedinherited |
Definition at line 63 of file REveElement.hxx.
|
protectedinherited |
Definition at line 74 of file REveElement.hxx.
|
protected |
Definition at line 177 of file REveTrackPropagator.hxx.
Definition at line 172 of file REveTrackPropagator.hxx.
|
protectedinherited |
Definition at line 290 of file REveElement.hxx.
|
protected |
Definition at line 193 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 204 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 197 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 199 of file REveTrackPropagator.hxx.
|
protectedinherited |
Definition at line 111 of file REveUtil.hxx.
|
protectedinherited |
! Vertex / normal / triangle index information for rendering.
Definition at line 99 of file REveElement.hxx.
Definition at line 87 of file REveElement.hxx.
|
protected |
Definition at line 191 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 188 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 190 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 192 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 198 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 189 of file REveTrackPropagator.hxx.
Definition at line 86 of file REveElement.hxx.
|
protectedinherited |
Definition at line 64 of file REveElement.hxx.
|
protectedinherited |
Definition at line 65 of file REveElement.hxx.
|
protected |
Definition at line 169 of file REveTrackPropagator.hxx.
|
protectedinherited |
Definition at line 75 of file REveElement.hxx.
|
protectedinherited |
! Externally assigned and controlled user data.
Definition at line 97 of file REveElement.hxx.
|
protected |
Definition at line 206 of file REveTrackPropagator.hxx.
|
protectedinherited |
! Element used as model from VizDB.
Definition at line 80 of file REveElement.hxx.
|
protectedinherited |
Definition at line 81 of file REveElement.hxx.
|
thread_localstaticprotectedinherited |
Definition at line 343 of file REveElement.hxx.
|
thread_localstaticprotectedinherited |
Definition at line 344 of file REveElement.hxx.
|
thread_localstaticprotectedinherited |
Definition at line 345 of file REveElement.hxx.