Skip to content
Snippets Groups Projects
Commit 1509f327 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny: Committed by Graeme Stewart
Browse files

NOTEsvn status Special tag, directly from VP1AODSystems-00-02-01, only to...

NOTEsvn status Special tag, directly from VP1AODSystems-00-02-01, only to quickly fix nightly errors in 20.7.X-VAL. It does not contain the changes present in >= 00-02-02. Details: https://its.cern.ch/jira/browse/ATLINFR-874 (VP1AODSystems-00-02-05)
parent 95f0eb41
No related branches found
No related tags found
No related merge requests found
......@@ -224,30 +224,35 @@ bool AODSystemController::Imp::updateComboBoxContents(QComboBox*cb,QStringList l
bool AODSystemController::orientAndZoomOnSingleSelection() const
{
// return d->ui_int.checkBox_selsingle_orientzoom->isChecked();
return true;
}
//____________________________________________________________________
bool AODSystemController::printInfoOnSingleSelection() const
{
// return d->ui_int.checkBox_selsingle_printinfo->isChecked();
return true;
}
//____________________________________________________________________
bool AODSystemController::printVerboseInfoOnSingleSelection() const
{
// return printInfoOnSingleSelection() && d->ui_int.checkBox_selsingle_printinfo_verbose->isChecked();
return true;
}
//____________________________________________________________________
bool AODSystemController::printTotMomentumOnMultiTrackSelection() const
{
// return d->ui_int.checkBox_sel_printtotmom->isChecked();
return true;
}
//____________________________________________________________________
bool AODSystemController::showTotMomentumOnMultiTrackSelection() const
{
// return d->ui_int.checkBox_sel_showtotmom->isChecked();
return true;
}
QTreeWidget* AODSystemController::objBrowser() const
......
......@@ -484,12 +484,14 @@ unsigned VP1AODSystem::Imp::calcTotalMomentumOfSelectedHandles(Amg::Vector3D& to
// totpos /= nused;
// }
// return nused;
return 0;
}
//____________________________________________________________________
void VP1AODSystem::updateShownTotMomentum()
{
// messageVerbose("updateShownTotMomentum");
// if (!d->common->controller()->showTotMomentumOnMultiTrackSelection()) {
// //ensure detach:
......@@ -529,6 +531,7 @@ void VP1AODSystem::updateShownTotMomentum()
// d->totmomsep->addChild(d->totmomline);
// return;
// }
return;
}
//____________________________________________________________________
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment