![]() |
ATLAS Offline Software
|
#include <VP1CaloClusterCollection.h>
Classes | |
| class | Imp |
Public Slots | |
| void | setVisible (bool) |
| void | possibleChangeMatTranspOrBrightness () |
Signals | |
| void | highestVisibleClusterEnergyChanged () |
| void | visibilityChanged (bool) |
Public Member Functions | |
| VP1CaloClusterCollection (const QString &key, IVP1System *sys, CaloClusterSysController *) | |
| ~VP1CaloClusterCollection () | |
| QStringList | infoOnClicked (SoPath *pickedPath) |
| double | highestVisibleClusterEnergy () const |
| void | largeChangesBegin () |
| void | largeChangesEnd () |
| virtual void | init (VP1MaterialButtonBase *button=0) |
| bool | visible () const |
| bool | isLoaded () const |
| bool | problemsLoading () const |
| QString | text () const |
| SoSwitch * | collSwitch () const |
| Add this somewhere in your scenegraph (do not add any children here!) | |
| SoSeparator * | collSep () const |
| All 3D objects from this coll. | |
| SoMaterial * | material () const |
| double | collMaterialTransparency () const |
| double | collMaterialBrightness () const |
| virtual QByteArray | persistifiableState () const |
| Provide default implementation based on widget list + version. | |
| virtual void | setState (const QByteArray &) |
| Provide default implementation based on widget list + version. | |
| qint32 | collTypeID () const |
| QByteArray | persistifiableID () const |
| QString | section () const |
| QString | sectionToolTip () const |
| virtual QList< QWidget * > | widgetsForGuiRow () const |
| 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 QList< VP1CaloClusterCollection * > | createCollections (IVP1System *, CaloClusterSysController *) |
| static double | crackEta () |
| static VP1CollStates | getStates (const QList< VP1Collection * > &) |
| static void | applyStates (const QList< VP1Collection * > &, const VP1CollStates &) |
| static void | updateStates (VP1CollStates &state, const VP1CollStates &newInfo) |
| template<class T> | |
| static QList< VP1Collection * > | toBaseCollList (const QList< T * > &) |
| 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 Member Functions | |
| QString | provideText () const |
| void | assignDefaultMaterial (SoMaterial *) const |
| bool | load () |
| qint32 | provideCollTypeID () const |
| QString | provideSection () const |
| QList< QWidget * > | provideWidgetsForGuiRow () const |
| virtual QString | checkBoxToolTip () const |
| virtual QString | matButtonToolTip () const |
| virtual void | collMaterialTransparencyAndBrightnessChanged () |
| virtual QList< QWidget * > | provideExtraWidgetsForGuiRow () const |
| virtual QByteArray | extraWidgetsState () const |
| virtual void | setExtraWidgetsState (const QByteArray &) |
| virtual QByteArray | providePersistifiableID () const |
| virtual QString | provideSectionToolTip () const |
| void | setHelperClassName (const QString &n) |
Private Slots | |
| void | setConsiderTransverseEnergies (bool) |
| void | setScale (const QPair< bool, double > &) |
| void | setAllowedEnergies (const VP1Interval &) |
| void | setAllowedEta (const VP1Interval &) |
| void | setAllowedPhi (const QList< VP1Interval > &) |
| void | recheckHighestVisibleClusterEnergy () |
| void | setShowVolumeOutLines (bool) |
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 28 of file VP1CaloClusterCollection.h.
| VP1CaloClusterCollection::VP1CaloClusterCollection | ( | const QString & | key, |
| IVP1System * | sys, | ||
| CaloClusterSysController * | controller ) |
Definition at line 164 of file VP1CaloClusterCollection.cxx.
| VP1CaloClusterCollection::~VP1CaloClusterCollection | ( | ) |
Definition at line 198 of file VP1CaloClusterCollection.cxx.
|
staticinherited |
Definition at line 108 of file VP1Collection.cxx.
|
protectedvirtual |
Implements VP1StdCollection.
Definition at line 223 of file VP1CaloClusterCollection.cxx.
|
inlineprotectedvirtualinherited |
Reimplemented in VP1MissingEtCaloHandle, VP1MissingEtHandle, and VP1MissingEtTruthHandle.
Definition at line 76 of file VP1StdCollection.h.
|
inherited |
Definition at line 342 of file VP1StdCollection.cxx.
|
inherited |
Definition at line 336 of file VP1StdCollection.cxx.
|
inlineprotectedvirtualinherited |
|
inherited |
All 3D objects from this coll.
belongs under here.
Definition at line 212 of file VP1StdCollection.cxx.
|
inherited |
Add this somewhere in your scenegraph (do not add any children here!)
Definition at line 204 of file VP1StdCollection.cxx.
|
inherited |
Definition at line 315 of file VP1StdCollection.cxx.
|
static |
Definition at line 158 of file VP1CaloClusterCollection.cxx.
|
static |
Definition at line 34 of file VP1CaloClusterCollection.cxx.
|
inlineprotectedvirtualinherited |
Reimplemented in AODCollHandleBase, PRDCollHandleBase, and TrackCollHandleBase.
Definition at line 89 of file VP1StdCollection.h.
|
staticinherited |
Definition at line 92 of file VP1Collection.cxx.
|
inlineinherited |
Definition at line 51 of file VP1HelperClassBase.h.
| double VP1CaloClusterCollection::highestVisibleClusterEnergy | ( | ) | const |
Definition at line 254 of file VP1CaloClusterCollection.cxx.
|
signal |
| QStringList VP1CaloClusterCollection::infoOnClicked | ( | SoPath * | pickedPath | ) |
Definition at line 288 of file VP1CaloClusterCollection.cxx.
|
virtualinherited |
Reimplemented in AODCollHandleBase, IParticleCollHandle_CaloCluster, IParticleCollHandle_Electron, IParticleCollHandle_Jet, IParticleCollHandle_Muon, IParticleCollHandle_TrackParticle, MissingEtCollHandle, PRDCollHandleBase, TrackCollHandleBase, VertexCollHandle, VP1RawDataCollBase, and VP1VertexCollection.
Definition at line 73 of file VP1StdCollection.cxx.
|
inherited |
Definition at line 148 of file VP1StdCollection.cxx.
|
virtual |
Reimplemented from VP1StdCollection.
Definition at line 327 of file VP1CaloClusterCollection.cxx.
|
virtual |
Reimplemented from VP1StdCollection.
Definition at line 333 of file VP1CaloClusterCollection.cxx.
|
protectedvirtual |
Implements VP1StdCollection.
Definition at line 260 of file VP1CaloClusterCollection.cxx.
|
inlineprotectedvirtualinherited |
|
inherited |
Definition at line 220 of file VP1StdCollection.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.
|
inherited |
Definition at line 49 of file VP1Collection.cxx.
|
virtualinherited |
Provide default implementation based on widget list + version.
Implements VP1Collection.
Reimplemented in AODCollHandleBase, IParticleCollHandle_CaloCluster, IParticleCollHandle_Jet, IParticleCollHandleBase, MissingEtCollHandle, TrackCollHandleBase, and VertexCollHandle.
Definition at line 270 of file VP1StdCollection.cxx.
|
slotinherited |
Definition at line 348 of file VP1StdCollection.cxx.
|
inherited |
Definition at line 154 of file VP1StdCollection.cxx.
|
inlineprotectedvirtual |
Reimplemented from VP1StdCollection.
Definition at line 53 of file VP1CaloClusterCollection.h.
|
inlineprotectedvirtualinherited |
Reimplemented in AODCollHandleBase, PRDCollHandleBase, TrackCollHandleBase, and VP1VertexCollection.
Definition at line 88 of file VP1StdCollection.h.
|
protectedvirtualinherited |
Implements VP1Collection.
Reimplemented in VP1MissingEtHandle.
Definition at line 325 of file VP1StdCollection.cxx.
|
protectedvirtual |
Implements VP1Collection.
Definition at line 211 of file VP1CaloClusterCollection.cxx.
|
inlineprotectedvirtualinherited |
Reimplemented in AODCollHandleBase, PRDCollHandleBase, TrackCollHandleBase, VP1MissingEtCaloHandle, VP1MissingEtHandle, VP1MissingEtTruthHandle, VP1TruthVertexCollection, and VP1VertexCollection.
Definition at line 53 of file VP1Collection.h.
|
protectedvirtual |
Implements VP1StdCollection.
Definition at line 217 of file VP1CaloClusterCollection.cxx.
|
protectedvirtualinherited |
Implements VP1Collection.
Definition at line 258 of file VP1StdCollection.cxx.
|
privateslot |
Definition at line 243 of file VP1CaloClusterCollection.cxx.
|
inherited |
Definition at line 72 of file VP1Collection.cxx.
|
inherited |
Definition at line 82 of file VP1Collection.cxx.
|
privateslot |
Definition at line 340 of file VP1CaloClusterCollection.cxx.
|
privateslot |
Definition at line 358 of file VP1CaloClusterCollection.cxx.
|
privateslot |
Definition at line 376 of file VP1CaloClusterCollection.cxx.
|
privateslot |
Definition at line 430 of file VP1CaloClusterCollection.cxx.
|
inlineprotectedvirtualinherited |
Reimplemented in AODCollHandleBase, PRDCollHandleBase, and TrackCollHandleBase.
Definition at line 90 of file VP1StdCollection.h.
|
inlineprotectedinherited |
Definition at line 59 of file VP1HelperClassBase.h.
|
privateslot |
Definition at line 395 of file VP1CaloClusterCollection.cxx.
|
privateslot |
Definition at line 415 of file VP1CaloClusterCollection.cxx.
|
virtualinherited |
Provide default implementation based on widget list + version.
Implements VP1Collection.
Reimplemented in AODCollHandleBase, IParticleCollHandle_CaloCluster, IParticleCollHandle_Jet, IParticleCollHandleBase, MissingEtCollHandle, TrackCollHandleBase, and VertexCollHandle.
Definition at line 288 of file VP1StdCollection.cxx.
|
inherited |
Definition at line 197 of file VP1HelperClassBase.cxx.
|
slotinherited |
Definition at line 160 of file VP1StdCollection.cxx.
|
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.
|
inherited |
Definition at line 132 of file VP1StdCollection.cxx.
|
staticinherited |
Definition at line 80 of file VP1Collection.h.
|
staticinherited |
Definition at line 118 of file VP1Collection.cxx.
|
inlinestaticinherited |
Definition at line 32 of file VP1HelperClassBase.h.
|
signalinherited |
|
inherited |
Definition at line 142 of file VP1StdCollection.cxx.
|
staticinherited |
Definition at line 183 of file VP1HelperClassBase.cxx.
|
virtualinherited |
Definition at line 62 of file VP1Collection.cxx.
|
private |
Definition at line 67 of file VP1CaloClusterCollection.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.