![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "TVector3.h"#include <iostream>#include "GFTrackProximity.h"#include "GFTrack.h"#include "GFAbsTrackRep.h"
Include dependency graph for GFTrackProximity.cxx:Go to the source code of this file.
Functions | |
| double | trkDist (GFAbsTrackRep *rep1, GFAbsTrackRep *rep2) |
| TVector3 | trackProximity (GFTrack *trk1, GFTrack *trk2) |
| Calculates poca between two tracks, changes the state of the track! | |
| TVector3 | trackProximity (GFAbsTrackRep *rep1, GFAbsTrackRep *rep2) |
| Calculates poca between two track reps, changes the state of the trackrep! | |
Calculates poca between two tracks, changes the state of the track!
Definition at line 33 of file GFTrackProximity.cxx.
View newest version in sPHENIX GitHub at line 33 of file GFTrackProximity.cxx
References GFTrack::getCardinalRep(), and trackProximity().
Referenced by trackProximity().
Here is the call graph for this function:
Here is the caller graph for this function:| TVector3 trackProximity | ( | GFAbsTrackRep * | rep1, |
| GFAbsTrackRep * | rep2 | ||
| ) |
Calculates poca between two track reps, changes the state of the trackrep!
Definition at line 40 of file GFTrackProximity.cxx.
View newest version in sPHENIX GitHub at line 40 of file GFTrackProximity.cxx
References d, denom, GFAbsTrackRep::extrapolateToPoint(), Acts::UnitConstants::h, Acts::UnitConstants::s, s1, GFDetPlane::setNormal(), GFDetPlane::setO(), GFAbsTrackRep::stepalong(), propagation_timing::steps, and trkDist().
Here is the call graph for this function:| double trkDist | ( | GFAbsTrackRep * | rep1, |
| GFAbsTrackRep * | rep2 | ||
| ) |
Definition at line 26 of file GFTrackProximity.cxx.
View newest version in sPHENIX GitHub at line 26 of file GFTrackProximity.cxx
References d, and GFAbsTrackRep::getPos().
Referenced by trackProximity().
Here is the call graph for this function:
Here is the caller graph for this function: