1 include(
"PartPropSvc/PartPropSvc.py" )
2 include(
"AthenaPoolCnvSvc/ReadAthenaPool_jobOptions.py" )
6 files=glob.glob(
"/atlasdata/users/ndavidson/user09.NadiaMayDavidson.106062.McAtNloZtautau.evgen/*.pool.root")
8 svcMgr.EventSelector.InputCollections = files
10 from AthenaCommon.AlgSequence
import AlgSequence
14 from Tauolapp_i.Tauolapp_iConf
import TauolaAlg
18 TauolaAlg.decay_mode_same = 1;
19 TauolaAlg.decay_mode_opposite = 2;
20 TauolaAlg.decay_particle = 15;
25 theApp.SkipEvents = 10
32 from AthenaPoolCnvSvc.WriteAthenaPool
import AthenaPoolOutputStream
34 Stream1.OutputFile =
"tauola_decayed.pool.root"
35 Stream1.ItemList += [
'EventInfo#*',
'McEventCollection#GEN_EVENT']