mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 04:04:37 +01:00
removed measurments from ctb gui
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user