//############################################################## // // Job options file // //============================================================== //-------------------------------------------------------------- // General Application Configuration options //-------------------------------------------------------------- #include "$ATHENACOMMONROOT/share/Atlas_Gen.UnixStandardJob.txt" //-------------------------------------------------------------- // Private Application Configuration options //-------------------------------------------------------------- ApplicationMgr.DLLs += { "PythiaGenerator" }; ApplicationMgr.TopAlg = {"PythiaModule"}; // Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL ) MessageSvc.OutputLevel = 5; //-------------------------------------------------------------- // Event related parameters //-------------------------------------------------------------- // Number of events to be processed (default is 10) ApplicationMgr.EvtMax = 10000; //-------------------------------------------------------------- // Algorithms Private Options // this is Wh production where the W is forced to decay to mu nu and // the h to glue glue //-------------------------------------------------------------- PythiaModule.PythiaCommand = {"pydatr mrpy 1 98457671", "pysubs msel 0", "pysubs msub 26 1", "pydat2 pmas 25 1 120.", "pydat3 mdme 190 1 0", "pydat3 mdme 191 1 0", "pydat3 mdme 192 1 0", "pydat3 mdme 194 1 0", "pydat3 mdme 195 1 0", "pydat3 mdme 196 1 0", "pydat3 mdme 198 1 0", "pydat3 mdme 199 1 0", "pydat3 mdme 200 1 0", "pydat3 mdme 206 1 0", "pydat3 mdme 207 1 1", "pydat3 mdme 208 1 0", "pydat3 mdme 210 1 0", "pydat3 mdme 211 1 0", "pydat3 mdme 212 1 0", "pydat3 mdme 213 1 0", "pydat3 mdme 214 1 0", "pydat3 mdme 215 1 0", "pydat3 mdme 218 1 0", "pydat3 mdme 219 1 0", "pydat3 mdme 220 1 0", "pydat3 mdme 222 1 1", "pydat3 mdme 223 1 0", "pydat3 mdme 224 1 0", "pydat3 mdme 225 1 0", "pydat3 mdme 226 1 0", "pypars mstp 42 0", "pypars mstp 82 4", "pypars mstp 7 6", "pydat1 mstj 11 3", "pydat1 mstj 22 2", "pydat1 parj 54 -0.07", "pydat1 parj 55 -0.006", "pypars parp 82 2.2"}; //--------------------------------------------------------------- // Ntuple service output //--------------------------------------------------------------- //============================================================== // // End of job options file // //##############################################################