//############################################################## // // 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 //-------------------------------------------------------------- PythiaModule.PythiaCommand = {"pydatr mrpy 1 98457671", "pysubs msel 0", "pysubs msub 1 1", "pypars mstp 43 2", "pysubs ckin 1 81.", "pysubs ckin 2 101.", "pydat3 mdme 174 1 0", "pydat3 mdme 175 1 0", "pydat3 mdme 176 1 0", "pydat3 mdme 177 1 0", "pydat3 mdme 178 1 0", "pydat3 mdme 179 1 0", "pydat3 mdme 182 1 0", "pydat3 mdme 183 1 0", "pydat3 mdme 184 1 0", "pydat3 mdme 185 1 0", "pydat3 mdme 186 1 1", "pydat3 mdme 187 1 0", "pypars mstp 82 4", "pydat1 mstj 22 2", "pydat1 mstj 11 3", "pydat1 parj 54 -0.07", "pydat1 parj 55 -0.006", "pypars parp 82 2.2"}; //--------------------------------------------------------------- // Ntuple service output //--------------------------------------------------------------- //============================================================== // // End of job options file // //##############################################################