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 #360: Run.jk.dat

File Run.jk.dat, 1.0 KB (added by Johannes Krause, 8 years ago)

used for both, 2.2.0 and unlops

Line 
1% general
2  EVENTS 100000;
3  EVENT_GENERATION_MODE Weighted;
4
5% Analyse
6  ANALYSIS Rivet;
7  ANALYSIS_OUTPUT ../qcut--93-93-neu/output/qcutQCUT;
8
9% tags and settings for scale definitions
10  SCF:=1.0; FSF:=SCF; RSF:=SCF; QSF:=1.0;
11  SCALES METS{FSF*MU_F2}{RSF*MU_R2}{QSF*MU_Q2};
12#  EXCLUSIVE_CLUSTER_MODE 1;
13
14% tags for process setup
15  NJET:=1; QCUT:=20; JETCUT:=10
16
17% generator settings
18  ME_SIGNAL_GENERATOR Comix # Amegic LOOPGEN;
19
20% collider parameters
21  BEAM_1 2212; BEAM_ENERGY_1 3500;
22  BEAM_2 2212; BEAM_ENERGY_2 3500;
23
24  MI_HANDLER=None;
25  FRAGMENTATION=Off;
26
27
28(processes){
29  Process 93 93 -> 93 93 93{NJET};
30  Order (*,0);
31  Integration_Error 0.99;
32  CKKW sqr(QCUT/E_CMS);
33  Selector_File *|(selector2){|}(selector2) {2};
34
35
36  End process;
37
38}(processes)
39
40(selector2){
41  NJetFinder 2 JETCUT 0.0 0.4 -1; #anti-kt algorithm mit 2 jets, pt>20gev, dr>0.4
42}(selector2)
43
44(analysis){
45  BEGIN_RIVET {
46  -a MC_XS MC_PHOTONJETS MC_QCD_PARTONS MC_PHOTONINC frix_test MC_JETS wz_had wzh ATLAS_2012_I1082936 ATLAS_2011_S9128077 ATLAS_2012_I1119557
47 }END_RIVET;
48}(analysis)