|
ATLAS Offline Software
|
#include <TrackParticleCollectionSettingsButton.h>
|
| TrackParticleCollectionSettingsButton (QWidget *parent=0, int dim=25) |
|
virtual | ~TrackParticleCollectionSettingsButton () |
|
void | setDimension (int dim) |
|
virtual bool | setMaterial (SoMaterial *) |
|
virtual void | copyValuesFromMaterial (SoMaterial *) |
|
virtual double | lastAppliedTransparency () const |
|
virtual double | lastAppliedShininess () const |
|
virtual double | lastAppliedBrightness () const |
|
double | trackTubeRadius () const |
|
bool | hideActualTrackPath () const |
|
bool | useExistingParameters () const |
|
int | numOfStepsForInterpolation () const |
| Returns true if the propagation should use the parameters already on the particle, or false if we should extrapolate from the 1st parameter. More...
|
|
bool | showParameters () const |
| Returns the number of steps to use when interpolating between paramters (0 is no interpolation.) More...
|
|
bool | colourParametersByType () const |
|
bool | cutOnlyVertexAssocTracks () const |
| Return true if this collection should only should tracks associated to a vertex. More...
|
|
VP1Interval | cutAllowedPt () const |
|
VP1Interval | cutAllowedEta () const |
|
QList< VP1Interval > | cutAllowedPhi () const |
|
QList< unsigned > | cutRequiredNHits () const |
|
SoDrawStyle * | trackDrawStyle () const |
|
SoLightModel * | trackLightModel () const |
|
SoMaterial * | defaultParameterMaterial () const |
|
SoMaterial * | parameterMaterial (xAOD::ParameterPosition) const |
|
QByteArray | saveState () const |
| fill out with the state of the object (used for drag and drop etc) More...
|
|
void | restoreFromState (const QByteArray &) |
|
void | setSystemBasePointer (IVP1System *sys) |
|
void | message (const QString &) const |
|
void | message (const QStringList &, const QString &addtoend="") const |
|
void | message (const QString &addtostart, const QStringList &, const QString &addtoend="") const |
|
void | messageDebug (const QString &) const |
|
void | messageDebug (const QStringList &, const QString &addtoend="") const |
|
void | messageDebug (const QString &addtostart, const QStringList &, const QString &addtoend="") const |
|
void | messageVerbose (const QString &) const |
|
void | messageVerbose (const QStringList &, const QString &addtoend="") const |
|
void | messageVerbose (const QString &addtostart, const QStringList &, const QString &addtoend="") const |
|
IVP1System * | systemBase () const |
|
const QString & | helperClassName () const |
|
◆ TrackParticleCollectionSettingsButton()
TrackParticleCollectionSettingsButton::TrackParticleCollectionSettingsButton |
( |
QWidget * |
parent = 0 , |
|
|
int |
dim = 25 |
|
) |
| |
◆ ~TrackParticleCollectionSettingsButton()
TrackParticleCollectionSettingsButton::~TrackParticleCollectionSettingsButton |
( |
| ) |
|
|
virtual |
◆ colourParametersByType()
bool TrackParticleCollectionSettingsButton::colourParametersByType |
( |
| ) |
const |
◆ colourParametersByTypeChanged
void TrackParticleCollectionSettingsButton::colourParametersByTypeChanged |
( |
bool |
| ) |
|
|
signal |
◆ copyValuesFromMaterial()
void TrackParticleCollectionSettingsButton::copyValuesFromMaterial |
( |
SoMaterial * |
mat | ) |
|
|
virtual |
◆ cutAllowedEta()
VP1Interval TrackParticleCollectionSettingsButton::cutAllowedEta |
( |
| ) |
const |
◆ cutAllowedEtaChanged
void TrackParticleCollectionSettingsButton::cutAllowedEtaChanged |
( |
const VP1Interval & |
| ) |
|
|
signal |
◆ cutAllowedPhi()
QList< VP1Interval > TrackParticleCollectionSettingsButton::cutAllowedPhi |
( |
| ) |
const |
◆ cutAllowedPhiChanged
void TrackParticleCollectionSettingsButton::cutAllowedPhiChanged |
( |
const QList< VP1Interval > & |
| ) |
|
|
signal |
◆ cutAllowedPt()
VP1Interval TrackParticleCollectionSettingsButton::cutAllowedPt |
( |
| ) |
const |
Definition at line 503 of file TrackParticleCollectionSettingsButton.cxx.
517 const double minFromInterface=
m_d->
editwindow_ui.doubleSpinBox_cut_minpt_gev->value()*1000;
518 const double maxFromInterface=
m_d->
editwindow_ui.doubleSpinBox_cut_maxpt_gev->value()*1000;
523 min = (
m_d->
editwindow_ui.checkBox_cut_minpt->isChecked() ? minFromInterface : -std::numeric_limits<double>::infinity());
524 max = (
m_d->
editwindow_ui.checkBox_cut_maxpt->isChecked() ? maxFromInterface : std::numeric_limits<double>::infinity());
526 min = (
m_d->
editwindow_ui.checkBox_cut_maxpt->isChecked() ? -maxFromInterface : -std::numeric_limits<double>::infinity());
527 max = (
m_d->
editwindow_ui.checkBox_cut_minpt->isChecked() ? -minFromInterface : std::numeric_limits<double>::infinity());
◆ cutAllowedPtChanged
void TrackParticleCollectionSettingsButton::cutAllowedPtChanged |
( |
const VP1Interval & |
| ) |
|
|
signal |
◆ cutOnlyVertexAssocTracks()
bool TrackParticleCollectionSettingsButton::cutOnlyVertexAssocTracks |
( |
| ) |
const |
◆ cutOnlyVertexAssocTracksChanged
void TrackParticleCollectionSettingsButton::cutOnlyVertexAssocTracksChanged |
( |
bool |
| ) |
|
|
signal |
◆ cutRequiredNHits()
QList< unsigned > TrackParticleCollectionSettingsButton::cutRequiredNHits |
( |
| ) |
const |
◆ cutRequiredNHitsChanged
void TrackParticleCollectionSettingsButton::cutRequiredNHitsChanged |
( |
const QList< unsigned > & |
| ) |
|
|
signal |
◆ defaultParameterMaterial()
SoMaterial * TrackParticleCollectionSettingsButton::defaultParameterMaterial |
( |
| ) |
const |
◆ dragEnterEvent()
void TrackParticleCollectionSettingsButton::dragEnterEvent |
( |
QDragEnterEvent * |
event | ) |
|
|
protected |
◆ dropEvent()
void TrackParticleCollectionSettingsButton::dropEvent |
( |
QDropEvent * |
event | ) |
|
|
protected |
◆ helperClassName()
const QString& VP1HelperClassBase::helperClassName |
( |
| ) |
const |
|
inlineinherited |
◆ hideActualTrackPath()
bool TrackParticleCollectionSettingsButton::hideActualTrackPath |
( |
| ) |
const |
◆ hideActualTrackPathChanged
void TrackParticleCollectionSettingsButton::hideActualTrackPathChanged |
( |
bool |
| ) |
|
|
signal |
◆ lastAppliedBrightness()
double TrackParticleCollectionSettingsButton::lastAppliedBrightness |
( |
| ) |
const |
|
virtual |
◆ lastAppliedChanged
void TrackParticleCollectionSettingsButton::lastAppliedChanged |
( |
| ) |
|
|
signal |
◆ lastAppliedShininess()
double TrackParticleCollectionSettingsButton::lastAppliedShininess |
( |
| ) |
const |
|
virtual |
◆ lastAppliedTransparency()
double TrackParticleCollectionSettingsButton::lastAppliedTransparency |
( |
| ) |
const |
|
virtual |
◆ 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 |
Definition at line 131 of file VP1HelperClassBase.cxx.
133 if (addtostart.isEmpty()) {
137 if (addtoend.isEmpty()) {
138 for (
const QString&
s :
l)
141 for (
const QString&
s :
l)
◆ message() [3/3]
void VP1HelperClassBase::message |
( |
const QStringList & |
l, |
|
|
const QString & |
addtoend = "" |
|
) |
| const |
|
inherited |
Definition at line 91 of file VP1HelperClassBase.cxx.
93 if (addtoend.isEmpty()) {
94 for (
const QString&
s :
l)
97 for (
const QString&
s :
l)
◆ 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 |
Definition at line 147 of file VP1HelperClassBase.cxx.
151 if (addtostart.isEmpty()) {
155 if (addtoend.isEmpty()) {
156 for (
const QString&
s :
l)
159 for (
const QString&
s :
l)
◆ messageDebug() [3/3]
void VP1HelperClassBase::messageDebug |
( |
const QStringList & |
l, |
|
|
const QString & |
addtoend = "" |
|
) |
| const |
|
inherited |
Definition at line 103 of file VP1HelperClassBase.cxx.
107 if (addtoend.isEmpty()) {
108 for (
const QString&
s :
l)
111 for (
const QString&
s :
l)
◆ 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 |
Definition at line 165 of file VP1HelperClassBase.cxx.
169 if (addtostart.isEmpty()) {
173 if (addtoend.isEmpty()) {
174 for (
const QString&
s :
l)
177 for (
const QString&
s :
l)
◆ messageVerbose() [3/3]
void VP1HelperClassBase::messageVerbose |
( |
const QStringList & |
l, |
|
|
const QString & |
addtoend = "" |
|
) |
| const |
|
inherited |
Definition at line 117 of file VP1HelperClassBase.cxx.
121 if (addtoend.isEmpty()) {
122 for (
const QString&
s :
l)
125 for (
const QString&
s :
l)
◆ mouseMoveEvent()
void TrackParticleCollectionSettingsButton::mouseMoveEvent |
( |
QMouseEvent * |
event | ) |
|
|
protected |
Definition at line 395 of file TrackParticleCollectionSettingsButton.cxx.
397 if (!(
event->buttons() & Qt::LeftButton))
400 < QApplication::startDragDistance())
403 QDrag *drag =
new QDrag(
this);
404 QMimeData *mimeData =
new QMimeData;
413 mimeData->setData(
"vp1/material", byteArray);
442 drag->setMimeData(mimeData);
443 drag->exec(Qt::CopyAction | Qt::MoveAction);
◆ mousePressEvent()
void TrackParticleCollectionSettingsButton::mousePressEvent |
( |
QMouseEvent * |
event | ) |
|
|
protected |
◆ numOfStepsForInterpolation()
int TrackParticleCollectionSettingsButton::numOfStepsForInterpolation |
( |
| ) |
const |
◆ parameterMaterial()
◆ possibleChange_cutAllowedEta
void TrackParticleCollectionSettingsButton::possibleChange_cutAllowedEta |
( |
| ) |
|
|
privateslot |
◆ possibleChange_cutAllowedPhi
void TrackParticleCollectionSettingsButton::possibleChange_cutAllowedPhi |
( |
| ) |
|
|
privateslot |
◆ possibleChange_cutAllowedPt
void TrackParticleCollectionSettingsButton::possibleChange_cutAllowedPt |
( |
| ) |
|
|
privateslot |
◆ possibleChange_cutOnlyVertexAssocTracks
void TrackParticleCollectionSettingsButton::possibleChange_cutOnlyVertexAssocTracks |
( |
| ) |
|
|
privateslot |
◆ possibleChange_cutRequiredNHits
void TrackParticleCollectionSettingsButton::possibleChange_cutRequiredNHits |
( |
| ) |
|
|
privateslot |
◆ possibleChange_parameterColours
void TrackParticleCollectionSettingsButton::possibleChange_parameterColours |
( |
| ) |
|
|
privateslot |
◆ possibleChange_showParameters
void TrackParticleCollectionSettingsButton::possibleChange_showParameters |
( |
| ) |
|
|
privateslot |
◆ propagationOptionsChanged
void TrackParticleCollectionSettingsButton::propagationOptionsChanged |
( |
| ) |
|
|
signal |
◆ restoreFromState()
void TrackParticleCollectionSettingsButton::restoreFromState |
( |
const QByteArray & |
ba | ) |
|
|
virtual |
◆ saveState()
QByteArray TrackParticleCollectionSettingsButton::saveState |
( |
| ) |
const |
|
virtual |
◆ setDimension()
void TrackParticleCollectionSettingsButton::setDimension |
( |
int |
dim | ) |
|
◆ setHelperClassName()
void VP1HelperClassBase::setHelperClassName |
( |
const QString & |
n | ) |
|
|
inlineprotectedinherited |
◆ setMaterial()
bool TrackParticleCollectionSettingsButton::setMaterial |
( |
SoMaterial * |
mat | ) |
|
|
virtual |
◆ setMaterialText
void TrackParticleCollectionSettingsButton::setMaterialText |
( |
const QString & |
t | ) |
|
|
slot |
◆ setSystemBasePointer()
void VP1HelperClassBase::setSystemBasePointer |
( |
IVP1System * |
sys | ) |
|
|
inherited |
◆ showEditMaterialDialog
void TrackParticleCollectionSettingsButton::showEditMaterialDialog |
( |
| ) |
|
|
slot |
◆ showParameters()
bool TrackParticleCollectionSettingsButton::showParameters |
( |
| ) |
const |
◆ showParametersChanged
void TrackParticleCollectionSettingsButton::showParametersChanged |
( |
bool |
| ) |
|
|
signal |
◆ 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 |
◆ trackDrawStyle()
SoDrawStyle * TrackParticleCollectionSettingsButton::trackDrawStyle |
( |
| ) |
const |
◆ trackLightModel()
SoLightModel * TrackParticleCollectionSettingsButton::trackLightModel |
( |
| ) |
const |
◆ trackTubeRadius()
double TrackParticleCollectionSettingsButton::trackTubeRadius |
( |
| ) |
const |
◆ trackTubeRadiusChanged
void TrackParticleCollectionSettingsButton::trackTubeRadiusChanged |
( |
const double & |
| ) |
|
|
signal |
◆ updateButton
void TrackParticleCollectionSettingsButton::updateButton |
( |
| ) |
|
|
protectedslot |
◆ updateHideActualTrackPath
void TrackParticleCollectionSettingsButton::updateHideActualTrackPath |
( |
bool |
hide | ) |
|
|
privateslot |
◆ updateTrackDrawStyle
void TrackParticleCollectionSettingsButton::updateTrackDrawStyle |
( |
| ) |
|
|
privateslot |
◆ updateTrackLightModel
void TrackParticleCollectionSettingsButton::updateTrackLightModel |
( |
bool |
base | ) |
|
|
privateslot |
◆ updateTrackTubeRadius
void TrackParticleCollectionSettingsButton::updateTrackTubeRadius |
( |
| ) |
|
|
privateslot |
◆ useExistingParameters()
bool TrackParticleCollectionSettingsButton::useExistingParameters |
( |
| ) |
const |
◆ verbose()
static bool VP1HelperClassBase::verbose |
( |
| ) |
|
|
inlinestaticinherited |
◆ 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;
◆ m_d
Imp* TrackParticleCollectionSettingsButton::m_d |
|
private |
◆ m_helpername
QString VP1HelperClassBase::m_helpername |
|
privateinherited |
◆ m_system
◆ s_vp1verbose
The documentation for this class was generated from the following files:
JetConstituentVector::iterator iterator
char data[hepevt_bytes_allocation_ATLAS]
static double getValueLineWidthSlider(const QSlider *)
VP1Interval last_cutAllowedEta
TrackParticleCollectionSettingsButton * theclass
void lastAppliedChanged()
void possibleChange_cutRequiredNHits()
bool last_cutOnlyVertexAssocTracks
VP1Interval cutAllowedEta() const
void serialise(const std::vector< const IRoiDescriptor * > &rois, roiserial_type &s)
serialise an entire vector of IRoiDescriptors
void updateTrackDrawStyle()
void showParametersChanged(bool)
void colourParametersByTypeChanged(bool)
void messageVerbose(const QString &) const
static const bool s_vp1verbose
void cutAllowedEtaChanged(const VP1Interval &)
void cutRequiredNHitsChanged(const QList< unsigned > &)
QList< VP1Interval > cutAllowedPhi() const
Ui::TrackParticleCollectionSettingsForm editwindow_ui
void possibleChange_cutAllowedPhi()
double trackTubeRadius() const
VP1MaterialButton * matButton
void possibleChange_parameterColours()
static QString str(const QString &s)
void messageDebug(const QString &) const
bool cutOnlyVertexAssocTracks() const
Return true if this collection should only should tracks associated to a vertex.
void cutOnlyVertexAssocTracksChanged(bool)
SoLightModel * trackLightModel
static const char * prefix_msg()
POOL::TEvent event(POOL::TEvent::kClassAccess)
void possibleChange_cutAllowedPt()
void updateHideActualTrackPath(bool)
void cutAllowedPhiChanged(const QList< VP1Interval > &)
VP1MaterialButton * defaultParametersMatButton
void propagationOptionsChanged()
const QString & name() const
QByteArray saveState() const
fill out with the state of the object (used for drag and drop etc)
VP1Interval cutAllowedPt() const
void hideActualTrackPathChanged(bool)
void showEditMaterialDialog()
static void setValueLineWidthSlider(QSlider *, const double &value)
QList< VP1MaterialButton * > parameterTypeMatButtons
static QColor sbcol2qcol(const SbColor &)
IVP1System * systemBase() const
void restoreFromState(const QByteArray &)
static const char * prefix_debug()
void updateTrackLightModel(bool)
void cutAllowedPtChanged(const VP1Interval &)
void updateTrackTubeRadius()
static const char * prefix_verbose()
static void setLimitsLineWidthSlider(QSlider *)
SoDrawStyle * trackDrawStyle
void trackTubeRadiusChanged(const double &)
void message(const QString &) const
QList< unsigned > last_cutRequiredNHits
void possibleChange_showParameters()
VP1Interval last_cutAllowedPt
void possibleChange_cutOnlyVertexAssocTracks()
void message(const QString &) const
QList< unsigned > cutRequiredNHits() const
QList< VP1Interval > last_cutAllowedPhi
double last_trackTubeRadius
void possibleChange_cutAllowedEta()