//############################################################## // // 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; //Set the run number and the First event number -- Default is 0 for both EventSelector.FirstEvent = 1; EventSelector.RunNumber=20; //-------------------------------------------------------------- // Algorithms Private Options //-------------------------------------------------------------- PythiaModule.PythiaCommand = {"pydatr mrpy 1 98479671", "pysubs msel 13", "pysubs ckin 3 20.", "pysubs ckin 4 40.", "pypars mstp 43 2", "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 180 1 0", "pydat3 mdme 181 1 0", "pydat3 mdme 182 1 1", "pydat3 mdme 183 1 0", "pydat3 mdme 184 1 1", "pydat3 mdme 185 1 0", "pydat3 mdme 186 1 1", "pydat3 mdme 187 1 0" }; //--------------------------------------------------------------- // Ntuple service output //--------------------------------------------------------------- //============================================================== // // End of job options file // //##############################################################