14 from ROOT
import Belle2
32 fileNames = [
'eclee5x5CollectorOutput.root']
35 fileNames = glob.glob(sys.argv[1])
36 print(
"input fileNames = ", fileNames)
37 algo.setInputFileNames(fileNames)
38 algo.setOutputName(
"eclee5x5_algorithm_expE.root")
39 algo.setMinEntries(15)
40 algo.setPayloadName(
"ECLExpee5x5E")
41 algo.setStoreConst(
True)
45 alg_result = algo.execute()
46 print(
"result of eclee5x5Algorithm was", alg_result)
Calibrate ecl crystals using Bhabha events.