//############################################################## // // 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 bbH final state with H forced to uubar //-------------------------------------------------------------- //--------------------------------------------------------------- // Ntuple service output //--------------------------------------------------------------- PythiaModule.PythiaCommand = {"pydatr mrpy 1 98457671", "pysubs msel 0", "pysubs msub 121 1", "pysubs msub 122 1", "pydat2 pmas 25 1 400.", "pydat3 mdme 210 1 0", "pydat3 mdme 211 1 0", "pydat3 mdme 212 1 0", "pydat3 mdme 213 1 0", "pydat3 mdme 214 1 1", "pydat3 mdme 215 1 0", "pydat3 mdme 218 1 0", "pydat3 mdme 219 1 0", "pydat3 mdme 220 1 0", "pydat3 mdme 222 1 0", "pydat3 mdme 223 1 0", "pydat3 mdme 224 1 0", "pydat3 mdme 225 1 0", "pydat3 mdme 226 1 0", "pypars mstp 82 4", "pyint2 kfpr 121 2 5", "pyint2 kfpr 122 2 5", "pypars mstp 7 5", "pydat1 mstj 22 2", "pydat1 parj 54 -0.07", "pydat1 parj 55 -0.006", "pypars parp 82 2.2"}; //============================================================== // // End of job options file // //##############################################################