ATLAS Offline Software
Loading...
Searching...
No Matches
VertexCollHandle Class Reference

#include <VertexCollHandle.h>

Inheritance diagram for VertexCollHandle:
Collaboration diagram for VertexCollHandle:

Classes

class  Imp

Public Slots

void setCutAllowedY (const VP1Interval &)
void setCutAllowedZ (const VP1Interval &)
void setCutAllowedR (const VP1Interval &)
void setVertexSize (int)
const VP1IntervalgetCutAllowedY ()
void setVisible (bool)
void possibleChangeMatTranspOrBrightness ()

Signals

void visibilityChanged (bool)

Public Member Functions

 VertexCollHandle (AODSysCommonData *, const QString &name, xAOD::Type::ObjectType)
virtual void init (VP1MaterialButtonBase *matBut=0)
virtual ~VertexCollHandle ()
const VertexCollectionSettingsButtoncollSettingsButton () const
virtual QByteArray persistifiableState () const
 Provide specific implementation.
virtual void setState (const QByteArray &)
 Provide specific implementation.
const VP1IntervalgetCutAllowedZ ()
const VP1IntervalgetCutAllowedR ()
bool getYAllowall ()
bool getZAllowall ()
bool getRAllowall ()
void setupSettingsFromController (const AODSystemController *)
const QString & name () const
const AODSysCommonDatacommon () const
AODSysCommonDatacommon ()
const VP1ExtraSepLayerHelpersepHelper () const
VP1ExtraSepLayerHelpersepHelper ()
void setSepHelper (VP1ExtraSepLayerHelper *sh)
virtual void dumpToJSON (std::ofstream &) const
xAOD::Type::ObjectType xAODType () const
 Dummy implementation does nothing.
void recheckCutStatusOfAllVisibleHandles ()
void recheckCutStatusOfAllNotVisibleHandles ()
void recheckCutStatusOfAllHandles ()
void update3DObjectsOfAllHandles ()
void updateMaterialOfAllHandles ()
int nShownHandles ()
void incrementNShownHandles ()
void decrementNShownHandles ()
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 void largeChangesBegin ()
virtual void largeChangesEnd ()
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
IVP1SystemsystemBase () const
const QString & helperClassName () const

Static Public Member Functions

static QStringList availableCollections (IVP1System *)
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

virtual void setupSettingsFromControllerSpecific (const AODSystemController *)
 For extensions specific to this collection.
virtual bool load ()
 Actually load the EDM objects.
void hintNumberOfHandlesInEvent (unsigned)
void addHandle (AODHandleBase *)
void handleIterationBegin ()
AODHandleBasegetNextHandle ()
QList< AODHandleBase * > getHandlesList () const
virtual bool cut (AODHandleBase *)
template<class T>
void cleanupPtrContainer (T &) const
void recheckCutStatus (VertexHandle *)
virtual bool mayHaveAssociatedObjects () const
virtual QColor defaultColor () const
void recheckCutStatus (AODHandleBase *)
qint32 provideCollTypeID () const
virtual QString provideSection () const
virtual QString provideSectionToolTip () const
virtual QString provideText () const
virtual void assignDefaultMaterial (SoMaterial *) const
virtual QString matButtonToolTip () const
QList< QWidget * > provideExtraWidgetsForGuiRow () const
QByteArray extraWidgetsState () const
void setExtraWidgetsState (const QByteArray &)
QList< QWidget * > provideWidgetsForGuiRow () const
virtual QString checkBoxToolTip () const
virtual void collMaterialTransparencyAndBrightnessChanged ()
virtual QByteArray providePersistifiableID () const
void setHelperClassName (const QString &n)

Private Slots

void resetCachedValuesCuts ()
void colourByComboBoxItemChanged ()
void collVisibilityChanged (bool)

Private Member Functions

void fillObjectBrowser ()
void updateObjectBrowserVisibilityCounts ()

Private Attributes

Impm_d
VP1Interval m_cut_allowedY
VP1Interval m_cut_allowedR
VP1Interval m_cut_allowedZ
bool m_cut_y_allowall = false
bool m_cut_r_allowall
bool m_cut_z_allowall
bool m_cut_ry_allwillfail = false
bool m_cut_rz_allwillfail
Impm_dbase
int m_nshownhandles
xAOD::Type::ObjectType m_type
AODSysCommonDatam_commonData
VP1ExtraSepLayerHelperm_sephelper
QString m_helpername
IVP1Systemm_system

Static Private Attributes

static const bool s_vp1verbose = VP1QtUtils::environmentVariableIsOn("VP1_VERBOSE_OUTPUT")

Detailed Description

Definition at line 41 of file VertexCollHandle.h.

Constructor & Destructor Documentation

◆ VertexCollHandle()

VertexCollHandle::VertexCollHandle ( AODSysCommonData * cd,
const QString & name,
xAOD::Type::ObjectType type )

Definition at line 93 of file VertexCollHandle.cxx.

94 : AODCollHandleBase(cd, name, type),
95 m_d(new Imp), // Need to add back ObjectType once simple way to create string is added to xAODBase
96 m_cut_allowedY(VP1Interval(-std::numeric_limits<double>::infinity(), std::numeric_limits<double>::infinity())),
97 m_cut_allowedR(VP1Interval(-std::numeric_limits<double>::infinity(), std::numeric_limits<double>::infinity())),
98 m_cut_allowedZ(VP1Interval(-std::numeric_limits<double>::infinity(), std::numeric_limits<double>::infinity())),
99 m_cut_r_allowall(true),
100 m_cut_z_allowall(true),
102{
103 m_d->theclass = this;
104
105 //The object names should not contain all sorts of funky chars (mat button style sheets wont work for instance):
106 QString safetext(text());
107 safetext.replace(' ','_');
108 safetext.replace('[','_');
109 safetext.replace(']','_');
110 safetext.replace('/','_');
111 safetext.replace('.','_');
112 safetext.replace(',','_');
113 safetext.replace('<','_');
114 safetext.replace('>','_');
115 safetext.replace('&','_');
116}
AODCollHandleBase(AODSysCommonData *, const QString &name, xAOD::Type::ObjectType)
const QString & name() const
QString text() const
VP1Interval m_cut_allowedZ
VP1Interval m_cut_allowedY
VP1Interval m_cut_allowedR

◆ ~VertexCollHandle()

VertexCollHandle::~VertexCollHandle ( )
virtual

Definition at line 119 of file VertexCollHandle.cxx.

120{
121 messageVerbose("destructor start");
122
123 // clean the vector<handle>
124 #ifndef BUILDVP1LIGHT
125 cleanupPtrContainer(m_d->handles);
126 #endif
127
128 // delete the Imp instance
129 delete m_d;
130
131 messageVerbose("destructor end");
132}
void messageVerbose(const QString &) const
void cleanupPtrContainer(T &) const

Member Function Documentation

◆ addHandle()

void VertexCollHandle::addHandle ( AODHandleBase * ah)
protectedvirtual

Implements AODCollHandleBase.

Definition at line 332 of file VertexCollHandle.cxx.

333{
334 VertexHandle* handle = dynamic_cast<VertexHandle* >(ah);
335 if (!handle) {
336 message("ERROR - wrong handle type passed to VertexCollHandle::addHandle!");
337 return;
338 }
339 m_d->handles.push_back(handle); // for the vector<handle>
340 m_d->handlesList << handle; // for the QList<handle>
341}
void message(const QString &) const

◆ applyStates()

void VP1Collection::applyStates ( const QList< VP1Collection * > & cols,
const VP1CollStates & states )
staticinherited

Definition at line 108 of file VP1Collection.cxx.

109{
110 VP1Msg::messageDebug("VP1Collection::applyStates() - start...");
111 for (VP1Collection* col : cols)
112 if (states.contains(col->persistifiableID()))
113 col->setState(states.value(col->persistifiableID()));
114 VP1Msg::messageDebug("VP1Collection::applyStates() - end.");
115}
VP1Collection(IVP1System *sys=0, const QString &helperClassName="VP1Collection")
static void messageDebug(const QString &)
Definition VP1Msg.cxx:39

◆ assignDefaultMaterial()

void AODCollHandleBase::assignDefaultMaterial ( SoMaterial * m) const
protectedvirtualinherited

Implements VP1StdCollection.

Definition at line 495 of file AODCollHandleBase.cxx.

496{
497 messageDebug("AODCollHandleBase::assignDefaultMaterial()");
498 VP1QtInventorUtils::setMatColor( m, defaultColor(), 0.18/*brightness*/ );
499}
virtual QColor defaultColor() const =0
void messageDebug(const QString &) const
static void setMatColor(SoMaterial *, const double &r, const double &g, const double &b, const double &brightness=0.0, const double &transp=0.0)

◆ availableCollections()

QStringList VertexCollHandle::availableCollections ( IVP1System * sys)
static

Definition at line 141 of file VertexCollHandle.cxx.

142 {
143 return VP1SGContentsHelper(sys).getKeys<xAOD::VertexContainer>();
144 }
VertexContainer_v1 VertexContainer
Definition of the current "Vertex container version".

◆ checkBoxToolTip()

virtual QString VP1StdCollection::checkBoxToolTip ( ) const
inlineprotectedvirtualinherited

Reimplemented in VP1MissingEtCaloHandle, VP1MissingEtHandle, and VP1MissingEtTruthHandle.

Definition at line 76 of file VP1StdCollection.h.

76{ return "Collection "+text(); }

◆ cleanupPtrContainer()

template<class T>
void VertexCollHandle::cleanupPtrContainer ( T & t) const
protected

Definition at line 148 of file VertexCollHandle.h.

149{
150 typename T::iterator it(t.begin()), itE(t.end());
151 for (;it!=itE;++it)
152 delete *it;
153 t.clear();
154}

◆ collMaterialBrightness()

double VP1StdCollection::collMaterialBrightness ( ) const
inherited

Definition at line 342 of file VP1StdCollection.cxx.

343{
344 return m_d->lastMatBrightness;
345}

◆ collMaterialTransparency()

double VP1StdCollection::collMaterialTransparency ( ) const
inherited

Definition at line 336 of file VP1StdCollection.cxx.

337{
338 return m_d->lastMatTransparency;
339}

◆ collMaterialTransparencyAndBrightnessChanged()

virtual void VP1StdCollection::collMaterialTransparencyAndBrightnessChanged ( )
inlineprotectedvirtualinherited

Reimplemented in TrackCollHandleBase.

Definition at line 79 of file VP1StdCollection.h.

79{}

◆ collSep()

SoSeparator * VP1StdCollection::collSep ( ) const
inherited

All 3D objects from this coll.

belongs under here.

Definition at line 212 of file VP1StdCollection.cxx.

213{
214 if (!m_d->collsep)
215 message("ERROR: collSep() called before init()");
216 return m_d->collsep;
217}

◆ collSettingsButton()

const VertexCollectionSettingsButton & VertexCollHandle::collSettingsButton ( ) const

Definition at line 190 of file VertexCollHandle.cxx.

190 {
191 if (!m_d->collSettingsButton){
192 messageVerbose("No collSettingsButton set! Can't call init(), so crash is imminent...");
193 throw std::runtime_error("Vertex - No collSettingsButton set!");
194 }
195 return *m_d->collSettingsButton;
196}

◆ collSwitch()

SoSwitch * VP1StdCollection::collSwitch ( ) const
inherited

Add this somewhere in your scenegraph (do not add any children here!)

Definition at line 204 of file VP1StdCollection.cxx.

205{
206 if (!m_d->theswitch)
207 message("ERROR: collSwitch() called before init()");
208 return m_d->theswitch;
209}

◆ collTypeID()

qint32 VP1StdCollection::collTypeID ( ) const
inherited

Definition at line 315 of file VP1StdCollection.cxx.

316{
317 if (!m_d->idProvided) {
318 m_d->idProvided = true;
319 m_d->id = provideCollTypeID();
320 }
321 return m_d->id;
322}
virtual qint32 provideCollTypeID() const

◆ collVisibilityChanged

void AODCollHandleBase::collVisibilityChanged ( bool vis)
privateslotinherited

Definition at line 393 of file AODCollHandleBase.cxx.

394{
395 if (VP1Msg::verbose())
396 messageVerbose("AODCollHandleBase::collVisibilityChanged => "+str(vis));
397
398 if (!m_sephelper)
399 m_sephelper = new VP1ExtraSepLayerHelper(collSep());
400
401 if (!m_dbase->objBrowseTree)
403
404 if (vis){
405 recheckCutStatusOfAllNotVisibleHandles();//Fixme -> ofallhandles? All must be not visible anyway...
406 if (m_dbase->objBrowseTree) m_dbase->objBrowseTree->setFlags(Qt::ItemIsSelectable | Qt::ItemIsEnabled); // selectable, enabled
407 }else{
409 // QTreeWidget* trkObjBrowser = common()->controller()->trackObjBrowser();
410 // if (m_dbase->objBrowseTree && trkObjBrowser) {
411 // trkObjBrowser->takeTopLevelItem(trkObjBrowser->indexOfTopLevelItem(m_dbase->objBrowseTree));
412 // delete m_dbase->objBrowseTree; m_dbase->objBrowseTree=0;
413 // }
414 // FIXME - need to loop through handles setting pointers to deleted QTreeWidgetItems
415 if (m_dbase->objBrowseTree) m_dbase->objBrowseTree->setFlags(Qt::ItemFlags()); // not selectable, not enabled
416 }
417}
void recheckCutStatusOfAllNotVisibleHandles()
void recheckCutStatusOfAllVisibleHandles()
VP1ExtraSepLayerHelper * m_sephelper
static bool verbose()
Definition VP1Msg.h:31
SoSeparator * collSep() const
All 3D objects from this coll.
static QString str(const QString &s)
Definition VP1String.h:49

◆ colourByComboBoxItemChanged

void AODCollHandleBase::colourByComboBoxItemChanged ( )
privateslotinherited

Definition at line 536 of file AODCollHandleBase.cxx.

537{
538 messageVerbose("AODCollHandleBase::colourByComboBoxItemChanged()");
539 messageVerbose("Collection detail level combo box changed index");
540
541 messageVerbose("TO BE IMPLEMENTED!!!");
542 /*
543 if (m_dbase->comboBox_colourby->currentText()==Imp::comboBoxEntry_ColourByRandom())
544 setColourBy(COLOUR_RANDOM);
545 else
546 setColourBy(COLOUR_PERCOLLECTION);
547 */
548}

◆ common() [1/2]

AODSysCommonData * AODCollHandleBase::common ( )
inlineinherited

Definition at line 89 of file AODCollHandleBase.h.

89{ return m_commonData; }
AODSysCommonData * m_commonData

◆ common() [2/2]

const AODSysCommonData * AODCollHandleBase::common ( ) const
inlineinherited

Definition at line 88 of file AODCollHandleBase.h.

88{ return m_commonData; }

◆ cut()

bool VertexCollHandle::cut ( AODHandleBase * ah)
protectedvirtual

Implements AODCollHandleBase.

Definition at line 267 of file VertexCollHandle.cxx.

268{
269 messageVerbose("VertexCollHandle::cut()");
270
271 VertexHandle* handle = dynamic_cast<VertexHandle*>(ah);
272 if (!handle) {
273 messageVerbose("VertexCollHandle::cut() - passing in handle of wrong type! Aborting.");
274 return false;
275 }
276
278 messageVerbose("VertexCollHandle::cut() - returning false as m_cut_rz_allwillfail is set.");
279 return false;
280 }
281
282 // FIXME
283 float vertexR = 0.0;
284 //float vertexZ = 0.0;
285
286 float vertexX = handle->getPositionX();
287 float vertexY = handle->getPositionY();
288 float vertexZ = handle->getPositionZ();
289
290 messageVerbose("Vertex R: " + QString::number(vertexR));
291 messageVerbose("Vertex x, y, z: " + QString::number(vertexX) + ", " + QString::number(vertexY)+ ", " + QString::number(vertexZ));
292
293
294
296 {
297 messageVerbose("evaluating cuts...");
298
299 // *** r CUT ***
300 messageVerbose("vertexR: " + QString::number(vertexR) + " - m_cut_allowedR: " + m_cut_allowedR.toString() + " - excludeInterval: " + QString::number(m_cut_allowedR.excludeInterval()) );
301 if (!m_cut_r_allowall && !m_cut_allowedR.contains(vertexR)){
302 messageVerbose("r cut not passed...");
303 return false;
304 }
305
306 // *** Y CUT ***
307 messageVerbose("m_cut_allowedY: " + m_cut_allowedY.toString() + " - excludeInterval: " + QString::number(m_cut_allowedY.excludeInterval()) );
308 if (!m_cut_y_allowall && !m_cut_allowedY.contains(vertexY)){
309 messageVerbose("Y cut not passed...");
310 return false;
311 }
312
313 // *** Z CUT ***
314 messageVerbose("m_cut_allowedZ: " + m_cut_allowedZ.toString() + " - excludeInterval: " + QString::number(m_cut_allowedZ.excludeInterval()) );
315 if (!m_cut_z_allowall && !m_cut_allowedZ.contains(vertexZ)){
316 messageVerbose("Z cut not passed...");
317 return false;
318 }
319 }
320
321 messageVerbose("cut() - Returning true!");
322 return true;
323}
double getPositionZ() const
double getPositionX() const
double getPositionY() const

◆ decrementNShownHandles()

void AODCollHandleBase::decrementNShownHandles ( )
inlineinherited

Definition at line 133 of file AODCollHandleBase.h.

◆ defaultColor()

virtual QColor VertexCollHandle::defaultColor ( ) const
inlineprotectedvirtual

Implements AODCollHandleBase.

Definition at line 107 of file VertexCollHandle.h.

107{ return QColor::fromRgbF(1.0f, 0.5f, 0.5f); } // light red

◆ dumpToJSON()

virtual void AODCollHandleBase::dumpToJSON ( std::ofstream & ) const
inlinevirtualinherited

◆ extraWidgetsState()

QByteArray AODCollHandleBase::extraWidgetsState ( ) const
protectedvirtualinherited

Reimplemented from VP1StdCollection.

Definition at line 510 of file AODCollHandleBase.cxx.

511{
512 VP1Serialise serialise(0/*version*/,systemBase());
513 // serialise.save(m_dbase->comboBox_colourby);
514 // serialise.disableUnsavedChecks();
515 return serialise.result();
516}
IVP1System * systemBase() const
void serialise(const std::vector< const IRoiDescriptor * > &rois, roiserial_type &s)
serialise an entire vector of IRoiDescriptors

◆ fillObjectBrowser()

void AODCollHandleBase::fillObjectBrowser ( )
privateinherited

Definition at line 431 of file AODCollHandleBase.cxx.

432{
433 QElapsedTimer t;
434 t.start();
435 messageVerbose("AODCollHandleBase::fillObjectBrowser called for "+name());
436
437 QTreeWidget* trkObjBrowser = common()->controller()->objBrowser();
438 if (!trkObjBrowser) {
439 messageVerbose("AODCollHandleBase::fillObjectBrowser: no common()->controller()->objBrowser(). Aborting");
440 return;
441 }
442 // if (!nShownHandles()) {
443 // messageVerbose("AODCollHandleBase::fillObjectBrowser: no shown handles, so leaving.");
444 // return; // don't bother with hidden collection
445 // }
446
447 trkObjBrowser->setUpdatesEnabled(false);
448
449 bool firstTime=false;
450 if (!m_dbase->objBrowseTree) {
451 m_dbase->objBrowseTree = new QTreeWidgetItem(0);
452 firstTime=true;
453 messageVerbose("AODCollHandleBase::fillObjectBrowser: First time so creating QTreeWidgetItem.");
454 } else {
455 int index = trkObjBrowser->indexOfTopLevelItem(m_dbase->objBrowseTree);
456 if (index==-1 ) {
457 messageVerbose("Missing from WidgetTree! Will continue but something must be wrong");
458 }
459 }
460
461 messageVerbose("AODCollHandleBase::fillObjectBrowser about to start looping over handles at "+QString::number(t.elapsed())+" ms");
462
463 QList<QTreeWidgetItem *> list;
465 AODHandleBase* handle=0;
466 unsigned int i=0;
467 unsigned int numVisible=0;
468 while ((handle=getNextHandle()))
469 {
470 if (firstTime){
471 handle->fillObjectBrowser(list);
472 } else {
473 handle->updateObjectBrowser();
474 }
475
476 // messageVerbose("AODCollHandleBase::fillObjectBrowser for handle completed in "+QString::number(t.elapsed()));
477
478 if (handle->visible() ) numVisible++;
479 i++;
480 }
481
482 QString text(QString(": (")+QString::number(numVisible)+QString("/")+QString::number(i)+QString(") visible"));
483
484 m_dbase->objBrowseTree->setText(0, name());
485 m_dbase->objBrowseTree->setText(1, text);
486 m_dbase->objBrowseTree->addChildren(list);
487 trkObjBrowser->addTopLevelItem(m_dbase->objBrowseTree);
488 trkObjBrowser->setUpdatesEnabled(true);
489
490 messageVerbose("AODCollHandleBase::fillObjectBrowser completed in "+QString::number(t.elapsed())+" ms");
491
492}
const AODSysCommonData * common() const
virtual void handleIterationBegin()=0
virtual AODHandleBase * getNextHandle()=0
void updateObjectBrowser()
Update object browser QTreeWidgetItem.
bool visible() const
virtual void fillObjectBrowser(QList< QTreeWidgetItem * > &list)
Create and fill the object browser QTreeWidgetItem.
const AODSystemController * controller() const
QTreeWidget * objBrowser() const
Returns a pointer to the Track Object Browser (if it exists)
str index
Definition DeMoScan.py:362
list(name, path='/')
Definition histSizes.py:38

◆ getCutAllowedR()

const VP1Interval & VertexCollHandle::getCutAllowedR ( )
inline

Definition at line 126 of file VertexCollHandle.h.

126{return m_cut_allowedR; };

◆ getCutAllowedY

const VP1Interval & VertexCollHandle::getCutAllowedY ( )
inlineslot

Definition at line 124 of file VertexCollHandle.h.

124{return m_cut_allowedY; };

◆ getCutAllowedZ()

const VP1Interval & VertexCollHandle::getCutAllowedZ ( )
inline

Definition at line 125 of file VertexCollHandle.h.

125{return m_cut_allowedZ; };

◆ getHandlesList()

QList< AODHandleBase * > VertexCollHandle::getHandlesList ( ) const
protectedvirtual

Implements AODCollHandleBase.

Definition at line 260 of file VertexCollHandle.cxx.

261{
262 messageVerbose("VertexCollHandle::getHandlesList()");
263 return m_d->handlesList;
264}

◆ getNextHandle()

AODHandleBase * VertexCollHandle::getNextHandle ( )
protectedvirtual

Implements AODCollHandleBase.

Definition at line 351 of file VertexCollHandle.cxx.

351 {
352 if (m_d->itHandles==m_d->itHandlesEnd)
353 return 0;
354 else
355 return *(m_d->itHandles++);
356}

◆ getRAllowall()

bool VertexCollHandle::getRAllowall ( )
inline

Definition at line 129 of file VertexCollHandle.h.

129{return m_cut_r_allowall; };

◆ getStates()

VP1CollStates VP1Collection::getStates ( const QList< VP1Collection * > & cols)
staticinherited

Definition at line 92 of file VP1Collection.cxx.

93{
94 VP1Msg::messageDebug("VP1Collection::getStates() - start...");
95
97 for (VP1Collection* col : cols) {
98 VP1Msg::messageDebug("inserting collection: " + col->section() );
99 states.insert(col->persistifiableID(),col->persistifiableState());
100 }
101
102 VP1Msg::messageDebug("VP1Collection::getStates() - end.");
103
104 return states;
105}
QMap< QByteArray, QByteArray > VP1CollStates

◆ getYAllowall()

bool VertexCollHandle::getYAllowall ( )
inline

Definition at line 127 of file VertexCollHandle.h.

127{return m_cut_y_allowall; };

◆ getZAllowall()

bool VertexCollHandle::getZAllowall ( )
inline

Definition at line 128 of file VertexCollHandle.h.

128{return m_cut_z_allowall; };

◆ handleIterationBegin()

void VertexCollHandle::handleIterationBegin ( )
protectedvirtual

Implements AODCollHandleBase.

Definition at line 344 of file VertexCollHandle.cxx.

345{
346 m_d->itHandles = m_d->handles.begin();
347 m_d->itHandlesEnd = m_d->handles.end();
348}

◆ helperClassName()

const QString & VP1HelperClassBase::helperClassName ( ) const
inlineinherited

Definition at line 51 of file VP1HelperClassBase.h.

51{ return m_helpername; }

◆ hintNumberOfHandlesInEvent()

void VertexCollHandle::hintNumberOfHandlesInEvent ( unsigned n)
protectedvirtual

Implements AODCollHandleBase.

Definition at line 326 of file VertexCollHandle.cxx.

327{
328 m_d->handles.reserve(n);
329}

◆ incrementNShownHandles()

void AODCollHandleBase::incrementNShownHandles ( )
inlineinherited

Definition at line 132 of file AODCollHandleBase.h.

132{ ++m_nshownhandles; }

◆ init()

void VertexCollHandle::init ( VP1MaterialButtonBase * matBut = 0)
virtual

Implements AODCollHandleBase.

Definition at line 149 of file VertexCollHandle.cxx.

150{
151 m_d->collSettingsButton = new VertexCollectionSettingsButton;
152 m_d->collSettingsButton->setMaterialText(name());
153 VP1StdCollection::init(m_d->collSettingsButton);//this call is required. Passing in m_d->collSettingsButton means we have the more complex button.
154 setupSettingsFromController(common()->controller());
155 connect(this,SIGNAL(visibilityChanged(bool)),this,SLOT(collVisibilityChanged(bool)));
156
157 collSwitch()->addChild(m_d->collSettingsButton->vertexLightModel());
158 collSwitch()->addChild(m_d->collSettingsButton->vertexDrawStyle());
159}
void setupSettingsFromController(const AODSystemController *)
virtual void init(VP1MaterialButtonBase *button=0)
SoSwitch * collSwitch() const
Add this somewhere in your scenegraph (do not add any children here!)
void visibilityChanged(bool)

◆ isLoaded()

bool VP1StdCollection::isLoaded ( ) const
inherited

Definition at line 148 of file VP1StdCollection.cxx.

149{
150 return m_d->loaded;
151}

◆ largeChangesBegin()

void VP1StdCollection::largeChangesBegin ( )
virtualinherited

Reimplemented in VP1CaloClusterCollection.

Definition at line 228 of file VP1StdCollection.cxx.

229{
230 if (!m_d->collsep)
231 message("ERROR: largeChangesBegin() called before init()");
232 m_d->collsep->enableNotify(false);
233 ++(m_d->largechangescount_sep);
234 m_d->theswitch->enableNotify(false);
235 ++(m_d->largechangescount_switch);
236}

◆ largeChangesEnd()

void VP1StdCollection::largeChangesEnd ( )
virtualinherited

Reimplemented in VP1CaloClusterCollection.

Definition at line 239 of file VP1StdCollection.cxx.

240{
241 if (!m_d->collsep)
242 message("ERROR: largeChangesEnd() called before init()");
243 if (m_d->largechangescount_sep>0) {
244 if (--(m_d->largechangescount_sep)==0) {
245 m_d->collsep->enableNotify(true);
246 m_d->collsep->touch();
247 }
248 }
249 if (m_d->largechangescount_switch>0) {
250 if (--(m_d->largechangescount_switch)==0) {
251 m_d->theswitch->enableNotify(true);
252 m_d->theswitch->touch();
253 }
254 }
255}

◆ load()

bool VertexCollHandle::load ( )
protectedvirtual

Actually load the EDM objects.

Implements VP1StdCollection.

Definition at line 199 of file VertexCollHandle.cxx.

200{
201 messageVerbose("loading Vertex collection");
202
203 //Get collection:
204 const xAOD::VertexContainer * coll(nullptr);
205
206 #if defined BUILDVP1LIGHT
207 // // Get the name of the application:
208 // const char* appName = "VP1Light";
209
210 // // Initialize the environment:
211 // if( !xAOD::Init( appName ).isSuccess() ) {
212 // message("Failed to execute xAOD::Init");
213 // return false;
214 // }
215
216 // Retrieve objects from the event
217 if( !(systemBase()->getEvent())->retrieve( coll, name().toStdString()).isSuccess() ) {
218 message("Error: Could not retrieve collection with key="+name());
219 return false;
220 }
221 #else
222 if (!VP1SGAccessHelper(systemBase()).retrieve(coll, name())) {
223 message("Error: Could not retrieve vertex collection with key="+name());
224 return false;
225 }
226 #endif //BUILDVP1LIGHT
227
228 // // Retrieve the xAOD particles:
229 // const xAOD::VertexContainer* xaod = evtStore()->retrieve<const xAOD::VertexContainer>( m_VertexCollection );
230
231 // Check that the auxiliary store association was made successfully:
232 if( ! coll->hasStore() ) {
233 message("No auxiliary store got associated to the Vertex container with key: " +name());
234 }
235
236 // This is needed for now, until the issues around the DV code are
237 // sorted out...
238 const_cast< xAOD::VertexContainer* >( coll )->setStore(
239 ( SG::IAuxStore* ) coll->getConstStore() );
240 for (auto vertex : *coll) {
241 qInfo() << " (x, y, z) = (" << vertex->x() << ", " << vertex->y() << ", " << vertex->z() << ")"; // just to print out something
242 } // end for loop over vertices
243
244 //Make appropriate vertex handles:
245 xAOD::VertexContainer::const_iterator it, itEnd = coll->end();
246 for ( it = coll->begin() ; it != itEnd; ++it) {
247 // m_d->possiblyUpdateGUI(); FIXME
249 if (!*it) {
250 messageDebug("WARNING: Ignoring null Vertex pointer.");
251 continue;
252 }
253 addHandle(new VertexHandle(this,*it));
254 }
255 return true;
256}
DataModel_detail::const_iterator< DataVector > const_iterator
Definition DataVector.h:838
void updateGUI()
void addHandle(AODHandleBase *)
retrieve(aClass, aKey=None)
Definition PyKernel.py:110

◆ matButtonToolTip()

virtual QString AODCollHandleBase::matButtonToolTip ( ) const
inlineprotectedvirtualinherited

Reimplemented from VP1StdCollection.

Definition at line 156 of file AODCollHandleBase.h.

156{ return "Edit cuts/properties/material for "+text(); }

◆ material()

SoMaterial * VP1StdCollection::material ( ) const
inherited

Definition at line 220 of file VP1StdCollection.cxx.

221{
222 if (!m_d->material)
223 message("ERROR: material() called before init()");
224 return m_d->material;
225}

◆ mayHaveAssociatedObjects()

virtual bool VertexCollHandle::mayHaveAssociatedObjects ( ) const
inlineprotectedvirtual

Definition at line 104 of file VertexCollHandle.h.

104{ return false; }

◆ message() [1/3]

void VP1HelperClassBase::message ( const QString & str) const
inherited

Definition at line 49 of file VP1HelperClassBase.cxx.

50{
51 if (m_helpername.isEmpty()) {
52 if (m_system)
53 m_system->message(str);
54 else
55 std::cout<<VP1Msg::prefix_msg()<<" [nameless helper class]: "<<str.toStdString()<<std::endl;
56 } else {
57 if (m_system)
58 m_system->message("["+m_helpername+"] " + str);
59 else
60 std::cout<<VP1Msg::prefix_msg()<<" ["<<m_helpername.toStdString()<<"]: "<<str.toStdString()<<std::endl;
61 }
62}
static const char * prefix_msg()
Definition VP1Msg.h:56

◆ message() [2/3]

void VP1HelperClassBase::message ( const QString & addtostart,
const QStringList & l,
const QString & addtoend = "" ) const
inherited

Definition at line 131 of file VP1HelperClassBase.cxx.

132{
133 if (addtostart.isEmpty()) {
134 message(l,addtoend);
135 return;
136 }
137 if (addtoend.isEmpty()) {
138 for (const QString& s : l)
139 message(addtostart+s);
140 } else {
141 for (const QString& s : l)
142 message(addtostart+s+addtoend);
143 }
144}

◆ message() [3/3]

void VP1HelperClassBase::message ( const QStringList & l,
const QString & addtoend = "" ) const
inherited

Definition at line 91 of file VP1HelperClassBase.cxx.

92{
93 if (addtoend.isEmpty()) {
94 for (const QString& s : l)
95 message(s);
96 } else {
97 for (const QString& s : l)
98 message(s+addtoend);
99 }
100}

◆ messageDebug() [1/3]

void VP1HelperClassBase::messageDebug ( const QString & str) const
inherited

Definition at line 65 of file VP1HelperClassBase.cxx.

66{
67 if (!VP1Msg::debug())
68 return;
69 std::string sysstring(m_system ? " in "+m_system->name().toStdString() : std::string(""));
70 if (m_helpername.isEmpty()) {
71 std::cout<<VP1Msg::prefix_debug()<<" [helper"<<sysstring<<"]: "<<str.toStdString()<<std::endl;
72 } else {
73 std::cout<<VP1Msg::prefix_debug()<<" ["<<m_helpername.toStdString()<<sysstring<<"]: "<<str.toStdString()<<std::endl;
74 }
75}
static bool debug()
Definition VP1Msg.h:32
static const char * prefix_debug()
Definition VP1Msg.h:57

◆ messageDebug() [2/3]

void VP1HelperClassBase::messageDebug ( const QString & addtostart,
const QStringList & l,
const QString & addtoend = "" ) const
inherited

Definition at line 147 of file VP1HelperClassBase.cxx.

148{
149 if (!VP1Msg::debug())
150 return;
151 if (addtostart.isEmpty()) {
152 messageDebug(l,addtoend);
153 return;
154 }
155 if (addtoend.isEmpty()) {
156 for (const QString& s : l)
157 messageDebug(addtostart+s);
158 } else {
159 for (const QString& s : l)
160 messageDebug(addtostart+s+addtoend);
161 }
162}

◆ messageDebug() [3/3]

void VP1HelperClassBase::messageDebug ( const QStringList & l,
const QString & addtoend = "" ) const
inherited

Definition at line 103 of file VP1HelperClassBase.cxx.

104{
105 if (!VP1Msg::debug())
106 return;
107 if (addtoend.isEmpty()) {
108 for (const QString& s : l)
109 messageDebug(s);
110 } else {
111 for (const QString& s : l)
112 messageDebug(s+addtoend);
113 }
114}

◆ messageVerbose() [1/3]

void VP1HelperClassBase::messageVerbose ( const QString & str) const
inherited

Definition at line 78 of file VP1HelperClassBase.cxx.

79{
80 if (!VP1Msg::verbose())
81 return;
82 std::string sysstring(m_system ? " in "+m_system->name().toStdString() : std::string(""));
83 if (m_helpername.isEmpty()) {
84 std::cout<<VP1Msg::prefix_verbose()<<" [helper"<<sysstring<<"]: "<<str.toStdString()<<std::endl;
85 } else {
86 std::cout<<VP1Msg::prefix_verbose()<<" ["<<m_helpername.toStdString()<<sysstring<<"]: "<<str.toStdString()<<std::endl;
87 }
88}
static const char * prefix_verbose()
Definition VP1Msg.h:59

◆ messageVerbose() [2/3]

void VP1HelperClassBase::messageVerbose ( const QString & addtostart,
const QStringList & l,
const QString & addtoend = "" ) const
inherited

Definition at line 165 of file VP1HelperClassBase.cxx.

166{
167 if (!VP1Msg::verbose())
168 return;
169 if (addtostart.isEmpty()) {
170 messageVerbose(l,addtoend);
171 return;
172 }
173 if (addtoend.isEmpty()) {
174 for (const QString& s : l)
175 messageVerbose(addtostart+s);
176 } else {
177 for (const QString& s : l)
178 messageVerbose(addtostart+s+addtoend);
179 }
180}

◆ messageVerbose() [3/3]

void VP1HelperClassBase::messageVerbose ( const QStringList & l,
const QString & addtoend = "" ) const
inherited

Definition at line 117 of file VP1HelperClassBase.cxx.

118{
119 if (!VP1Msg::verbose())
120 return;
121 if (addtoend.isEmpty()) {
122 for (const QString& s : l)
124 } else {
125 for (const QString& s : l)
126 messageVerbose(s+addtoend);
127 }
128}

◆ name()

const QString & AODCollHandleBase::name ( ) const
inherited

Definition at line 130 of file AODCollHandleBase.cxx.

131{
132 return m_dbase->name;
133}

◆ nShownHandles()

int AODCollHandleBase::nShownHandles ( )
inlineinherited

Definition at line 129 of file AODCollHandleBase.h.

129{ return m_nshownhandles; }

◆ persistifiableID()

QByteArray VP1Collection::persistifiableID ( ) const
inherited

Definition at line 49 of file VP1Collection.cxx.

50{
51 VP1Msg::messageDebug("VP1Collection::persistifiableID()");
52
53 if (!m_d->persistIDProvided) {
54 m_d->persistIDProvided = true;
55 m_d->persistID = providePersistifiableID().toHex();//toHex() necessary for some unknown reason!
56 //Without it keys in maps are apparently considered similar! (Qt bug??)
57 }
58 return m_d->persistID;
59}
virtual QByteArray providePersistifiableID() const =0

◆ persistifiableState()

QByteArray VertexCollHandle::persistifiableState ( ) const
virtual

Provide specific implementation.

Reimplemented from AODCollHandleBase.

Definition at line 464 of file VertexCollHandle.cxx.

465{
466 messageDebug("VertexCollHandle::persistifiableState() - start...");
467
468 // if (!m_d->matButton) {
469 // message("ERROR: persistifiableState() called before init()");
470 // return QByteArray();
471 // }
472 VP1Serialise serialise(1/*version*/);
473 serialise.disableUnsavedChecks();
474
475 // SAVE THE CHECKED/UNCHECKED STATUS OF THE COLLECTION
476 serialise.save(visible());
477
478 // SAVE THE MATERIAL BUTTON
479 // Q_ASSERT(m_d->matButton&&"Did you forget to call init() on this VP1StdCollection?");
480 // serialise.save(m_d->matButton->saveState());
481
482 // SAVE THE EXTRA-STATES
483 serialise.save(extraWidgetsState());//version 1+
484
485 messageDebug("VertexCollHandle::persistifiableState() - end.");
486 return serialise.result();
487}
QByteArray extraWidgetsState() const

◆ possibleChangeMatTranspOrBrightness

void VP1StdCollection::possibleChangeMatTranspOrBrightness ( )
slotinherited

Definition at line 348 of file VP1StdCollection.cxx.

349{
350 double t = m_d->matButton->lastAppliedTransparency();
351 double b = m_d->matButton->lastAppliedBrightness();
352 if ( m_d->lastMatTransparency == t && m_d->lastMatBrightness == b )
353 return;
354 m_d->lastMatTransparency = t;
355 m_d->lastMatBrightness = b;
357}
virtual void collMaterialTransparencyAndBrightnessChanged()

◆ problemsLoading()

bool VP1StdCollection::problemsLoading ( ) const
inherited

Definition at line 154 of file VP1StdCollection.cxx.

155{
156 return m_d->problemsloading;
157}

◆ provideCollTypeID()

qint32 AODCollHandleBase::provideCollTypeID ( ) const
protectedvirtualinherited

Reimplemented from VP1StdCollection.

Definition at line 375 of file AODCollHandleBase.cxx.

376{
377 return m_type; // This is the xAOD::Type::ObjectType value
378}
xAOD::Type::ObjectType m_type

◆ provideExtraWidgetsForGuiRow()

QList< QWidget * > AODCollHandleBase::provideExtraWidgetsForGuiRow ( ) const
protectedvirtualinherited

Reimplemented from VP1StdCollection.

Definition at line 503 of file AODCollHandleBase.cxx.

504{
505 // return QList<QWidget*>() << m_dbase->comboBox_colourby;
506 return QList<QWidget*>();
507}

◆ providePersistifiableID()

QByteArray VP1StdCollection::providePersistifiableID ( ) const
protectedvirtualinherited

Implements VP1Collection.

Reimplemented in VP1MissingEtHandle.

Definition at line 325 of file VP1StdCollection.cxx.

326{
327 VP1Serialise serialise(-10/*version*/);//we use negative versions here (0 and -10 already used),
328 //to allow derived classes to use positive numbers.
329 serialise.disableUnsavedChecks();
330 serialise.save(collTypeID());
331 serialise.save(text());
332 return serialise.result();
333}
qint32 collTypeID() const

◆ provideSection()

QString AODCollHandleBase::provideSection ( ) const
protectedvirtualinherited

Implements VP1Collection.

Definition at line 380 of file AODCollHandleBase.cxx.

380 {
381
382 std::stringstream ss;
383 ss << m_type;
384 QString section = QString::fromStdString(ss.str());
385 return section;
386}
static Double_t ss
QString section() const

◆ provideSectionToolTip()

QString AODCollHandleBase::provideSectionToolTip ( ) const
protectedvirtualinherited

Reimplemented from VP1Collection.

Definition at line 388 of file AODCollHandleBase.cxx.

388 {
389 return QString("TODO!");
390}

◆ provideText()

virtual QString AODCollHandleBase::provideText ( ) const
inlineprotectedvirtualinherited

Implements VP1StdCollection.

Definition at line 153 of file AODCollHandleBase.h.

153{ return name(); };//FIXME

◆ provideWidgetsForGuiRow()

QList< QWidget * > VP1StdCollection::provideWidgetsForGuiRow ( ) const
protectedvirtualinherited

Implements VP1Collection.

Definition at line 258 of file VP1StdCollection.cxx.

259{
260 m_d->extraWidgets = provideExtraWidgetsForGuiRow();
261
262 QList<QWidget*> l;
263 l << m_d->checkBox;
264 l << m_d->matButton;
265 l << m_d->extraWidgets;
266 return l;
267}
virtual QList< QWidget * > provideExtraWidgetsForGuiRow() const
l
Printing final latex table to .tex output file.

◆ recheckCutStatus() [1/2]

void AODCollHandleBase::recheckCutStatus ( AODHandleBase * handle)
protectedinherited

Definition at line 137 of file AODCollHandleBase.cxx.

138{
139 messageVerbose("AODCollHandleBase::recheckCutStatus() & visible="+str(visible()));
140 handle->setVisible( visible() && cut(handle));
141}
virtual bool cut(AODHandleBase *)=0
void setVisible(bool)
use by the collection handle.

◆ recheckCutStatus() [2/2]

void VertexCollHandle::recheckCutStatus ( VertexHandle * )
protected

◆ recheckCutStatusOfAllHandles()

void AODCollHandleBase::recheckCutStatusOfAllHandles ( )
inherited

Definition at line 203 of file AODCollHandleBase.cxx.

204{
205 messageVerbose("AODCollHandleBase::recheckCutStatusOfAllHandles()");
206 if (!isLoaded())
207 return;
210 AODHandleBase* handle=0;
211 while ((handle=getNextHandle()))
212 {
213 if (handle->visible())
214 recheckCutStatus(handle);
215 }
218
219 message("recheckCutStatusOfAllHandles: "+str(nShownHandles())+"/"+str(getHandlesList().count())+" pass cuts");
220}
void recheckCutStatus(AODHandleBase *)
virtual QList< AODHandleBase * > getHandlesList() const =0
void updateObjectBrowserVisibilityCounts()
virtual void largeChangesEnd()
virtual void largeChangesBegin()
int count(std::string s, const std::string &regx)
count how many occurances of a regx are in a string
Definition hcg.cxx:146

◆ recheckCutStatusOfAllNotVisibleHandles()

void AODCollHandleBase::recheckCutStatusOfAllNotVisibleHandles ( )
inherited

Definition at line 177 of file AODCollHandleBase.cxx.

178{
179 messageVerbose("AODCollHandleBase::recheckCutStatusOfAllNotVisibleHandles");
180
181 if (!isLoaded()){
182 messageVerbose("AODCollHandleBase::recheckCutStatusOfAllNotVisibleHandles - not yet loaded. Aborting.");
183 return;
184 }
185
187 AODHandleBase* handle=0;
188 // unsigned int i=0;
190 while ((handle=getNextHandle()))
191 {
192 // std::cout<<"Looking at handle "<<++i<<" with visible="<<handle->visible()<<std::endl;
193 if (!handle->visible())
194 recheckCutStatus(handle);
195 }
198
199 message("recheckCutStatusOfAllNotVisibleHandles: "+str(nShownHandles())+"/"+str(getHandlesList().count())+" pass cuts");
200}

◆ recheckCutStatusOfAllVisibleHandles()

void AODCollHandleBase::recheckCutStatusOfAllVisibleHandles ( )
inherited

Definition at line 144 of file AODCollHandleBase.cxx.

145{
146 messageVerbose("AODCollHandleBase::recheckCutStatusOfAllVisibleHandles");
147
148 if (!isLoaded())
149 return;
150
151 //This method is called when a cut is tightened - thus we better start by deselectAll to avoid weird highlighting issues.
152 common()->system()->deselectAll();
153
156 AODHandleBase* handle=0;
157 while ((handle=getNextHandle()))
158 {
159 if (handle->visible())
160 recheckCutStatus(handle);
161 }
162 // handle=getNextHandle();
163 // recheckCutStatus(handle);
164
165 // std::vector<AODHandleBase*>::iterator it(m_dbase->handles.begin()),itE(m_dbase->handles.end());
166 // for (;it!=itE;++it) {
167 // if ((*it)->visible())
168 // recheckCutStatus(*it);
169 // }
172
173 message("recheckCutStatusOfAllVisibleHandles: "+str(nShownHandles())+"/"+str(getHandlesList().count())+" pass cuts");
174}
const VP1AODSystem * system() const
virtual void deselectAll(SoCooperativeSelection *exception_sel=0)

◆ resetCachedValuesCuts

void VertexCollHandle::resetCachedValuesCuts ( )
privateslot

Definition at line 177 of file VertexCollHandle.cxx.

178{
179 // TODO: it is not used so far! Check Other collections and update accordingly
180
181 // kinetic cuts
182 setCutAllowedR(m_d->collSettingsButton->cutAllowedR());
183 setCutAllowedY(m_d->collSettingsButton->cutAllowedY());
184 setCutAllowedZ(m_d->collSettingsButton->cutAllowedZ());
185 // other settings
186 setVertexSize(m_d->collSettingsButton->vertexSize());
187}
void setCutAllowedZ(const VP1Interval &)
void setCutAllowedY(const VP1Interval &)
void setCutAllowedR(const VP1Interval &)

◆ section()

QString VP1Collection::section ( ) const
inherited

Definition at line 72 of file VP1Collection.cxx.

73{
74 if (!m_d->sectionProvided) {
75 m_d->sectionProvided = true;
76 m_d->section = provideSection();
77 }
78 return m_d->section;
79}
virtual QString provideSection() const =0

◆ sectionToolTip()

QString VP1Collection::sectionToolTip ( ) const
inherited

Definition at line 82 of file VP1Collection.cxx.

83{
84 if (!m_d->sectionToolTipProvided) {
85 m_d->sectionToolTipProvided = true;
86 m_d->sectionToolTip = provideSectionToolTip();
87 }
88 return m_d->sectionToolTip;
89}
virtual QString provideSectionToolTip() const

◆ sepHelper() [1/2]

VP1ExtraSepLayerHelper * AODCollHandleBase::sepHelper ( )
inlineinherited

Definition at line 91 of file AODCollHandleBase.h.

91{ return m_sephelper; }//For attaching/detaching.

◆ sepHelper() [2/2]

const VP1ExtraSepLayerHelper * AODCollHandleBase::sepHelper ( ) const
inlineinherited

Definition at line 90 of file AODCollHandleBase.h.

90{ return m_sephelper; }//For attaching/detaching.

◆ setCutAllowedR

void VertexCollHandle::setCutAllowedR ( const VP1Interval & allowedR)
slot

Definition at line 359 of file VertexCollHandle.cxx.

360{
361
362 messageVerbose("signal received in setCutAllowedR ("+allowedR.toString()+") with m_cut_allowedR = "+m_cut_allowedR.toString());
363 if (!allowedR.isSane())
364 return;
365
366 if (m_cut_allowedR==allowedR)
367 return;
368
369 m_cut_r_allowall = allowedR.isAllR();
370 m_cut_rz_allwillfail = allowedR.isEmpty() || m_cut_allowedR.isEmpty();
371
372 std::cout<<"m_cut_rz_allwillfail= "<<m_cut_rz_allwillfail<< " because allowedR.isEmpty()="<<allowedR.isEmpty()<<" || m_cut_allowedR.isEmpty() = "<<m_cut_allowedR.isEmpty()<<std::endl;
373
374 if (!m_cut_allowedR.contains(allowedR)&&!allowedR.contains(m_cut_allowedR)) {
375 m_cut_allowedR = allowedR;
377 return;
378 }
379 bool relaxcut = allowedR.contains(m_cut_allowedR);
380 m_cut_allowedR = allowedR;
381 if (relaxcut)
383 else
385}
bool isEmpty() const
QString toString() const
bool isSane() const
bool isAllR() const
bool contains(const double &x) const

◆ setCutAllowedY

void VertexCollHandle::setCutAllowedY ( const VP1Interval & allowedY)
slot

Definition at line 388 of file VertexCollHandle.cxx.

389{
390 messageVerbose("signal received in setCutAllowedY ("+allowedY.toString()+")");
391 if (!allowedY.isSane())
392 return;
393
394 if (m_cut_allowedY==allowedY)
395 return;
396 m_cut_y_allowall = allowedY.isAllR();
397 m_cut_ry_allwillfail = allowedY.isEmpty() || m_cut_allowedY.isEmpty();
398
399 if (!m_cut_allowedY.contains(allowedY) && !allowedY.contains(m_cut_allowedY)) {
400 m_cut_allowedY = allowedY;
402 return;
403 }
404 bool relaxcut = allowedY.contains(m_cut_allowedY);
405 m_cut_allowedY = allowedY;
406 if (relaxcut)
408 else
410}

◆ setCutAllowedZ

void VertexCollHandle::setCutAllowedZ ( const VP1Interval & allowedZ)
slot

Definition at line 412 of file VertexCollHandle.cxx.

413{
414 messageVerbose("signal received in setCutAllowedZ ("+allowedZ.toString()+")");
415 if (!allowedZ.isSane())
416 return;
417
418 if (m_cut_allowedZ==allowedZ)
419 return;
420 m_cut_z_allowall = allowedZ.isAllR();
421 m_cut_rz_allwillfail = allowedZ.isEmpty() || m_cut_allowedZ.isEmpty();
422
423 if (!m_cut_allowedZ.contains(allowedZ)&&!allowedZ.contains(m_cut_allowedZ)) {
424 m_cut_allowedZ = allowedZ;
426 return;
427 }
428 bool relaxcut = allowedZ.contains(m_cut_allowedZ);
429 m_cut_allowedZ = allowedZ;
430 if (relaxcut)
432 else
434}

◆ setExtraWidgetsState()

void AODCollHandleBase::setExtraWidgetsState ( const QByteArray & ba)
protectedvirtualinherited

Reimplemented from VP1StdCollection.

Definition at line 519 of file AODCollHandleBase.cxx.

520{
521 messageDebug(" AODCollHandleBase::setExtraWidgetsState() - ba: " + ba);
522
523 if (ba.isEmpty())
524 messageVerbose("ExtraWidgetState ByteArray is empty.");
525
526 // VP1Deserialise state(ba, systemBase());
527 // if (state.version()!=0)
528 // return;//just ignore silently... i guess we ought to warn?
529 // state.restore(m_dbase->comboBox_colourby);
530 // state.disableUnrestoredChecks();
531 // colourByComboBoxItemChanged();
532}

◆ setHelperClassName()

void VP1HelperClassBase::setHelperClassName ( const QString & n)
inlineprotectedinherited

Definition at line 59 of file VP1HelperClassBase.h.

◆ setSepHelper()

void AODCollHandleBase::setSepHelper ( VP1ExtraSepLayerHelper * sh)
inlineinherited

Definition at line 92 of file AODCollHandleBase.h.

92{ m_sephelper=sh; }//For attaching/detaching.

◆ setState()

void VertexCollHandle::setState ( const QByteArray & state)
virtual

Provide specific implementation.

Reimplemented from AODCollHandleBase.

Definition at line 444 of file VertexCollHandle.cxx.

445{
446 VP1Deserialise des(state);
447 des.disableUnrestoredChecks();
448 if (des.version()!=0&&des.version()!=1) {
449 messageDebug("Warning: Ignoring state with wrong version");
450 return;
451 }
452 bool vis = des.restoreBool();
453
454 QByteArray matState = des.restoreByteArray();
455 // m_d->matButton->restoreFromState(matState);
456 QByteArray extraWidgetState = des.version()>=1 ? des.restoreByteArray() : QByteArray();
457 setVisible(vis);
458
459 if (extraWidgetState!=QByteArray())
460 setExtraWidgetsState(extraWidgetState);
461}
void setExtraWidgetsState(const QByteArray &)

◆ setSystemBasePointer()

void VP1HelperClassBase::setSystemBasePointer ( IVP1System * sys)
inherited

Definition at line 197 of file VP1HelperClassBase.cxx.

198{
199 m_system = sys;
200 if (VP1Msg::verbose()){
201 vp1helperclassbase_instanceMap[this] = (m_system?m_system->name():QString(""));
202 }
203}
static std::map< VP1HelperClassBase *, QString > vp1helperclassbase_instanceMap

◆ setupSettingsFromController()

void AODCollHandleBase::setupSettingsFromController ( const AODSystemController * controller)
inherited

Definition at line 112 of file AODCollHandleBase.cxx.

113{
114 messageVerbose("setupSettingsFromController start");
115 if (!controller) {
116 message("Not properly initialized: controller pointer is zero.");
117 return;
118 }
119
121 // connect(common()->system(),SIGNAL(newHandleSelected( const AODHandleBase&)),this,SLOT(handleSelectionChanged()));
123
125 messageVerbose("setupSettingsFromController end");
126}
virtual void setupSettingsFromControllerSpecific(const AODSystemController *)
For extensions specific to this collection.

◆ setupSettingsFromControllerSpecific()

void VertexCollHandle::setupSettingsFromControllerSpecific ( const AODSystemController * )
protectedvirtual

For extensions specific to this collection.

Reimplemented from AODCollHandleBase.

Definition at line 161 of file VertexCollHandle.cxx.

161 {
162 //cuts
163 // R
164 connect(m_d->collSettingsButton,SIGNAL(cutAllowedRChanged(const VP1Interval&)),this,SLOT(setCutAllowedR(const VP1Interval&)));
165 setCutAllowedR(m_d->collSettingsButton->cutAllowedR());
166 // Y
167 connect(m_d->collSettingsButton,SIGNAL(cutAllowedYChanged(const VP1Interval&)),this,SLOT(setCutAllowedY(const VP1Interval&)));
168 setCutAllowedY(m_d->collSettingsButton->cutAllowedY());
169 // Z
170 connect(m_d->collSettingsButton,SIGNAL(cutAllowedZChanged(const VP1Interval&)),this,SLOT(setCutAllowedZ(const VP1Interval&)));
171 setCutAllowedZ(m_d->collSettingsButton->cutAllowedZ());
172 // size
173 connect(m_d->collSettingsButton,SIGNAL(vertexSizeChanged(int)),this,SLOT(setVertexSize(int)));
174 setVertexSize(m_d->collSettingsButton->vertexSize());
175}

◆ setVertexSize

void VertexCollHandle::setVertexSize ( int size)
slot

Definition at line 436 of file VertexCollHandle.cxx.

437{
438 messageVerbose("signal received in vertexSizeChanged ("+str(size)+")");
439
441}

◆ setVisible

void VP1StdCollection::setVisible ( bool b)
slotinherited

Definition at line 160 of file VP1StdCollection.cxx.

161{
162 if (m_d->visible==b||problemsLoading())
163 return;
164 m_d->visible=b;
165 messageVerbose("Visible state ("+text()+") => "+str(m_d->visible));
166
167 //Possibly load:
168 if (m_d->visible&&!m_d->loaded) {
169 m_d->loaded = true;
170 m_d->theswitch->whichChild = SO_SWITCH_NONE;
171 bool ok = load();
172 if (!ok) {
173 m_d->problemsloading = true;
174 m_d->visible = false;
175 m_d->checkBox->blockSignals(true);
176 m_d->checkBox->setChecked(false);
177 m_d->checkBox->setToolTip("Problems encountered during attempt to load this collection");
178 for (QWidget*w : widgetsForGuiRow())
179 w->setEnabled(false);
180 message("Problems loading "+text());
181 return;
182 }
183 m_d->theswitch->addChild(m_d->material);
184 m_d->theswitch->addChild(m_d->collsep);
185 }
186
187 Q_ASSERT(!problemsLoading());
188
189 //Update checkbox and switch:
190 if (m_d->checkBox->isChecked()!=m_d->visible) {
191 bool save = m_d->checkBox->blockSignals(true);
192 m_d->checkBox->setChecked(m_d->visible);
193 if (!save)
194 m_d->checkBox->blockSignals(false);
195 }
196 if ((m_d->theswitch->whichChild.getValue()==SO_SWITCH_ALL) != m_d->visible)
197 m_d->theswitch->whichChild = ( m_d->visible ? SO_SWITCH_ALL : SO_SWITCH_NONE );
198
199 visibilityChanged(m_d->visible);
200}
virtual QList< QWidget * > widgetsForGuiRow() const
virtual bool load()=0
bool problemsLoading() const

◆ str() [1/30]

QString VP1String::str ( const Amg::Vector3D & t)
inlinestaticinherited

Definition at line 98 of file VP1String.h.

98{ return "("+str(t.x())+", "+str(t.y())+", "+str(t.z())+")"; }

◆ str() [2/30]

QString VP1String::str ( const bool b)
inlinestaticinherited

Definition at line 53 of file VP1String.h.

53{ return b?"True":"False"; }

◆ str() [3/30]

QString VP1String::str ( const char * c)
inlinestaticinherited

Definition at line 50 of file VP1String.h.

50{ return c; }

◆ str() [4/30]

QString VP1String::str ( const double & d)
inlinestaticinherited

Definition at line 81 of file VP1String.h.

81{ return QString::number(d); }

◆ str() [5/30]

QString VP1String::str ( const float & f)
inlinestaticinherited

Definition at line 82 of file VP1String.h.

82{ return QString::number(f); }

◆ str() [6/30]

template<class T>
QString VP1String::str ( const HepGeom::BasicVector3D< T > & t)
inlinestaticinherited

Definition at line 95 of file VP1String.h.

95{ return "("+str(t.x())+", "+str(t.y())+", "+str(t.z())+")"; }

◆ str() [7/30]

QString VP1String::str ( const QColor & c)
staticinherited

Definition at line 30 of file VP1String.cxx.

31{
32 return c.isValid() ? c.name() : "Invalid";
33}

◆ str() [8/30]

template<class T>
QString VP1String::str ( const QFlags< T > & f)
inlinestaticinherited

Definition at line 91 of file VP1String.h.

91{ return "0x"+QString::number(f, 16).toUpper().rightJustified(8,'0'); }

◆ str() [9/30]

template<class T>
QString VP1String::str ( const QList< T > & t)
inlinestaticinherited

Definition at line 102 of file VP1String.h.

102{ return "QList of size"+QString::number(t.size()); }

◆ str() [10/30]

QString VP1String::str ( const QString & s)
inlinestaticinherited

Definition at line 49 of file VP1String.h.

49{ return s; }

◆ str() [11/30]

QString VP1String::str ( const SbColor & c)
staticinherited

Definition at line 36 of file VP1String.cxx.

37{
39}
static QColor sbcol2qcol(const SbColor &)

◆ str() [12/30]

QString VP1String::str ( const SbVec2d & v)
staticinherited

Definition at line 61 of file VP1String.cxx.

61{ double x,y; v.getValue(x,y); return "("+str(x)+", "+str(y)+")"; }
#define y
#define x

◆ str() [13/30]

QString VP1String::str ( const SbVec2f & v)
staticinherited

Definition at line 62 of file VP1String.cxx.

62{ float x,y; v.getValue(x,y); return "("+str(x)+", "+str(y)+")"; }

◆ str() [14/30]

QString VP1String::str ( const SbVec2s & v)
staticinherited

Definition at line 63 of file VP1String.cxx.

63{ short x,y; v.getValue(x,y); return "("+str(x)+", "+str(y)+")"; }

◆ str() [15/30]

QString VP1String::str ( const SbVec3d & v)
staticinherited

Definition at line 64 of file VP1String.cxx.

64{ double x,y,z; v.getValue(x,y,z); return "("+str(x)+", "+str(y)+", "+str(z)+")"; }
#define z

◆ str() [16/30]

QString VP1String::str ( const SbVec3f & v)
staticinherited

Definition at line 65 of file VP1String.cxx.

65{ float x,y,z; v.getValue(x,y,z); return "("+str(x)+", "+str(y)+", "+str(z)+")"; }

◆ str() [17/30]

QString VP1String::str ( const SbVec3s & v)
staticinherited

Definition at line 66 of file VP1String.cxx.

66{ short x,y,z; v.getValue(x,y,z); return "("+str(x)+", "+str(y)+", "+str(z)+")"; }

◆ str() [18/30]

QString VP1String::str ( const SbVec4d & v)
staticinherited

Definition at line 67 of file VP1String.cxx.

67{ double x,y,z,t; v.getValue(x,y,z,t); return "("+str(x)+", "+str(y)+", "+str(z)+", "+str(t)+")"; }

◆ str() [19/30]

QString VP1String::str ( const SbVec4f & v)
staticinherited

Definition at line 68 of file VP1String.cxx.

68{ float x,y,z,t; v.getValue(x,y,z,t); return "("+str(x)+", "+str(y)+", "+str(z)+", "+str(t)+")"; }

◆ str() [20/30]

template<class T>
QString VP1String::str ( const T * t)
inlinestaticinherited

Definition at line 87 of file VP1String.h.

87{ return str(static_cast<const void* >(t)); }

◆ str() [21/30]

QString VP1String::str ( const void * p)
staticinherited

Definition at line 48 of file VP1String.cxx.

49{
50 if (p) {
51 std::ostringstream s;
52 s << p;
53 // Explicitly naming QString here avoids a cppcheck warning.
54 return QString (s.str().c_str());
55 } else {
56 return "NULL";
57 }
58}

◆ str() [22/30]

QString VP1String::str ( const VP1Interval & i)
staticinherited

Definition at line 42 of file VP1String.cxx.

43{
44 return i.toString();
45}

◆ str() [23/30]

QString VP1String::str ( int n)
inlinestaticinherited

Definition at line 77 of file VP1String.h.

77{ return QString::number(n); }

◆ str() [24/30]

QString VP1String::str ( long n)
inlinestaticinherited

Definition at line 75 of file VP1String.h.

75{ return QString::number(n); }

◆ str() [25/30]

QString VP1String::str ( qlonglong n)
inlinestaticinherited

Definition at line 79 of file VP1String.h.

79{ return QString::number(n); }

◆ str() [26/30]

QString VP1String::str ( qulonglong n)
inlinestaticinherited

Definition at line 80 of file VP1String.h.

80{ return QString::number(n); }

◆ str() [27/30]

QString VP1String::str ( short int n)
inlinestaticinherited

Definition at line 73 of file VP1String.h.

73{ return QString::number(n); }

◆ str() [28/30]

QString VP1String::str ( uint n)
inlinestaticinherited

Definition at line 78 of file VP1String.h.

78{ return QString::number(n); }

◆ str() [29/30]

QString VP1String::str ( ulong n)
inlinestaticinherited

Definition at line 76 of file VP1String.h.

76{ return QString::number(n); }

◆ str() [30/30]

QString VP1String::str ( unsigned short int n)
inlinestaticinherited

Definition at line 74 of file VP1String.h.

74{ return QString::number(n); }

◆ systemBase()

IVP1System * VP1HelperClassBase::systemBase ( ) const
inlineinherited

Definition at line 50 of file VP1HelperClassBase.h.

50{ return m_system; }

◆ text()

QString VP1StdCollection::text ( ) const
inherited

Definition at line 132 of file VP1StdCollection.cxx.

133{
134 if (!m_d->textProvided) {
135 m_d->textProvided = true;
136 m_d->text = provideText();
137 }
138 return m_d->text;
139}
virtual QString provideText() const =0

◆ toBaseCollList()

template<class T>
QList< VP1Collection * > VP1Collection::toBaseCollList ( const QList< T * > & in)
staticinherited

Definition at line 80 of file VP1Collection.h.

81{
82 QList<VP1Collection*> l;
83 for (T * t : in)
84 l << static_cast<T*>(t);
85 return l;
86}

◆ update3DObjectsOfAllHandles()

void AODCollHandleBase::update3DObjectsOfAllHandles ( )
inherited

Definition at line 223 of file AODCollHandleBase.cxx.

224{
225 if (!isLoaded())
226 return;
227 if (VP1Msg::verbose())
228 messageVerbose("update3DObjectsOfAllHandles start");
231 AODHandleBase* handle=0;
232 while ((handle=getNextHandle()))
233 handle->update3DObjects();
234
236 messageVerbose("update3DObjectsOfAllHandles end");
237}
virtual void update3DObjects()
Called after some configuration changes, or when the object is first created. Must be overloaded by c...

◆ updateMaterialOfAllHandles()

void AODCollHandleBase::updateMaterialOfAllHandles ( )
inherited

Definition at line 240 of file AODCollHandleBase.cxx.

241{
242 if (!isLoaded())
243 return;
244 messageVerbose("updateMaterialOfAllHandles start");
247 AODHandleBase* handle=0;
248 while ((handle=getNextHandle()))
249 handle->updateMaterial();
251 messageVerbose("updateMaterialOfAllHandles end");
252}
void updateMaterial()
Called after some configuration related to material changes.

◆ updateObjectBrowserVisibilityCounts()

void AODCollHandleBase::updateObjectBrowserVisibilityCounts ( )
privateinherited

Definition at line 419 of file AODCollHandleBase.cxx.

419 {
420 messageVerbose("AODCollHandleBase::updateObjectBrowserVisibilityCounts called for "+name());
421 QTreeWidget* trkObjBrowser = common()->controller()->objBrowser();
422 if (!trkObjBrowser || !m_dbase->objBrowseTree) {
423 messageVerbose("AODCollHandleBase::updateObjectBrowserVisibilityCounts: no common()->controller()->objBrowser() and/or d->objBrowseTree. Aborting");
424 messageVerbose("trkObjBrowser: "+str(trkObjBrowser)+"\t d->objBrowseTree: "+str(m_dbase->objBrowseTree));
425 return;
426 }
427 QString text(QString(": (")+QString::number(nShownHandles())+QString("/")+QString::number(getHandlesList().count())+QString(") visible"));
428 m_dbase->objBrowseTree->setText(1, text);
429}

◆ updateStates()

void VP1Collection::updateStates ( VP1CollStates & state,
const VP1CollStates & newInfo )
staticinherited

Definition at line 118 of file VP1Collection.cxx.

119{
120 VP1Msg::messageDebug("VP1Collection::updateStates() - start...");
121 QMapIterator<QByteArray,QByteArray> it(newInfo);
122 while (it.hasNext()) {
123 it.next();
124 state.insert(it.key(),it.value());
125 }
126 VP1Msg::messageDebug("VP1Collection::updateStates() - end.");
127}

◆ verbose()

bool VP1HelperClassBase::verbose ( )
inlinestaticinherited

Definition at line 32 of file VP1HelperClassBase.h.

32{ return s_vp1verbose; } // Returns true if env var VP1_VERBOSE_OUTPUT=1
static const bool s_vp1verbose

◆ visibilityChanged

void VP1StdCollection::visibilityChanged ( bool )
signalinherited

◆ visible()

bool VP1StdCollection::visible ( ) const
inherited

Definition at line 142 of file VP1StdCollection.cxx.

143{
144 return m_d->visible;
145}

◆ warnUndeletedInstances()

void VP1HelperClassBase::warnUndeletedInstances ( )
staticinherited

Definition at line 183 of file VP1HelperClassBase.cxx.

184{
186 return;
187 std::cout << "WARNING: Detected "<<vp1helperclassbase_instanceMap.size()<<" undeleted helper class instances:"<<std::endl;
188
189 std::map<VP1HelperClassBase*,QString>::iterator it,itE(vp1helperclassbase_instanceMap.end());
190 for (it = vp1helperclassbase_instanceMap.begin();it!=itE;++it) {
191 std::cout << " ==> "<<it->first<<": "<<it->first->m_helpername.toStdString()
192 << (it->second.isEmpty()?QString(""):" (in system "+it->second+")").toStdString()<<std::endl;
193 }
194}

◆ widgetsForGuiRow()

QList< QWidget * > VP1Collection::widgetsForGuiRow ( ) const
virtualinherited

Definition at line 62 of file VP1Collection.cxx.

63{
64 if (!m_d->widgetsForGuiRowProvided) {
65 m_d->widgetsForGuiRowProvided = true;
66 m_d->widgetsForGuiRow = provideWidgetsForGuiRow();
67 }
68 return m_d->widgetsForGuiRow;
69}
virtual QList< QWidget * > provideWidgetsForGuiRow() const =0

◆ xAODType()

xAOD::Type::ObjectType AODCollHandleBase::xAODType ( ) const
inlineinherited

Dummy implementation does nothing.

This is actually the same as is returned by provideCollTypeID(), but this is public and more clearly named.

Definition at line 97 of file AODCollHandleBase.h.

Member Data Documentation

◆ m_commonData

AODSysCommonData* AODCollHandleBase::m_commonData
privateinherited

Definition at line 190 of file AODCollHandleBase.h.

◆ m_cut_allowedR

VP1Interval VertexCollHandle::m_cut_allowedR
private

Definition at line 138 of file VertexCollHandle.h.

◆ m_cut_allowedY

VP1Interval VertexCollHandle::m_cut_allowedY
private

Definition at line 137 of file VertexCollHandle.h.

◆ m_cut_allowedZ

VP1Interval VertexCollHandle::m_cut_allowedZ
private

Definition at line 139 of file VertexCollHandle.h.

◆ m_cut_r_allowall

bool VertexCollHandle::m_cut_r_allowall
private

Definition at line 141 of file VertexCollHandle.h.

◆ m_cut_ry_allwillfail

bool VertexCollHandle::m_cut_ry_allwillfail = false
private

Definition at line 143 of file VertexCollHandle.h.

◆ m_cut_rz_allwillfail

bool VertexCollHandle::m_cut_rz_allwillfail
private

Definition at line 144 of file VertexCollHandle.h.

◆ m_cut_y_allowall

bool VertexCollHandle::m_cut_y_allowall = false
private

Definition at line 140 of file VertexCollHandle.h.

◆ m_cut_z_allowall

bool VertexCollHandle::m_cut_z_allowall
private

Definition at line 142 of file VertexCollHandle.h.

◆ m_d

Imp* VertexCollHandle::m_d
private

Definition at line 134 of file VertexCollHandle.h.

◆ m_dbase

Imp* AODCollHandleBase::m_dbase
privateinherited

Definition at line 186 of file AODCollHandleBase.h.

◆ m_helpername

QString VP1HelperClassBase::m_helpername
privateinherited

Definition at line 67 of file VP1HelperClassBase.h.

◆ m_nshownhandles

int AODCollHandleBase::m_nshownhandles
privateinherited

Definition at line 188 of file AODCollHandleBase.h.

◆ m_sephelper

VP1ExtraSepLayerHelper* AODCollHandleBase::m_sephelper
privateinherited

Definition at line 191 of file AODCollHandleBase.h.

◆ m_system

IVP1System* VP1HelperClassBase::m_system
privateinherited

Definition at line 68 of file VP1HelperClassBase.h.

◆ m_type

xAOD::Type::ObjectType AODCollHandleBase::m_type
privateinherited

Definition at line 189 of file AODCollHandleBase.h.

◆ s_vp1verbose

const bool VP1HelperClassBase::s_vp1verbose = VP1QtUtils::environmentVariableIsOn("VP1_VERBOSE_OUTPUT")
staticprivateinherited

Definition at line 69 of file VP1HelperClassBase.h.


The documentation for this class was generated from the following files: