18 from ROOT
import Belle2
36 fileNames = [
'eclee5x5CollectorOutput.root']
39 fileNames = glob.glob(sys.argv[1])
40 print(
"input fileNames = ", fileNames)
41 algo.setInputFileNames(fileNames)
42 algo.setOutputName(
"algorithmOut/eclee5x5_algorithm_dPhi_data.root")
43 algo.setMinEntries(15)
44 algo.setPayloadName(
"ECLeedPhiData")
45 algo.setStoreConst(
True)
49 alg_result = algo.execute()
50 print(
"result of eclee5x5Algorithm was", alg_result)