13from ROOT
import Belle2
25fileNames = [
'eclee5x5CollectorOutput.root']
28 fileNames = glob.glob(sys.argv[1])
29print(
"input fileNames = ", fileNames)
30algo.setInputFileNames(fileNames)
31algo.setOutputName(
"eclee5x5_algorithm_noCalc.root")
32algo.setMinEntries(150)
33algo.setPayloadName(
"None")
34algo.setStoreConst(
False)
38alg_result = algo.execute()
39print(
"result of eclee5x5Algorithm was", alg_result)
Calibrate ecl crystals using Bhabha events.