![]() |
ATLAS Offline Software
|
#include <ElectronCollectionSettingsButton.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 | |
| ElectronCollectionSettingsButton (QWidget *parent=0, int dim=25) | |
| virtual | ~ElectronCollectionSettingsButton () |
| 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 ElectronCollectionSettingsButton.h.
| ElectronCollectionSettingsButton::ElectronCollectionSettingsButton | ( | QWidget * | parent = 0, |
| int | dim = 25 ) |
Definition at line 118 of file ElectronCollectionSettingsButton.cxx.
|
virtual |
| bool ElectronCollectionSettingsButton::colourParametersByType | ( | ) | const |
Definition at line 364 of file ElectronCollectionSettingsButton.cxx.
|
signal |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 253 of file ElectronCollectionSettingsButton.cxx.
| VP1Interval ElectronCollectionSettingsButton::cutAllowedEta | ( | ) | const |
Definition at line 540 of file ElectronCollectionSettingsButton.cxx.
|
signal |
| QList< VP1Interval > ElectronCollectionSettingsButton::cutAllowedPhi | ( | ) | const |
Definition at line 548 of file ElectronCollectionSettingsButton.cxx.
|
signal |
| VP1Interval ElectronCollectionSettingsButton::cutAllowedPt | ( | ) | const |
Definition at line 504 of file ElectronCollectionSettingsButton.cxx.
|
signal |
| bool ElectronCollectionSettingsButton::cutOnlyVertexAssocTracks | ( | ) | const |
Return true if this collection should only should tracks associated to a vertex.
Definition at line 373 of file ElectronCollectionSettingsButton.cxx.
|
signal |
| QList< unsigned > ElectronCollectionSettingsButton::cutRequiredNHits | ( | ) | const |
Definition at line 556 of file ElectronCollectionSettingsButton.cxx.
|
signal |
| SoMaterial * ElectronCollectionSettingsButton::defaultParameterMaterial | ( | ) | const |
Definition at line 331 of file ElectronCollectionSettingsButton.cxx.
|
protected |
Definition at line 389 of file ElectronCollectionSettingsButton.cxx.
|
protected |
Definition at line 448 of file ElectronCollectionSettingsButton.cxx.
|
inlineinherited |
Definition at line 51 of file VP1HelperClassBase.h.
| bool ElectronCollectionSettingsButton::hideActualTrackPath | ( | ) | const |
Definition at line 349 of file ElectronCollectionSettingsButton.cxx.
|
signal |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 268 of file ElectronCollectionSettingsButton.cxx.
|
signal |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 263 of file ElectronCollectionSettingsButton.cxx.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 258 of file ElectronCollectionSettingsButton.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 396 of file ElectronCollectionSettingsButton.cxx.
|
protected |
Definition at line 381 of file ElectronCollectionSettingsButton.cxx.
| int ElectronCollectionSettingsButton::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 327 of file ElectronCollectionSettingsButton.cxx.
| SoMaterial * ElectronCollectionSettingsButton::parameterMaterial | ( | xAOD::ParameterPosition | position | ) | const |
Definition at line 334 of file ElectronCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 582 of file ElectronCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 590 of file ElectronCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 572 of file ElectronCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 606 of file ElectronCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 598 of file ElectronCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 620 of file ElectronCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 614 of file ElectronCollectionSettingsButton.cxx.
|
signal |
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 478 of file ElectronCollectionSettingsButton.cxx.
|
virtual |
fill out with the state of the object (used for drag and drop etc)
Implements VP1MaterialButtonBase.
Definition at line 456 of file ElectronCollectionSettingsButton.cxx.
| void ElectronCollectionSettingsButton::setDimension | ( | int | dim | ) |
Definition at line 226 of file ElectronCollectionSettingsButton.cxx.
|
inlineprotectedinherited |
Definition at line 59 of file VP1HelperClassBase.h.
|
virtual |
Implements VP1MaterialButtonBase.
Definition at line 245 of file ElectronCollectionSettingsButton.cxx.
|
slot |
Definition at line 110 of file ElectronCollectionSettingsButton.cxx.
|
inherited |
Definition at line 197 of file VP1HelperClassBase.cxx.
|
slot |
| bool ElectronCollectionSettingsButton::showParameters | ( | ) | const |
Returns the number of steps to use when interpolating between paramters (0 is no interpolation.)
Definition at line 356 of file ElectronCollectionSettingsButton.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 * ElectronCollectionSettingsButton::trackDrawStyle | ( | ) | const |
Definition at line 313 of file ElectronCollectionSettingsButton.cxx.
| SoLightModel * ElectronCollectionSettingsButton::trackLightModel | ( | ) | const |
Definition at line 318 of file ElectronCollectionSettingsButton.cxx.
| double ElectronCollectionSettingsButton::trackTubeRadius | ( | ) | const |
Definition at line 274 of file ElectronCollectionSettingsButton.cxx.
|
signal |
|
protectedslot |
Definition at line 218 of file ElectronCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 307 of file ElectronCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 289 of file ElectronCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 296 of file ElectronCollectionSettingsButton.cxx.
|
privateslot |
Definition at line 280 of file ElectronCollectionSettingsButton.cxx.
| bool ElectronCollectionSettingsButton::useExistingParameters | ( | ) | const |
Definition at line 323 of file ElectronCollectionSettingsButton.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 ElectronCollectionSettingsButton.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.