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 #290: Run.txt

File Run.txt, 998 bytes (added by francesco.micheli@cern.ch, 10 years ago)
Line 
1(run){
2EVENTS = 80;
3EVENT_MODE = HepMC;
4# avoid comix re-init after runcard modification
5WRITE_MAPPING_FILE 3;
6}(run)
7
8(beam){
9BEAM_1 = 2212; BEAM_ENERGY_1 = 7000.;
10BEAM_2 = 2212; BEAM_ENERGY_2 = 7000.;
11}(beam)
12
13(processes){
14Process 21 21 -> 22 22 5 -5
15Scales VAR{Abs2(p[2]+p[3])}
16Loop_Generator gg_yy
17End process;
18
19Process 93 93 -> 22 22 5 -5 93{3};
20Order_EW 2;
21Enhance_Factor 2 {3};
22Enhance_Factor 5 {4};
23CKKW sqr(20./E_CMS);
24Integration_Error 0.005 {3};
25Integration_Error 0.03 {4};
26Integration_Error 0.05 {5};
27End process;
28}(processes)
29
30(selector){
31Mass  22 22 60. E_CMS;
32PT 22 10. E_CMS;
33PT 5 10. E_CMS;
34PT -5 10. E_CMS;
35}(selector)
36
37(shower){
38CSS_EW_MODE = 1
39}(shower)
40
41(integration){
42FINISH_OPTIMIZATION = Off
43}(integration)
44
45(isr){
46  PDF_LIBRARY     = LHAPDFSherpa
47  PDF_SET         = CT10.LHgrid
48  PDF_SET_VERSION = 0
49  PDF_GRID_PATH   = PDFsets
50}(isr)
51
52(me){
53ME_SIGNAL_GENERATOR = Internal Comix
54EVENT_GENERATION_MODE = Unweighted;
55}(me)
56
57(mi){
58MI_HANDLER = Amisic  # None or Amisic
59}(mi)