|
ATLAS Offline Software
|
#include <IParticleCollHandle_TrackParticle.h>
|
| IParticleCollHandle_TrackParticle (AODSysCommonData *, const QString &name, xAOD::Type::ObjectType type, bool shouldLoad=true) |
| shouldLoad is used to disable the call to load if the collhandle is for temporary (read: associated) trackparticles. More...
|
|
virtual | ~IParticleCollHandle_TrackParticle () |
|
virtual void | init (VP1MaterialButtonBase *matBut=0) |
|
virtual void | setupSettingsFromControllerSpecific (const AODSystemController *) |
| For extensions specific to this collection. More...
|
|
virtual void | dumpToJSON (std::ofstream &) const |
|
const TrackParticleCollectionSettingsButton & | collSettingsButton () const |
|
virtual void | hintNumberOfHandlesInEvent (unsigned) |
|
void | addHandle (AODHandleBase *) |
|
virtual void | handleIterationBegin () |
|
virtual AODHandleBase * | getNextHandle () |
|
QList< AODHandleBase * > | getHandlesList () const |
|
virtual QByteArray | persistifiableState () const |
| Provide specific implementation. More...
|
|
virtual void | setState (const QByteArray &) |
| Provide specific implementation. More...
|
|
virtual bool | mayHaveAssociatedObjects () const |
|
const VP1Interval & | getCutAllowedEta () |
|
QList< VP1Interval > | getCutAllowedPhi () |
|
bool | getPtAllowall () |
|
bool | getEtaAllowall () |
|
bool | getPhiAllowall () |
|
void | setupSettingsFromController (const AODSystemController *) |
|
QString | name () const |
|
const AODSysCommonData * | common () const |
|
AODSysCommonData * | common () |
|
const VP1ExtraSepLayerHelper * | sepHelper () const |
|
VP1ExtraSepLayerHelper * | sepHelper () |
|
void | setSepHelper (VP1ExtraSepLayerHelper *sh) |
|
xAOD::Type::ObjectType | xAODType () const |
| Dummy implementation does nothing. More...
|
|
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!) More...
|
|
SoSeparator * | collSep () const |
| All 3D objects from this coll. More...
|
|
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 |
|
IVP1System * | systemBase () const |
|
QString | helperClassName () const |
|
◆ IParticleCollHandle_TrackParticle()
shouldLoad is used to disable the call to load if the collhandle is for temporary (read: associated) trackparticles.
Definition at line 75 of file IParticleCollHandle_TrackParticle.cxx.
85 QString safetext(
text());
86 safetext.replace(
' ',
'_');
87 safetext.replace(
'[',
'_');
88 safetext.replace(
']',
'_');
89 safetext.replace(
'/',
'_');
90 safetext.replace(
'.',
'_');
91 safetext.replace(
',',
'_');
92 safetext.replace(
'<',
'_');
93 safetext.replace(
'>',
'_');
94 safetext.replace(
'&',
'_');
◆ ~IParticleCollHandle_TrackParticle()
IParticleCollHandle_TrackParticle::~IParticleCollHandle_TrackParticle |
( |
| ) |
|
|
virtual |
◆ addHandle()
◆ applyStates()
◆ assignDefaultMaterial()
void AODCollHandleBase::assignDefaultMaterial |
( |
SoMaterial * |
m | ) |
const |
|
protectedvirtualinherited |
◆ availableCollections()
QStringList IParticleCollHandle_TrackParticle::availableCollections |
( |
IVP1System * |
sys | ) |
|
|
static |
◆ checkBoxToolTip()
virtual QString VP1StdCollection::checkBoxToolTip |
( |
| ) |
const |
|
inlineprotectedvirtualinherited |
◆ cleanupPtrContainer()
template<class T >
void IParticleCollHandleBase::cleanupPtrContainer |
( |
T & |
| ) |
const |
|
protectedinherited |
◆ collMaterialBrightness()
double VP1StdCollection::collMaterialBrightness |
( |
| ) |
const |
|
inherited |
◆ collMaterialTransparency()
double VP1StdCollection::collMaterialTransparency |
( |
| ) |
const |
|
inherited |
◆ collMaterialTransparencyAndBrightnessChanged()
virtual void VP1StdCollection::collMaterialTransparencyAndBrightnessChanged |
( |
| ) |
|
|
inlineprotectedvirtualinherited |
◆ collSep()
SoSeparator * VP1StdCollection::collSep |
( |
| ) |
const |
|
inherited |
All 3D objects from this coll.
belongs under here.
Definition at line 212 of file VP1StdCollection.cxx.
215 message(
"ERROR: collSep() called before init()");
◆ collSettingsButton()
◆ 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.
207 message(
"ERROR: collSwitch() called before init()");
◆ collTypeID()
qint32 VP1StdCollection::collTypeID |
( |
| ) |
const |
|
inherited |
◆ collVisibilityChanged
void AODCollHandleBase::collVisibilityChanged |
( |
bool |
vis | ) |
|
|
privateslotinherited |
◆ colourByComboBoxItemChanged
void AODCollHandleBase::colourByComboBoxItemChanged |
( |
| ) |
|
|
privateslotinherited |
◆ common() [1/2]
◆ common() [2/2]
◆ cut()
bool IParticleCollHandle_TrackParticle::cut |
( |
AODHandleBase * |
handle | ) |
|
|
protectedvirtual |
◆ decrementNShownHandles()
void AODCollHandleBase::decrementNShownHandles |
( |
| ) |
|
|
inlineinherited |
◆ defaultColor()
virtual QColor IParticleCollHandle_TrackParticle::defaultColor |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ dumpToJSON()
void IParticleCollHandle_TrackParticle::dumpToJSON |
( |
std::ofstream & |
str | ) |
const |
|
virtual |
◆ extraWidgetsState()
QByteArray AODCollHandleBase::extraWidgetsState |
( |
| ) |
const |
|
protectedvirtualinherited |
◆ fillObjectBrowser()
void AODCollHandleBase::fillObjectBrowser |
( |
| ) |
|
|
privateinherited |
Definition at line 431 of file AODCollHandleBase.cxx.
438 if (!trkObjBrowser) {
439 messageVerbose(
"AODCollHandleBase::fillObjectBrowser: no common()->controller()->objBrowser(). Aborting");
447 trkObjBrowser->setUpdatesEnabled(
false);
449 bool firstTime=
false;
453 messageVerbose(
"AODCollHandleBase::fillObjectBrowser: First time so creating QTreeWidgetItem.");
457 messageVerbose(
"Missing from WidgetTree! Will continue but something must be wrong");
463 QList<QTreeWidgetItem *>
list;
467 unsigned int numVisible=0;
478 if (handle->
visible() ) numVisible++;
488 trkObjBrowser->setUpdatesEnabled(
true);
◆ getCutAllowedEta()
◆ getCutAllowedPhi()
QList<VP1Interval> IParticleCollHandleBase::getCutAllowedPhi |
( |
| ) |
|
|
inlineinherited |
◆ getCutAllowedPt
◆ getEtaAllowall()
bool IParticleCollHandleBase::getEtaAllowall |
( |
| ) |
|
|
inlineinherited |
◆ getHandlesList()
QList< AODHandleBase * > IParticleCollHandleBase::getHandlesList |
( |
| ) |
const |
|
virtualinherited |
◆ getNextHandle()
◆ getPhiAllowall()
bool IParticleCollHandleBase::getPhiAllowall |
( |
| ) |
|
|
inlineinherited |
◆ getPtAllowall()
bool IParticleCollHandleBase::getPtAllowall |
( |
| ) |
|
|
inlineinherited |
◆ getStates()
◆ handleIterationBegin()
void IParticleCollHandleBase::handleIterationBegin |
( |
| ) |
|
|
virtualinherited |
◆ helperClassName()
QString VP1HelperClassBase::helperClassName |
( |
| ) |
const |
|
inlineinherited |
◆ hintNumberOfHandlesInEvent()
void IParticleCollHandleBase::hintNumberOfHandlesInEvent |
( |
unsigned |
n | ) |
|
|
virtualinherited |
◆ incrementNShownHandles()
void AODCollHandleBase::incrementNShownHandles |
( |
| ) |
|
|
inlineinherited |
◆ init()
◆ isLoaded()
bool VP1StdCollection::isLoaded |
( |
| ) |
const |
|
inherited |
◆ largeChangesBegin()
void VP1StdCollection::largeChangesBegin |
( |
| ) |
|
|
virtualinherited |
◆ largeChangesEnd()
void VP1StdCollection::largeChangesEnd |
( |
| ) |
|
|
virtualinherited |
◆ load()
bool IParticleCollHandle_TrackParticle::load |
( |
| ) |
|
|
protectedvirtual |
Implements VP1StdCollection.
Definition at line 174 of file IParticleCollHandle_TrackParticle.cxx.
177 messageVerbose(
"not loading TrackParticle collection - contains associated objects.");
185 #if defined BUILDVP1LIGHT
188 message(
"Error: Could not retrieve collection with key="+
name());
193 message(
"Error: Could not retrieve track particle collection with key="+
name());
196 #endif // BUILDVP1LIGHT
202 if( ! coll->hasStore() ) {
203 message(
"No auxiliary store got associated to the TrackParticle container with key: " +
name());
214 for (
it = coll->begin() ;
it != itEnd; ++
it) {
217 messageDebug(
"WARNING: Ignoring null TrackParticle pointer.");
220 if ((*it)->charge()==0.0) {
221 messageDebug(
"WARNING: Ignoring TrackParticle which claims to be neutral (charge()==0.0).");
◆ matButtonToolTip()
virtual QString AODCollHandleBase::matButtonToolTip |
( |
| ) |
const |
|
inlineprotectedvirtualinherited |
◆ material()
SoMaterial * VP1StdCollection::material |
( |
| ) |
const |
|
inherited |
◆ mayHaveAssociatedObjects()
virtual bool IParticleCollHandleBase::mayHaveAssociatedObjects |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ message() [1/3]
void VP1HelperClassBase::message |
( |
const QString & |
str | ) |
const |
|
inherited |
◆ message() [2/3]
void VP1HelperClassBase::message |
( |
const QString & |
addtostart, |
|
|
const QStringList & |
l, |
|
|
const QString & |
addtoend = "" |
|
) |
| const |
|
inherited |
◆ message() [3/3]
void VP1HelperClassBase::message |
( |
const QStringList & |
l, |
|
|
const QString & |
addtoend = "" |
|
) |
| const |
|
inherited |
◆ messageDebug() [1/3]
void VP1HelperClassBase::messageDebug |
( |
const QString & |
str | ) |
const |
|
inherited |
◆ messageDebug() [2/3]
void VP1HelperClassBase::messageDebug |
( |
const QString & |
addtostart, |
|
|
const QStringList & |
l, |
|
|
const QString & |
addtoend = "" |
|
) |
| const |
|
inherited |
◆ messageDebug() [3/3]
void VP1HelperClassBase::messageDebug |
( |
const QStringList & |
l, |
|
|
const QString & |
addtoend = "" |
|
) |
| const |
|
inherited |
◆ messageVerbose() [1/3]
void VP1HelperClassBase::messageVerbose |
( |
const QString & |
str | ) |
const |
|
inherited |
◆ messageVerbose() [2/3]
void VP1HelperClassBase::messageVerbose |
( |
const QString & |
addtostart, |
|
|
const QStringList & |
l, |
|
|
const QString & |
addtoend = "" |
|
) |
| const |
|
inherited |
◆ messageVerbose() [3/3]
void VP1HelperClassBase::messageVerbose |
( |
const QStringList & |
l, |
|
|
const QString & |
addtoend = "" |
|
) |
| const |
|
inherited |
◆ name()
QString AODCollHandleBase::name |
( |
| ) |
const |
|
inherited |
◆ nShownHandles()
int AODCollHandleBase::nShownHandles |
( |
| ) |
|
|
inlineinherited |
◆ persistifiableID()
QByteArray VP1Collection::persistifiableID |
( |
| ) |
const |
|
inherited |
◆ persistifiableState()
QByteArray IParticleCollHandleBase::persistifiableState |
( |
| ) |
const |
|
virtualinherited |
◆ possibleChangeMatTranspOrBrightness
void VP1StdCollection::possibleChangeMatTranspOrBrightness |
( |
| ) |
|
|
slotinherited |
◆ problemsLoading()
bool VP1StdCollection::problemsLoading |
( |
| ) |
const |
|
inherited |
◆ propagationOptionsChanged
void IParticleCollHandle_TrackParticle::propagationOptionsChanged |
( |
| ) |
|
|
privateslot |
◆ provideCollTypeID()
qint32 AODCollHandleBase::provideCollTypeID |
( |
| ) |
const |
|
protectedvirtualinherited |
◆ provideExtraWidgetsForGuiRow()
QList< QWidget * > AODCollHandleBase::provideExtraWidgetsForGuiRow |
( |
| ) |
const |
|
protectedvirtualinherited |
◆ providePersistifiableID()
QByteArray VP1StdCollection::providePersistifiableID |
( |
| ) |
const |
|
protectedvirtualinherited |
◆ provideSection()
QString AODCollHandleBase::provideSection |
( |
| ) |
const |
|
protectedvirtualinherited |
◆ provideSectionToolTip()
QString AODCollHandleBase::provideSectionToolTip |
( |
| ) |
const |
|
protectedvirtualinherited |
◆ provideText()
virtual QString AODCollHandleBase::provideText |
( |
| ) |
const |
|
inlineprotectedvirtualinherited |
◆ provideWidgetsForGuiRow()
QList< QWidget * > VP1StdCollection::provideWidgetsForGuiRow |
( |
| ) |
const |
|
protectedvirtualinherited |
◆ recheckCutStatus()
void AODCollHandleBase::recheckCutStatus |
( |
AODHandleBase * |
handle | ) |
|
|
protectedinherited |
◆ recheckCutStatusOfAllHandles()
void AODCollHandleBase::recheckCutStatusOfAllHandles |
( |
| ) |
|
|
inherited |
◆ recheckCutStatusOfAllNotVisibleHandles()
void AODCollHandleBase::recheckCutStatusOfAllNotVisibleHandles |
( |
| ) |
|
|
inherited |
◆ recheckCutStatusOfAllVisibleHandles()
void AODCollHandleBase::recheckCutStatusOfAllVisibleHandles |
( |
| ) |
|
|
inherited |
◆ resetCachedValuesCuts
void IParticleCollHandle_TrackParticle::resetCachedValuesCuts |
( |
| ) |
|
|
privateslot |
◆ section()
QString VP1Collection::section |
( |
| ) |
const |
|
inherited |
◆ sectionToolTip()
QString VP1Collection::sectionToolTip |
( |
| ) |
const |
|
inherited |
◆ sepHelper() [1/2]
◆ sepHelper() [2/2]
◆ setCutAllowedEta
void IParticleCollHandleBase::setCutAllowedEta |
( |
const VP1Interval & |
allowedEta | ) |
|
|
slotinherited |
◆ setCutAllowedPhi
void IParticleCollHandleBase::setCutAllowedPhi |
( |
const QList< VP1Interval > & |
allowedPhi | ) |
|
|
slotinherited |
◆ setCutAllowedPt
Definition at line 218 of file IParticleCollHandleBase.cxx.
230 double signMin = allowedpt.
lower()<0.0 ? -1.0 : 1.0;
231 double signMax = allowedpt.
upper()<0.0 ? -1.0 : 1.0;
232 double minptsq = allowedpt.
lower() == -std::numeric_limits<double>::infinity() ? -std::numeric_limits<double>::infinity() : signMin*(allowedpt.lower()*allowedpt.lower());
233 double maxptsq = allowedpt.
upper() == std::numeric_limits<double>::infinity() ? std::numeric_limits<double>::infinity() : signMax*(allowedpt.
upper()*allowedpt.
upper());
◆ setExtraWidgetsState()
void AODCollHandleBase::setExtraWidgetsState |
( |
const QByteArray & |
ba | ) |
|
|
protectedvirtualinherited |
◆ setHelperClassName()
void VP1HelperClassBase::setHelperClassName |
( |
const QString & |
n | ) |
|
|
inlineprotectedinherited |
◆ setSepHelper()
◆ setState()
void IParticleCollHandleBase::setState |
( |
const QByteArray & |
state | ) |
|
|
virtualinherited |
◆ setSystemBasePointer()
void VP1HelperClassBase::setSystemBasePointer |
( |
IVP1System * |
sys | ) |
|
|
inherited |
◆ setupSettingsFromController()
◆ setupSettingsFromControllerSpecific()
◆ setVisible
void VP1StdCollection::setVisible |
( |
bool |
b | ) |
|
|
slotinherited |
◆ showParametersChanged
void IParticleCollHandle_TrackParticle::showParametersChanged |
( |
bool |
val | ) |
|
|
privateslot |
◆ str() [1/30]
◆ str() [2/30]
static QString VP1String::str |
( |
const bool |
b | ) |
|
|
inlinestaticinherited |
Definition at line 53 of file VP1String.h.
53 {
return b?
"True":
"False"; }
◆ str() [3/30]
static QString VP1String::str |
( |
const char * |
c | ) |
|
|
inlinestaticinherited |
◆ str() [4/30]
static QString VP1String::str |
( |
const double & |
d | ) |
|
|
inlinestaticinherited |
◆ str() [5/30]
static QString VP1String::str |
( |
const float & |
f | ) |
|
|
inlinestaticinherited |
◆ str() [6/30]
◆ str() [7/30]
QString VP1String::str |
( |
const QColor & |
c | ) |
|
|
staticinherited |
Definition at line 30 of file VP1String.cxx.
32 return c.isValid() ?
c.name() :
"Invalid";
◆ str() [8/30]
template<class T >
static QString VP1String::str |
( |
const QFlags< T > & |
f | ) |
|
|
inlinestaticinherited |
◆ str() [9/30]
template<class T >
static QString VP1String::str |
( |
const QList< T > & |
t | ) |
|
|
inlinestaticinherited |
◆ str() [10/30]
static QString VP1String::str |
( |
const QString & |
s | ) |
|
|
inlinestaticinherited |
◆ str() [11/30]
QString VP1String::str |
( |
const SbColor & |
c | ) |
|
|
staticinherited |
◆ str() [12/30]
QString VP1String::str |
( |
const SbVec2d & |
v | ) |
|
|
staticinherited |
◆ str() [13/30]
QString VP1String::str |
( |
const SbVec2f & |
v | ) |
|
|
staticinherited |
◆ str() [14/30]
QString VP1String::str |
( |
const SbVec2s & |
v | ) |
|
|
staticinherited |
◆ str() [15/30]
QString VP1String::str |
( |
const SbVec3d & |
v | ) |
|
|
staticinherited |
◆ str() [16/30]
QString VP1String::str |
( |
const SbVec3f & |
v | ) |
|
|
staticinherited |
◆ str() [17/30]
QString VP1String::str |
( |
const SbVec3s & |
v | ) |
|
|
staticinherited |
◆ str() [18/30]
QString VP1String::str |
( |
const SbVec4d & |
v | ) |
|
|
staticinherited |
◆ str() [19/30]
QString VP1String::str |
( |
const SbVec4f & |
v | ) |
|
|
staticinherited |
◆ str() [20/30]
template<class T >
static 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.
54 return QString (
s.str().c_str());
◆ str() [22/30]
◆ str() [23/30]
static QString VP1String::str |
( |
int |
n | ) |
|
|
inlinestaticinherited |
◆ str() [24/30]
static QString VP1String::str |
( |
long |
n | ) |
|
|
inlinestaticinherited |
◆ str() [25/30]
static QString VP1String::str |
( |
qlonglong |
n | ) |
|
|
inlinestaticinherited |
◆ str() [26/30]
static QString VP1String::str |
( |
qulonglong |
n | ) |
|
|
inlinestaticinherited |
◆ str() [27/30]
static QString VP1String::str |
( |
short int |
n | ) |
|
|
inlinestaticinherited |
◆ str() [28/30]
static QString VP1String::str |
( |
uint |
n | ) |
|
|
inlinestaticinherited |
◆ str() [29/30]
static QString VP1String::str |
( |
ulong |
n | ) |
|
|
inlinestaticinherited |
◆ str() [30/30]
static QString VP1String::str |
( |
unsigned short int |
n | ) |
|
|
inlinestaticinherited |
◆ systemBase()
IVP1System* VP1HelperClassBase::systemBase |
( |
| ) |
const |
|
inlineinherited |
◆ text()
QString VP1StdCollection::text |
( |
| ) |
const |
|
inherited |
◆ toBaseCollList()
Definition at line 80 of file VP1Collection.h.
82 QList<VP1Collection*>
l;
84 l << static_cast<T*>(
t);
◆ update3DObjectsOfAllHandles()
void AODCollHandleBase::update3DObjectsOfAllHandles |
( |
| ) |
|
|
inherited |
◆ updateMaterialOfAllHandles()
void AODCollHandleBase::updateMaterialOfAllHandles |
( |
| ) |
|
|
inherited |
◆ updateObjectBrowserVisibilityCounts()
void AODCollHandleBase::updateObjectBrowserVisibilityCounts |
( |
| ) |
|
|
privateinherited |
Definition at line 419 of file AODCollHandleBase.cxx.
420 messageVerbose(
"AODCollHandleBase::updateObjectBrowserVisibilityCounts called for "+
name());
423 messageVerbose(
"AODCollHandleBase::updateObjectBrowserVisibilityCounts: no common()->controller()->objBrowser() and/or d->objBrowseTree. Aborting");
◆ updateStates()
Definition at line 118 of file VP1Collection.cxx.
121 QMapIterator<QByteArray,QByteArray>
it(newInfo);
122 while (
it.hasNext()) {
124 state.insert(
it.key(),
it.value());
◆ verbose()
static bool VP1HelperClassBase::verbose |
( |
| ) |
|
|
inlinestaticinherited |
◆ visibilityChanged
void VP1StdCollection::visibilityChanged |
( |
bool |
| ) |
|
|
signalinherited |
◆ visible()
bool VP1StdCollection::visible |
( |
| ) |
const |
|
inherited |
◆ warnUndeletedInstances()
void VP1HelperClassBase::warnUndeletedInstances |
( |
| ) |
|
|
staticinherited |
Definition at line 183 of file VP1HelperClassBase.cxx.
185 if (vp1helperclassbase_instanceMap.empty())
187 std::cout <<
"WARNING: Detected "<<vp1helperclassbase_instanceMap.size()<<
" undeleted helper class instances:"<<std::endl;
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;
◆ widgetsForGuiRow()
QList< QWidget * > VP1Collection::widgetsForGuiRow |
( |
| ) |
const |
|
virtualinherited |
◆ xAODType()
◆ m_commonData
◆ m_cut_allowedEta
◆ m_cut_allowedPhi
QList<VP1Interval> IParticleCollHandleBase::m_cut_allowedPhi |
|
privateinherited |
◆ m_cut_allowedPtSq
◆ m_cut_eta_allowall
bool IParticleCollHandleBase::m_cut_eta_allowall |
|
privateinherited |
◆ m_cut_etaptphi_allwillfail
bool IParticleCollHandleBase::m_cut_etaptphi_allwillfail |
|
privateinherited |
◆ m_cut_phi_allowall
bool IParticleCollHandleBase::m_cut_phi_allowall |
|
privateinherited |
◆ m_cut_pt_allowall
bool IParticleCollHandleBase::m_cut_pt_allowall |
|
privateinherited |
◆ m_d
Imp* IParticleCollHandle_TrackParticle::m_d |
|
private |
◆ m_dbase
Imp* AODCollHandleBase::m_dbase |
|
privateinherited |
◆ m_helpername
QString VP1HelperClassBase::m_helpername |
|
privateinherited |
◆ m_nshownhandles
int AODCollHandleBase::m_nshownhandles |
|
privateinherited |
◆ m_sephelper
◆ m_system
◆ m_type
◆ s_vp1verbose
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
JetConstituentVector::iterator iterator
void setExtraWidgetsState(const QByteArray &)
void updateMaterial()
Called after some configuration related to material changes.
QMap< QByteArray, QByteArray > VP1CollStates
QTreeWidget * objBrowser() const
Returns a pointer to the Track Object Browser (if it exists)
TrackParticleCollectionSettingsButton * collSettingsButton
Const iterator class for DataVector/DataList.
QList< QWidget * > widgetsForGuiRow
VP1Interval cutAllowedEta() const
void serialise(const std::vector< const IRoiDescriptor * > &rois, roiserial_type &s)
serialise an entire vector of IRoiDescriptors
IParticleCollHandle_TrackParticle * theclass
virtual QList< QWidget * > provideWidgetsForGuiRow() const =0
qint32 collTypeID() const
void messageVerbose(const QString &) const
SoSwitch * collSwitch() const
Add this somewhere in your scenegraph (do not add any children here!)
static const bool s_vp1verbose
void propagationOptionsChanged()
QList< VP1Interval > cutAllowedPhi() const
const AODSystemController * controller() const
virtual void init(VP1MaterialButtonBase *button=0)
virtual void fillObjectBrowser(QList< QTreeWidgetItem * > &list)
Create and fill the object browser QTreeWidgetItem.
IParticleCollHandleBase(AODSysCommonData *, const QString &name, xAOD::Type::ObjectType)
virtual void largeChangesBegin()
QList< AODHandleBase * > handlesList
static QString str(const QString &s)
std::vector< IParticleHandleBase * >::iterator itHandles
void messageDebug(const QString &) const
void setCutAllowedPt(const VP1Interval &)
void setCutAllowedPhi(const QList< VP1Interval > &)
void updateObjectBrowser()
Update object browser QTreeWidgetItem.
const AODSysCommonData * common() const
QStringList getKeys() const
def save(self, fileName="./columbo.out")
QList< AODHandleBase * > getHandlesList() const
virtual QList< AODHandleBase * > getHandlesList() const =0
static const char * prefix_msg()
virtual void handleIterationBegin()=0
AODSysCommonData * m_commonData
VP1ExtraSepLayerHelper * m_sephelper
VP1MaterialButtonBase * matButton
bool m_cut_etaptphi_allwillfail
void visibilityChanged(bool)
void recheckCutStatusOfAllNotVisibleHandles()
const QString & name() const
QByteArray extraWidgetsState() const
virtual QList< QWidget * > provideExtraWidgetsForGuiRow() const
void recheckCutStatusOfAllHandles()
QList< QWidget * > extraWidgets
VP1Interval cutAllowedPt() const
virtual bool cut(AODHandleBase *)
void setCutAllowedEta(const VP1Interval &)
SoLightModel * trackLightModel() const
bool problemsLoading() const
virtual QColor defaultColor() const =0
virtual void collMaterialTransparencyAndBrightnessChanged()
double lastMatTransparency
static QColor sbcol2qcol(const SbColor &)
void updateObjectBrowserVisibilityCounts()
void setupSettingsFromController(const AODSystemController *)
virtual AODHandleBase * getNextHandle()=0
IVP1System * systemBase() const
virtual QByteArray providePersistifiableID() const =0
bool contains(const double &x) const
virtual QList< QWidget * > widgetsForGuiRow() const
static const char * prefix_debug()
std::vector< IParticleHandleBase * >::iterator itHandlesEnd
bool widgetsForGuiRowProvided
virtual void largeChangesEnd()
void setVisible(bool)
use by the collection handle.
Interface for non-const operations on an auxiliary store.
virtual QString provideSection() const =0
std::vector< IParticleHandleBase * > handles
void collVisibilityChanged(bool)
bool sectionToolTipProvided
static const char * prefix_verbose()
int largechangescount_sep
static void messageDebug(const QString &)
virtual QString provideSectionToolTip() const
int largechangescount_switch
static void setMatColor(SoMaterial *, const double &r, const double &g, const double &b, const double &brightness=0.0, const double &transp=0.0)
SoDrawStyle * trackDrawStyle() const
SoSeparator * collSep() const
All 3D objects from this coll.
void addHandle(AODHandleBase *)
VP1Interval m_cut_allowedPtSq
xAOD::Type::ObjectType m_type
void message(const QString &) const
void update3DObjectsOfAllHandles()
void showParametersChanged(bool)
void recheckCutStatus(AODHandleBase *)
virtual void setupSettingsFromControllerSpecific(const AODSystemController *)
For extensions specific to this collection.
void setMaterialText(const QString &)
void recheckCutStatusOfAllVisibleHandles()
virtual QString provideText() const =0
QList< VP1Interval > m_cut_allowedPhi
QTreeWidgetItem * objBrowseTree
virtual void update3DObjects()
Called after some configuration changes, or when the object is first created. Must be overloaded by c...
void message(const QString &) const
virtual qint32 provideCollTypeID() const
virtual void deselectAll(SoCooperativeSelection *exception_sel=0)
virtual bool cut(AODHandleBase *)=0
const VP1AODSystem * system() const
VP1Interval m_cut_allowedEta