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