Skip to content

Fix an Error Handling in EfficiencyHistogramDrawer.cxx

Hiroki Yamauchi requested to merge develop into master

I fixed an error handling in EfficiencyHistogramDrawer.cxx.

-- Lines 56-59: Be commented out

-- Line 65: Be changed in the comment, from "Error: layer must be 0-4 ..." to "Error: layer must be 0-3 ...".

And I fixed the definition of "TRGS" in MakeFile.

-- Line 3: Be changed in the third argument, from "../../../bin/%" to "../bin/%".

Edited by Hiroki Yamauchi

Merge request reports