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 | |
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. | |
virtual | ~REveTrackPropagator () |
Destructor. | |
void | CheckReferenceCount (const std::string &from="<unknown>") override |
Check reference count - virtual from REveElement. | |
void | FillPointSet (REvePointSet *ps) const |
Reset ps and populate it with points in propagation cache. | |
Int_t | GetCurrentPoint () const |
Get index of current point on track. | |
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. | |
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. | |
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. | |
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. | |
void | OnZeroRefCount () override |
Virtual from REveRefBackPtr - track reference count has reached zero. | |
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. | |
void | SetDelta (Double_t x) |
Set maximum error and rebuild tracks. | |
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 | 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 | SetProjTrackBreaking (UChar_t x) |
Set projection break-point mode and rebuild tracks. | |
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. | |
void | SetStepper (EStepper_e s) |
void | StampAllTracks () |
Element-change notification. | |
Public Member Functions inherited from ROOT::Experimental::REveElement | |
REveElement (const REveElement &e) | |
Copy constructor. | |
REveElement (const std::string &name="", const std::string &title="") | |
Default constructor. | |
virtual | ~REveElement () |
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 |
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 () |
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 | ExportToCINT (const char *var_name) |
Export render-element to CINT with variable name var_name. | |
virtual void | FillExtraSelectionData (nlohmann::json &, const std::set< int > &) const |
virtual void | FillImpliedSelectedSet (Set_t &impSelSet) |
Populate set impSelSet with derived / dependant elements. | |
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 | 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. | |
ElementId_t | GetElementId () const |
virtual std::string | GetHighlightTooltip (const std::set< int > &) const |
int | GetImpliedSelected () |
virtual Color_t | GetMainColor () const |
Color_t * | GetMainColorPtr () const |
virtual Char_t | GetMainTransparency () const |
REveElement * | GetMother () |
const 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 () |
virtual REveElement * | GetSelectionMaster () |
Returns the master element - that is: | |
const 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. | |
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 () |
virtual void | InitMainTrans (Bool_t can_edit=kTRUE) |
Initialize the main transformation to identity matrix. | |
TClass * | IsA () const |
Return class for this element. | |
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 |
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 |
virtual REveTrans & | RefMainTrans () |
Return reference to main transformation. | |
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 | 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 | 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 | 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 | 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. | |
virtual Bool_t | SetRnrChildren (Bool_t rnr) |
Set render state of this element's children, i.e. | |
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 | 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 | 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. | |
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. | |
Public Member Functions inherited from ROOT::Experimental::REveRefBackPtr | |
REveRefBackPtr ()=default | |
virtual | ~REveRefBackPtr () |
Destructor. Noop, should complain if back-ref list is not empty. | |
void | DecRefCount () |
virtual void | DecRefCount (REveElement *re) |
Decrease reference count and remove re from the list of back-references. | |
void | IncRefCount () |
virtual void | IncRefCount (REveElement *re) |
Increase reference count and add re to the list of back-references. | |
virtual void | StampBackPtrElements (UChar_t stamps) |
Add given stamps to elements in the list of reverse references. | |
Public Member Functions inherited from ROOT::Experimental::REveRefCnt | |
REveRefCnt ()=default | |
virtual | ~REveRefCnt () |
void | DecRefCount () |
void | IncRefCount () |
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 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. | |
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. | |
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=0) |
void | RebuildTracks () |
Rebuild all tracks using this render-style. | |
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. | |
Protected Member Functions inherited from ROOT::Experimental::REveElement | |
virtual void | AnnihilateRecursively () |
Protected member function called from REveElement::Annihilate(). | |
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. | |
virtual void | RemoveElementsInternal () |
Remove all elements. | |
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 |
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. | |
#include <ROOT/REveTrackPropagator.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.
|
virtual |
Destructor.
Definition at line 243 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 263 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 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.
|
private |
Distribute offset between first and last point index and rotate momentum.
Definition at line 739 of file REveTrackPropagator.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.
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.
|
inline |
Definition at line 304 of file REveTrackPropagator.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.
|
inline |
Definition at line 322 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 291 of file REveTrackPropagator.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.
|
inline |
Definition at line 315 of file REveTrackPropagator.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.
|
inline |
Definition at line 294 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 329 of file REveTrackPropagator.cxx.
|
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.
|
protected |
Intersect helix with a plane.
Current position and argument p define the helix.
Definition at line 821 of file REveTrackPropagator.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.
|
inlinestatic |
Definition at line 332 of file REveTrackPropagator.hxx.
|
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.
|
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.
Definition at line 1014 of file REveTrackPropagator.cxx.
|
protected |
Rebuild all tracks using this render-style.
Definition at line 980 of file REveTrackPropagator.cxx.
|
inline |
Definition at line 319 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 318 of file REveTrackPropagator.hxx.
|
inline |
Definition at line 320 of file REveTrackPropagator.hxx.
void REveTrackPropagator::ResetTrack | ( | ) |
Reset cache holding particle trajectory.
Definition at line 308 of file REveTrackPropagator.cxx.
Set maximum error and rebuild tracks.
Definition at line 1086 of file REveTrackPropagator.cxx.
Definition at line 277 of file REveTrackPropagator.hxx.
Set 2D-cluster fitting and rebuild tracks.
Definition at line 1131 of file REveTrackPropagator.cxx.
Set daughter creation point fitting and rebuild tracks.
Definition at line 1095 of file REveTrackPropagator.cxx.
Set decay fitting and rebuild tracks.
Definition at line 1113 of file REveTrackPropagator.cxx.
Set line segment fitting and rebuild tracks.
Definition at line 1122 of file REveTrackPropagator.cxx.
Set track-reference fitting and rebuild tracks.
Definition at line 1104 of file REveTrackPropagator.cxx.
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.
Set maximum step angle and rebuild tracks.
Definition at line 1068 of file REveTrackPropagator.cxx.
Set maximum number of orbits and rebuild tracks.
Definition at line 1040 of file REveTrackPropagator.cxx.
Set maximum radius and rebuild tracks.
Definition at line 1022 of file REveTrackPropagator.cxx.
Set maximum step-size and rebuild tracks.
Definition at line 1077 of file REveTrackPropagator.cxx.
Set maximum z and rebuild tracks.
Definition at line 1031 of file REveTrackPropagator.cxx.
Set maximum step angle and rebuild tracks.
WARNING – this method / variable was mis-named.
Definition at line 1050 of file REveTrackPropagator.cxx.
Set projection break-point mode and rebuild tracks.
Definition at line 1185 of file REveTrackPropagator.cxx.
Set rendering of 2D-clusters and rebuild tracks.
Definition at line 1149 of file REveTrackPropagator.cxx.
Set daughter rendering and rebuild tracks.
Definition at line 1158 of file REveTrackPropagator.cxx.
Set decay rendering and rebuild tracks.
Definition at line 1140 of file REveTrackPropagator.cxx.
Set first-vertex rendering and rebuild tracks.
Definition at line 1176 of file REveTrackPropagator.cxx.
Set projection break-point rendering and rebuild tracks.
Definition at line 1194 of file REveTrackPropagator.cxx.
Set track-reference rendering and rebuild tracks.
Definition at line 1167 of file REveTrackPropagator.cxx.
|
inline |
Definition at line 263 of file REveTrackPropagator.hxx.
void REveTrackPropagator::StampAllTracks | ( | ) |
Element-change notification.
Stamp all tracks as requiring display-list regeneration.
Definition at line 275 of file REveTrackPropagator.cxx.
|
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.
|
protected |
Update helix / B-field projection state.
Definition at line 424 of file REveTrackPropagator.cxx.
|
protected |
Definition at line 182 of file REveTrackPropagator.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.
|
protected |
Definition at line 205 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 171 of file REveTrackPropagator.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.
|
protected |
Definition at line 177 of file REveTrackPropagator.hxx.
Definition at line 172 of file REveTrackPropagator.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.
|
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.
|
protected |
Definition at line 169 of file REveTrackPropagator.hxx.
|
protected |
Definition at line 206 of file REveTrackPropagator.hxx.