//############################################################## // // 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 8967671", "pysubs msel 1", "pypars mstp 82 4", "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 // //##############################################################