![]() |
ATLAS Offline Software
|
#include <TrackParticleCollectionSettingsButton.h>
Classes | |
| class | Imp |
Public Slots | |
| void | showEditMaterialDialog () |
| void | setMaterialText (const QString &) |
Signals | |
| void | trackTubeRadiusChanged (const double &) |
| void | lastAppliedChanged () |
| void | hideActualTrackPathChanged (bool) |
| void | showParametersChanged (bool) |
| void | colourParametersByTypeChanged (bool) |
| void | cutAllowedPtChanged (const VP1Interval &) |
| void | cutAllowedEtaChanged (const VP1Interval &) |
| void | cutAllowedPhiChanged (const QList< VP1Interval > &) |
| void | cutRequiredNHitsChanged (const QList< unsigned > &) |
| void | cutOnlyVertexAssocTracksChanged (bool) |
| void | propagationOptionsChanged () |
Public Member Functions | |
| TrackParticleCollectionSettingsButton (QWidget *parent=0, int dim=25) | |
| virtual | ~TrackParticleCollectionSettingsButton () |
| 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 | useExistingParameters () const |
| int | numOfStepsForInterpolation () const |
| Returns true if the propagation should use the parameters already on the particle, or false if we should extrapolate from the 1st parameter. | |
| bool | showParameters () const |
| Returns the number of steps to use when interpolating between paramters (0 is no interpolation.) | |
| bool | colourParametersByType () 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 |
| SoDrawStyle * | trackDrawStyle () const |
| SoLightModel * | trackLightModel () const |
| SoMaterial * | defaultParameterMaterial () const |
| SoMaterial * | parameterMaterial (xAOD::ParameterPosition) 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_cutAllowedPt () |
| void | possibleChange_cutAllowedEta () |
| void | possibleChange_cutAllowedPhi () |
| void | possibleChange_cutRequiredNHits () |
| void | possibleChange_cutOnlyVertexAssocTracks () |
| void | possibleChange_showParameters () |
| void | possibleChange_parameterColours () |
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 14 of file TrackParticleCollectionSettingsButton.h.
| TrackParticleCollectionSettingsButton::TrackParticleCollectionSettingsButton | ( | QWidget * | parent = 0, |
| int | dim = 25 ) |
Definition at line 118 of file TrackParticleCollectionSettingsButton.cxx.
|
virtual |
| bool TrackParticleCollectionSettingsButton::colourParametersByType | ( | ) | const |
Definition at line 363 of file TrackParticleCollectionSettingsButton.cxx.
|
signal |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 252 of file TrackParticleCollectionSettingsButton.cxx.
| VP1Interval TrackParticleCollectionSettingsButton::cutAllowedEta | ( | ) | const |
Definition at line 539 of file TrackParticleCollectionSettingsButton.cxx.
|
signal |
| QList< VP1Interval > TrackParticleCollectionSettingsButton::cutAllowedPhi | ( | ) | const |
Definition at line 547 of file TrackParticleCollectionSettingsButton.cxx.
|
signal |
| VP1Interval TrackParticleCollectionSettingsButton::cutAllowedPt | ( | ) | const |
Definition at line 503 of file TrackParticleCollectionSettingsButton.cxx.
|
signal |
| bool TrackParticleCollectionSettingsButton::cutOnlyVertexAssocTracks | ( | ) | const |
Return true if this collection should only should tracks associated to a vertex.
Definition at line 372 of file TrackParticleCollectionSettingsButton.cxx.
|
signal |
| QList< unsigned > TrackParticleCollectionSettingsButton::cutRequiredNHits | ( | ) | const |
Definition at line 555 of file TrackParticleCollectionSettingsButton.cxx.
|
signal |
| SoMaterial * TrackParticleCollectionSettingsButton::defaultParameterMaterial | ( | ) | const |
Definition at line 330 of file TrackParticleCollectionSettingsButton.cxx.
|
protected |
Definition at line 388 of file TrackParticleCollectionSettingsButton.cxx.
|
protected |
Definition at line 447 of file TrackParticleCollectionSettingsButton.cxx.
|
inlineinherited |
Definition at line 51 of file VP1HelperClassBase.h.
| bool TrackParticleCollectionSettingsButton::hideActualTrackPath | ( | ) | const |
Definition at line 348 of file TrackParticleCollectionSettingsButton.cxx.
|
signal |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 267 of file TrackParticleCollectionSettingsButton.cxx.
|
signal |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 262 of file TrackParticleCollectionSettingsButton.cxx.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 257 of file TrackParticleCollectionSettingsButton.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 395 of file TrackParticleCollectionSettingsButton.cxx.
|
protected |
Definition at line 380 of file TrackParticleCollectionSettingsButton.cxx.
| int TrackParticleCollectionSettingsButton::numOfStepsForInterpolation | ( | ) | const |
Returns true if the propagation should use the parameters already on the particle, or false if we should extrapolate from the 1st parameter.
Definition at line 326 of file TrackParticleCollectionSettingsButton.cxx.
| SoMaterial * TrackParticleCollectionSettingsButton::parameterMaterial | ( | xAOD::ParameterPosition | position | ) | const |
Definition at line 333 of file TrackParticleCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 581 of file TrackParticleCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 589 of file TrackParticleCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 571 of file TrackParticleCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 605 of file TrackParticleCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 597 of file TrackParticleCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 619 of file TrackParticleCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 613 of file TrackParticleCollectionSettingsButton.cxx.
|
signal |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 477 of file TrackParticleCollectionSettingsButton.cxx.
|
virtual |
fill out with the state of the object (used for drag and drop etc)
Implements VP1MaterialButtonBase.
Definition at line 455 of file TrackParticleCollectionSettingsButton.cxx.
| void TrackParticleCollectionSettingsButton::setDimension | ( | int | dim | ) |
Definition at line 225 of file TrackParticleCollectionSettingsButton.cxx.
|
inlineprotectedinherited |
Definition at line 59 of file VP1HelperClassBase.h.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 244 of file TrackParticleCollectionSettingsButton.cxx.
|
slot |
Definition at line 110 of file TrackParticleCollectionSettingsButton.cxx.
|
inherited |
Definition at line 197 of file VP1HelperClassBase.cxx.
|
slot |
| bool TrackParticleCollectionSettingsButton::showParameters | ( | ) | const |
Returns the number of steps to use when interpolating between paramters (0 is no interpolation.)
Definition at line 355 of file TrackParticleCollectionSettingsButton.cxx.
|
signal |
|
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 * TrackParticleCollectionSettingsButton::trackDrawStyle | ( | ) | const |
Definition at line 312 of file TrackParticleCollectionSettingsButton.cxx.
| SoLightModel * TrackParticleCollectionSettingsButton::trackLightModel | ( | ) | const |
Definition at line 317 of file TrackParticleCollectionSettingsButton.cxx.
| double TrackParticleCollectionSettingsButton::trackTubeRadius | ( | ) | const |
Definition at line 273 of file TrackParticleCollectionSettingsButton.cxx.
|
signal |
|
protectedslot |
Definition at line 217 of file TrackParticleCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 306 of file TrackParticleCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 288 of file TrackParticleCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 295 of file TrackParticleCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 279 of file TrackParticleCollectionSettingsButton.cxx.
| bool TrackParticleCollectionSettingsButton::useExistingParameters | ( | ) | const |
Definition at line 322 of file TrackParticleCollectionSettingsButton.cxx.
|
inlinestaticinherited |
Definition at line 32 of file VP1HelperClassBase.h.
|
staticinherited |
Definition at line 183 of file VP1HelperClassBase.cxx.
|
private |
Definition at line 97 of file TrackParticleCollectionSettingsButton.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.