In order to save space, only save the module maps if createPerStepHistos flag is set. Not tested.
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user