![]() |
ATLAS Offline Software
|
#include <PRDSystemController.h>
Classes | |
| class | Imp |
Public Slots | |
| void | toggleDialogState (QObject *widget=0) |
| void | enabledButtonStateChanged () |
| void | collWidgetContentChanged () |
Public Member Functions | |
| PRDSystemController (IVP1System *sys) | |
| virtual | ~PRDSystemController () |
| void | actualRestoreSettings (VP1Deserialise &) |
| int | currentSettingsVersion () const |
| void | actualSaveSettings (VP1Serialise &) const |
| VP1CollectionWidget * | collWidget () const |
| SoGroup * | drawOptions (PRDDetType::Type) const |
| SoMaterial * | getHighLightMaterial () |
| double | highLightMaterialWeight () const |
| bool | printInfoOnClick () const |
| bool | zoomOnClick () const |
| bool | muonOrientToChambersOnClick () const |
| PRDCollHandleBase::COLOURMETHOD | colourMethod () const |
| bool | selectionModeMultiple () const |
| bool | showSelectionLine () const |
| SoMaterial * | getMultiSelectionLineMaterial () const |
| bool | highLightOutliers () const |
| bool | drawErrors () const |
| bool | drawRDOs () const |
| bool | highLightTRTHitsByHighThreshold () |
| bool | highLightMDTHitsByMask () |
| int | highLightMDTHitsByUpperADCBound () |
| bool | projectPixelHits () const |
| bool | projectSCTHits () const |
| bool | projectTRTHits () const |
| bool | projectMDTHits () const |
| bool | projectRPCHits () const |
| bool | projectCSCHits () const |
| bool | projectTGCHits () const |
| VP1Interval | cutAllowedEta () const |
| QList< VP1Interval > | cutAllowedPhi () const |
| PRDCommonFlags::InDetPartsFlags | inDetPartsFlags () const |
| unsigned | pixelMinNRDOPerCluster () const |
| bool | sctExcludeIsolatedClusters () const |
| unsigned | trtMinToT () const |
| unsigned | trtMaxToT () const |
| unsigned | trtMinLE () const |
| unsigned | trtMaxLE () const |
| bool | trtRequireHT () const |
| unsigned | mdtMinNHitsPerStation () const |
| VP1Interval | mdtAllowedADCValues () const |
| bool | mdtExcludeMaskedHits () const |
| QString | mdt_cutMdtDriftCircleStatus () const |
| bool | limitToActiveChambers () const |
| InDetProjFlags::DetTypeFlags | inDetPartsUsingProjections () const |
| std::set< PRDDetType::Type > | shownCollectionTypes () 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 (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) |
Static Private Member Functions | |
| template<class T> | |
| static QString | toString (const T &t) |
| static QString | toString (const PRDCollHandleBase::DETAIL &par) |
| static QString | toString (const PRDCollHandleBase::COLOURMETHOD &par) |
| static QString | toString (const std::set< PRDDetType::Type > &s) |
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 34 of file PRDSystemController.h.
| PRDSystemController::PRDSystemController | ( | IVP1System * | sys | ) |
Definition at line 85 of file PRDSystemController.cxx.
|
virtual |
Definition at line 274 of file PRDSystemController.cxx.
|
virtual |
Implements VP1Controller.
Definition at line 712 of file PRDSystemController.cxx.
|
virtual |
Implements VP1Controller.
Definition at line 643 of file PRDSystemController.cxx.
|
protectedinherited |
Definition at line 318 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 151 of file VP1Controller.h.
|
signal |
| VP1CollectionWidget * PRDSystemController::collWidget | ( | ) | const |
Definition at line 282 of file PRDSystemController.cxx.
|
slotinherited |
Definition at line 232 of file VP1Controller.cxx.
| PRDCollHandleBase::COLOURMETHOD PRDSystemController::colourMethod | ( | ) | const |
Definition at line 469 of file PRDSystemController.cxx.
|
signal |
|
protectedinherited |
Definition at line 369 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 333 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 339 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 357 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 345 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 327 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 363 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 375 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 351 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 381 of file VP1Controller.cxx.
|
virtual |
Implements VP1Controller.
Definition at line 637 of file PRDSystemController.cxx.
|
inlinestaticinherited |
Definition at line 61 of file VP1Controller.h.
| VP1Interval PRDSystemController::cutAllowedEta | ( | ) | const |
Definition at line 366 of file PRDSystemController.cxx.
|
signal |
| QList< VP1Interval > PRDSystemController::cutAllowedPhi | ( | ) | const |
Definition at line 372 of file PRDSystemController.cxx.
|
signal |
|
protectedinherited |
Definition at line 300 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 288 of file VP1Controller.cxx.
| bool PRDSystemController::drawErrors | ( | ) | const |
Definition at line 485 of file PRDSystemController.cxx.
|
signal |
| SoGroup * PRDSystemController::drawOptions | ( | PRDDetType::Type | t | ) | const |
Definition at line 288 of file PRDSystemController.cxx.
| bool PRDSystemController::drawRDOs | ( | ) | const |
Definition at line 492 of file PRDSystemController.cxx.
|
signal |
|
signalinherited |
|
privateslot |
Definition at line 328 of file PRDSystemController.cxx.
|
slotinherited |
Definition at line 167 of file VP1Controller.cxx.
|
protectedinherited |
| SoMaterial * PRDSystemController::getHighLightMaterial | ( | ) |
|
protectedinherited |
Definition at line 437 of file VP1Controller.cxx.
| SoMaterial * PRDSystemController::getMultiSelectionLineMaterial | ( | ) | const |
Definition at line 317 of file PRDSystemController.cxx.
|
inlineinherited |
Definition at line 51 of file VP1HelperClassBase.h.
| double PRDSystemController::highLightMaterialWeight | ( | ) | const |
Definition at line 542 of file PRDSystemController.cxx.
|
signal |
| bool PRDSystemController::highLightMDTHitsByMask | ( | ) |
Definition at line 525 of file PRDSystemController.cxx.
|
signal |
| int PRDSystemController::highLightMDTHitsByUpperADCBound | ( | ) |
Definition at line 533 of file PRDSystemController.cxx.
|
signal |
| bool PRDSystemController::highLightOutliers | ( | ) | const |
Definition at line 500 of file PRDSystemController.cxx.
|
signal |
| bool PRDSystemController::highLightTRTHitsByHighThreshold | ( | ) |
Definition at line 517 of file PRDSystemController.cxx.
|
signal |
| PRDCommonFlags::InDetPartsFlags PRDSystemController::inDetPartsFlags | ( | ) | const |
Definition at line 378 of file PRDSystemController.cxx.
|
signal |
| InDetProjFlags::DetTypeFlags PRDSystemController::inDetPartsUsingProjections | ( | ) | const |
Definition at line 564 of file PRDSystemController.cxx.
|
signal |
|
protectedinherited |
Definition at line 123 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 144 of file VP1Controller.h.
|
inherited |
Definition at line 68 of file VP1Controller.cxx.
|
inlineprotectedinherited |
Definition at line 97 of file VP1Controller.h.
| bool PRDSystemController::limitToActiveChambers | ( | ) | const |
Definition at line 463 of file PRDSystemController.cxx.
|
signal |
| QString PRDSystemController::mdt_cutMdtDriftCircleStatus | ( | ) | const |
Definition at line 457 of file PRDSystemController.cxx.
|
signal |
| VP1Interval PRDSystemController::mdtAllowedADCValues | ( | ) | const |
Definition at line 440 of file PRDSystemController.cxx.
|
signal |
| bool PRDSystemController::mdtExcludeMaskedHits | ( | ) | const |
Definition at line 451 of file PRDSystemController.cxx.
|
signal |
| unsigned PRDSystemController::mdtMinNHitsPerStation | ( | ) | const |
Definition at line 434 of file PRDSystemController.cxx.
|
signal |
|
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.
| bool PRDSystemController::muonOrientToChambersOnClick | ( | ) | const |
Definition at line 360 of file PRDSystemController.cxx.
| unsigned PRDSystemController::pixelMinNRDOPerCluster | ( | ) | const |
Definition at line 420 of file PRDSystemController.cxx.
|
signal |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
| bool PRDSystemController::printInfoOnClick | ( | ) | const |
Definition at line 348 of file PRDSystemController.cxx.
| bool PRDSystemController::projectCSCHits | ( | ) | const |
Definition at line 559 of file PRDSystemController.cxx.
|
signal |
| bool PRDSystemController::projectMDTHits | ( | ) | const |
Definition at line 557 of file PRDSystemController.cxx.
|
signal |
| bool PRDSystemController::projectPixelHits | ( | ) | const |
Definition at line 554 of file PRDSystemController.cxx.
|
signal |
| bool PRDSystemController::projectRPCHits | ( | ) | const |
Definition at line 558 of file PRDSystemController.cxx.
|
signal |
| bool PRDSystemController::projectSCTHits | ( | ) | const |
Definition at line 555 of file PRDSystemController.cxx.
|
signal |
| bool PRDSystemController::projectTGCHits | ( | ) | const |
Definition at line 560 of file PRDSystemController.cxx.
|
signal |
| bool PRDSystemController::projectTRTHits | ( | ) | const |
Definition at line 556 of file PRDSystemController.cxx.
|
signal |
|
inherited |
Definition at line 387 of file VP1Controller.cxx.
|
inherited |
Definition at line 405 of file VP1Controller.cxx.
| bool PRDSystemController::sctExcludeIsolatedClusters | ( | ) | const |
Definition at line 428 of file PRDSystemController.cxx.
|
signal |
| bool PRDSystemController::selectionModeMultiple | ( | ) | const |
Definition at line 608 of file PRDSystemController.cxx.
|
signal |
|
inlinestaticinherited |
Definition at line 60 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 255 of file VP1Controller.cxx.
| std::set< PRDDetType::Type > PRDSystemController::shownCollectionTypes | ( | ) | const |
Definition at line 620 of file PRDSystemController.cxx.
|
signal |
| bool PRDSystemController::showSelectionLine | ( | ) | const |
Definition at line 614 of file PRDSystemController.cxx.
|
signal |
|
inlinestaticinherited |
|
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 112 of file VP1Controller.h.
|
slotinherited |
Definition at line 194 of file VP1Controller.cxx.
|
inlinestaticprivate |
Definition at line 168 of file PRDSystemController.h.
|
inlinestaticprivate |
Definition at line 167 of file PRDSystemController.h.
|
inlinestaticprivate |
Definition at line 169 of file PRDSystemController.h.
|
inlinestaticprivate |
Definition at line 165 of file PRDSystemController.h.
|
staticprotectedinherited |
Definition at line 100 of file VP1Controller.cxx.
|
staticprotectedinherited |
|
staticprotectedinherited |
Definition at line 115 of file VP1Controller.cxx.
| unsigned PRDSystemController::trtMaxLE | ( | ) | const |
Definition at line 407 of file PRDSystemController.cxx.
|
signal |
| unsigned PRDSystemController::trtMaxToT | ( | ) | const |
Definition at line 395 of file PRDSystemController.cxx.
|
signal |
| unsigned PRDSystemController::trtMinLE | ( | ) | const |
Definition at line 401 of file PRDSystemController.cxx.
|
signal |
| unsigned PRDSystemController::trtMinToT | ( | ) | const |
Definition at line 389 of file PRDSystemController.cxx.
|
signal |
| bool PRDSystemController::trtRequireHT | ( | ) | const |
Definition at line 413 of file PRDSystemController.cxx.
|
signal |
|
privateslot |
Definition at line 507 of file PRDSystemController.cxx.
|
inlinestaticinherited |
Definition at line 32 of file VP1HelperClassBase.h.
|
staticinherited |
Definition at line 183 of file VP1HelperClassBase.cxx.
| bool PRDSystemController::zoomOnClick | ( | ) | const |
Definition at line 354 of file PRDSystemController.cxx.
|
staticprivateinherited |
Definition at line 125 of file VP1Controller.h.
|
private |
Definition at line 162 of file PRDSystemController.h.
|
privateinherited |
Definition at line 67 of file VP1HelperClassBase.h.
|
privateinherited |
Definition at line 129 of file VP1Controller.h.
|
privateinherited |
Definition at line 68 of file VP1HelperClassBase.h.
|
staticprivateinherited |
Definition at line 69 of file VP1HelperClassBase.h.