![]() |
ATLAS Offline Software
|
#include <VertexSysController.h>
Classes | |
| class | Imp |
Public Slots | |
| void | toggleDialogState (QObject *widget=0) |
| void | enabledButtonStateChanged () |
| void | collWidgetContentChanged () |
Signals | |
| void | rerandomise () |
| void | truthCutAllowedEtaChanged (const VP1Interval &) |
| void | truthCutAllowedPhiChanged (const QList< VP1Interval > &) |
| void | truthCutPrimaryVertexOnlyChanged (bool) |
| void | truthCutQuantityChanged (const QPair< VertexCommonFlags::QUANTITY, VP1Interval > &) |
| void | truthCrossLengthChanged (QPair< VertexCommonFlags::QUANTITY, double >) |
| void | reconCutAllowedTypesChanged (VertexCommonFlags::ReconVertexTypeFlags) |
| void | reconVertexRepresentationChanged (const double &) |
| void | dummyUpdateTrigger () |
Public Member Functions | |
| VertexSysController (IVP1System *sys) | |
| virtual | ~VertexSysController () |
| void | actualRestoreSettings (VP1Deserialise &) |
| int | currentSettingsVersion () const |
| void | actualSaveSettings (VP1Serialise &) const |
| VP1CollectionWidget * | collWidget () const |
| SoGroup * | drawOptions () const |
| bool | printInfoOnClick () const |
| bool | printVerboseInfoOnClick () const |
| bool | zoomOnClick () const |
| bool | truthCutPrimaryVertexOnly () const |
| QPair< VertexCommonFlags::QUANTITY, VP1Interval > | truthCutQuantity () const |
| VP1Interval | truthCutAllowedEta () const |
| QList< VP1Interval > | truthCutAllowedPhi () const |
| QPair< VertexCommonFlags::QUANTITY, double > | truthCrossLength () const |
| VertexCommonFlags::ReconVertexTypeFlags | reconCutAllowedTypes () const |
| double | reconVertexRepresentation () const |
| void | initLastVars () |
| QByteArray | saveSettings () const |
| void | restoreSettings (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 void | setCustomTourEditor (VP1CustomTourEditor *editor) |
| static VP1CustomTourEditor * | customTourEditor () |
| 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 | testForChanges () |
Protected Member Functions | |
| template<class T> | |
| bool | changed (T &lastval, const T &newval) |
| template<class T> | |
| void | initDialog (T &theUI, QPushButton *launchbutton, QAbstractButton *enabledButton=0) |
| void | initDialog (std::unique_ptr< QWidget > dialog, QPushButton *launchbutton, QPushButton *closebutton, QAbstractButton *enabledButton=0) |
| void | setupCollWidgetInScrollArea (QScrollArea *scrollarea, VP1CollectionWidget *collWidget) |
| const char * | addUpdateSlot (const char *slot) |
| void | connectToLastUpdateSlot (QObject *sender, const char *signal) |
| void | connectToLastUpdateSlot (QCheckBox *) |
| void | connectToLastUpdateSlot (QComboBox *) |
| void | connectToLastUpdateSlot (QGroupBox *) |
| void | connectToLastUpdateSlot (QSpinBox *) |
| void | connectToLastUpdateSlot (QDoubleSpinBox *) |
| void | connectToLastUpdateSlot (QRadioButton *) |
| void | connectToLastUpdateSlot (QButtonGroup *) |
| void | connectToLastUpdateSlot (QSlider *) |
| void | connectToLastUpdateSlot (VP1ColorSelectButton *) |
| bool | initVarsMode () const |
| QButtonGroup * | defineRadioButtonGroup (QRadioButton *rb0, QRadioButton *rb1, QRadioButton *rb2=0, QRadioButton *rb3=0, QRadioButton *rb4=0, QRadioButton *rb5=0, QRadioButton *rb6=0, QRadioButton *rb7=0, QRadioButton *rb8=0, QRadioButton *rb9=0) |
| QButtonGroup * | defineRadioButtonGroup (const QList< QRadioButton * > &) |
| SoMaterial * | getMaterial (VP1MaterialButton *) const |
| SoMaterial * | fallBackMaterial () const |
| void | setHelperClassName (const QString &n) |
Static Protected Member Functions | |
| static QString | toString (const bool &par) |
| static QString | toString (const QList< VP1Interval > &l) |
| static QString | toString (SbColor4f) |
Private Slots | |
| void | emitRerandomise () |
| void | possibleChange_truthCutAllowedEta () |
| void | possibleChange_truthCutAllowedPhi () |
| void | possibleChange_truthCutPrimaryVertexOnly () |
| void | possibleChange_truthCutQuantity () |
| void | possibleChange_truthCrossLength () |
| void | possibleChange_reconCutAllowedTypes () |
| void | possibleChange_reconVertexRepresentation () |
Static Private Member Functions | |
| template<class T> | |
| static QString | toString (const T &t) |
| static QString | toString (const VertexCommonFlags::QUANTITY &par) |
| static QString | toString (const QPair< VertexCommonFlags::QUANTITY, VP1Interval > &) |
| static QString | toString (const QPair< VertexCommonFlags::QUANTITY, double > &) |
Private Attributes | |
| Imp * | m_d |
| bool | m_initVarsMode |
| QString | m_helpername |
| IVP1System * | m_system |
Static Private Attributes | |
| static VP1CustomTourEditor * | m_customTourEditor =0 |
| static const bool | s_vp1verbose = VP1QtUtils::environmentVariableIsOn("VP1_VERBOSE_OUTPUT") |
Definition at line 24 of file VertexSysController.h.
| VertexSysController::VertexSysController | ( | IVP1System * | sys | ) |
Definition at line 48 of file VertexSysController.cxx.
|
virtual |
Definition at line 126 of file VertexSysController.cxx.
|
virtual |
Implements VP1Controller.
Definition at line 184 of file VertexSysController.cxx.
|
virtual |
Implements VP1Controller.
Definition at line 138 of file VertexSysController.cxx.
|
protectedinherited |
Definition at line 320 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 152 of file VP1Controller.h.
| VP1CollectionWidget * VertexSysController::collWidget | ( | ) | const |
Definition at line 253 of file VertexSysController.cxx.
|
slotinherited |
Definition at line 234 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 371 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 335 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 341 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 359 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 347 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 329 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 365 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 377 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 353 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 383 of file VP1Controller.cxx.
|
virtual |
Implements VP1Controller.
Definition at line 132 of file VertexSysController.cxx.
|
inlinestaticinherited |
Definition at line 62 of file VP1Controller.h.
|
protectedinherited |
Definition at line 302 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 290 of file VP1Controller.cxx.
| SoGroup * VertexSysController::drawOptions | ( | ) | const |
Definition at line 247 of file VertexSysController.cxx.
|
signalinherited |
|
privateslot |
Definition at line 343 of file VertexSysController.cxx.
|
slotinherited |
Definition at line 169 of file VP1Controller.cxx.
|
protectedinherited |
|
protectedinherited |
Definition at line 439 of file VP1Controller.cxx.
|
inlineinherited |
Definition at line 51 of file VP1HelperClassBase.h.
|
protectedinherited |
Definition at line 123 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 145 of file VP1Controller.h.
|
inherited |
Definition at line 68 of file VP1Controller.cxx.
|
inlineprotectedinherited |
Definition at line 98 of file VP1Controller.h.
|
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.
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
| bool VertexSysController::printInfoOnClick | ( | ) | const |
Definition at line 254 of file VertexSysController.cxx.
| bool VertexSysController::printVerboseInfoOnClick | ( | ) | const |
Definition at line 255 of file VertexSysController.cxx.
| VertexCommonFlags::ReconVertexTypeFlags VertexSysController::reconCutAllowedTypes | ( | ) | const |
Definition at line 318 of file VertexSysController.cxx.
|
signal |
| double VertexSysController::reconVertexRepresentation | ( | ) | const |
Definition at line 308 of file VertexSysController.cxx.
|
signal |
|
signal |
|
inherited |
Definition at line 389 of file VP1Controller.cxx.
|
inherited |
Definition at line 407 of file VP1Controller.cxx.
|
inlinestaticinherited |
Definition at line 61 of file VP1Controller.h.
|
inlineprotectedinherited |
Definition at line 59 of file VP1HelperClassBase.h.
|
inherited |
Definition at line 197 of file VP1HelperClassBase.cxx.
|
protectedinherited |
Definition at line 257 of file VP1Controller.cxx.
|
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.
|
inlineprotectedslotinherited |
Definition at line 113 of file VP1Controller.h.
|
slotinherited |
Definition at line 196 of file VP1Controller.cxx.
|
staticprivate |
Definition at line 241 of file VertexSysController.cxx.
|
staticprivate |
Definition at line 235 of file VertexSysController.cxx.
|
inlinestaticprivate |
Definition at line 83 of file VertexSysController.h.
|
inlinestaticprivate |
Definition at line 84 of file VertexSysController.h.
|
staticprotectedinherited |
Definition at line 100 of file VP1Controller.cxx.
|
staticprotectedinherited |
|
staticprotectedinherited |
Definition at line 115 of file VP1Controller.cxx.
| QPair< VertexCommonFlags::QUANTITY, double > VertexSysController::truthCrossLength | ( | ) | const |
Definition at line 262 of file VertexSysController.cxx.
|
signal |
| VP1Interval VertexSysController::truthCutAllowedEta | ( | ) | const |
Definition at line 257 of file VertexSysController.cxx.
|
signal |
| QList< VP1Interval > VertexSysController::truthCutAllowedPhi | ( | ) | const |
Definition at line 258 of file VertexSysController.cxx.
|
signal |
| bool VertexSysController::truthCutPrimaryVertexOnly | ( | ) | const |
Definition at line 259 of file VertexSysController.cxx.
|
signal |
| QPair< VertexCommonFlags::QUANTITY, VP1Interval > VertexSysController::truthCutQuantity | ( | ) | const |
Definition at line 281 of file VertexSysController.cxx.
|
signal |
|
inlinestaticinherited |
Definition at line 32 of file VP1HelperClassBase.h.
|
staticinherited |
Definition at line 183 of file VP1HelperClassBase.cxx.
| bool VertexSysController::zoomOnClick | ( | ) | const |
Definition at line 256 of file VertexSysController.cxx.
|
staticprivateinherited |
Definition at line 126 of file VP1Controller.h.
|
private |
Definition at line 81 of file VertexSysController.h.
|
privateinherited |
Definition at line 67 of file VP1HelperClassBase.h.
|
privateinherited |
Definition at line 130 of file VP1Controller.h.
|
privateinherited |
Definition at line 68 of file VP1HelperClassBase.h.
|
staticprivateinherited |
Definition at line 69 of file VP1HelperClassBase.h.