3from AthenaCommon.AppMgr
import theApp
4stream = theApp.getOutputStream(
"StreamEVGEN" )
6 from AthenaPoolCnvSvc.WriteAthenaPool
import AthenaPoolOutputStream
7 stream = AthenaPoolOutputStream(
"StreamEVGEN")
8stream.OutputFile =
"evgen.pool.root"
10 stream.OutputFile = OUTFILE
11stream.ItemList += [
"EventInfo#*",
"McEventCollection#*"]