mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02: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