removed measurments from ctb gui

This commit is contained in:
2019-08-09 12:01:26 +02:00
parent 704a26af70
commit e7af4d7518
4 changed files with 32 additions and 33 deletions

View File

@ -1133,13 +1133,12 @@ void ctbAcquisition::changePlot(){
if (rb2D->IsOn()) {
if (h2DMapDig)
h2DMapDig->Draw("colz");
else if (h1DMap)
h1DMap->Draw();
} else if (bitStack)
bitStack->Draw("NOSTACK");
else
cout << "bitStack is NULL" << endl;
}