![]() |
ATLAS Offline Software
|
#include <TrackHandle_TrkTrack.h>
Public Member Functions | |
| TrackHandle_TrkTrack (TrackCollHandleBase *, const Trk::Track *) | |
| virtual | ~TrackHandle_TrkTrack () |
| virtual QStringList | clicked () const |
| Called when user selects the node (stringlist is displayed in messagebox). | |
| virtual Amg::Vector3D | momentum () const |
| const Trk::Track * | provide_pathInfoTrkTrack () const |
| void | ensureTouchedMuonChambersInitialised () const |
| void | ensureTouchedMuonChambersInitialiasedFromMeas (const Trk::MeasurementBase *meas) const |
| const Trk::Track * | trkTrackPointer () const |
| virtual bool | hasSubSystemHitInfo () const |
| virtual unsigned | getNPixelHits () const |
| virtual unsigned | getNSCTHits () const |
| virtual unsigned | getNTRTHits () const |
| virtual unsigned | getNMuonPhiHits () const |
| The number of phi hits is part of hit counts below (i.e. | |
| virtual unsigned | getNRPCHits () const |
| virtual unsigned | getNMDTHits () const |
| virtual unsigned | getNTGCHits () const |
| virtual unsigned | getNCSCHits () const |
| virtual unsigned | getNMMHits () const |
| virtual unsigned | getNsTGCHits () const |
| virtual const Trk::FitQuality * | getFitQuality () const |
| virtual bool | containsDetElement (const QString &) const |
| virtual void | fillObjectBrowser (QList< QTreeWidgetItem * > &list) |
| Called in child classes. | |
| virtual void | updateObjectBrowser () |
| SoNode * | zoomToTSOS (unsigned int index) |
| Depending on controller configuration attempt to zoom to the corresponding TSOS & returned detailed node matching it. | |
| virtual QString | shortInfo () const |
| returns mom and hit information about track | |
| virtual QString | type () const |
| return very short word with type (maybe link with collection type?) | |
| TrackSysCommonData * | common () const |
| void | setVisible (bool) |
| use by the collection handle. | |
| bool | visible () const |
| TrackCollHandleBase * | collHandle () const |
| const std::set< GeoPVConstLink > & | touchedMuonChambers () const |
| void | update3DObjects (bool invalidatePropagatedPoints=false, float maxR=0.0) |
| void | updateInDetProjections () |
| void | updateMuonProjections () |
| void | updateMaterial () |
| void | rerandomiseRandomMaterial () |
| void | updateRandomColourTransparencyAndBrightness () |
| SoMaterial * | currentMaterial () const |
| QStringList | baseInfo () const |
| virtual std::optional< Amg::Vector3D > | startPoint () const |
| returns 0 if can't find start point. | |
| virtual std::optional< Amg::Vector3D > | endPoint () const |
| returns 0 if can't find start point. | |
| virtual int | pdgCode () const |
| 0 means unknown | |
| double | charge () const |
| virtual double | mass () const |
| bool | hasCharge () const |
| bool | hasMass () const |
| virtual bool | isRun4EDM () const |
| virtual bool | isIDTrack () const |
| virtual unsigned | getNMuonHits () const |
| virtual unsigned | getNMuonPrecisionHits () const |
| virtual const MuonGM::MuonReadoutElement * | getMuonReadoutElement (const Trk::RIO_OnTrack &mb) const |
| QList< AssociatedObjectHandleBase * > | getVisibleMeasurements () const |
| TrackCommonFlags::TSOSPartsFlags | shownTSOSParts () const |
| TrackCommonFlags::TSOSPartsFlags | customColouredTSOSParts () const |
| std::vector< Amg::Vector3D > * | hackGetPointsPropagated () |
| FIXME. | |
| QTreeWidgetItem * | browserTreeItem () const |
Static Public Member Functions | |
| static int | numberOfInstances () |
| static double | unknown () |
Protected Member Functions | |
| virtual double | calculateCharge () const |
| virtual const std::vector< Amg::Vector3D > * | provide_pathInfoPoints () |
| virtual Trk::ParticleHypothesis | extrapolationParticleHypothesis () const |
| Default implementation of this next method bases hypothesis on pdgCode() and charge(): | |
| void | registerTouchedMuonChamber (const GeoPVConstLink &) const |
| If not earlier, touched muon chambers must me registered at latest when this method is invoked. | |
| const QList< AssociatedObjectHandleBase * > & | getAllAscObjHandles () const |
| override if need to take action in this case. | |
| void | registerAssocObject (AssociatedObjectHandleBase *) |
| Trackhandle assumes ownership. | |
| virtual void | ensureInitTSOSs (std::vector< AssociatedObjectHandleBase * > *&) |
| Ensure that the TSOSs are initialized. | |
Protected Attributes | |
| const Trk::Track * | m_trk |
Private Member Functions | |
| void | visibleStateChanged () |
| override if need to take action in this case. | |
| void | currentMaterialChanged () |
| void | ensureInitSubSysHitInfo () const |
| void | clearLine () |
| void | registerTrack () |
| void | updateShapes_TSOSWithMeasurements () |
| void | updateShapes_TSOSWithErrors () |
| void | updateShapes_TSOSWithMaterialEffects () |
| void | setShownTSOSParts (TrackCommonFlags::TSOSPartsFlags f) |
| void | setCustomColouredTSOSParts (TrackCommonFlags::TSOSPartsFlags f) |
| AssocObjAttachmentHandle * | getAttachmentHandle (int regionIndex, const double &crossoverval) |
Private Attributes | |
| unsigned | m_nhits_pixel |
| unsigned | m_nhits_sct |
| unsigned | m_nhits_trt |
| unsigned | m_nhits_muon_phi |
| unsigned | m_nhits_rpc |
| unsigned | m_nhits_mdt |
| unsigned | m_nhits_tgc |
| unsigned | m_nhits_csc |
| unsigned | m_nhits_mm |
| unsigned | m_nhits_stgc |
| int | m_hitInfoStatus |
| -1: uninitialized, 0: not present, 1: present. | |
| Imp * | m_d |
| bool | m_visible |
| TrackCollHandleBase * | m_collhandle |
| SoMaterial * | m_currentmaterial |
Definition at line 29 of file TrackHandle_TrkTrack.h.
| TrackHandle_TrkTrack::TrackHandle_TrkTrack | ( | TrackCollHandleBase * | ch, |
| const Trk::Track * | trk ) |
Definition at line 41 of file TrackHandle_TrkTrack.cxx.
|
virtual |
Definition at line 50 of file TrackHandle_TrkTrack.cxx.
|
inherited |
coverity 17186: this code is unreachable int pdg = pdgCode(); if (pdg) { bool ok; QString name = VP1ParticleData::particleName(pdg,ok); if (ok) l << "pdg: "+QString::number(pdg)+" ["+name+"]"; else l << "pdg: "+QString::number(pdg); }
return l;
Definition at line 1551 of file TrackHandleBase.cxx.
|
inherited |
Definition at line 2026 of file TrackHandleBase.cxx.
|
protectedvirtualinherited |
Reimplemented in TrackHandle_SimulationTrack, TrackHandle_TrackParticle, TrackHandle_TruthTrack, and TrackHandle_xAODTrackParticle.
Definition at line 1481 of file TrackHandleBase.cxx.
|
inherited |
Definition at line 1508 of file TrackHandleBase.cxx.
|
privateinherited |
Definition at line 640 of file TrackHandleBase.cxx.
|
virtual |
Called when user selects the node (stringlist is displayed in messagebox).
Reimplementations should add info momInfo() to get momentum, eta, phi, pid,charge, mass printed.
Implements TrackHandleBase.
Definition at line 55 of file TrackHandle_TrkTrack.cxx.
|
inlineinherited |
Definition at line 68 of file TrackHandleBase.h.
|
inherited |
Definition at line 255 of file TrackHandleBase.cxx.
|
virtual |
Reimplemented from TrackHandleBase.
Definition at line 402 of file TrackHandle_TrkTrack.cxx.
|
inlineinherited |
Definition at line 76 of file TrackHandleBase.h.
|
privatevirtual |
Reimplemented from TrackHandleBase.
Definition at line 149 of file TrackHandle_TrkTrack.cxx.
|
inherited |
Definition at line 306 of file TrackHandleBase.cxx.
|
virtualinherited |
returns 0 if can't find start point.
Definition at line 1607 of file TrackHandleBase.cxx.
|
private |
Definition at line 156 of file TrackHandle_TrkTrack.cxx.
|
protectedvirtualinherited |
Ensure that the TSOSs are initialized.
This is called by update3DObjects() and should be called by any method that needs to access the TSOSs.
Reimplemented in TrackHandle_TrackContainer.
Definition at line 380 of file TrackHandleBase.cxx.
| void TrackHandle_TrkTrack::ensureTouchedMuonChambersInitialiasedFromMeas | ( | const Trk::MeasurementBase * | meas | ) | const |
Definition at line 105 of file TrackHandle_TrkTrack.cxx.
|
virtual |
Reimplemented from TrackHandleBase.
Definition at line 84 of file TrackHandle_TrkTrack.cxx.
|
protectedvirtualinherited |
Default implementation of this next method bases hypothesis on pdgCode() and charge():
Definition at line 1534 of file TrackHandleBase.cxx.
|
virtual |
Called in child classes.
(*it)->type(Trk::TrackStateOnSurface::Measurement) &&
Reimplemented from TrackHandleBase.
Definition at line 162 of file TrackHandle_TrkTrack.cxx.
|
protectedinherited |
override if need to take action in this case.
Return list of all AscObj handles. Not guaranteed to be filled unless tsoses are visible.
Definition at line 1634 of file TrackHandleBase.cxx.
|
privateinherited |
Definition at line 1468 of file TrackHandleBase.cxx.
|
virtual |
Reimplemented from TrackHandleBase.
Definition at line 398 of file TrackHandle_TrkTrack.cxx.
|
virtualinherited |
Definition at line 1966 of file TrackHandleBase.cxx.
|
inlinevirtual |
Reimplemented from TrackHandleBase.
Definition at line 53 of file TrackHandle_TrkTrack.h.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtualinherited |
Definition at line 110 of file TrackHandleBase.h.
|
inlinevirtual |
The number of phi hits is part of hit counts below (i.e.
RPC hits include phi hits), but reported separately due to importance.
Reimplemented from TrackHandleBase.
Definition at line 49 of file TrackHandle_TrkTrack.h.
|
inlinevirtualinherited |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inherited |
Definition at line 1996 of file TrackHandleBase.cxx.
|
inherited |
FIXME.
Used to get position of track for use in short tubes etc.
Definition at line 1639 of file TrackHandleBase.cxx.
|
inlineinherited |
Definition at line 99 of file TrackHandleBase.h.
|
inlineinherited |
Definition at line 100 of file TrackHandleBase.h.
|
inlinevirtual |
|
virtualinherited |
Definition at line 1626 of file TrackHandleBase.cxx.
|
inlinevirtualinherited |
Reimplemented in TrackHandle_TrackContainer.
Definition at line 105 of file TrackHandleBase.h.
|
virtualinherited |
Definition at line 1518 of file TrackHandleBase.cxx.
|
virtual |
Reimplemented from TrackHandleBase.
Definition at line 131 of file TrackHandle_TrkTrack.cxx.
|
staticinherited |
Definition at line 249 of file TrackHandleBase.cxx.
|
inlinevirtualinherited |
0 means unknown
Reimplemented in TrackHandle_SimulationTrack, and TrackHandle_TruthTrack.
Definition at line 86 of file TrackHandleBase.h.
|
inlineprotectedvirtualinherited |
Reimplemented in TrackHandle_TrackContainer, and TrackHandle_TrkSegment.
Definition at line 151 of file TrackHandleBase.h.
|
inlinevirtual |
|
protectedinherited |
Trackhandle assumes ownership.
Definition at line 1449 of file TrackHandleBase.cxx.
|
protectedinherited |
If not earlier, touched muon chambers must me registered at latest when this method is invoked.
Call this from constructor - (at least) once for each muon chamber "touched" by this track.
Definition at line 1269 of file TrackHandleBase.cxx.
|
privateinherited |
Definition at line 650 of file TrackHandleBase.cxx.
|
inherited |
Definition at line 1395 of file TrackHandleBase.cxx.
|
privateinherited |
Definition at line 356 of file TrackHandleBase.cxx.
|
privateinherited |
Definition at line 312 of file TrackHandleBase.cxx.
|
inherited |
use by the collection handle.
Definition at line 434 of file TrackHandleBase.cxx.
|
virtual |
returns mom and hit information about track
Reimplemented from TrackHandleBase.
Definition at line 313 of file TrackHandle_TrkTrack.cxx.
|
inherited |
Definition at line 300 of file TrackHandleBase.cxx.
|
virtualinherited |
returns 0 if can't find start point.
Definition at line 1587 of file TrackHandleBase.cxx.
|
inherited |
Definition at line 1275 of file TrackHandleBase.cxx.
|
inline |
Definition at line 43 of file TrackHandle_TrkTrack.h.
|
inlinevirtual |
return very short word with type (maybe link with collection type?)
Reimplemented from TrackHandleBase.
Definition at line 65 of file TrackHandle_TrkTrack.h.
|
inlinestaticinherited |
Definition at line 102 of file TrackHandleBase.h.
|
inherited |
Definition at line 505 of file TrackHandleBase.cxx.
|
inherited |
Definition at line 529 of file TrackHandleBase.cxx.
|
inherited |
Definition at line 954 of file TrackHandleBase.cxx.
|
inherited |
Definition at line 542 of file TrackHandleBase.cxx.
|
virtual |
Reimplemented from TrackHandleBase.
Definition at line 329 of file TrackHandle_TrkTrack.cxx.
|
inherited |
Definition at line 1436 of file TrackHandleBase.cxx.
|
privateinherited |
Definition at line 274 of file TrackHandleBase.cxx.
|
privateinherited |
Definition at line 287 of file TrackHandleBase.cxx.
|
privateinherited |
Definition at line 261 of file TrackHandleBase.cxx.
|
inlineinherited |
Definition at line 67 of file TrackHandleBase.h.
|
privatevirtual |
override if need to take action in this case.
Reimplemented from TrackHandleBase.
Definition at line 142 of file TrackHandle_TrkTrack.cxx.
| SoNode * TrackHandle_TrkTrack::zoomToTSOS | ( | unsigned int | index | ) |
Depending on controller configuration attempt to zoom to the corresponding TSOS & returned detailed node matching it.
Definition at line 291 of file TrackHandle_TrkTrack.cxx.
|
privateinherited |
Definition at line 178 of file TrackHandleBase.h.
|
privateinherited |
Definition at line 179 of file TrackHandleBase.h.
|
privateinherited |
Definition at line 173 of file TrackHandleBase.h.
|
mutableprivate |
-1: uninitialized, 0: not present, 1: present.
Definition at line 80 of file TrackHandle_TrkTrack.h.
|
mutableprivate |
Definition at line 77 of file TrackHandle_TrkTrack.h.
|
mutableprivate |
Definition at line 75 of file TrackHandle_TrkTrack.h.
|
mutableprivate |
Definition at line 78 of file TrackHandle_TrkTrack.h.
|
mutableprivate |
Definition at line 73 of file TrackHandle_TrkTrack.h.
|
mutableprivate |
Definition at line 70 of file TrackHandle_TrkTrack.h.
|
mutableprivate |
Definition at line 74 of file TrackHandle_TrkTrack.h.
|
mutableprivate |
Definition at line 71 of file TrackHandle_TrkTrack.h.
|
mutableprivate |
Definition at line 79 of file TrackHandle_TrkTrack.h.
|
mutableprivate |
Definition at line 76 of file TrackHandle_TrkTrack.h.
|
mutableprivate |
Definition at line 72 of file TrackHandle_TrkTrack.h.
|
protected |
Definition at line 84 of file TrackHandle_TrkTrack.h.
|
privateinherited |
Definition at line 177 of file TrackHandleBase.h.