![]() |
ATLAS Offline Software
|
#include <VP1CaloCellController.h>
Classes | |
| class | Imp |
Public Slots | |
| void | toggleDialogState (QObject *widget=0) |
| void | enabledButtonStateChanged () |
| void | collWidgetContentChanged () |
Signals | |
| void | selectionIntervalsChanged (const VP1CCIntervalMap &) |
| void | scaleChanged (const QPair< bool, double > &) |
| void | selectionMbtsChanged (const VP1Interval &) |
| void | showDigitsChanged (const bool &) |
| void | showVolumeOutLinesChanged (bool) |
| void | energyModeEtChanged (bool) |
| void | globalCutsChanged (const VP1CC_GlobalCuts &) |
| void | dummyUpdateTrigger () |
Public Member Functions | |
| VP1CaloCellController (IVP1System *sys) | |
| virtual | ~VP1CaloCellController () |
| void | actualRestoreSettings (VP1Deserialise &) |
| int | currentSettingsVersion () const |
| void | actualSaveSettings (VP1Serialise &) const |
| SoGroup * | drawOptions () const |
| void | initTilePulse (const TileHWID *tile_hw_id, const TileInfo *tile_info, const TileCablingService *tile_cabling) |
| void | ClearHideDigitForms () |
| void | DeleteDigitForms () |
| void | EnableDigitsCheckbox (bool enable) |
| void | displayLArDigits (int n_samples, std::vector< short > samples, std::vector< std::string > &msg) |
| void | displayTileDigits (int n_samples, std::vector< float > samples1, std::vector< float > samples2, std::vector< std::string > &msg) |
| void | displayTileDigits (int n_samples, std::vector< float > samples, std::vector< std::string > &msg) |
| void | displayTilePulse (const TileRawChannel *rawchannel1, const TileRawChannel *rawchannel2, const TileRawChannelContainer *rawchannel_cont, size_t digitsize) |
| void | displayTilePulse (const TileRawChannel *rawchannel, const TileRawChannelContainer *rawchannel_cont, size_t digitsize) |
| SoMaterial * | GetMaterial (VP1CC_SeparatorTypes type) |
| VP1CCIntervalMap | selectionIntervals () const |
| QPair< bool, double > | scale () const |
| VP1Interval | selectionMbts () const |
| bool | showDigits () const |
| bool | showVolumeOutLines () const |
| bool | energyModeEt () const |
| VP1CC_GlobalCuts | globalCuts () 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) |
Private Slots | |
| void | possibleChange_selectionIntervals () |
| void | possibleChange_scale () |
| void | possibleChange_selectionMbts () |
| void | possibleChange_showDigits () |
| void | possibleChange_showVolumeOutLines () |
| void | possibleChange_energyModeEt () |
| void | possibleChange_globalCuts () |
| void | enableUpperThreshold () |
| void | changeMode () |
Static Private Member Functions | |
| template<class T> | |
| static QString | toString (const T &t) |
| static QString | toString (const VP1CCIntervalMap &m) |
| static QString | toString (const QPair< bool, double > &par) |
| static QString | toString (const VP1CC_GlobalCuts &cuts) |
Private Attributes | |
| Imp * | m_d |
| const TileHWID * | m_tile_hw_id |
| const TileInfo * | m_tile_info |
| const TileCablingService * | m_tile_cabling |
| 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 32 of file VP1CaloCellController.h.
| VP1CaloCellController::VP1CaloCellController | ( | IVP1System * | sys | ) |
Definition at line 91 of file VP1CaloCellController.cxx.
|
virtual |
Definition at line 562 of file VP1CaloCellController.cxx.
|
virtual |
Implements VP1Controller.
Definition at line 578 of file VP1CaloCellController.cxx.
|
virtual |
|
protectedinherited |
Definition at line 318 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 151 of file VP1Controller.h.
|
privateslot |
Definition at line 1318 of file VP1CaloCellController.cxx.
| void VP1CaloCellController::ClearHideDigitForms | ( | ) |
Definition at line 842 of file VP1CaloCellController.cxx.
|
slotinherited |
Definition at line 232 of file VP1Controller.cxx.
|
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 709 of file VP1CaloCellController.cxx.
|
inlinestaticinherited |
Definition at line 61 of file VP1Controller.h.
|
protectedinherited |
Definition at line 300 of file VP1Controller.cxx.
|
protectedinherited |
Definition at line 288 of file VP1Controller.cxx.
| void VP1CaloCellController::DeleteDigitForms | ( | ) |
Definition at line 851 of file VP1CaloCellController.cxx.
| void VP1CaloCellController::displayLArDigits | ( | int | n_samples, |
| std::vector< short > | samples, | ||
| std::vector< std::string > & | msg ) |
Definition at line 888 of file VP1CaloCellController.cxx.
| void VP1CaloCellController::displayTileDigits | ( | int | n_samples, |
| std::vector< float > | samples, | ||
| std::vector< std::string > & | msg ) |
Definition at line 985 of file VP1CaloCellController.cxx.
| void VP1CaloCellController::displayTileDigits | ( | int | n_samples, |
| std::vector< float > | samples1, | ||
| std::vector< float > | samples2, | ||
| std::vector< std::string > & | msg ) |
Definition at line 953 of file VP1CaloCellController.cxx.
| void VP1CaloCellController::displayTilePulse | ( | const TileRawChannel * | rawchannel, |
| const TileRawChannelContainer * | rawchannel_cont, | ||
| size_t | digitsize ) |
Definition at line 1051 of file VP1CaloCellController.cxx.
| void VP1CaloCellController::displayTilePulse | ( | const TileRawChannel * | rawchannel1, |
| const TileRawChannel * | rawchannel2, | ||
| const TileRawChannelContainer * | rawchannel_cont, | ||
| size_t | digitsize ) |
Definition at line 1016 of file VP1CaloCellController.cxx.
| SoGroup * VP1CaloCellController::drawOptions | ( | ) | const |
Definition at line 828 of file VP1CaloCellController.cxx.
|
signalinherited |
|
slotinherited |
Definition at line 167 of file VP1Controller.cxx.
| void VP1CaloCellController::EnableDigitsCheckbox | ( | bool | enable | ) |
Definition at line 883 of file VP1CaloCellController.cxx.
|
privateslot |
Definition at line 1302 of file VP1CaloCellController.cxx.
| bool VP1CaloCellController::energyModeEt | ( | ) | const |
Definition at line 1164 of file VP1CaloCellController.cxx.
|
signal |
|
protectedinherited |
| SoMaterial * VP1CaloCellController::GetMaterial | ( | VP1CC_SeparatorTypes | type | ) |
Definition at line 1067 of file VP1CaloCellController.cxx.
|
protectedinherited |
Definition at line 437 of file VP1Controller.cxx.
| VP1CC_GlobalCuts VP1CaloCellController::globalCuts | ( | ) | const |
Definition at line 1169 of file VP1CaloCellController.cxx.
|
signal |
|
inlineinherited |
Definition at line 51 of file VP1HelperClassBase.h.
|
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.
| void VP1CaloCellController::initTilePulse | ( | const TileHWID * | tile_hw_id, |
| const TileInfo * | tile_info, | ||
| const TileCablingService * | tile_cabling ) |
Definition at line 833 of file VP1CaloCellController.cxx.
|
inlineprotectedinherited |
Definition at line 97 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 |
|
inherited |
Definition at line 387 of file VP1Controller.cxx.
|
inherited |
Definition at line 405 of file VP1Controller.cxx.
| QPair< bool, double > VP1CaloCellController::scale | ( | ) | const |
|
signal |
| VP1CCIntervalMap VP1CaloCellController::selectionIntervals | ( | ) | const |
Definition at line 1076 of file VP1CaloCellController.cxx.
|
signal |
| VP1Interval VP1CaloCellController::selectionMbts | ( | ) | const |
Definition at line 1142 of file VP1CaloCellController.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.
| bool VP1CaloCellController::showDigits | ( | ) | const |
Definition at line 1154 of file VP1CaloCellController.cxx.
|
signal |
| bool VP1CaloCellController::showVolumeOutLines | ( | ) | const |
Definition at line 1159 of file VP1CaloCellController.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 |
|
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 117 of file VP1CaloCellController.h.
|
inlinestaticprivate |
Definition at line 115 of file VP1CaloCellController.h.
|
inlinestaticprivate |
Definition at line 118 of file VP1CaloCellController.h.
|
inlinestaticprivate |
Definition at line 116 of file VP1CaloCellController.h.
|
staticprotectedinherited |
Definition at line 100 of file VP1Controller.cxx.
|
staticprotectedinherited |
|
staticprotectedinherited |
Definition at line 115 of file VP1Controller.cxx.
|
inlinestaticinherited |
Definition at line 32 of file VP1HelperClassBase.h.
|
staticinherited |
Definition at line 183 of file VP1HelperClassBase.cxx.
|
staticprivateinherited |
Definition at line 125 of file VP1Controller.h.
|
private |
Definition at line 108 of file VP1CaloCellController.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.
|
private |
Definition at line 112 of file VP1CaloCellController.h.
|
private |
Definition at line 110 of file VP1CaloCellController.h.
|
private |
Definition at line 111 of file VP1CaloCellController.h.
|
staticprivateinherited |
Definition at line 69 of file VP1HelperClassBase.h.