![]() |
ATLAS Offline Software
|
#include <TrackCollectionSettingsButton.h>
Classes | |
| class | Imp |
Public Slots | |
| void | showEditMaterialDialog () |
| void | setText (const QString &) |
Signals | |
| void | trackTubeRadiusChanged (const double &) |
| void | lastAppliedChanged () |
| void | hideActualTrackPathChanged (bool) |
| void | useDefaultCutsChanged (bool) |
| void | cutAllowedPtChanged (const VP1Interval &) |
| void | cutAllowedEtaChanged (const VP1Interval &) |
| void | cutAllowedPhiChanged (const QList< VP1Interval > &) |
| void | cutRequiredNHitsChanged (const QList< unsigned > &) |
| void | cutRequiredDetectorElementChanged (const QString &) |
| void | cutTruthFromIROnlyChanged (bool) |
| void | cutExcludeBarcodeZeroChanged (bool) |
| void | cutTruthExcludeNeutralsChanged (bool) |
| void | cutOnlyVertexAssocTracksChanged (bool) |
Public Member Functions | |
| TrackCollectionSettingsButton (QWidget *parent=0, int dim=25) | |
| virtual | ~TrackCollectionSettingsButton () |
| void | setDimension (int dim) |
| virtual bool | setMaterial (SoMaterial *) |
| virtual void | copyValuesFromMaterial (SoMaterial *) |
| virtual double | lastAppliedTransparency () const |
| virtual double | lastAppliedShininess () const |
| virtual double | lastAppliedBrightness () const |
| double | trackTubeRadius () const |
| bool | hideActualTrackPath () const |
| bool | useDefaultCuts () const |
| bool | cutOnlyVertexAssocTracks () const |
| Return true if this collection should only should tracks associated to a vertex. | |
| VP1Interval | cutAllowedPt () const |
| VP1Interval | cutAllowedEta () const |
| QList< VP1Interval > | cutAllowedPhi () const |
| QList< unsigned > | cutRequiredNHits () const |
| QString | cutRequiredDetectorElement () const |
| bool | cutTruthFromIROnly () const |
| bool | cutExcludeBarcodeZero () const |
| bool | cutTruthExcludeNeutrals () const |
| SoDrawStyle * | trackDrawStyle () const |
| SoLightModel * | trackLightModel () const |
| QByteArray | saveState () const |
| fill out with the state of the object (used for drag and drop etc) | |
| void | restoreFromState (const QByteArray &) |
| void | setSystemBasePointer (IVP1System *sys) |
| 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 |
| IVP1System * | systemBase () const |
| const QString & | helperClassName () const |
Static Public Member Functions | |
| static bool | verbose () |
| static void | warnUndeletedInstances () |
| 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 Slots | |
| void | updateButton () |
Protected Member Functions | |
| void | mousePressEvent (QMouseEvent *event) |
| void | mouseMoveEvent (QMouseEvent *event) |
| void | dropEvent (QDropEvent *event) |
| void | dragEnterEvent (QDragEnterEvent *event) |
| void | setHelperClassName (const QString &n) |
Private Slots | |
| void | updateTrackDrawStyle () |
| void | updateTrackLightModel (bool) |
| void | updateTrackTubeRadius () |
| void | updateHideActualTrackPath (bool) |
| void | possibleChange_useDefaultCuts () |
| void | possibleChange_cutAllowedPt () |
| void | possibleChange_cutAllowedEta () |
| void | possibleChange_cutAllowedPhi () |
| void | possibleChange_cutRequiredNHits () |
| void | possibleChange_cutRequiredDetectorElement () |
| void | possibleChange_cutTruthFromIROnly () |
| void | possibleChange_cutExcludeBarcodeZero () |
| void | possibleChange_cutTruthExcludeNeutrals () |
| void | possibleChange_cutOnlyVertexAssocTracks () |
Private Attributes | |
| Imp * | m_d |
| QString | m_helpername |
| IVP1System * | m_system |
Static Private Attributes | |
| static const bool | s_vp1verbose = VP1QtUtils::environmentVariableIsOn("VP1_VERBOSE_OUTPUT") |
Definition at line 13 of file TrackCollectionSettingsButton.h.
| TrackCollectionSettingsButton::TrackCollectionSettingsButton | ( | QWidget * | parent = 0, |
| int | dim = 25 ) |
Definition at line 92 of file TrackCollectionSettingsButton.cxx.
|
virtual |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 233 of file TrackCollectionSettingsButton.cxx.
| VP1Interval TrackCollectionSettingsButton::cutAllowedEta | ( | ) | const |
Definition at line 523 of file TrackCollectionSettingsButton.cxx.
|
signal |
| QList< VP1Interval > TrackCollectionSettingsButton::cutAllowedPhi | ( | ) | const |
Definition at line 529 of file TrackCollectionSettingsButton.cxx.
|
signal |
| VP1Interval TrackCollectionSettingsButton::cutAllowedPt | ( | ) | const |
Definition at line 489 of file TrackCollectionSettingsButton.cxx.
|
signal |
| bool TrackCollectionSettingsButton::cutExcludeBarcodeZero | ( | ) | const |
Definition at line 560 of file TrackCollectionSettingsButton.cxx.
|
signal |
| bool TrackCollectionSettingsButton::cutOnlyVertexAssocTracks | ( | ) | const |
Return true if this collection should only should tracks associated to a vertex.
Definition at line 313 of file TrackCollectionSettingsButton.cxx.
|
signal |
| QString TrackCollectionSettingsButton::cutRequiredDetectorElement | ( | ) | const |
Definition at line 549 of file TrackCollectionSettingsButton.cxx.
|
signal |
| QList< unsigned > TrackCollectionSettingsButton::cutRequiredNHits | ( | ) | const |
Definition at line 535 of file TrackCollectionSettingsButton.cxx.
|
signal |
| bool TrackCollectionSettingsButton::cutTruthExcludeNeutrals | ( | ) | const |
Definition at line 566 of file TrackCollectionSettingsButton.cxx.
|
signal |
| bool TrackCollectionSettingsButton::cutTruthFromIROnly | ( | ) | const |
Definition at line 554 of file TrackCollectionSettingsButton.cxx.
|
signal |
|
protected |
Definition at line 327 of file TrackCollectionSettingsButton.cxx.
|
protected |
Definition at line 386 of file TrackCollectionSettingsButton.cxx.
|
inlineinherited |
Definition at line 51 of file VP1HelperClassBase.h.
| bool TrackCollectionSettingsButton::hideActualTrackPath | ( | ) | const |
Definition at line 302 of file TrackCollectionSettingsButton.cxx.
|
signal |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 248 of file TrackCollectionSettingsButton.cxx.
|
signal |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 243 of file TrackCollectionSettingsButton.cxx.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 238 of file TrackCollectionSettingsButton.cxx.
|
inherited |
Definition at line 49 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 131 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 91 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 65 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 147 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 103 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 78 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 165 of file VP1HelperClassBase.cxx.
|
inherited |
Definition at line 117 of file VP1HelperClassBase.cxx.
|
protected |
Definition at line 334 of file TrackCollectionSettingsButton.cxx.
|
protected |
Definition at line 319 of file TrackCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 593 of file TrackCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 601 of file TrackCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 583 of file TrackCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 635 of file TrackCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 653 of file TrackCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 618 of file TrackCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 609 of file TrackCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 644 of file TrackCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 627 of file TrackCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 575 of file TrackCollectionSettingsButton.cxx.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 440 of file TrackCollectionSettingsButton.cxx.
|
virtual |
fill out with the state of the object (used for drag and drop etc)
Implements VP1MaterialButtonBase.
Definition at line 394 of file TrackCollectionSettingsButton.cxx.
| void TrackCollectionSettingsButton::setDimension | ( | int | dim | ) |
Definition at line 207 of file TrackCollectionSettingsButton.cxx.
|
inlineprotectedinherited |
Definition at line 59 of file VP1HelperClassBase.h.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 226 of file TrackCollectionSettingsButton.cxx.
|
inherited |
Definition at line 197 of file VP1HelperClassBase.cxx.
|
slot |
Definition at line 84 of file TrackCollectionSettingsButton.cxx.
|
slot |
|
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.
|
inlineinherited |
Definition at line 50 of file VP1HelperClassBase.h.
| SoDrawStyle * TrackCollectionSettingsButton::trackDrawStyle | ( | ) | const |
Definition at line 292 of file TrackCollectionSettingsButton.cxx.
| SoLightModel * TrackCollectionSettingsButton::trackLightModel | ( | ) | const |
Definition at line 297 of file TrackCollectionSettingsButton.cxx.
| double TrackCollectionSettingsButton::trackTubeRadius | ( | ) | const |
Definition at line 254 of file TrackCollectionSettingsButton.cxx.
|
signal |
|
protectedslot |
Definition at line 199 of file TrackCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 286 of file TrackCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 268 of file TrackCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 275 of file TrackCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 260 of file TrackCollectionSettingsButton.cxx.
| bool TrackCollectionSettingsButton::useDefaultCuts | ( | ) | const |
Definition at line 308 of file TrackCollectionSettingsButton.cxx.
|
signal |
|
inlinestaticinherited |
Definition at line 32 of file VP1HelperClassBase.h.
|
staticinherited |
Definition at line 183 of file VP1HelperClassBase.cxx.
|
private |
Definition at line 89 of file TrackCollectionSettingsButton.h.
|
privateinherited |
Definition at line 67 of file VP1HelperClassBase.h.
|
privateinherited |
Definition at line 68 of file VP1HelperClassBase.h.
|
staticprivateinherited |
Definition at line 69 of file VP1HelperClassBase.h.