28main = b2.create_path()
29DR2 =
'/hsm/belle2/bdata/Data/release-02-01-00/DB00000438/prod00000006/e0003/4S/r00529/all/cdst/sub00/*.root'
30main.add_module(
'RootInput', inputFileNames=[DR2])
33outputName =
"ee5x5CollectorOutput_data.root"
35 outputName = sys.argv[1]
36main.add_module(
"HistoManager", histoFileName=outputName)
38eclee5x5 = b2.register_module(
'eclee5x5Collector')
39eclee5x5.param(
'thetaLabMinDeg', 17.)
40eclee5x5.param(
'thetaLabMaxDeg', 150.)
41eclee5x5.param(
'minE0', 0.45)
42eclee5x5.param(
'minE1', 0.40)
43eclee5x5.param(
'maxdThetaSum', 2.)
44eclee5x5.param(
'dPhiScale', 1.)
45eclee5x5.param(
'maxTime', 10.)
47eclee5x5.param(
'useCalDigits',
False)
48eclee5x5.param(
'requireL1',
False)
49main.add_module(eclee5x5)
51main.add_module(
'Progress')
53b2.set_log_level(b2.LogLevel.INFO)
58b2.use_database_chain()
59b2.use_central_database(
"Calibration_Offline_Development")
60b2.use_local_database(
"localdb/database.txt")