(run){
  # general settings
  EVENTS 100;

  # me generator setup
  ME_SIGNAL_GENERATOR Comix;
  SCALES VAR{Abs2(p[0]+p[1])};

  # uncomment to disable underlying event simulation:
  # MI_HANDLER None;

  # uncomment to disable hadronization:
  # FRAGMENTATION Off;

  # uncomment to disable shower:
  # SHOWER_GENERATOR None;

  # model setup
  MODEL ${model_name};

  # set quarks and leptons massless in ME
  MASSIVE[1]  0;
  MASSIVE[2]  0;
  MASSIVE[3]  0;
  MASSIVE[4]  0;
  MASSIVE[5]  0;
  MASSIVE[11] 0;
  MASSIVE[13] 0;
  MASSIVE[15] 0;

  # LHC beam setup:
  BEAM_1 2212; BEAM_ENERGY_1 6500;
  BEAM_2 2212; BEAM_ENERGY_2 6500;
}(run)

(processes){
  Process 93 93 -> <REPLACE_ME>;
  ${order_statement}; 
  ${order_comment}
  End process;
}(processes)

(selector){
  # phase space cuts for matrix elements
}(selector)

(ufo){
${ufo_params}
}(ufo)

