![]() |
ATLAS Offline Software
|
#include <VP1TrackSystem.h>
Classes | |
| class | Imp |
Public Types | |
| typedef std::set< SoCamera * > | CamList |
| typedef CamList::iterator | CamListItr |
| enum | State { CONSTRUCTED =0 , REFRESHED , ERASED , UNCREATED } |
| enum | ActiveState { ON =0 , OFF } |
Public Slots | |
| void | setApplicableIDProjections (InDetProjFlags::InDetProjPartsFlags pixel, InDetProjFlags::InDetProjPartsFlags sct, InDetProjFlags::InDetProjPartsFlags trt) |
| void | setSelectedPRDs (const QList< const Trk::PrepRawData * > &) |
| void | updateAlignment () |
| Special mode to allow in VP1 alignment tests. | |
| void | tracksFromVertexChanged (QList< std::pair< const SoMaterial *, QList< const Trk::Track * > > > &) |
Signals | |
| void | touchedMuonChambersChanged (const std::set< GeoPVConstLink > &) |
| void | objectInMuonChamberSelected (const GeoPVConstLink &chamberPV) |
| void | visibleTracksChanged (const std::vector< std::pair< const Trk::Track *, const SoMaterial * > > &) |
| void | visibleSegmentsChanged (const std::vector< std::pair< const Trk::Segment *, const SoMaterial * > > &) |
| void | usedIDProjectionsChanged (InDetProjFlags::DetTypeFlags) |
| void | newTrackSelected (const TrackHandleBase &) |
| void | muonChamberT0sChanged (const std::map< GeoPVConstLink, float > &, int) |
| The map is the dt0 per chamber, plus a label identifier, which by convention (!) is 0=Moore, 1=Muonboy. | |
| void | itemFromSystemSelected () |
| void | sysmessage (QString) const |
| void | inactiveSystemTurnedActive () |
| void | needErase () |
Public Member Functions | |
| VP1TrackSystem (const QString &name="Tracks") | |
| virtual | ~VP1TrackSystem () |
| void | systemcreate (StoreGateSvc *detstore) |
| void | systemuncreate () |
| QWidget * | buildController () |
| void | buildEventSceneGraph (StoreGateSvc *sg, SoSeparator *root) |
| void | systemerase () |
| QByteArray | saveState () |
| void | restoreFromState (QByteArray) |
| void | userPickedNode (SoNode *pickedNode, SoPath *pickedPath) |
| void | userSelectedSingleNode (SoCooperativeSelection *, SoNode *, SoPath *) |
| void | userDeselectedSingleNode (SoCooperativeSelection *, SoNode *, SoPath *) |
| void | userChangedSelection (SoCooperativeSelection *, const QSet< SoNode * > &, QSet< SoPath * >) |
| void | userClickedOnBgd () |
| SoCooperativeSelection * | selTracks () |
| Needed in TrackSystemController::objectBrowserClicked(QTreeWidgetItem * item, int) | |
| SoCooperativeSelection * | selAscs () |
| Needed in TrackSystemController::objectBrowserClicked(QTreeWidgetItem * item, int) | |
| SoMaterial * | materialFromVertex (const TrackHandleBase *trk) const |
| Returns the material for the vertex which knows this trackhandle (if known) | |
| void | ensureBuildController () |
| virtual void | buildPermanentSceneGraph (StoreGateSvc *detstore, SoSeparator *root) |
| void | updateGUI () |
| void | warnOnDisabledNotifications () const |
| void | registerCamera (SoCamera *camera) |
| void | registerViewer (SoQtViewer *viewer) |
| void | registerSelectionNode (SoCooperativeSelection *) |
| void | unregisterSelectionNode (SoCooperativeSelection *) |
| void | setUserSelectionNotificationsEnabled (SoCooperativeSelection *sel, bool enabled) |
| virtual void | deselectAll (SoCooperativeSelection *exception_sel=0) |
| CamList | getCameraList () |
| virtual QWidget * | buildExtraDisplayWidget () |
| const QString & | name () const |
| const QString & | information () const |
| const QString & | contact_info () const |
| QWidget * | controllerWidget () |
| void | message (const QString &) const |
| void | message (const QStringList &, const QString &addtoend="") const |
| void | message (const QString &addtostart, const QStringList &, const QString &addtoend="") const |
| void | messageDebug (const QString &) const |
| void | messageDebug (const QStringList &, const QString &addtoend="") const |
| void | messageDebug (const QString &addtostart, const QStringList &, const QString &addtoend="") const |
| void | messageVerbose (const QString &) const |
| void | messageVerbose (const QStringList &, const QString &addtoend="") const |
| void | messageVerbose (const QString &addtostart, const QStringList &, const QString &addtoend="") const |
| StoreGateSvc * | storeGate () const |
| StoreGateSvc * | eventStore () const |
| StoreGateSvc * | detectorStore () const |
| ISvcLocator * | serviceLocator () const |
| IToolSvc * | toolSvc () const |
| State | state () const |
| ActiveState | activeState () const |
Static Public Member Functions | |
| static bool | verbose () |
| static QString | str (const QString &s) |
| static QString | str (const char *c) |
| static QString | str (const bool b) |
| static QString | str (const QColor &) |
| static QString | str (const SbColor &) |
| static QString | str (const VP1Interval &) |
| static QString | str (const SbVec2d &) |
| static QString | str (const SbVec2f &) |
| static QString | str (const SbVec2s &) |
| static QString | str (const SbVec3d &) |
| static QString | str (const SbVec3f &) |
| static QString | str (const SbVec3s &) |
| static QString | str (const SbVec4d &) |
| static QString | str (const SbVec4f &) |
| static QString | str (short int n) |
| static QString | str (unsigned short int n) |
| static QString | str (long n) |
| static QString | str (ulong n) |
| static QString | str (int n) |
| static QString | str (uint n) |
| static QString | str (qlonglong n) |
| static QString | str (qulonglong n) |
| static QString | str (const double &d) |
| static QString | str (const float &f) |
| static QString | str (const void *) |
| template<class T> | |
| static QString | str (const T *t) |
| template<class T> | |
| static QString | str (const QFlags< T > &f) |
| template<class T> | |
| static QString | str (const HepGeom::BasicVector3D< T > &t) |
| static QString | str (const Amg::Vector3D &t) |
| template<class T> | |
| static QString | str (const QList< T > &t) |
Protected Member Functions | |
| void | registerController (QWidget *) |
Private Slots | |
| void | emitTouchedMuonChambersChanged (const std::set< GeoPVConstLink > &) |
| void | visibleObjectsChanged () |
| void | updateSelectionMode () |
| void | updateShownTotMomentum () |
| void | possiblyEmitUsedIDProjectionsChanged () |
| void | refit () |
| void | activateClickedOutside () |
Private Member Functions | |
| void | refitFromPRDs (const Trk::ITrackFitter *currentFitter, QList< const Trk::Track * > &fittedtracks) |
| void | refitSingleTrack (const Trk::ITrackFitter *currentFitter, QList< const Trk::Track * > &fittedtracks) |
| SoSeparator * | getSceneGraph () const |
| void | create (StoreGateSvc *detstore) |
| void | refresh (StoreGateSvc *storegate) |
| void | erase () |
| void | uncreate () |
| void | disallowUpdateGUI () |
| void | allowUpdateGUI () |
| void | setChannel (IVP1ChannelWidget *) |
| IVP1ChannelWidget * | channel () const |
| void | deleteController () |
| void | setState (const State &) |
| void | setActiveState (const ActiveState &, const bool &donttriggererase=true) |
| bool | isRefreshing () |
| void | setRefreshing (const bool &) |
| void | setCanRegisterController (const bool &) |
Private Attributes | |
| Imp * | m_d |
Static Private Attributes | |
| static const bool | s_vp1verbose = VP1QtUtils::environmentVariableIsOn("VP1_VERBOSE_OUTPUT") |
Definition at line 36 of file VP1TrackSystem.h.
|
inherited |
Definition at line 90 of file IVP13DSystem.h.
|
inherited |
Definition at line 91 of file IVP13DSystem.h.
|
inherited |
|
inherited |
| VP1TrackSystem::VP1TrackSystem | ( | const QString & | name = "Tracks" | ) |
Definition at line 136 of file VP1TrackSystem.cxx.
|
virtual |
Definition at line 155 of file VP1TrackSystem.cxx.
|
privateslotinherited |
Definition at line 85 of file IVP13DSystem.cxx.
|
inherited |
Definition at line 135 of file IVP1System.cxx.
|
privateinherited |
Definition at line 256 of file IVP1System.cxx.
|
virtual |
Reimplemented from IVP13DSystemSimple.
Definition at line 191 of file VP1TrackSystem.cxx.
|
virtual |
Implements IVP13DSystemSimple.
Definition at line 212 of file VP1TrackSystem.cxx.
|
inlinevirtualinherited |
Definition at line 106 of file IVP13DSystem.h.
|
virtualinherited |
Reimplemented in VP1CaloHitLegoSystem, VP1CaloLegoSystem, VP1CaloReadoutSystem, VP1ExtraInputSystem, VP1GeometrySystem, VP1GuideLineSystem, VP1HVLegoSystem, VP1PartSpectSystem, VP1PrepRawDataSystem, and VP1TrackingGeometrySystem.
Definition at line 25 of file IVP13DSystemSimple.cxx.
|
privateinherited |
Definition at line 275 of file IVP1System.cxx.
|
inherited |
Definition at line 62 of file IVP1System.cxx.
|
inherited |
Definition at line 202 of file IVP1System.cxx.
|
privatevirtualinherited |
Implements IVP1System.
Definition at line 133 of file IVP13DSystemSimple.cxx.
|
privateinherited |
Definition at line 213 of file IVP1System.cxx.
|
virtualinherited |
Reimplemented in VP1PrepRawDataSystem.
Definition at line 331 of file IVP13DSystem.cxx.
|
inherited |
Definition at line 318 of file IVP1System.cxx.
|
privateinherited |
Definition at line 250 of file IVP1System.cxx.
|
privateslot |
Definition at line 434 of file VP1TrackSystem.cxx.
|
inherited |
Definition at line 90 of file IVP13DSystemSimple.cxx.
|
privatevirtualinherited |
Implements IVP1System.
Definition at line 173 of file IVP13DSystemSimple.cxx.
|
inherited |
Definition at line 312 of file IVP1System.cxx.
|
inherited |
Definition at line 395 of file IVP13DSystem.cxx.
|
privatevirtualinherited |
Implements IVP13DSystem.
Definition at line 127 of file IVP13DSystemSimple.cxx.
|
signalinherited |
|
inherited |
Definition at line 56 of file IVP1System.cxx.
|
privateinherited |
Definition at line 108 of file IVP1System.cxx.
|
signalinherited |
| SoMaterial * VP1TrackSystem::materialFromVertex | ( | const TrackHandleBase * | trk | ) | const |
Returns the material for the vertex which knows this trackhandle (if known)
Definition at line 997 of file VP1TrackSystem.cxx.
|
inherited |
Definition at line 336 of file IVP1System.cxx.
|
inherited |
Definition at line 400 of file IVP1System.cxx.
|
inherited |
Definition at line 362 of file IVP1System.cxx.
|
inherited |
Definition at line 347 of file IVP1System.cxx.
|
inherited |
Definition at line 416 of file IVP1System.cxx.
|
inherited |
Definition at line 374 of file IVP1System.cxx.
|
inherited |
Definition at line 354 of file IVP1System.cxx.
|
inherited |
Definition at line 432 of file IVP1System.cxx.
|
inherited |
Definition at line 386 of file IVP1System.cxx.
|
signal |
The map is the dt0 per chamber, plus a label identifier, which by convention (!) is 0=Moore, 1=Muonboy.
|
inherited |
Definition at line 50 of file IVP1System.cxx.
|
signalinherited |
|
signal |
|
signal |
|
privateslot |
Definition at line 760 of file VP1TrackSystem.cxx.
|
privateslot |
Definition at line 778 of file VP1TrackSystem.cxx.
|
private |
| currentFitter | currentFitter |
| fittedtracks | fittedtracks |
Definition at line 819 of file VP1TrackSystem.cxx.
|
private |
Definition at line 892 of file VP1TrackSystem.cxx.
|
privatevirtualinherited |
Implements IVP1System.
Definition at line 146 of file IVP13DSystemSimple.cxx.
|
inherited |
Definition at line 410 of file IVP13DSystem.cxx.
|
protectedinherited |
Definition at line 224 of file IVP1System.cxx.
|
inherited |
Definition at line 257 of file IVP13DSystem.cxx.
|
inherited |
Definition at line 418 of file IVP13DSystem.cxx.
|
virtual |
Reimplemented from IVP1System.
Definition at line 409 of file VP1TrackSystem.cxx.
|
virtual |
Reimplemented from IVP1System.
Definition at line 392 of file VP1TrackSystem.cxx.
| SoCooperativeSelection * VP1TrackSystem::selAscs | ( | ) |
| SoCooperativeSelection * VP1TrackSystem::selTracks | ( | ) |
Needed in TrackSystemController::objectBrowserClicked(QTreeWidgetItem * item, int)
Definition at line 918 of file VP1TrackSystem.cxx.
|
inherited |
Definition at line 324 of file IVP1System.cxx.
|
privateinherited |
Definition at line 162 of file IVP1System.cxx.
|
slot |
Definition at line 473 of file VP1TrackSystem.cxx.
|
privateinherited |
Definition at line 285 of file IVP1System.cxx.
|
privateinherited |
Definition at line 94 of file IVP1System.cxx.
|
privateinherited |
Definition at line 114 of file IVP1System.cxx.
|
slot |
|
privateinherited |
Definition at line 141 of file IVP1System.cxx.
|
inherited |
Definition at line 310 of file IVP13DSystem.cxx.
|
inherited |
Definition at line 129 of file IVP1System.cxx.
|
inlineinherited |
Definition at line 119 of file IVP1System.h.
|
inlinestaticinherited |
Definition at line 98 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 53 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 50 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 81 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 82 of file VP1String.h.
|
inlinestaticinherited |
|
staticinherited |
Definition at line 30 of file VP1String.cxx.
|
inlinestaticinherited |
Definition at line 91 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 102 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 49 of file VP1String.h.
|
staticinherited |
Definition at line 36 of file VP1String.cxx.
|
staticinherited |
Definition at line 61 of file VP1String.cxx.
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inlinestaticinherited |
Definition at line 87 of file VP1String.h.
|
staticinherited |
Definition at line 48 of file VP1String.cxx.
|
staticinherited |
Definition at line 42 of file VP1String.cxx.
|
inlinestaticinherited |
Definition at line 77 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 75 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 79 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 80 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 73 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 78 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 76 of file VP1String.h.
|
inlinestaticinherited |
Definition at line 74 of file VP1String.h.
|
signalinherited |
|
virtual |
Reimplemented from IVP13DSystemSimple.
Definition at line 161 of file VP1TrackSystem.cxx.
|
virtual |
Reimplemented from IVP13DSystemSimple.
Definition at line 343 of file VP1TrackSystem.cxx.
|
virtual |
Reimplemented from IVP13DSystemSimple.
Definition at line 176 of file VP1TrackSystem.cxx.
|
inherited |
Definition at line 330 of file IVP1System.cxx.
|
signal |
|
slot |
Definition at line 973 of file VP1TrackSystem.cxx.
|
privatevirtualinherited |
Reimplemented from IVP1System.
Definition at line 202 of file IVP13DSystemSimple.cxx.
|
inherited |
Definition at line 281 of file IVP13DSystem.cxx.
|
slot |
Special mode to allow in VP1 alignment tests.
Definition at line 923 of file VP1TrackSystem.cxx.
|
inlineinherited |
Definition at line 89 of file IVP13DSystemSimple.h.
|
privateslot |
Definition at line 508 of file VP1TrackSystem.cxx.
|
privateslot |
Definition at line 678 of file VP1TrackSystem.cxx.
|
signal |
|
virtual |
Reimplemented from IVP13DSystem.
Definition at line 723 of file VP1TrackSystem.cxx.
|
virtual |
Reimplemented from IVP13DSystem.
Definition at line 624 of file VP1TrackSystem.cxx.
|
virtual |
Reimplemented from IVP13DSystem.
Definition at line 635 of file VP1TrackSystem.cxx.
|
virtual |
Reimplemented from IVP13DSystemSimple.
Definition at line 537 of file VP1TrackSystem.cxx.
|
virtual |
Reimplemented from IVP13DSystem.
Definition at line 549 of file VP1TrackSystem.cxx.
|
inlinestaticinherited |
Definition at line 86 of file IVP1System.h.
|
privateslot |
Definition at line 441 of file VP1TrackSystem.cxx.
|
signal |
|
signal |
|
inherited |
Definition at line 221 of file IVP13DSystemSimple.cxx.
|
private |
Definition at line 102 of file VP1TrackSystem.h.
|
staticprivateinherited |
Definition at line 158 of file IVP1System.h.