path enable AllPath
# module disable evd
path list
module input READ
module talk READ
  input file $env(VAL_DATA_DIR)/proc_001.genp
exit
module talk FileOutput
   output create test_stream proc_001_sim.ybs
   output path test_stream AllPath 
   output list
exit
module talk GEANT3
  BEAMPIPE 2
  BANKS ISLD,SIXD,OBSP,MSVX,MISL,MCOT,TOWE
exit
# --------------------- wait until RootUtils are added to the development
#module talk g3hist
#  histfile "e5_output.root"
#exit
ev begin -nev 100
exit