12from ROOT
import Belle2
17b2.set_log_level(b2.LogLevel.INFO)
22main = b2.create_path()
25inroot = b2.register_module(
'DQMHistAnalysisInputRootFile')
26inroot.param(
'InputRootFile', sys.argv[1])
27main.add_module(inroot)
30v0a = b2.register_module(
'DQMHistAnalysisV0')
34outroot = b2.register_module(
'DQMHistAnalysisOutputFile')
35outroot.param(
'SaveHistos',
False)
36outroot.param(
'SaveCanvases',
True)
37main.add_module(outroot)
static std::string findFile(const std::string &path, bool silent=false)
Search for given file or directory in local or central release directory, and return absolute path if...