# steering file based on example from Sherpa 1.2.3 distribution: # share/SHERPA-MC/Examples/LHC_ZJets/Run.dat (run){ # disable colorizing of text printed on screen: PRETTY_PRINT = Off # number of events: EVENTS = 100000 # set random seed: # (see section "6.1.3 RANDOM_SEED" of Sherpa manual for details) RANDOM_SEED = 3 1 1 1 # Event output file: EVENT_OUTPUT = HepMC_GenEvent[sherpa] # full name of output file will be: # "sherpa.hepmc2g" # disable splitting of HepMC output file: FILE_SIZE = 1000000000 # Makes particles with c*tau > 10 mm stable: MAX_PROPER_LIFETIME = 10.0 }(run) (beam){ BEAM_1 = 2212; BEAM_ENERGY_1 = 980.; BEAM_2 = -2212; BEAM_ENERGY_2 = 980.; }(beam) # Set up for Drell-Yan plus up to two jets, allowing for lower precision on 3- and 4-parton cross sections. (processes){ Process 93 93 -> 11 -11 93{2} Order (*,2); CKKW sqr(30/E_CMS) Integration_Error 0.01 {3}; Integration_Error 0.02 {4}; #Integration_Error 0.07 {5,6}; # two muons and up to two jets in final state Process 93 93 -> 13 -13 93{2} Order (*,2); CKKW sqr(30/E_CMS) Integration_Error 0.01 {3}; Integration_Error 0.02 {4}; End process; }(processes) (selector){ # Set cuts # Use this for lepton pair inv. mass in a certain window Mass 11 -11 50 120 Mass 13 -13 50 120 }(selector) (me){ ME_SIGNAL_GENERATOR = Internal Comix }(me) (mi){ MI_HANDLER = Amegic # None or Amisic }(mi) # Parameter specifications for 'default': ------------------- #%tuneFile% # ---------------------------------------------