13 from ROOT
import Belle2
18 b2.set_log_level(b2.LogLevel.INFO)
23 main = b2.create_path()
26 inroot = b2.register_module(
'DQMHistAnalysisInputRootFile')
27 inroot.param(
'InputRootFile', sys.argv[1])
28 main.add_module(inroot)
31 v0a = b2.register_module(
'DQMHistAnalysisV0')
35 outroot = b2.register_module(
'DQMHistAnalysisOutputFile')
36 outroot.param(
'SaveHistos',
False)
37 outroot.param(
'SaveCanvases',
True)
38 main.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...