![]() |
ATLAS Offline Software
|
#include <TrackHandle_xAODTrackParticle.h>
Classes | |
| class | Imp |
Public Member Functions | |
| TrackHandle_xAODTrackParticle (TrackCollHandleBase *, const xAOD::TrackParticle *) | |
| virtual | ~TrackHandle_xAODTrackParticle () |
| virtual QStringList | clicked () const |
| Called when user selects the node (stringlist is displayed in messagebox). | |
| virtual Amg::Vector3D | momentum () 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 | getNMDTHits () const |
| virtual unsigned | getNRPCHits () const |
| virtual unsigned | getNTGCHits () const |
| virtual unsigned | getNCSCHits () const |
| 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 | getNMMHits () const |
| virtual unsigned | getNsTGCHits () const |
| virtual unsigned | getNMuonPrecisionHits () const |
| virtual const Trk::FitQuality * | getFitQuality () 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. | |
| virtual QString | shortInfo () const |
| returns mom and hit information about track | |
| virtual void | fillObjectBrowser (QList< QTreeWidgetItem * > &list) |
| Called in child classes. | |
| virtual void | updateObjectBrowser () |
| QTreeWidgetItem * | browserTreeItem () const |
Static Public Member Functions | |
| static int | numberOfInstances () |
| static double | unknown () |
Protected Member Functions | |
| const Trk::Track * | provide_pathInfoTrkTrack () const |
| void | ensureTouchedMuonChambersInitialised () const |
| double | calculateCharge () const |
| virtual bool | hasSubSystemHitInfo () 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. | |
| virtual void | visibleStateChanged () |
| override if need to take action in this case. | |
| virtual void | currentMaterialChanged () |
| const QList< AssociatedObjectHandleBase * > & | getAllAscObjHandles () const |
| override if need to take action in this case. | |
| virtual bool | containsDetElement (const QString &) const |
| void | registerAssocObject (AssociatedObjectHandleBase *) |
| Trackhandle assumes ownership. | |
| virtual void | ensureInitTSOSs (std::vector< AssociatedObjectHandleBase * > *&) |
| Ensure that the TSOSs are initialized. | |
Private Member Functions | |
| 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 | |
| Imp * | m_d |
| bool | m_visible |
| TrackCollHandleBase * | m_collhandle |
| SoMaterial * | m_currentmaterial |
Definition at line 28 of file TrackHandle_xAODTrackParticle.h.
| TrackHandle_xAODTrackParticle::TrackHandle_xAODTrackParticle | ( | TrackCollHandleBase * | ch, |
| const xAOD::TrackParticle * | tp ) |
Definition at line 58 of file TrackHandle_xAODTrackParticle.cxx.
|
virtual |
Definition at line 69 of file TrackHandle_xAODTrackParticle.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.
|
protectedvirtual |
Reimplemented from TrackHandleBase.
Definition at line 93 of file TrackHandle_xAODTrackParticle.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 75 of file TrackHandle_xAODTrackParticle.cxx.
|
inlineinherited |
Definition at line 68 of file TrackHandleBase.h.
|
inherited |
Definition at line 255 of file TrackHandleBase.cxx.
|
inlineprotectedvirtualinherited |
Reimplemented in TrackHandle_TrackContainer, and TrackHandle_TrkTrack.
Definition at line 164 of file TrackHandleBase.h.
|
inlineinherited |
Definition at line 76 of file TrackHandleBase.h.
|
inlineprotectedvirtualinherited |
Reimplemented in TrackHandle_TrackContainer, TrackHandle_TrkSegment, and TrackHandle_TrkTrack.
Definition at line 160 of file TrackHandleBase.h.
|
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 |
|
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.
|
protectedvirtual |
Reimplemented from TrackHandleBase.
Definition at line 129 of file TrackHandle_xAODTrackParticle.cxx.
|
protectedvirtualinherited |
Default implementation of this next method bases hypothesis on pdgCode() and charge():
Definition at line 1534 of file TrackHandleBase.cxx.
|
virtualinherited |
Called in child classes.
Reimplemented in TrackHandle_TrackContainer, and TrackHandle_TrkTrack.
Definition at line 2009 of file TrackHandleBase.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.
|
inlinevirtualinherited |
Reimplemented in TrackHandle_TrkTrack.
Definition at line 119 of file TrackHandleBase.h.
|
virtualinherited |
Definition at line 1966 of file TrackHandleBase.cxx.
|
virtual |
Reimplemented from TrackHandleBase.
Definition at line 180 of file TrackHandle_xAODTrackParticle.cxx.
|
virtual |
Reimplemented from TrackHandleBase.
Definition at line 166 of file TrackHandle_xAODTrackParticle.cxx.
|
inlinevirtualinherited |
Reimplemented in TrackHandle_TrkSegment, and TrackHandle_TrkTrack.
Definition at line 116 of file TrackHandleBase.h.
|
inlinevirtualinherited |
Definition at line 110 of file TrackHandleBase.h.
|
virtual |
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 161 of file TrackHandle_xAODTrackParticle.cxx.
|
inlinevirtualinherited |
|
virtual |
Reimplemented from TrackHandleBase.
Definition at line 134 of file TrackHandle_xAODTrackParticle.cxx.
|
virtual |
Reimplemented from TrackHandleBase.
Definition at line 171 of file TrackHandle_xAODTrackParticle.cxx.
|
virtual |
Reimplemented from TrackHandleBase.
Definition at line 143 of file TrackHandle_xAODTrackParticle.cxx.
|
inlinevirtualinherited |
Reimplemented in TrackHandle_TrkTrack.
Definition at line 117 of file TrackHandleBase.h.
|
virtual |
Reimplemented from TrackHandleBase.
Definition at line 175 of file TrackHandle_xAODTrackParticle.cxx.
|
virtual |
Reimplemented from TrackHandleBase.
Definition at line 152 of file TrackHandle_xAODTrackParticle.cxx.
|
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.
|
inlineprotectedvirtual |
Reimplemented from TrackHandleBase.
Definition at line 53 of file TrackHandle_xAODTrackParticle.h.
|
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 84 of file TrackHandle_xAODTrackParticle.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.
|
protectedvirtual |
Reimplemented from TrackHandleBase.
Definition at line 100 of file TrackHandle_xAODTrackParticle.cxx.
|
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.
|
inlinevirtualinherited |
returns mom and hit information about track
Reimplemented in TrackHandle_TrackContainer, and TrackHandle_TrkTrack.
Definition at line 128 of file TrackHandleBase.h.
|
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.
|
inlinevirtual |
return very short word with type (maybe link with collection type?)
Reimplemented from TrackHandleBase.
Definition at line 46 of file TrackHandle_xAODTrackParticle.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.
|
inlinevirtualinherited |
Reimplemented in TrackHandle_TrackContainer, and TrackHandle_TrkTrack.
Definition at line 134 of file TrackHandleBase.h.
|
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.
|
protectedvirtualinherited |
override if need to take action in this case.
Reimplemented in TrackHandle_SimulationTrack, TrackHandle_TrackContainer, TrackHandle_TrkSegment, TrackHandle_TrkTrack, and TrackHandle_TruthTrack.
Definition at line 2029 of file TrackHandleBase.cxx.
|
privateinherited |
Definition at line 178 of file TrackHandleBase.h.
|
privateinherited |
Definition at line 179 of file TrackHandleBase.h.
|
private |
Definition at line 59 of file TrackHandle_xAODTrackParticle.h.
|
privateinherited |
Definition at line 177 of file TrackHandleBase.h.