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 #343: Run_LHAPDF6.dat

File Run_LHAPDF6.dat, 536 bytes (added by Steffen Schumann, 9 years ago)

the relevant run card

Line 
1(run){
2  % general settings   
3  EVENTS 1M
4  ERROR 0.05;
5 
6  ME_SIGNAL_GENERATOR Comix;
7  EVENT_GENERATION_MODE Weighted;
8  SCALES VAR{8315.18};
9 
10  % Tevatron setup
11  BEAM_1  2212; BEAM_ENERGY_1 980;
12  BEAM_2  2212; BEAM_ENERGY_2 980;
13}(run);
14
15(isr){
16   ##using lhapdf vs 6
17   PDF_LIBRARY LHAPDFSherpa;
18   PDF_SET CT10
19   #PDF_SET NNPDF23_nlo_as_0118
20}
21
22(processes){
23
24  Process 93 93 -> 11 -11;
25  NLO_QCD_Mode Fixed_Order;
26  NLO_QCD_Part RS;
27  Order_EW 2;
28  End process;
29
30}(processes);
31
32(selector){
33  Mass 11 -11 66. 116.
34}(selector)
35