REveTrackPropagator Calculates path of a particle taking into account special path-marks and imposed boundaries.
Definition at line 122 of file REveTrackPropagator.hxx.
Classes | |
struct | Helix_t |
Public Types | |
enum | EProjTrackBreaking_e { kPTB_Break , kPTB_UseFirstPointPos , kPTB_UseLastPointPos } |
enum | EStepper_e { kHelix , kRungeKutta } |
Public Types inherited from ROOT::Experimental::REveElement | |
typedef std::list< REveAunt * > | AuntList_t |
enum | EChangeBits { kCBColorSelection = BIT(0) , kCBTransBBox = BIT(1) , kCBObjProps = BIT(2) , kCBVisibility = BIT(3) , kCBElementAdded = BIT(4) } |
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. More... | |
virtual | ~REveTrackPropagator () |
Destructor. More... | |
void | CheckReferenceCount (const std::string &from="<unknown>") override |
Check reference count - virtual from REveElement. More... | |
void | FillPointSet (REvePointSet *ps) const |
Reset ps and populate it with points in propagation cache. More... | |
Int_t | GetCurrentPoint () const |
Get index of current point on track. More... | |
Double_t | GetDelta () const |
Bool_t | GetEditPathMarks () const |
Bool_t | GetFitCluster2Ds () const |
Bool_t | GetFitDaughters () const |
Bool_t | GetFitDecay () const |
Bool_t | GetFitLineSegments () const |
Bool_t | GetFitReferences () const |
const std::vector< REveVector4D > & | GetLastPoints () const |
REveVectorD | GetMagField (Double_t x, Double_t y, Double_t z) |
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. More... | |
UChar_t | GetProjTrackBreaking () 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 |
EStepper_e | GetStepper () const |
Double_t | GetTrackLength (Int_t start_point=0, Int_t end_point=-1) const |
Calculate track length from start_point to end_point. More... | |
virtual void | GoToBounds (REveVectorD &p) |
Propagate particle to bounds. More... | |
void | GoToBounds (REveVectorF &p) |
REveVectorF wrapper. More... | |
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. More... | |
Bool_t | GoToLineSegment (const REveVectorF &s, const REveVectorF &r, REveVectorF &p) |
REveVectorF wrapper. More... | |
virtual Bool_t | GoToVertex (REveVectorD &v, REveVectorD &p) |
Propagate particle with momentum p to vertex v. More... | |
Bool_t | GoToVertex (REveVectorF &v, REveVectorF &p) |
REveVectorF wrapper. More... | |
void | InitTrack (const REveVectorD &v, Int_t charge) |
Initialize internal data-members for given particle parameters. More... | |
void | InitTrack (const REveVectorF &v, Int_t charge) |
REveVectorF wrapper. More... | |
Bool_t | IntersectPlane (const REveVectorD &p, const REveVectorD &point, const REveVectorD &normal, REveVectorD &itsect) |
Find intersection of currently propagated track with a plane. More... | |
void | OnZeroRefCount () override |
Virtual from REveRefBackPtr - track reference count has reached zero. More... | |
void | PrintMagField (Double_t x, Double_t y, Double_t z) const |
TMarker & | RefFVAtt () |
TMarker & | RefPMAtt () |
TMarker & | RefPTBAtt () |
void | ResetTrack () |
Reset cache holding particle trajectory. More... | |
void | SetDelta (Double_t x) |
Set maximum error and rebuild tracks. More... | |
void | SetEditPathMarks (Bool_t x) |
void | SetFitCluster2Ds (Bool_t x) |
Set 2D-cluster fitting and rebuild tracks. More... | |
void | SetFitDaughters (Bool_t x) |
Set daughter creation point fitting and rebuild tracks. More... | |
void | SetFitDecay (Bool_t x) |
Set decay fitting and rebuild tracks. More... | |
void | SetFitLineSegments (Bool_t x) |
Set line segment fitting and rebuild tracks. More... | |
void | SetFitReferences (Bool_t x) |
Set track-reference fitting and rebuild tracks. More... | |
void | SetMagField (Double_t b) |
void | SetMagField (Double_t bX, Double_t bY, Double_t bZ) |
Set constant magnetic field and rebuild tracks. More... | |
void | SetMagFieldObj (REveMagField *field, Bool_t own_field=kTRUE) |
Set constant magnetic field and rebuild tracks. More... | |
void | SetMaxAng (Double_t x) |
Set maximum step angle and rebuild tracks. More... | |
void | SetMaxOrbs (Double_t x) |
Set maximum number of orbits and rebuild tracks. More... | |
void | SetMaxR (Double_t x) |
Set maximum radius and rebuild tracks. More... | |
void | SetMaxStep (Double_t x) |
Set maximum step-size and rebuild tracks. More... | |
void | SetMaxZ (Double_t x) |
Set maximum z and rebuild tracks. More... | |
void | SetMinAng (Double_t x) |
Set maximum step angle and rebuild tracks. More... | |
void | SetProjTrackBreaking (UChar_t x) |
Set projection break-point mode and rebuild tracks. More... | |
void | SetRnrCluster2Ds (Bool_t x) |
Set rendering of 2D-clusters and rebuild tracks. More... | |
void | SetRnrDaughters (Bool_t x) |
Set daughter rendering and rebuild tracks. More... | |
void | SetRnrDecay (Bool_t x) |
Set decay rendering and rebuild tracks. More... | |
void | SetRnrFV (Bool_t x) |
Set first-vertex rendering and rebuild tracks. More... | |
void | SetRnrPTBMarkers (Bool_t x) |
Set projection break-point rendering and rebuild tracks. More... | |
void | SetRnrReferences (Bool_t x) |
Set track-reference rendering and rebuild tracks. More... | |
void | SetStepper (EStepper_e s) |
void | StampAllTracks () |
Element-change notification. More... | |
Public Member Functions inherited from ROOT::Experimental::REveElement | |
REveElement (const REveElement &e) | |
Copy constructor. More... | |
REveElement (const std::string &name="", const std::string &title="") | |
Default constructor. More... | |
virtual | ~REveElement () |
Destructor. More... | |
virtual Bool_t | AcceptElement (REveElement *el) |
Check if el can be added to this element. More... | |
virtual void | AddAunt (REveAunt *au) |
Add el into the list aunts. More... | |
virtual void | AddElement (REveElement *el) |
Add el to the list of children. 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... | |
virtual void | BuildRenderData () |
Write transformation Matrix to render data. More... | |
virtual Bool_t | CanEditElement () const |
virtual Bool_t | CanEditMainColor () const |
virtual Bool_t | CanEditMainTrans () const |
virtual Bool_t | CanEditMainTransparency () const |
virtual void | CheckReferenceCount (const std::string &from="<unknown>") |
Check external references to this and eventually auto-destruct the render-element. More... | |
virtual void | ClearStamps () |
virtual void | CloneChildrenRecurse (REveElement *dest, Int_t level=0) const |
Clone children and attach them to the dest element. More... | |
virtual REveElement * | CloneElement () const |
Clone the element via copy constructor. More... | |
virtual REveElement * | CloneElementRecurse (Int_t level=0) const |
Clone elements and recurse 'level' deep over children. More... | |
virtual void | CopyVizParams (const REveElement *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 | CSCTakeMotherAsMaster () |
void | DecDenyDestroy () |
Decreases the deny-destroy count of the element. More... | |
void | DecImpliedSelected () |
virtual void | Destroy () |
Destroy this element. More... | |
virtual void | DestroyElements () |
Destroy all children of this element. 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 | EnableListElements (Bool_t rnr_self=kTRUE, Bool_t rnr_children=kTRUE) |
Enable rendering of children and their list contents. More... | |
virtual void | ExportToCINT (const 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... | |
REveElement * | FindChild (const TString &name, const TClass *cls=nullptr) |
Find the first child with given name. More... | |
REveElement * | FindChild (TPRegexp ®exp, const TClass *cls=nullptr) |
Find the first child whose name matches regexp. More... | |
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. More... | |
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. More... | |
REveElement * | FirstChild () const |
Returns the first child element or 0 if the list is empty. More... | |
UChar_t | GetChangeBits () const |
TClass * | GetChildClass () const |
const char * | GetCName () const |
REveCompound * | GetCompound () |
const char * | GetCTitle () const |
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... | |
ElementId_t | GetElementId () const |
virtual std::string | GetHighlightTooltip () const |
int | GetImpliedSelected () |
virtual Color_t | GetMainColor () const |
Color_t * | GetMainColorPtr () const |
virtual Char_t | GetMainTransparency () const |
REveElement * | GetMother () |
std::string | GetName () const |
REveRenderData * | GetRenderData () const |
virtual Bool_t | GetRnrAnything () const |
virtual Bool_t | GetRnrChildren () const |
virtual Bool_t | GetRnrSelf () const |
virtual Bool_t | GetRnrState () const |
REveScene * | GetScene () |
REveElement * | GetSelectionMaster () |
Returns the master element - that is: More... | |
std::string | GetTitle () const |
void * | GetUserData () const |
REveElement * | GetVizModel () const |
const TString & | GetVizTag () const |
Bool_t | HasAunts () const |
Bool_t | HasChild (REveElement *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 | HasMother () |
bool | HasScene () |
void | IncDenyDestroy () |
Increases the deny-destroy count of the element. More... | |
void | IncImpliedSelected () |
virtual void | InitMainTrans (Bool_t can_edit=kTRUE) |
Initialize the main transformation to identity matrix. More... | |
TClass * | IsA () const |
Return class for this element. More... | |
Bool_t | IsPickable () const |
REveElement * | LastChild () 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 | NumAunts () const |
Int_t | NumChildren () 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. More... | |
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. 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 | PropagateVizParamsToChildren (REveElement *el=nullptr) |
Propagate visualization parameters from element el (defaulting to this) to all children. More... | |
virtual void | PropagateVizParamsToProjecteds () |
Propagate visualization parameters to dependent elements. More... | |
virtual REveTrans * | PtrMainTrans (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... | |
AuntList_t & | RefAunts () |
const AuntList_t & | RefAunts () const |
List_t & | RefChildren () |
const List_t & | RefChildren () const |
virtual REveTrans & | RefMainTrans () |
Return reference to main transformation. More... | |
virtual void | RemoveAunt (REveAunt *au) |
Remove el from the list of aunts. More... | |
virtual void | RemoveElement (REveElement *el) |
Remove el from the list of children. More... | |
virtual void | RemoveElementLocal (REveElement *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... | |
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... | |
void | SetChildClass (TClass *c) |
void | SetCompound (REveCompound *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) |
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 *colptr) |
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 | SetName (const std::string &name) |
Set name of an element. More... | |
void | SetNameTitle (const std::string &name, const std::string &title) |
Set name and title of an element. 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 | SetSelectionMaster (REveElement *el) |
void | SetTitle (const std::string &title) |
Set title of an element. More... | |
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 | 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. More... | |
void | SetUserData (void *ud) |
void | SetVizModel (REveElement *model) |
Set visualization-parameter model element. More... | |
Bool_t | SetVizModelByTag () |
Find model element in VizDB that corresponds to previously assigned fVizTag and set fVizModel accordingly. More... | |
void | SetVizTag (const TString &tag) |
virtual Bool_t | SingleRnrState () const |
void | StampColorSelection () |
void | StampElementAdded () |
void | StampObjProps () |
void | StampObjPropsPreChk () |
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. More... | |
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. 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 Int_t | WriteCoreJson (nlohmann::json &cj, Int_t rnr_offset) |
Write core json. More... | |
virtual void | WriteVizParams (std::ostream &out, const TString &var) |
Write-out visual parameters for this object. More... | |
Public Member Functions inherited from ROOT::Experimental::REveRefBackPtr | |
REveRefBackPtr () | |
Default constructor. More... | |
REveRefBackPtr (const REveRefBackPtr &) | |
Copy constructor. More... | |
virtual | ~REveRefBackPtr () |
Destructor. Noop, should complain if back-ref list is not empty. More... | |
void | DecRefCount () |
virtual void | DecRefCount (REveElement *re) |
Decrease reference count and remove re from the list of back-references. More... | |
void | IncRefCount () |
virtual void | IncRefCount (REveElement *re) |
Increase reference count and add re to the list of back-references. More... | |
REveRefBackPtr & | operator= (const REveRefBackPtr &) |
Assignment operator. More... | |
virtual void | StampBackPtrElements (UChar_t stamps) |
Add given stamps to elements in the list of reverse references. More... | |
Public Member Functions inherited from ROOT::Experimental::REveRefCnt | |
REveRefCnt ()=default | |
REveRefCnt (const REveRefCnt &) | |
virtual | ~REveRefCnt () |
void | DecRefCount () |
void | IncRefCount () |
virtual void | OnZeroRefCount () |
REveRefCnt & | operator= (const REveRefCnt &) |
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 Double_t | fgEditorMaxR = 2000 |
static Double_t | fgEditorMaxZ = 4000 |
static const Double_t | fgkB2C = 0.299792458e-2 |
Protected Member Functions | |
Bool_t | ClosestPointBetweenLines (const REveVectorD &, const REveVectorD &, const REveVectorD &, const REveVectorD &, REveVectorD &out) |
Get closest point on line defined with vector p0 and u. More... | |
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. More... | |
Bool_t | HelixIntersectPlane (const REveVectorD &p, const REveVectorD &point, const REveVectorD &normal, REveVectorD &itsect) |
Intersect helix with a plane. More... | |
Bool_t | LineIntersectPlane (const REveVectorD &p, const REveVectorD &point, const REveVectorD &normal, REveVectorD &itsect) |
Intersect line with a plane. More... | |
void | LineToBounds (REveVectorD &p) |
Propagate neutral particle with momentum p to bounds. More... | |
Bool_t | LineToVertex (REveVectorD &v) |
Propagate neutral particle to vertex v. More... | |
void | LoopToBounds (REveVectorD &p) |
Propagate charged particle with momentum p to bounds. More... | |
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. More... | |
Bool_t | LoopToVertex (REveVectorD &v, REveVectorD &p) |
Propagate charged particle with momentum p to vertex v. More... | |
Bool_t | PointOverVertex (const REveVector4D &v0, const REveVector4D &v, Double_t *p=0) |
void | RebuildTracks () |
Rebuild all tracks using this render-style. More... | |
void | Step (const REveVector4D &v, const REveVectorD &p, REveVector4D &vOut, REveVectorD &pOut) |
Wrapper to step helix. More... | |
void | StepRungeKutta (Double_t step, Double_t *vect, Double_t *vout) |
Wrapper to step with method RungeKutta. More... | |
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. More... | |
Protected Member Functions inherited from ROOT::Experimental::REveElement | |
virtual void | AnnihilateRecursively () |
Protected member function called from REveElement::Annihilate(). More... | |
void | assign_element_id_recurisvely () |
void | assign_scene_recursively (REveScene *s) |
ElementId_t | get_mother_id () const |
ElementId_t | get_scene_id () const |
virtual void | PreDeleteElement () |
Vertex / normal / triangle index information for rendering. More... | |
virtual void | RemoveElementsInternal () |
Remove all elements. More... | |
Private Member Functions | |
REveTrackPropagator (const REveTrackPropagator &) | |
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. More... | |
REveTrackPropagator & | operator= (const REveTrackPropagator &) |
Additional Inherited Members | |
Protected Types inherited from ROOT::Experimental::REveElement | |
enum | ECompoundSelectionColorBits { kCSCBImplySelectAllChildren = BIT(0) , kCSCBTakeMotherAsMaster = BIT(1) , kCSCBApplyMainColorToAllChildren = BIT(2) , kCSCBApplyMainColorToMatchingChildren = BIT(3) , kCSCBApplyMainTransparencyToAllChildren = BIT(4) , kCSCBApplyMainTransparencyToMatchingChildren = BIT(5) } |
enum | EDestruct { kNone , kStandard , kAnnihilate } |
Protected Types inherited from ROOT::Experimental::REveRefBackPtr | |
typedef std::map< REveElement *, Int_t > | RefMap_t |
Static Protected Member Functions inherited from ROOT::Experimental::REveElement | |
static const std::string & | ToString (Bool_t b) |
Convert Bool_t to string - kTRUE or kFALSE. More... | |
#include <ROOT/REveTrackPropagator.hxx>
Enumerator | |
---|---|
kPTB_Break | |
kPTB_UseFirstPointPos | |
kPTB_UseLastPointPos |
Definition at line 128 of file REveTrackPropagator.hxx.
Enumerator | |
---|---|
kHelix | |
kRungeKutta |
Definition at line 126 of file REveTrackPropagator.hxx.
|
private |
REveTrackPropagator::REveTrackPropagator | ( | const std::string & | n = "REveTrackPropagator" , |
const std::string & | t = "" , |
||
REveMagField * | field = nullptr , |
||
Bool_t | own_field = kTRUE |
||
) |
Default constructor.
Definition at line 213 of file REveTrackPropagator.cxx.
|
virtual |
Destructor.
Definition at line 259 of file REveTrackPropagator.cxx.
|
overridevirtual |
Check reference count - virtual from REveElement.
Must also take into account references from REveRefBackPtr.
Reimplemented from ROOT::Experimental::REveElement.
Definition at line 279 of file REveTrackPropagator.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 960 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 933 of file REveTrackPropagator.cxx.
|
private |
Distribute offset between first and last point index and rotate momentum.
Definition at line 755 of file REveTrackPropagator.cxx.
void REveTrackPropagator::FillPointSet | ( | REvePointSet * | ps | ) | const |
Reset ps and populate it with points in propagation cache.
Definition at line 982 of file REveTrackPropagator.cxx.
Int_t REveTrackPropagator::GetCurrentPoint | ( | ) | const |
Get index of current point on track.
Definition at line 336 of file REveTrackPropagator.cxx.
|
inline |
Definition at line 313 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 315 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 323 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 320 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 322 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 324 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 321 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 333 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 302 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 311 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 309 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 307 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 312 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 308 of file REveTrackPropagator.hxx.
Double_t REveTrackPropagator::GetMinAng | ( | ) | const |
Get maximum step angle.
WARNING – this method / variable was mis-named.
Definition at line 1075 of file REveTrackPropagator.cxx.
|
inline |
Definition at line 326 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 319 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 316 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 318 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 325 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 327 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 317 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 305 of file REveTrackPropagator.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 345 of file REveTrackPropagator.cxx.
|
virtual |
Propagate particle to bounds.
Return TRUE if hit bounds.
Definition at line 420 of file REveTrackPropagator.cxx.
void REveTrackPropagator::GoToBounds | ( | REveVectorF & | p | ) |
REveVectorF wrapper.
Definition at line 430 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 377 of file REveTrackPropagator.cxx.
Bool_t REveTrackPropagator::GoToLineSegment | ( | const REveVectorF & | s, |
const REveVectorF & | r, | ||
REveVectorF & | p | ||
) |
REveVectorF wrapper.
Definition at line 408 of file REveTrackPropagator.cxx.
|
virtual |
Propagate particle with momentum p to vertex v.
Definition at line 360 of file REveTrackPropagator.cxx.
Bool_t REveTrackPropagator::GoToVertex | ( | REveVectorF & | v, |
REveVectorF & | p | ||
) |
REveVectorF wrapper.
Definition at line 397 of file REveTrackPropagator.cxx.
|
protected |
Intersect helix with a plane.
Current position and argument p define the helix.
Definition at line 837 of file REveTrackPropagator.cxx.
void REveTrackPropagator::InitTrack | ( | const REveVectorD & | v, |
Int_t | charge | ||
) |
Initialize internal data-members for given particle parameters.
Definition at line 302 of file REveTrackPropagator.cxx.
void REveTrackPropagator::InitTrack | ( | const REveVectorF & | v, |
Int_t | charge | ||
) |
REveVectorF wrapper.
Definition at line 315 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 918 of file REveTrackPropagator.cxx.
|
inlinestatic |
Definition at line 346 of file REveTrackPropagator.hxx.
|
protected |
Intersect line with a plane.
Current position and argument p define the line.
Definition at line 884 of file REveTrackPropagator.cxx.
|
protected |
Propagate neutral particle with momentum p to bounds.
Definition at line 802 of file REveTrackPropagator.cxx.
|
protected |
Propagate neutral particle to vertex v.
Definition at line 786 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 525 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 665 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 588 of file REveTrackPropagator.cxx.
|
overridevirtual |
Virtual from REveRefBackPtr - track reference count has reached zero.
Reimplemented from ROOT::Experimental::REveRefCnt.
Definition at line 270 of file REveTrackPropagator.cxx.
|
private |
|
inlineprotected |
Definition at line 355 of file REveTrackPropagator.hxx.
Definition at line 1030 of file REveTrackPropagator.cxx.
|
protected |
Rebuild all tracks using this render-style.
Definition at line 996 of file REveTrackPropagator.cxx.
|
inline |
Definition at line 330 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 329 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 331 of file REveTrackPropagator.hxx.
void REveTrackPropagator::ResetTrack | ( | ) |
Reset cache holding particle trajectory.
Definition at line 324 of file REveTrackPropagator.cxx.
Set maximum error and rebuild tracks.
Definition at line 1102 of file REveTrackPropagator.cxx.
Definition at line 288 of file REveTrackPropagator.hxx.
Set 2D-cluster fitting and rebuild tracks.
Definition at line 1147 of file REveTrackPropagator.cxx.
Set daughter creation point fitting and rebuild tracks.
Definition at line 1111 of file REveTrackPropagator.cxx.
Set decay fitting and rebuild tracks.
Definition at line 1129 of file REveTrackPropagator.cxx.
Set line segment fitting and rebuild tracks.
Definition at line 1138 of file REveTrackPropagator.cxx.
Set track-reference fitting and rebuild tracks.
Definition at line 1120 of file REveTrackPropagator.cxx.
Definition at line 277 of file REveTrackPropagator.hxx.
Set constant magnetic field and rebuild tracks.
Definition at line 1010 of file REveTrackPropagator.cxx.
void REveTrackPropagator::SetMagFieldObj | ( | REveMagField * | field, |
Bool_t | own_field = kTRUE |
||
) |
Set constant magnetic field and rebuild tracks.
Definition at line 1018 of file REveTrackPropagator.cxx.
Set maximum step angle and rebuild tracks.
Definition at line 1084 of file REveTrackPropagator.cxx.
Set maximum number of orbits and rebuild tracks.
Definition at line 1056 of file REveTrackPropagator.cxx.
Set maximum radius and rebuild tracks.
Definition at line 1038 of file REveTrackPropagator.cxx.
Set maximum step-size and rebuild tracks.
Definition at line 1093 of file REveTrackPropagator.cxx.
Set maximum z and rebuild tracks.
Definition at line 1047 of file REveTrackPropagator.cxx.
Set maximum step angle and rebuild tracks.
WARNING – this method / variable was mis-named.
Definition at line 1066 of file REveTrackPropagator.cxx.
Set projection break-point mode and rebuild tracks.
Definition at line 1201 of file REveTrackPropagator.cxx.
Set rendering of 2D-clusters and rebuild tracks.
Definition at line 1165 of file REveTrackPropagator.cxx.
Set daughter rendering and rebuild tracks.
Definition at line 1174 of file REveTrackPropagator.cxx.
Set decay rendering and rebuild tracks.
Definition at line 1156 of file REveTrackPropagator.cxx.
Set first-vertex rendering and rebuild tracks.
Definition at line 1192 of file REveTrackPropagator.cxx.
Set projection break-point rendering and rebuild tracks.
Definition at line 1210 of file REveTrackPropagator.cxx.
Set track-reference rendering and rebuild tracks.
Definition at line 1183 of file REveTrackPropagator.cxx.
|
inline |
Definition at line 274 of file REveTrackPropagator.hxx.
void REveTrackPropagator::StampAllTracks | ( | ) |
Element-change notification.
Stamp all tracks as requiring display-list regeneration.
Definition at line 291 of file REveTrackPropagator.cxx.
|
protected |
Wrapper to step helix.
Definition at line 488 of file REveTrackPropagator.cxx.
|
protected |
Wrapper to step with method RungeKutta.
Definition at line 1219 of file REveTrackPropagator.cxx.
|
protected |
Update helix / B-field projection state.
Definition at line 440 of file REveTrackPropagator.cxx.
|
protected |
Definition at line 193 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 197 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 194 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 196 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 198 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 195 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 205 of file REveTrackPropagator.hxx.
|
static |
Definition at line 339 of file REveTrackPropagator.hxx.
|
static |
Definition at line 337 of file REveTrackPropagator.hxx.
|
static |
Definition at line 341 of file REveTrackPropagator.hxx.
|
static |
Definition at line 342 of file REveTrackPropagator.hxx.
Definition at line 338 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 218 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 216 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 182 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 190 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 186 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 187 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 188 of file REveTrackPropagator.hxx.
Definition at line 183 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 204 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 215 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 208 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 210 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 202 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 199 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 201 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 203 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 209 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 200 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 180 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 217 of file REveTrackPropagator.hxx.