sherpa is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/sherpa does not appear to be a Subversion repository.). Look in the Trac log for more information.

Ticket #296: Run.dat.SMEHC.direct

File Run.dat.SMEHC.direct, 490 bytes (added by Enrico Lunghi <elunghi@indiana.edu>, 10 years ago)
Line 
1(run){
2  % generator parameters
3  EVENTS = 10000
4  EVENT_OUTPUT=HepMC_GenEvent[test]
5
6  % model
7  MODEL = SM+EHC
8
9  % tags for process setup
10  ME_SIGNAL_GENERATOR Amegic;
11  EVENT_GENERATION_MODE = Weighted
12
13  % collider parameters
14  BEAM_1 2212; BEAM_ENERGY_1 7000;
15  BEAM_2 2212; BEAM_ENERGY_2 7000;
16 
17  % fragmentation
18  FRAGMENTATION = Off
19
20  % multiple interactions
21  MI_HANDLER = None
22}(run)
23
24(processes){
25 Process 93 93 -> 25[a] 23
26 Decay 25[a] -> 21 21
27 End process
28}(processes)
29
30
31