//############################################################## // // 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 a sugra model that makes MH=300 and mh=109. // processes gg to H and qq to qq H (weak boson fusion are on) // H is forced to hh and h to bbar //-------------------------------------------------------------- PythiaModule.PythiaCommand = {"pydatr mrpy 1 98457671", "pysubs msel 0", "pysubs msub 152 1", "pysubs msub 173 1", "pysubs msub 174 1", "pymssm imss 1 2", "pymssm rmss 1 155.", "pymssm rmss 4 1.", "pymssm rmss 5 42.", "pymssm rmss 16 0.", "pymssm rmss 8 436.1", "pydat3 mdme 334 1 0", "pydat3 mdme 335 1 0", "pydat3 mdme 336 1 0", "pydat3 mdme 337 1 0", "pydat3 mdme 338 1 0", "pydat3 mdme 339 1 0", "pydat3 mdme 342 1 0", "pydat3 mdme 343 1 0", "pydat3 mdme 344 1 0", "pydat3 mdme 345 1 0", "pydat3 mdme 346 1 0", "pydat3 mdme 347 1 0", "pydat3 mdme 348 1 0", "pydat3 mdme 349 1 0", "pydat3 mdme 350 1 0", "pydat3 mdme 351 1 0", "pydat3 mdme 352 1 1", "pydat3 mdme 353 1 0", "pydat3 mdme 354 1 0", "pydat3 mdme 355 1 0", "pydat3 mdme 356 1 0", "pydat3 mdme 357 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 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", "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 // //##############################################################