In order to save space, only save the module maps if createPerStepHistos flag is set. Not tested.

This commit is contained in:
redford_s
2018-06-12 17:28:15 +02:00
parent 0b24bdeb66
commit 37d84b312c

View File

@ -454,7 +454,7 @@ int main(int argc, char* argv[]) {
}
}
}
if ((j-1) < 10 || (j > 8075 && j < 8085)) {
if (createPerStepHistos && ((j-1) < 10 || (j > 8075 && j < 8085))) {
mapcanvas->cd();
adcmap_sel->GetXaxis()->SetTitle("Column");
adcmap_sel->GetYaxis()->SetTitle("Row");