13 infile =
"/afs/cern.ch/user/d/dadams/pubdata/xaod_jetclusters.root"
19 from AthenaCommon.AppMgr
import ServiceMgr
20 import AthenaPoolCnvSvc.ReadAthenaPool
21 ServiceMgr.EventSelector.InputCollections = [infile]
37 ServiceMgr.MessageSvc.infoLimit = 10000
40 from AthenaCommon.AlgSequence
import AlgSequence
44 from AsgExampleTools.AsgExampleToolsConf
import AsgExampleAlgorithm
45 job += AsgExampleAlgorithm(
"halg")
47 halg.OutputLevel = INFO
54 from AsgExampleTools.AsgExampleToolsConf
import AsgHelloTool
55 ToolSvc += AsgHelloTool(
"atool")
57 atool.Message =
"Hello from my Athena tool."
58 atool.OutputLevel = VERBOSE