13from ROOT
import Belle2
31fileNames = [
'eclee5x5CollectorOutput.root']
34 fileNames = glob.glob(sys.argv[1])
35print(
"input fileNames = ", fileNames)
36algo.setInputFileNames(fileNames)
37algo.setOutputName(
"eclee5x5_algorithm_crystalEnergy.root")
38algo.setMinEntries(150)
39algo.setPayloadName(
"ECLCrystalEnergy5x5")
40algo.setStoreConst(
True)
44alg_result = algo.execute()
45print(
"result of eclee5x5Algorithm was", alg_result)
Calibrate ecl crystals using Bhabha events.