samples: mg5_ttbar2l.lhco

File mg5_ttbar2l.lhco, 87.3 KB (added by Eric CONTE, 5 years ago)
Line 
1#<LesHouchesEvents version="1.0">
2#<header>
3#<!--
4##*********************************************************************
5## *
6## MadGraph 5 *
7## *
8## Going Beyond *
9## *
10## http://madgraph.hep.uiuc.edu *
11## http://madgraph.phys.ucl.ac.be *
12## http://madgraph.roma2.infn.it *
13## *
14## The MadGraph team *
15## *
16##....................................................................*
17## *
18## This file contains all the information necessary to reproduce *
19## the events generated: *
20## *
21## 1. software version *
22## 2. proc_card : code generation info including model *
23## 3. param_card : model primary parameters in the LH format *
24## 4. run_card : running parameters (collider and cuts) *
25## 5. pythia_card : present only if pythia has been run *
26## 6. pgs_card : present only if pgs has been run *
27## 7. delphes_cards : present only if delphes has been run *
28## *
29## *
30##*********************************************************************
31#-->
32#<mgversion>
33#1.5.5
34#</mgversion>
35#<mg5proccard>
36##************************************************************
37##* MadGraph 5 *
38##* *
39##* * * *
40##* * * * * *
41##* * * * * 5 * * * * *
42##* * * * * *
43##* * * *
44##* *
45##* *
46##* VERSION 1.5.5 2012-11-18 *
47##* *
48##* The MadGraph Development Team - Please visit us at *
49##* https://server06.fynu.ucl.ac.be/projects/madgraph *
50##* *
51##************************************************************
52##* *
53##* Command File for MadGraph 5 *
54##* *
55##* run as ./bin/mg5 filename *
56##* *
57##************************************************************
58#
59#set group_subprocesses Auto
60#set ignore_six_quark_processes False
61#set gauge unitary
62#set complex_mass_scheme False
63#import model sm
64#define p = g u c d s u~ c~ d~ s~
65#define j = g u c d s u~ c~ d~ s~
66#define l+ = e+ mu+
67#define l- = e- mu-
68#define vl = ve vm vt
69#define vl~ = ve~ vm~ vt~
70#define tt = t t~
71#define bb = b b~
72#define ww = w+ w-
73#define ll = l+ l-
74#define vv = vl vl~
75#generate p p > tt tt, (tt > bb ww, ww > vv ll)
76#output ttbar2l
77#</mg5proccard>
78#<mgproccard>
79##*********************************************************************
80## MadGraph/MadEvent *
81## http://madgraph.hep.uiuc.edu *
82## *
83## proc_card.dat *
84##*********************************************************************
85## *
86## This Files is generated by MADGRAPH 5 *
87## *
88## WARNING: This Files is generated for MADEVENT (compatibility issue)*
89## This files is NOT a valid MG4 proc_card.dat *
90## Running this in MG4 will NEVER reproduce the result of MG5*
91## *
92##*********************************************************************
93##*********************************************************************
94## Process(es) requested : mg2 input *
95##*********************************************************************
96## Begin PROCESS # This is TAG. Do not modify this line
97#p p > tt tt , (tt > bb ww , ww > vv ll) #Process
98## Be carefull the coupling are here in MG5 convention
99#
100#end_coup # End the couplings input
101#
102#done # this tells MG there are no more procs
103## End PROCESS # This is TAG. Do not modify this line
104##*********************************************************************
105## Model information *
106##*********************************************************************
107## Begin MODEL # This is TAG. Do not modify this line
108#sm
109## End MODEL # This is TAG. Do not modify this line
110##*********************************************************************
111## Start multiparticle definitions *
112##*********************************************************************
113## Begin MULTIPARTICLES # This is TAG. Do not modify this line
114#
115## End MULTIPARTICLES # This is TAG. Do not modify this line
116#</mgproccard>
117#<mgruncard>
118##*********************************************************************
119## MadGraph/MadEvent *
120## http://madgraph.hep.uiuc.edu *
121## *
122## run_card.dat *
123## *
124## This file is used to set the parameters of the run. *
125## *
126## Some notation/conventions: *
127## *
128## Lines starting with a '# ' are info or comments *
129## *
130## mind the format: value = variable ! comment *
131##*********************************************************************
132##
133##*******************
134## Running parameters
135##*******************
136##
137##*********************************************************************
138## Tag name for the run (one word) *
139##*********************************************************************
140# tag_1 = run_tag ! name of the run
141##*********************************************************************
142## Run to generate the grid pack *
143##*********************************************************************
144# .false. = gridpack !True = setting up the grid pack
145##*********************************************************************
146## Number of events and rnd seed *
147## Warning: Do not generate more than 1M events in a single run *
148## If you want to run Pythia, avoid more than 50k events in a run. *
149##*********************************************************************
150# 50 = nevents ! Number of unweighted events requested
151# 21 = iseed ! rnd seed (0=assigned automatically=default))
152##*********************************************************************
153## Collider type and energy *
154## lpp: 0=No PDF, 1=proton, -1=antiproton, 2=photon from proton, *
155## 3=photon from electron *
156##*********************************************************************
157# 1 = lpp1 ! beam 1 type
158# 1 = lpp2 ! beam 2 type
159# 4000 = ebeam1 ! beam 1 total energy in GeV
160# 4000 = ebeam2 ! beam 2 total energy in GeV
161##*********************************************************************
162## Beam polarization from -100 (left-handed) to 100 (right-handed) *
163##*********************************************************************
164# 0 = polbeam1 ! beam polarization for beam 1
165# 0 = polbeam2 ! beam polarization for beam 2
166##*********************************************************************
167## PDF CHOICE: this automatically fixes also alpha_s and its evol. *
168##*********************************************************************
169# 'cteq6l1' = pdlabel ! PDF set
170##*********************************************************************
171## Renormalization and factorization scales *
172##*********************************************************************
173# F = fixed_ren_scale ! if .true. use fixed ren scale
174# F = fixed_fac_scale ! if .true. use fixed fac scale
175# 91.1880 = scale ! fixed ren scale
176# 91.1880 = dsqrt_q2fact1 ! fixed fact scale for pdf1
177# 91.1880 = dsqrt_q2fact2 ! fixed fact scale for pdf2
178# 1 = scalefact ! scale factor for event-by-event scales
179##*********************************************************************
180## Matching - Warning! ickkw > 1 is still beta
181##*********************************************************************
182# 0 = ickkw ! 0 no matching, 1 MLM, 2 CKKW matching
183# 1 = highestmult ! for ickkw=2, highest mult group
184# 1 = ktscheme ! for ickkw=1, 1 Durham kT, 2 Pythia pTE
185# 1 = alpsfact ! scale factor for QCD emission vx
186# F = chcluster ! cluster only according to channel diag
187# T = pdfwgt ! for ickkw=1, perform pdf reweighting
188##*********************************************************************
189## Automatic ptj and mjj cuts if xqcut > 0
190## (turn off for VBF and single top processes)
191##**********************************************************
192# T = auto_ptj_mjj ! Automatic setting of ptj and mjj
193##**********************************************************
194##
195##**********************************
196## BW cutoff (M+/-bwcutoff*Gamma)
197##**********************************
198# 15 = bwcutoff ! (M+/-bwcutoff*Gamma)
199##**********************************************************
200## Apply pt/E/eta/dr/mij cuts on decay products or not
201## (note that etmiss/ptll/ptheavy/ht/sorted cuts always apply)
202##**********************************************************
203# T = cut_decays ! Cut decay products
204##*************************************************************
205## Number of helicities to sum per event (0 = all helicities)
206## 0 gives more stable result, but longer run time (needed for
207## long decay chains e.g.).
208## Use >=2 if most helicities contribute, e.g. pure QCD.
209##*************************************************************
210# 0 = nhel ! Number of helicities used per event
211##*******************
212## Standard Cuts
213##*******************
214##
215##*********************************************************************
216## Minimum and maximum pt's (for max, -1 means no cut) *
217##*********************************************************************
218# 20 = ptj ! minimum pt for the jets
219# 0 = ptb ! minimum pt for the b
220# 10 = pta ! minimum pt for the photons
221# 10 = ptl ! minimum pt for the charged leptons
222# 0 = misset ! minimum missing Et (sum of neutrino's momenta)
223# 0 = ptheavy ! minimum pt for one heavy final state
224# 1.0 = ptonium ! minimum pt for the quarkonium states
225# -1 = ptjmax ! maximum pt for the jets
226# -1 = ptbmax ! maximum pt for the b
227# -1 = ptamax ! maximum pt for the photons
228# -1 = ptlmax ! maximum pt for the charged leptons
229# -1 = missetmax ! maximum missing Et (sum of neutrino's momenta)
230##*********************************************************************
231## Minimum and maximum E's (in the lab frame) *
232##*********************************************************************
233# 0 = ej ! minimum E for the jets
234# 0 = eb ! minimum E for the b
235# 0 = ea ! minimum E for the photons
236# 0 = el ! minimum E for the charged leptons
237# -1 = ejmax ! maximum E for the jets
238# -1 = ebmax ! maximum E for the b
239# -1 = eamax ! maximum E for the photons
240# -1 = elmax ! maximum E for the charged leptons
241##*********************************************************************
242## Maximum and minimum absolute rapidity (for max, -1 means no cut) *
243##*********************************************************************
244# 5 = etaj ! max rap for the jets
245# -1 = etab ! max rap for the b
246# 2.5 = etaa ! max rap for the photons
247# 2.5 = etal ! max rap for the charged leptons
248# 0.6 = etaonium ! max rap for the quarkonium states
249# 0 = etajmin ! min rap for the jets
250# 0 = etabmin ! min rap for the b
251# 0 = etaamin ! min rap for the photons
252# 0 = etalmin ! main rap for the charged leptons
253##*********************************************************************
254## Minimum and maximum DeltaR distance *
255##*********************************************************************
256# 0.4 = drjj ! min distance between jets
257# 0 = drbb ! min distance between b's
258# 0.4 = drll ! min distance between leptons
259# 0.4 = draa ! min distance between gammas
260# 0 = drbj ! min distance between b and jet
261# 0.4 = draj ! min distance between gamma and jet
262# 0.4 = drjl ! min distance between jet and lepton
263# 0 = drab ! min distance between gamma and b
264# 0 = drbl ! min distance between b and lepton
265# 0.4 = dral ! min distance between gamma and lepton
266# -1 = drjjmax ! max distance between jets
267# -1 = drbbmax ! max distance between b's
268# -1 = drllmax ! max distance between leptons
269# -1 = draamax ! max distance between gammas
270# -1 = drbjmax ! max distance between b and jet
271# -1 = drajmax ! max distance between gamma and jet
272# -1 = drjlmax ! max distance between jet and lepton
273# -1 = drabmax ! max distance between gamma and b
274# -1 = drblmax ! max distance between b and lepton
275# -1 = dralmax ! maxdistance between gamma and lepton
276##*********************************************************************
277## Minimum and maximum invariant mass for pairs *
278##*********************************************************************
279# 0 = mmjj ! min invariant mass of a jet pair
280# 0 = mmbb ! min invariant mass of a b pair
281# 0 = mmaa ! min invariant mass of gamma gamma pair
282# 0 = mmll ! min invariant mass of l+l- (same flavour) lepton pair
283# -1 = mmjjmax ! max invariant mass of a jet pair
284# -1 = mmbbmax ! max invariant mass of a b pair
285# -1 = mmaamax ! max invariant mass of gamma gamma pair
286# -1 = mmllmax ! max invariant mass of l+l- (same flavour) lepton pair
287##*********************************************************************
288## Minimum and maximum invariant mass for all letpons *
289##*********************************************************************
290# 0 = mmnl ! min invariant mass for all letpons (l+- and vl)
291# -1 = mmnlmax ! max invariant mass for all letpons (l+- and vl)
292##*********************************************************************
293## Minimum and maximum pt for 4-momenta sum of leptons *
294##*********************************************************************
295# 0 = ptllmin ! Minimum pt for 4-momenta sum of leptons(l and vl)
296# -1 = ptllmax ! Maximum pt for 4-momenta sum of leptons(l and vl)
297##*********************************************************************
298## Inclusive cuts *
299##*********************************************************************
300# 0 = xptj ! minimum pt for at least one jet
301# 0 = xptb ! minimum pt for at least one b
302# 0 = xpta ! minimum pt for at least one photon
303# 0 = xptl ! minimum pt for at least one charged lepton
304##*********************************************************************
305## Control the pt's of the jets sorted by pt *
306##*********************************************************************
307# 0 = ptj1min ! minimum pt for the leading jet in pt
308# 0 = ptj2min ! minimum pt for the second jet in pt
309# 0 = ptj3min ! minimum pt for the third jet in pt
310# 0 = ptj4min ! minimum pt for the fourth jet in pt
311# -1 = ptj1max ! maximum pt for the leading jet in pt
312# -1 = ptj2max ! maximum pt for the second jet in pt
313# -1 = ptj3max ! maximum pt for the third jet in pt
314# -1 = ptj4max ! maximum pt for the fourth jet in pt
315# 0 = cutuse ! reject event if fails any (0) / all (1) jet pt cuts
316##*********************************************************************
317## Control the pt's of leptons sorted by pt *
318##*********************************************************************
319# 0 = ptl1min ! minimum pt for the leading lepton in pt
320# 0 = ptl2min ! minimum pt for the second lepton in pt
321# 0 = ptl3min ! minimum pt for the third lepton in pt
322# 0 = ptl4min ! minimum pt for the fourth lepton in pt
323# -1 = ptl1max ! maximum pt for the leading lepton in pt
324# -1 = ptl2max ! maximum pt for the second lepton in pt
325# -1 = ptl3max ! maximum pt for the third lepton in pt
326# -1 = ptl4max ! maximum pt for the fourth lepton in pt
327##*********************************************************************
328## Control the Ht(k)=Sum of k leading jets *
329##*********************************************************************
330# 0 = htjmin ! minimum jet HT=Sum(jet pt)
331# -1 = htjmax ! maximum jet HT=Sum(jet pt)
332# 0 = ihtmin !inclusive Ht for all partons (including b)
333# -1 = ihtmax !inclusive Ht for all partons (including b)
334# 0 = ht2min ! minimum Ht for the two leading jets
335# 0 = ht3min ! minimum Ht for the three leading jets
336# 0 = ht4min ! minimum Ht for the four leading jets
337# -1 = ht2max ! maximum Ht for the two leading jets
338# -1 = ht3max ! maximum Ht for the three leading jets
339# -1 = ht4max ! maximum Ht for the four leading jets
340##*********************************************************************
341## WBF cuts *
342##*********************************************************************
343# 0 = xetamin ! minimum rapidity for two jets in the WBF case
344# 0 = deltaeta ! minimum rapidity for two jets in the WBF case
345##*********************************************************************
346## maximal pdg code for quark to be considered as a light jet *
347## (otherwise b cuts are applied) *
348##*********************************************************************
349# 4 = maxjetflavor ! Maximum jet pdg code
350##*********************************************************************
351## Jet measure cuts *
352##*********************************************************************
353# 0 = xqcut ! minimum kt jet measure between partons
354##*********************************************************************
355#</mgruncard>
356#<slha>
357#######################################################################
358### PARAM_CARD AUTOMATICALY GENERATED BY MG5 FOLLOWING UFO MODEL ####
359#######################################################################
360### ##
361### Width set on Auto will be computed following the information ##
362### present in the decay.py files of the model. By default, ##
363### this is only 1->2 decay modes. ##
364### ##
365#######################################################################
366#
367####################################
368### INFORMATION FOR MASS
369####################################
370#Block mass
371# 5 4.700000e+00 # MB
372# 6 1.730000e+02 # MT
373# 15 1.777000e+00 # MTA
374# 23 9.118800e+01 # MZ
375# 25 1.200000e+02 # MH
376### Not dependent paramater.
377### Those values should be edited following the
378### analytical expression. MG5 ignore those values
379### but they are important for interfacing the output of MG5
380### to external program such as Pythia.
381# 1 0.000000 # d : 0.0
382# 2 0.000000 # u : 0.0
383# 3 0.000000 # s : 0.0
384# 4 0.000000 # c : 0.0
385# 11 0.000000 # e- : 0.0
386# 12 0.000000 # ve : 0.0
387# 13 0.000000 # mu- : 0.0
388# 14 0.000000 # vm : 0.0
389# 16 0.000000 # vt : 0.0
390# 21 0.000000 # g : 0.0
391# 22 0.000000 # a : 0.0
392# 24 80.419002 # w+ : cmath.sqrt(MZ__exp__2/2. + cmath.sqrt(MZ__exp__4/4. - (aEW*cmath.pi*MZ__exp__2)/(Gf*sqrt__2)))
393#
394####################################
395### INFORMATION FOR SMINPUTS
396####################################
397#Block sminputs
398# 1 1.325070e+02 # aEWM1
399# 2 1.166390e-05 # Gf
400# 3 1.180000e-01 # aS
401#
402####################################
403### INFORMATION FOR YUKAWA
404####################################
405#Block yukawa
406# 5 4.200000e+00 # ymb
407# 6 1.645000e+02 # ymt
408# 15 1.777000e+00 # ymtau
409#
410####################################
411### INFORMATION FOR DECAY
412####################################
413#DECAY 6 1.491500e+00 # WT
414#DECAY 23 2.441404e+00 # WZ
415#DECAY 24 2.047600e+00 # WW
416#DECAY 25 5.753088e-03 # WH
417### Not dependent paramater.
418### Those values should be edited following the
419### analytical expression. MG5 ignore those values
420### but they are important for interfacing the output of MG5
421### to external program such as Pythia.
422#DECAY 1 0.000000 # d : 0.0
423#DECAY 2 0.000000 # u : 0.0
424#DECAY 3 0.000000 # s : 0.0
425#DECAY 4 0.000000 # c : 0.0
426#DECAY 5 0.000000 # b : 0.0
427#DECAY 11 0.000000 # e- : 0.0
428#DECAY 12 0.000000 # ve : 0.0
429#DECAY 13 0.000000 # mu- : 0.0
430#DECAY 14 0.000000 # vm : 0.0
431#DECAY 15 0.000000 # ta- : 0.0
432#DECAY 16 0.000000 # vt : 0.0
433#DECAY 21 0.000000 # g : 0.0
434#DECAY 22 0.000000 # a : 0.0
435#</slha>
436#<MGGenerationInfo>
437## Number of Events : 50
438## Integrated weight (pb) : 5.02058
439#</MGGenerationInfo>
440#<mgpythiacard>
441#!...Parton showering on or off
442# MSTP(61)=1
443# MSTP(71)=1
444#
445#!...Fragmentation/hadronization on or off
446# MSTJ(1)=1
447#
448#!...Multiple interactions on or off
449# MSTP(81)=20
450#
451#!...Don't stop execution after 10 errors
452# MSTU(21)=1
453#
454# LHAPATH=/tmp/econte/MadGraph5_v1_5_5/pythia-pgs/src/PDFsets
455#</mgpythiacard>
456#<mgdelphescard>
457#DETECTOR CARD # DO NOT REMOVE THIS IS A TAG!
458#
459## Detector extension, in pseudorapidity units
460#CEN_max_tracker 2.5 // Maximum tracker coverage
461#CEN_max_calo_cen 3.0 // central calorimeter coverage
462#CEN_max_calo_fwd 5.0 // forward calorimeter pseudorapidity coverage
463#CEN_max_mu 2.4 // muon chambers pseudorapidity coverage
464#
465## Energy resolution for electron/photon
466## \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
467#ELG_Scen 0.05 // S term for central ECAL
468#ELG_Ncen 0.25 // N term for central ECAL
469#ELG_Ccen 0.005 // C term for central ECAL
470#ELG_Sfwd 2.084 // S term for FCAL
471#ELG_Nfwd 0.0 // N term for FCAL
472#ELG_Cfwd 0.107 // C term for FCAL
473#ELG_Szdc 0.70 // S term for ZDC
474#ELG_Nzdc 0.0 // N term for ZDC
475#ELG_Czdc 0.08 // C term for ZDC
476#
477#
478## Energy resolution for hadrons in ecal/hcal/hf
479## \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
480#HAD_Shcal 1.5 // S term for central HCAL
481#HAD_Nhcal 0. // N term for central HCAL
482#HAD_Chcal 0.05 // C term for central HCAL
483#HAD_Shf 2.7 // S term for FCAL
484#HAD_Nhf 0. // N term for FCAL
485#HAD_Chf 0.13 // C term for FCAL
486#HAD_Szdc 1.38 // S term for ZDC
487#HAD_Nzdc 0. // N term for ZDC
488#HAD_Czdc 0.13 // C term for ZDC
489#
490## Time resolution for ZDC/RP220/RP420
491#ZDC_T_resolution 0 // in s
492#RP220_T_resolution 0 // in s
493#RP420_T_resolution 0 // in s
494#
495## Muon smearing
496#MU_SmearPt 0.01 // transverse momentum Pt in GeV
497#
498## Tracking efficiencies
499#TRACK_ptmin 0.9 // minimal pt needed to reach the calorimeter in GeV
500#TRACK_eff 90 // efficiency associated to the tracking (%)
501#
502## Calorimetric towers
503#TOWER_number 40
504#TOWER_eta_edges 0. 0.087 0.174 0.261 0.348 0.435 0.522 0.609 0.696 0.783 0.870 0.957 1.044 1.131 1.218 1.305 1.392 1.479 1.566 1.653 1.740 1.830 1.930 2.043 2.172 2.322 2.500 2.650 2.868 2.950 3.125 3.300 3.475 3.650 3.825 4.000 4.175 4.350 4.525 4.700 5.000
505### list of the edges of each tower in eta for eta>0 assuming a symmetric detector in eta<0
506#### the list starts with the lower edge of the most central tower
507#### the list ends with the higher edged of the most forward tower
508#### there should be NTOWER+1 values
509#TOWER_dphi 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 20 20
510#### list of the tower size in phi (in degrees), assuming that all towers are similar in phi for a given eta value
511#### the list starts with the phi-size of the most central tower (eta=0)
512#### the list ends with the phi-size of the most forward tower
513#### there should be NTOWER values
514###
515##
516#
517## Thresholds for reconstructed objetcs, Pt in GeV
518#PTCUT_elec 10.0
519#PTCUT_muon 10.0
520#PTCUT_jet 20.0
521#PTCUT_gamma 10.0
522#PTCUT_taujet 10.0
523#
524## Thresholds for reconstructed objects in ZDC, E in GeV
525#ZDC_gamma_E 20
526#ZDC_n_E 50
527#
528## Charged lepton isolation. Pt and Et in GeV
529#ISOL_PT 2.0 //minimal pt of tracks for isolation criteria
530#ISOL_Cone 0.5 //Cone for isolation criteria
531#ISOL_Calo_ET 1E99 //minimal tower transverse energy for isolation criteria. 1E99 means "off"
532#ISOL_Calo_Cone 0.4 //Cone for calorimetric isolation
533#ISOL_Calo_Grid 3 //Grid size (N x N) for calorimetric isolation
534#
535## General jet variable
536#JET_coneradius 0.7 // generic jet radius ; not for tau's !!!
537#JET_jetalgo 1 // 1 for Cone algorithm, 2 for MidPoint algorithm, 3 for SIScone algorithm, 4 for kt algorithm
538#JET_seed 1.0 // minimum seed to start jet reconstruction, in GeV
539#JET_Eflow 0 // Perfect energy assumed in the tracker coverage
540#
541## Tagging definition
542#BTAG_b 40 // b-tag efficiency (%)
543#BTAG_mistag_c 10 // mistagging (%)
544#BTAG_mistag_l 1 // mistagging (%)
545#
546## FLAGS
547#FLAG_bfield 1 //1 to run the bfield propagation else 0
548#FLAG_vfd 1 //1 to run the very forward detectors else 0
549#FLAG_RP 1 //1 to run the very forward detectors else 0
550#FLAG_trigger 1 //1 to run the trigger selection else 0
551#FLAG_frog 0 //1 to run the FROG event display
552#FLAG_lhco 0 //1 to run the LHCO
553#
554## In case BField propagation allowed
555#TRACK_radius 129 //radius of the BField coverage, in cm
556#TRACK_length 300 //length of the BField coverage, in cm
557#TRACK_bfield_x 0 //X component of the BField, in T
558#TRACK_bfield_y 0 //Y component of the BField, in T
559#TRACK_bfield_z 3.8 //Z component of the BField, in T
560#
561## Very forward detector extension, in pseudorapidity
562## if allowed
563#VFD_min_calo_vfd 5.2 // very forward calorimeter (if any) like CASTOR
564#VFD_max_calo_vfd 6.6
565#VFD_min_zdc 8.3 // zero-degree neutral calorimeter
566#VFD_s_zdc 140 // distance of the Zero Degree Calorimeter, from the IP, in [m]
567#
568#RP_220_s 220 // distance of the RP to the IP, in meters
569#RP_220_x 0.002 // distance of the RP to the beam, in meters
570#RP_420_s 420 // distance of the RP to the IP, in meters
571#RP_420_x 0.004 // distance of the RP to the beam, in meters
572#RP_beam1Card DELPHESDIR/data/LHCB1IR5_v6.500.tfs
573#RP_beam2Card DELPHESDIR/data/LHCB2IR5_v6.500.tfs
574#RP_IP_name IP5
575#RP_offsetEl_x 0.097 // horizontal separation between both beam, in meters
576#RP_offsetEl_y 0 // vertical separation between both beam, in meters
577#RP_offsetEl_s 120 // distance of beam separation point, from IP
578#RP_cross_x -500 // IP offset in horizontal plane, in micrometers
579#RP_cross_y 0 // IP offset in vertical plane, in micrometers
580#RP_cross_ang_x 142.5 // half-crossing angle in horizontal plane, in microrad
581#RP_cross_ang_y 0 // half-crossing angle in vertical plane, in microrad
582#
583#
584## In case FROG event display allowed
585#NEvents_Frog 100
586## Number of events to process
587#NEvents -1 // -1 means 'all'
588#
589## input PDG tables
590#PdgTableFilename DELPHESDIR/data/particle.tbl // table with particle pid,mass,charge,...
591#</mgdelphescard>
592#<mgdelphestrigger>
593##TRIGGER CARD # DO NOT REMOVE THIS IS A TAG!
594#
595## list of trigger algorithms
596## trigger_name >> algorithm #comments
597#Inclusive electron >> ELEC1_PT: '29'
598#di-electron >> ELEC1_PT: '17' && ELEC2_PT: '17'
599#Inclusive Photon >> GAMMA1_PT: '80'
600#di-Photon >> GAMMA1_PT: '40' && GAMMA2_PT: '25'
601#Inclusive muon >> MUON1_PT: '19'
602#di-muon >> MUON1_PT: '7' && MUON2_PT: '7'
603#Taujet and ETmis >> TAU1_PT: '86' && ETMIS_PT: '65'
604#di-Taujets >> TAU1_PT: '59' && TAU2_PT: '59'
605#Jet and ETmis >> JET1_PT: '180' && ETMIS_PT: '123'
606#Taujet and electron >> TAU1_PT: '45' && ELEC1_PT: '19'
607#Taujet and muon >> TAU1_PT: '40' && ELEC1_PT: '15'
608#Inclusive b-jet >> Bjet1_PT: '237'
609#Inclusive 1 jet >> JET1_PT: '657'
610#Inclusive 3 jets >> JET1_PT: '247' && JET2_PT: '247' && JET3_PT: '247'
611#Inclusive 4 jets >> JET1_PT: '113' && JET2_PT: '113' && JET3_PT: '113' && JET4_PT: '113'
612#</mgdelphestrigger>
613#</header>
614#</LesHouchesEvents>
615## Integrated weight (pb) : 5.02058
616 # **********************************************************************
617 # **********************************************************************
618 # ** **
619 # ** Welcome to **
620 # ** **
621 # ** **
622 # ** .ddddddd- lL hH **
623 # ** -Dd` `dD: Ll hH` **
624 # ** dDd dDd eeee. lL .pp+pp Hh+hhh` -eeee- `sssss **
625 # ** -Dd `DD ee. ee Ll .Pp. PP Hh. HH. ee. ee sSs **
626 # ** dD` dDd eEeee: lL. pP. pP hH hH` eEeee:` -sSSSs. **
627 # ** .Dd :dd eE. LlL PpppPP Hh Hh eE sSS **
628 # ** dddddd:. eee+: lL. pp. hh. hh eee+ sssssS **
629 # ** Pp **
630 # ** **
631 # ** Delphes, a framework for the fast simulation **
632 # ** of a generic collider experiment **
633 # ** **
634 # ** --- Version 1.9 of Delphes --- **
635 # ** Last date of change: 7 May 2010 **
636 # ** **
637 # ** **
638 # ** This package uses: **
639 # ** ------------------ **
640 # ** FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210] **
641 # ** Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2] **
642 # ** FROG: L. Quertenmont, V. Roberfroid [hep-ex/0901.2718v1] **
643 # ** **
644 # ** ---------------------------------------------------------------- **
645 # ** **
646 # ** Main authors: **
647 # ** ------------- **
648 # ** **
649 # ** Séverine Ovyn Xavier Rouby **
650 # ** severine.ovyn@uclouvain.be xavier.rouby@cern **
651 # ** Center for Particle Physics and Phenomenology (CP3) **
652 # ** Universite Catholique de Louvain (UCL) **
653 # ** Louvain-la-Neuve, Belgium **
654 # ** **
655 # ** ---------------------------------------------------------------- **
656 # ** **
657 # ** Former Delphes versions and documentation can be found on : **
658 # ** http://www.fynu.ucl.ac.be/delphes.html **
659 # ** **
660 # ** **
661 # ** Disclaimer: this program comes without guarantees. **
662 # ** Beware of errors and please give us **
663 # ** your feedbacks about potential bugs. **
664 # ** **
665 # **********************************************************************
666 # ** **
667 # #>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
668 # * *
669 # #******************************** *
670 # # Input files *
671 # #******************************** *
672 # * Input list inputfiles.list *
673 # * - file pythia_events.hep *
674 # * Detector card ../Cards/tmp_card.dat *
675 # * Trigger card ../Cards/delphes_trigger.dat *
676 # * Beam optics : *
677 # * - beam 1 /tmp/econte/MadGraph5_v1_5_5/Delphes/data/LHCB1IR5_v6.500.tfs *
678 # * - beam 2 /tmp/econte/MadGraph5_v1_5_5/Delphes/data/LHCB2IR5_v6.500.tfs *
679 # * Input PDG table /tmp/econte/MadGraph5_v1_5_5/Delphes/data/particle.tbl *
680 # * *
681 # * *
682 # #******************************** *
683 # # Central detector caracteristics *
684 # #******************************** *
685 # * *
686 # * Maximum tracking system: 2.5 *
687 # * Maximum central calorimeter: 1.5 *
688 # * Maximum endcap calorimeter: 3 *
689 # * Maximum central calorimeter: 5 *
690 # * Muon chambers coverage: 2.4 *
691 # * *
692 # #************************************ *
693 # # Very forward Roman Pots switched on *
694 # #************************************ *
695 # * *
696 # * Distance of the 220 RP to the IP in meters: 220 *
697 # * Distance of the 220 RP to the beam in meters: 0.002 *
698 # * Distance of the 420 RP to the IP in meters: 420 *
699 # * Distance of the 420 RP to the beam in meters: 0.004 *
700 # * Interaction point at the LHC named: IP5 *
701 # * Datacard for beam 1: /tmp/econte/MadGraph5_v1_5_5/Delphes/data/LHCB1IR5_v6.500.tfs *
702 # * Datacard for beam 2: /tmp/econte/MadGraph5_v1_5_5/Delphes/data/LHCB2IR5_v6.500.tfs *
703 # * Beam separation, in meters(hor): 0.097 *
704 # * Beam separation, in meters(ver): 0 *
705 # * Distance from IP for Beam separation (m): 120 *
706 # * X offset of beam crossing in micrometers: -500 *
707 # * Y offset of beam crossing in micrometers: 0 *
708 # * X Angle of beam crossing: 142.5 *
709 # * Y Angle of beam crossing: 0 *
710 # * *
711 # #************************************** *
712 # # Very forward calorimeters switched on *
713 # #************************************** *
714 # * *
715 # * Minimum very forward calorimeter: 5.2 *
716 # * Maximum very forward calorimeter: 6.6 *
717 # * Minimum coverage zero_degree calorimeter 8.3 *
718 # * Distance of the ZDC to the IP, in meters: 140 *
719 # * *
720 # #************************************ *
721 # # Electromagnetic smearing parameters *
722 # #************************************ *
723 # * *
724 # * S term for central ECAL: 0.05 *
725 # * N term for central ECAL: 0.25 *
726 # * C term for central ECAL: 0.005 *
727 # * S term for ECAL end-cap: 0.05 *
728 # * N term for ECAL end-cap: 0.25 *
729 # * C term for ECAL end-cap: 0.005 *
730 # * S term for FCAL: 2.084 *
731 # * N term for FCAL: 0 *
732 # * C term for FCAL: 0.107 *
733 # * S term for ZDC: 0.7 *
734 # * N term for ZDC: 0 *
735 # * C term for ZDC: 0.08 *
736 # * *
737 # #***************************** *
738 # # Hadronic smearing parameters *
739 # #***************************** *
740 # * *
741 # * S term for central HCAL: 1.5 *
742 # * N term for central HCAL: 0 *
743 # * C term for central HCAL: 0.05 *
744 # * S term for HCAL endcap: 1.5 *
745 # * N term for HCAL endcap: 0 *
746 # * C term for HCAL endcap: 0.05 *
747 # * S term for FCAL: 2.7 *
748 # * N term for FCAL: 0 *
749 # * C term for FCAL: 0.13 *
750 # * S term for ZDC: 1.38 *
751 # * N term for ZDC: 0 *
752 # * C term for ZDC: 0.13 *
753 # * *
754 # #************************* *
755 # # Time smearing parameters *
756 # #************************* *
757 # * *
758 # * Time resolution for ZDC : 0 *
759 # * Time resolution for RP220 : 0 *
760 # * Time resolution for RP420 : 0 *
761 # * *
762 # * *
763 # #************************* *
764 # # Muon smearing parameters *
765 # #************************* *
766 # * *
767 # * PT resolution for muons : 0.01 *
768 # * *
769 # #*************************** *
770 # # Magnetic field switched on *
771 # #*************************** *
772 # * *
773 # * Radius of the BField coverage: 129 *
774 # * Length of the BField coverage: 300 *
775 # * BField X component: 0 *
776 # * BField Y component: 0 *
777 # * BField Z component: 3.8 *
778 # * Minimal pT needed to reach the calorimeter [GeV]: 0.9 *
779 # * Efficiency associated to the tracking: 90 *
780 # * *
781 # #******************** *
782 # # Calorimetric Towers *
783 # #******************** *
784 # * Number of calorimetric towers in eta, for eta>0: 40 *
785 # * Tower edges in eta, for eta>0: *
786 # * 0 0.087 0.174 0.261 0.348 0.435 0.522 0.609 0.696 *
787 # * 0.783 0.87 0.957 1.044 1.131 1.218 1.305 1.392 1.479 *
788 # * 1.566 1.653 1.74 1.83 1.93 2.043 2.172 2.322 2.5 *
789 # * 2.65 2.868 2.95 3.125 3.3 3.475 3.65 3.825 4 *
790 # * 4.175 4.35 4.525 4.7 5 *
791 # * Tower sizes in phi, for eta>0 [degree]: *
792 # * 5 5 5 5 5 5 5 5 5 *
793 # * 5 5 5 5 5 5 5 5 5 *
794 # * 5 10 10 10 10 10 10 10 10 *
795 # * 10 10 10 10 10 10 10 10 10 *
796 # * 10 10 20 20 *
797 # * *
798 # #******************* *
799 # # Minimum pT's [GeV] *
800 # #******************* *
801 # * *
802 # * Minimum pT for electrons: 10 *
803 # * Minimum pT for muons: 10 *
804 # * Minimum pT for jets: 20 *
805 # * Minimum pT for Tau-jets: 10 *
806 # * Minimum pT for photons: 10 *
807 # * Minimum E for photons in ZDC: 20 *
808 # * Minimum E for neutrons in ZDC: 50 *
809 # * *
810 # #******************* *
811 # # Isolation criteria *
812 # #******************* *
813 # * *
814 # * Minimum pT for tracking isolation [GeV]: 2 *
815 # * Cone for tracking isolation criteria: 0.5 *
816 # * Cone for calorimetric isolation criteria: 0.5 *
817 # # No Calorimetric isolation applied *
818 # * *
819 # #*************** *
820 # # Jet definition *
821 # #*************** *
822 # #* Running considering no energy flow on the tracker coverage *
823 # #* --> jet algo applied on the calorimetric towers *
824 # * *
825 # * Six algorithms are currently available: *
826 # * - 1) CDF cone algorithm, *
827 # * - 2) CDF MidPoint algorithm, *
828 # * - 3) SIScone algorithm, *
829 # * - 4) kt algorithm, *
830 # * - 5) Cambrigde/Aachen algorithm, *
831 # * - 6) Anti-kt algorithm. *
832 # * *
833 # * You have chosen *
834 # * CDF JetClu jet algorithm with parameters: *
835 # * - Seed threshold: 1 ! not in datacard *
836 # * - Cone radius: 0.7 *
837 # * - Adjacency cut: 2 ! not in datacard *
838 # * - Max iterations: 100 ! not in datacard *
839 # * - Iratch: 1 ! not in datacard *
840 # * - Overlap threshold: 0.75 ! not in datacard *
841 # * *
842 # #****************************** *
843 # # Tau-jet definition parameters *
844 # #****************************** *
845 # * *
846 # * Cone radius for calorimeter tagging: 0.15 *
847 # * Fraction of energy in the small cone: 95 ! not in datacard *
848 # * Cone radius for tracking tagging: 0.4 *
849 # * Minimum track pT [GeV]: 2 *
850 # * *
851 # #******************************* *
852 # # B-tagging efficiency functions *
853 # #******************************* *
854 # * *
855 # * Tagging a "b" as a b-jet: 0.4 + 0*x + 0*y *
856 # * Mistagging a c-jet as a b-jet: 0.1 + 0*x + 0*y *
857 # * Mistagging a gluon-jet as a b-jet: 0.01 + 0*x + 0*y *
858 # * Mistagging a light jet as a b-jet: 0.01 + 0*x + 0*y *
859 # * *
860 # * *
861 # #....................................................................*
862 # #>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
863 # ** *
864 # ** ################## Time report ################# *
865 # ** Time report for 50 events *
866 # ** *
867 # ** Time (s): CPU Real *
868 # ** + Global: 0.41 0.492061 *
869 # ** + Events: 0.19 0.196139 *
870 # ** + Trigger: 0.01 0.0402272 *
871 # ** 26/11/2012 21:09:17 **
872 # * *
873 # * *
874 # #....................................................................*
875 # #>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
876 #
877 ## More info on LHCO files: http://cp3wks05.fynu.ucl.ac.be/Manual/lhco.html
878 #
879 # typ eta phi pt jmas ntrk btag had/em dum1 dum2
880 0 0 0
881 1 2 1.752 -1.592 32.554 0.000 1.000 0.000 0.00 0.000 0.000
882 2 3 -1.223 -1.485 28.082 3.725 1.000 0.000 185.010 0.000 0.000
883 3 4 0.400 -0.979 52.547 19.974 8.000 0.000 1.257 0.000 0.000
884 4 4 -0.861 1.869 45.170 14.902 8.000 0.000 4.536 0.000 0.000
885 5 4 1.896 2.338 43.189 9.803 2.000 0.000 0.128 0.000 0.000
886 6 4 -0.306 -2.036 37.341 12.116 5.000 1.000 12.251 0.000 0.000
887 7 4 -1.223 -1.485 28.082 3.725 1.000 0.000 185.010 0.000 0.000
888 8 6 0.000 1.381 73.096 0.000 0.000 0.000 0.000 0.000 0.000
889 0 1 0
890 1 0 0.653 -1.091 34.536 0.000 0.000 0.000 0.000 0.000 0.000
891 2 0 -2.108 -2.356 14.924 0.000 0.000 0.000 1.002 0.000 0.000
892 3 1 0.685 -1.111 28.822 -0.001 -1.000 0.000 0.000 0.000 0.000
893 4 1 -1.306 -0.546 21.513 -0.006 1.000 0.000 0.000 0.000 0.000
894 5 3 0.653 -1.091 34.536 -0.016 -1.000 0.000 0.000 0.000 0.000
895 6 3 -1.344 -0.568 22.120 0.452 1.000 0.000 0.000 0.000 0.000
896 7 4 -2.089 -2.463 47.562 9.608 11.000 1.000 3.203 0.000 0.000
897 8 4 -0.430 -2.271 39.135 9.444 4.000 1.000 3.505 0.000 0.000
898 9 4 0.653 -1.091 34.536 -0.016 1.000 0.000 0.000 0.000 0.000
899 10 4 2.132 0.337 34.166 14.179 8.000 0.000 0.868 0.000 0.000
900 11 4 -1.344 -0.568 22.120 0.452 2.000 0.000 0.000 0.000 0.000
901 12 6 0.000 1.436 85.968 0.000 0.000 0.000 0.000 0.000 0.000
902 0 2 0
903 1 1 1.455 -2.127 72.545 0.066 -1.000 0.000 0.000 0.000 0.000
904 2 1 1.590 -1.719 25.883 0.010 1.000 0.000 0.000 0.000 0.000
905 3 4 1.494 -2.048 98.479 16.961 2.000 0.000 0.000 0.000 0.000
906 4 4 -0.859 -0.232 46.803 17.973 4.000 0.000 7.638 0.000 0.000
907 5 4 -1.925 1.533 20.130 9.953 6.000 0.000 27.250 0.000 0.000
908 6 6 0.000 1.389 50.505 0.000 0.000 0.000 0.000 0.000 0.000
909 0 3 0
910 1 0 1.435 -2.749 15.352 0.000 0.000 0.000 0.000 0.000 0.000
911 2 2 -0.772 1.055 104.240 0.000 -1.000 0.000 0.00 0.000 0.000
912 3 2 1.440 -2.737 97.607 0.000 1.000 2.000 0.00 0.000 0.000
913 4 3 1.444 -2.750 15.528 0.945 1.000 0.000 0.013 0.000 0.000
914 5 4 -1.823 -0.392 40.056 13.358 8.000 0.000 3.444 0.000 0.000
915 6 4 1.433 0.479 29.856 12.505 6.000 0.000 1.391 0.000 0.000
916 7 4 3.400 -1.997 22.845 7.610 0.000 0.000 2.510 0.000 0.000
917 8 6 0.000 -2.093 25.716 0.000 0.000 0.000 0.000 0.000 0.000
918 0 4 0
919 1 0 0.479 2.313 20.529 0.000 0.000 0.000 35.056 0.000 0.000
920 2 0 -1.523 -0.742 15.931 0.000 0.000 0.000 10.935 0.000 0.000
921 3 0 -0.391 1.353 15.451 0.000 0.000 0.000 2.570 0.000 0.000
922 4 0 -1.880 -2.007 14.265 0.000 0.000 0.000 0.000 0.000 0.000
923 5 0 -0.653 0.218 11.523 0.000 0.000 0.000 0.000 0.000 0.000
924 6 0 -0.043 1.178 10.217 0.000 0.000 0.000 1.562 0.000 0.000
925 7 1 0.806 0.449 79.530 -0.035 1.000 0.000 0.000 0.000 0.000
926 8 1 -0.242 -2.620 33.624 0.014 -1.000 0.000 0.000 0.000 0.000
927 9 3 0.829 0.481 78.111 2.354 1.000 0.000 0.000 0.000 0.000
928 10 4 -1.485 -0.592 125.726 28.238 21.000 0.000 2.715 0.000 0.000
929 11 4 0.829 0.481 78.111 2.354 1.000 0.000 0.000 0.000 0.000
930 12 4 -0.276 1.226 62.174 19.034 9.000 1.000 1.747 0.000 0.000
931 13 4 0.518 2.253 52.051 8.816 7.000 1.000 1.498 0.000 0.000
932 14 4 -0.674 0.215 41.263 7.267 3.000 0.000 0.712 0.000 0.000
933 15 4 -0.212 -2.613 36.846 6.390 2.000 0.000 0.056 0.000 0.000
934 16 4 -2.000 -1.908 25.765 6.824 8.000 0.000 0.705 0.000 0.000
935 17 6 0.000 -3.068 164.832 0.000 0.000 0.000 0.000 0.000 0.000
936 0 5 0
937 1 0 0.391 1.527 132.026 0.000 0.000 0.000 0.000 0.000 0.000
938 2 2 0.914 -1.639 59.571 0.000 -1.000 1.000 0.00 0.000 0.000
939 3 4 0.392 1.528 132.113 2.271 0.000 0.000 0.000 0.000 0.000
940 4 4 1.662 -2.525 44.737 9.046 4.000 0.000 1.639 0.000 0.000
941 5 4 -0.291 2.886 39.193 13.835 5.000 0.000 1.916 0.000 0.000
942 6 6 0.000 -0.594 96.974 0.000 0.000 0.000 0.000 0.000 0.000
943 0 6 0
944 1 0 1.697 2.007 10.451 0.000 0.000 0.000 0.515 0.000 0.000
945 2 1 2.152 0.917 101.021 -0.105 1.000 0.000 0.000 0.000 0.000
946 3 2 1.361 -2.381 195.996 0.094 -1.000 1.000 0.00 0.000 0.000
947 4 4 2.018 0.963 130.706 30.345 3.000 0.000 0.090 0.000 0.000
948 5 4 0.470 -1.243 41.279 12.235 4.000 0.000 6.836 0.000 0.000
949 6 4 1.661 1.879 27.974 6.750 4.000 0.000 0.286 0.000 0.000
950 7 6 0.000 0.566 90.934 0.000 0.000 0.000 0.000 0.000 0.000
951 0 7 0
952 1 0 -0.739 2.487 35.165 0.000 0.000 0.000 30.749 0.000 0.000
953 2 0 -0.652 2.313 14.425 0.000 0.000 0.000 5.987 0.000 0.000
954 3 2 -0.280 -1.203 70.019 0.019 -1.000 1.000 0.00 0.000 0.000
955 4 2 0.051 2.587 12.359 0.002 1.000 0.000 0.00 0.000 0.000
956 5 4 -0.690 2.426 90.990 15.178 8.000 1.000 4.394 0.000 0.000
957 6 4 0.034 0.997 35.896 10.755 7.000 0.000 3.039 0.000 0.000
958 7 4 -3.197 2.530 30.182 6.294 0.000 0.000 2743.865 0.000 0.000
959 8 6 0.000 -0.748 67.798 0.000 0.000 0.000 0.000 0.000 0.000
960 0 8 0
961 1 0 2.411 -0.785 14.794 0.000 0.000 0.000 5.445 0.000 0.000
962 2 0 0.131 2.749 10.762 0.000 0.000 0.000 1.703 0.000 0.000
963 3 1 1.036 0.942 14.970 0.010 1.000 0.000 0.000 0.000 0.000
964 4 2 -1.422 -1.427 45.772 0.000 -1.000 2.000 0.00 0.000 0.000
965 5 3 1.001 0.949 24.559 1.038 1.000 0.000 0.000 0.000 0.000
966 6 4 -0.384 1.384 120.425 48.359 18.000 0.000 3.366 0.000 0.000
967 7 4 0.130 2.879 75.127 18.436 9.000 0.000 6.295 0.000 0.000
968 8 4 -1.640 0.871 53.380 16.112 8.000 0.000 5.652 0.000 0.000
969 9 4 2.574 -0.918 36.536 19.043 6.000 0.000 3.057 0.000 0.000
970 10 4 1.001 0.949 24.559 1.038 1.000 0.000 0.000 0.000 0.000
971 11 6 0.000 -1.877 124.107 0.000 0.000 0.000 0.000 0.000 0.000
972 0 9 0
973 1 0 -1.435 0.393 115.326 0.000 0.000 0.000 0.000 0.000 0.000
974 2 0 -1.987 -2.182 12.488 0.000 0.000 0.000 0.878 0.000 0.000
975 3 1 -1.422 0.403 115.932 -0.011 1.000 0.000 0.000 0.000 0.000
976 4 1 -0.068 -1.597 88.376 0.025 -1.000 0.000 0.000 0.000 0.000
977 5 1 -1.677 2.124 11.743 0.008 1.000 0.000 1.254 0.000 0.000
978 6 3 -1.436 0.393 115.391 1.293 1.000 0.000 0.000 0.000 0.000
979 7 3 -0.043 -1.615 88.745 0.807 -1.000 0.000 0.000 0.000 0.000
980 8 4 -1.436 0.393 115.391 1.293 1.000 0.000 0.000 0.000 0.000
981 9 4 -0.043 -1.615 88.745 0.807 1.000 0.000 0.000 0.000 0.000
982 10 4 -1.696 2.159 65.008 14.628 11.000 0.000 1.921 0.000 0.000
983 11 4 -2.267 -1.901 49.734 22.676 8.000 0.000 2.132 0.000 0.000
984 12 6 0.000 2.424 30.083 0.000 0.000 0.000 0.000 0.000 0.000
985 0 10 0
986 1 0 -0.566 -1.614 13.707 0.000 0.000 0.000 2.562 0.000 0.000
987 2 0 -0.479 -1.440 13.657 0.000 0.000 0.000 0.976 0.000 0.000
988 3 1 1.078 -1.028 37.585 -0.011 1.000 0.000 0.000 0.000 0.000
989 4 1 -0.002 -2.068 16.335 -0.006 -1.000 0.000 0.000 0.000 0.000
990 5 4 -0.335 -1.570 113.796 55.997 12.000 0.000 0.986 0.000 0.000
991 6 4 0.827 -1.171 73.252 32.532 6.000 0.000 0.317 0.000 0.000
992 7 6 0.000 1.618 155.422 0.000 0.000 0.000 0.000 0.000 0.000
993 0 11 0
994 1 0 0.739 2.749 90.571 0.000 0.000 0.000 21.304 0.000 0.000
995 2 0 0.653 2.662 34.366 0.000 0.000 0.000 0.000 0.000 0.000
996 3 1 -0.297 0.220 33.646 -0.010 1.000 0.000 0.000 0.000 0.000
997 4 2 0.858 -2.296 65.564 0.000 -1.000 0.000 0.00 0.000 0.000
998 5 4 0.708 2.710 178.657 21.745 7.000 0.000 2.761 0.000 0.000
999 6 4 -0.183 0.725 89.541 46.482 11.000 0.000 0.870 0.000 0.000
1000 7 4 -1.285 1.877 62.325 26.069 13.000 0.000 2.772 0.000 0.000
1001 8 4 1.578 -1.174 31.815 12.102 6.000 0.000 0.793 0.000 0.000
1002 9 6 0.000 -0.783 169.653 0.000 0.000 0.000 0.000 0.000 0.000
1003 0 12 0
1004 1 0 -1.609 0.480 28.431 0.000 0.000 0.000 0.305 0.000 0.000
1005 2 0 -1.697 0.436 23.346 0.000 0.000 0.000 131.143 0.000 0.000
1006 3 1 -1.566 -0.845 29.728 -0.018 -1.000 0.000 0.000 0.000 0.000
1007 4 2 -1.673 1.296 48.007 0.000 1.000 0.000 0.00 0.000 0.000
1008 5 3 -1.525 -0.835 31.097 1.330 -1.000 0.000 0.027 0.000 0.000
1009 6 4 -1.674 0.483 76.702 10.155 5.000 1.000 1.509 0.000 0.000
1010 7 4 -0.470 -2.674 58.284 13.846 10.000 0.000 7.747 0.000 0.000
1011 8 4 -1.525 -0.835 31.097 1.330 2.000 0.000 0.027 0.000 0.000
1012 9 4 -1.612 -1.853 26.975 10.507 5.000 0.000 12.920 0.000 0.000
1013 10 4 -2.249 -0.473 21.054 4.297 2.000 0.000 5.751 0.000 0.000
1014 11 6 0.000 -3.061 74.847 0.000 0.000 0.000 0.000 0.000 0.000
1015 0 13 0
1016 1 2 0.449 2.797 25.387 0.009 1.000 2.000 0.00 0.000 0.000
1017 2 4 -0.848 -0.712 65.496 24.603 11.000 0.000 3.753 0.000 0.000
1018 3 4 -0.794 0.565 55.545 16.370 7.000 1.000 4.825 0.000 0.000
1019 4 4 0.739 0.654 35.109 -0.011 0.000 0.000 0.000 0.000 0.000
1020 5 6 0.000 -3.065 86.039 0.000 0.000 0.000 0.000 0.000 0.000
1021 0 14 0
1022 1 0 0.739 -1.091 15.441 0.000 0.000 0.000 1.443 0.000 0.000
1023 2 1 0.083 1.165 34.038 -0.009 1.000 0.000 0.000 0.000 0.000
1024 3 2 -1.935 2.281 57.260 0.000 -1.000 0.000 0.00 0.000 0.000
1025 4 2 0.613 -1.143 23.998 0.000 1.000 1.000 10.01 0.000 0.000
1026 5 3 0.042 1.180 34.594 2.040 1.000 0.000 0.000 0.000 0.000
1027 6 4 -0.808 -2.483 65.066 31.400 13.000 1.000 1.221 0.000 0.000
1028 7 4 0.681 -1.058 43.158 6.786 8.000 0.000 2.267 0.000 0.000
1029 8 4 0.042 1.180 34.594 2.040 1.000 0.000 0.000 0.000 0.000
1030 9 6 0.000 0.876 58.323 0.000 0.000 0.000 0.000 0.000 0.000
1031 0 15 0
1032 1 0 1.349 0.480 15.439 0.000 0.000 0.000 0.000 0.000 0.000
1033 2 2 -0.134 -1.253 43.266 0.000 -1.000 2.000 0.00 0.000 0.000
1034 3 2 1.243 0.412 11.345 0.000 -1.000 1.000 5.01 0.000 0.000
1035 4 4 0.130 2.749 78.986 -0.032 0.000 0.000 0.000 0.000 0.000
1036 5 4 1.316 0.454 59.914 9.054 6.000 0.000 1.780 0.000 0.000
1037 6 4 -0.761 0.259 49.837 20.853 6.000 1.000 4.616 0.000 0.000
1038 7 6 0.000 -2.678 61.035 0.000 0.000 0.000 0.000 0.000 0.000
1039 0 16 0
1040 1 0 1.523 1.440 47.706 0.000 0.000 0.000 3.572 0.000 0.000
1041 2 0 1.609 -2.923 34.419 0.000 0.000 0.000 0.000 0.000 0.000
1042 3 0 1.262 -0.393 13.472 0.000 0.000 0.000 0.000 0.000 0.000
1043 4 1 1.038 -0.301 41.959 0.021 1.000 0.000 0.000 0.000 0.000
1044 5 1 1.599 -2.471 23.569 -0.018 -1.000 0.000 0.000 0.000 0.000
1045 6 4 1.591 1.442 123.791 33.249 15.000 0.000 3.261 0.000 0.000
1046 7 4 1.639 -2.698 58.005 15.915 2.000 0.000 0.021 0.000 0.000
1047 8 4 1.069 -0.326 56.348 6.634 1.000 0.000 0.000 0.000 0.000
1048 9 6 0.000 -1.645 48.237 0.000 0.000 0.000 0.000 0.000 0.000
1049 0 17 0
1050 1 0 0.826 -1.004 29.161 0.000 0.000 0.000 0.083 0.000 0.000
1051 2 0 -1.696 2.007 20.521 0.000 0.000 0.000 2.961 0.000 0.000
1052 3 0 -0.914 1.614 11.257 0.000 0.000 0.000 8.811 0.000 0.000
1053 4 0 0.826 -0.916 10.414 0.000 0.000 0.000 5.032 0.000 0.000
1054 5 1 -0.901 -0.089 38.792 0.022 -1.000 0.000 0.000 0.000 0.000
1055 6 2 0.735 2.296 44.041 0.000 1.000 4.000 0.00 0.000 0.000
1056 7 3 -0.925 -0.054 38.999 3.347 -1.000 0.000 0.000 0.000 0.000
1057 8 4 0.921 -0.917 98.676 22.045 8.000 0.000 1.511 0.000 0.000
1058 9 4 -0.781 -2.272 51.204 21.408 11.000 0.000 48.320 0.000 0.000
1059 10 4 -1.793 2.051 46.932 14.520 9.000 0.000 2.001 0.000 0.000
1060 11 4 -0.925 -0.054 38.999 3.347 1.000 0.000 0.000 0.000 0.000
1061 12 4 -0.954 1.589 38.482 9.385 4.000 0.000 1.856 0.000 0.000
1062 13 4 -3.862 -1.383 32.640 11.815 0.000 0.000 0.948 0.000 0.000
1063 14 6 0.000 1.801 21.846 0.000 0.000 0.000 0.000 0.000 0.000
1064 0 18 0
1065 1 0 0.218 3.011 17.464 0.000 0.000 0.000 5.009 0.000 0.000
1066 2 0 0.304 3.011 13.861 0.000 0.000 0.000 4.046 0.000 0.000
1067 3 0 0.131 3.054 12.258 0.000 0.000 0.000 43.993 0.000 0.000
1068 4 2 0.537 -2.308 49.291 0.016 1.000 0.000 0.00 0.000 0.000
1069 5 4 0.189 3.078 91.264 15.374 11.000 1.000 5.543 0.000 0.000
1070 6 6 0.000 0.452 99.608 0.000 0.000 0.000 0.000 0.000 0.000
1071 0 19 0
1072 1 1 1.504 2.285 82.119 -0.056 1.000 0.000 0.000 0.000 0.000
1073 2 3 1.525 2.311 81.161 2.525 1.000 0.000 0.005 0.000 0.000
1074 3 4 0.699 -0.031 83.167 44.164 13.000 0.000 1.685 0.000 0.000
1075 4 4 1.525 2.311 81.161 2.525 2.000 0.000 0.005 0.000 0.000
1076 5 6 0.000 -2.272 73.265 0.000 0.000 0.000 0.000 0.000 0.000
1077 0 20 0
1078 1 0 1.088 1.702 20.546 0.000 0.000 0.000 15.612 0.000 0.000
1079 2 1 0.834 0.267 82.309 0.026 -1.000 0.000 0.000 0.000 0.000
1080 3 2 2.003 -2.054 19.431 0.023 1.000 2.000 0.00 0.000 0.000
1081 4 3 0.826 0.303 82.797 3.359 -1.000 0.000 0.000 0.000 0.000
1082 5 4 0.826 0.303 82.797 3.359 1.000 0.000 0.000 0.000 0.000
1083 6 4 1.115 1.653 62.047 12.698 6.000 0.000 10.719 0.000 0.000
1084 7 4 0.464 -2.323 44.836 16.571 11.000 1.000 1.131 0.000 0.000
1085 8 4 -1.612 -2.028 42.059 10.312 5.000 0.000 9.329 0.000 0.000
1086 9 4 2.825 -0.602 30.174 5.582 0.000 0.000 19.107 0.000 0.000
1087 10 6 0.000 2.713 34.576 0.000 0.000 0.000 0.000 0.000 0.000
1088 0 21 0
1089 1 0 -0.392 -3.011 12.286 0.000 0.000 0.000 3.238 0.000 0.000
1090 2 0 -0.304 -2.923 11.254 0.000 0.000 0.000 0.000 0.000 0.000
1091 3 1 -0.183 -0.558 11.745 0.001 -1.000 0.000 0.000 0.000 0.000
1092 4 4 -0.110 0.255 105.958 45.822 10.000 0.000 0.429 0.000 0.000
1093 5 4 -0.366 -2.944 52.643 6.708 2.000 0.000 1.461 0.000 0.000
1094 6 6 0.000 -2.847 50.257 0.000 0.000 0.000 0.000 0.000 0.000
1095 0 22 0
1096 1 0 0.826 -0.305 65.663 0.000 0.000 0.000 0.382 0.000 0.000
1097 2 0 0.826 -2.313 41.435 0.000 0.000 0.000 0.000 0.000 0.000
1098 3 0 1.000 2.313 30.212 0.000 0.000 0.000 0.000 0.000 0.000
1099 4 0 0.740 -0.305 21.351 0.000 0.000 0.000 4.855 0.000 0.000
1100 5 0 0.826 -0.393 16.660 0.000 0.000 0.000 1.059 0.000 0.000
1101 6 1 0.555 2.830 73.926 -0.035 1.000 0.000 0.000 0.000 0.000
1102 7 1 0.819 -2.320 38.710 0.018 -1.000 0.000 0.000 0.000 0.000
1103 8 1 0.789 -0.337 19.477 0.008 -1.000 0.000 0.382 0.000 0.000
1104 9 3 0.827 -2.312 41.679 0.625 -1.000 0.000 0.000 0.000 0.000
1105 10 4 0.807 -0.335 139.756 15.662 7.000 0.000 1.215 0.000 0.000
1106 11 4 1.435 2.348 131.034 66.540 15.000 1.000 1.083 0.000 0.000
1107 12 4 0.604 2.825 80.329 10.304 4.000 0.000 0.113 0.000 0.000
1108 13 4 0.827 -2.312 41.679 0.625 1.000 0.000 0.000 0.000 0.000
1109 14 4 -1.876 0.919 20.972 9.864 4.000 0.000 5.224 0.000 0.000
1110 15 6 0.000 -0.897 63.962 0.000 0.000 0.000 0.000 0.000 0.000
1111 0 23 0
1112 1 0 -0.826 -1.614 87.207 0.000 0.000 0.000 0.000 0.000 0.000
1113 2 0 -1.000 -0.044 17.138 0.000 0.000 0.000 22.245 0.000 0.000
1114 3 1 -0.765 2.260 110.589 0.027 -1.000 0.000 0.000 0.000 0.000
1115 4 1 -0.789 -1.596 75.424 0.008 1.000 0.000 0.000 0.000 0.000
1116 5 3 -0.739 2.225 112.105 0.036 -1.000 0.000 0.000 0.000 0.000
1117 6 3 -0.826 -1.618 87.863 4.639 1.000 0.000 0.000 0.000 0.000
1118 7 4 -0.739 2.225 112.105 0.036 1.000 0.000 0.000 0.000 0.000
1119 8 4 -1.079 -0.106 103.130 25.939 13.000 1.000 4.553 0.000 0.000
1120 9 4 -0.826 -1.618 87.863 4.639 1.000 0.000 0.000 0.000 0.000
1121 10 4 -3.245 -0.319 20.525 4.916 0.000 0.000 6.095 0.000 0.000
1122 11 6 0.000 2.700 50.700 0.000 0.000 0.000 0.000 0.000 0.000
1123 0 24 0
1124 1 0 -0.739 -0.218 38.185 0.000 0.000 0.000 2.900 0.000 0.000
1125 2 2 0.698 -0.057 82.213 0.000 -1.000 0.000 0.00 0.000 0.000
1126 3 2 1.508 -1.804 14.461 0.008 1.000 0.000 0.00 0.000 0.000
1127 4 4 -0.754 -0.246 82.482 17.688 12.000 0.000 2.319 0.000 0.000
1128 5 4 -0.424 1.408 24.932 5.477 3.000 1.000 5.187 0.000 0.000
1129 6 6 0.000 3.141 140.267 0.000 0.000 0.000 0.000 0.000 0.000
1130 0 25 0
1131 1 0 -0.130 -2.225 44.344 0.000 0.000 0.000 0.000 0.000 0.000
1132 2 0 -1.880 2.880 17.674 0.000 0.000 0.000 0.000 0.000 0.000
1133 3 1 -0.098 -2.186 43.562 0.014 1.000 0.000 0.000 0.000 0.000
1134 4 2 -0.389 -0.249 56.135 0.000 -1.000 0.000 0.00 0.000 0.000
1135 5 3 -0.129 -2.226 44.528 1.249 1.000 0.000 0.000 0.000 0.000
1136 6 4 -0.129 -2.226 44.528 1.249 1.000 0.000 0.000 0.000 0.000
1137 7 4 -1.738 2.905 34.859 15.591 5.000 1.000 0.448 0.000 0.000
1138 8 4 -2.545 0.950 25.750 6.774 1.000 0.000 2.413 0.000 0.000
1139 9 4 3.154 -0.751 23.197 7.281 0.000 0.000 3.686 0.000 0.000
1140 10 4 0.782 -2.674 21.526 4.457 1.000 0.000 0.665 0.000 0.000
1141 11 6 0.000 1.261 32.207 0.000 0.000 0.000 0.000 0.000 0.000
1142 0 26 0
1143 1 0 0.826 -3.011 38.261 0.000 0.000 0.000 34.370 0.000 0.000
1144 2 0 0.566 -0.742 34.060 0.000 0.000 0.000 1.625 0.000 0.000
1145 3 0 0.914 -3.098 12.338 0.000 0.000 0.000 8.313 0.000 0.000
1146 4 0 -0.826 -1.440 11.830 0.000 0.000 0.000 0.000 0.000 0.000
1147 5 0 1.000 -0.654 10.966 0.000 0.000 0.000 0.000 0.000 0.000
1148 6 1 -0.670 1.335 25.073 0.008 -1.000 0.000 0.000 0.000 0.000
1149 7 2 1.203 0.743 55.248 0.000 1.000 0.000 0.00 0.000 0.000
1150 8 2 1.278 -0.600 25.364 0.009 -1.000 0.000 6.01 0.000 0.000
1151 9 4 0.875 -0.686 125.236 45.140 12.000 0.000 2.918 0.000 0.000
1152 10 4 0.834 -3.037 86.639 13.116 10.000 0.000 18.625 0.000 0.000
1153 11 4 -1.601 -0.035 74.367 32.876 10.000 0.000 3.140 0.000 0.000
1154 12 4 -0.678 1.309 28.748 5.168 1.000 0.000 0.101 0.000 0.000
1155 13 4 -0.888 -1.444 25.028 5.376 1.000 0.000 0.206 0.000 0.000
1156 14 6 0.000 2.739 178.316 0.000 0.000 0.000 0.000 0.000 0.000
1157 0 27 0
1158 1 0 -2.411 -2.007 49.820 0.000 0.000 0.000 4.212 0.000 0.000
1159 2 0 -1.262 3.054 39.244 0.000 0.000 0.000 118.454 0.000 0.000
1160 3 0 -2.411 -1.833 29.423 0.000 0.000 0.000 7.929 0.000 0.000
1161 4 0 -1.349 3.054 14.816 0.000 0.000 0.000 7.500 0.000 0.000
1162 5 0 -0.044 0.742 12.339 0.000 0.000 0.000 0.476 0.000 0.000
1163 6 2 -1.262 -0.712 47.060 0.024 1.000 3.000 0.00 0.000 0.000
1164 7 2 -0.665 1.428 43.727 0.012 -1.000 2.000 0.00 0.000 0.000
1165 8 4 -2.410 -1.947 88.877 9.814 8.000 0.000 5.188 0.000 0.000
1166 9 4 -1.295 3.065 84.599 14.640 13.000 0.000 7.134 0.000 0.000
1167 10 4 -0.040 0.727 25.787 5.369 6.000 0.000 0.292 0.000 0.000
1168 11 4 -2.142 -0.057 22.320 7.403 3.000 0.000 3.615 0.000 0.000
1169 12 6 0.000 0.838 42.308 0.000 0.000 0.000 0.000 0.000 0.000
1170 0 28 0
1171 1 0 1.987 -2.705 31.588 0.000 0.000 0.000 0.362 0.000 0.000
1172 2 2 0.748 -0.057 114.127 0.000 -1.000 1.000 0.00 0.000 0.000
1173 3 2 -0.016 -2.575 58.976 0.000 1.000 0.000 0.00 0.000 0.000
1174 4 4 1.996 -2.795 73.716 25.779 11.000 1.000 0.655 0.000 0.000
1175 5 4 -0.152 1.496 48.192 16.411 3.000 0.000 3.576 0.000 0.000
1176 6 6 0.000 1.302 13.563 0.000 0.000 0.000 0.000 0.000 0.000
1177 0 29 0
1178 1 0 1.000 3.054 10.486 0.000 0.000 0.000 1.913 0.000 0.000
1179 2 2 0.036 -1.144 45.485 0.000 1.000 2.000 0.00 0.000 0.000
1180 3 4 1.172 1.223 78.072 13.950 6.000 0.000 1.498 0.000 0.000
1181 4 4 0.978 3.081 75.286 20.744 10.000 1.000 3.641 0.000 0.000
1182 5 4 1.000 -0.742 56.935 0.017 0.000 0.000 0.000 0.000 0.000
1183 6 6 0.000 3.100 13.374 0.000 0.000 0.000 0.000 0.000 0.000
1184 0 30 0
1185 1 0 1.987 -3.054 19.106 0.000 0.000 0.000 3.986 0.000 0.000
1186 2 0 1.987 -2.880 18.607 0.000 0.000 0.000 0.361 0.000 0.000
1187 3 0 2.411 -2.880 16.008 0.000 0.000 0.000 0.413 0.000 0.000
1188 4 0 2.108 -2.880 15.434 0.000 0.000 0.000 4.739 0.000 0.000
1189 5 0 2.108 -3.054 15.227 0.000 0.000 0.000 0.315 0.000 0.000
1190 6 1 1.224 -0.194 68.645 0.026 1.000 0.000 0.000 0.000 0.000
1191 7 3 1.262 -0.218 65.919 0.035 1.000 0.000 0.000 0.000 0.000
1192 8 4 2.209 -2.943 121.527 34.708 17.000 0.000 1.117 0.000 0.000
1193 9 4 1.262 -0.218 65.919 0.035 1.000 0.000 0.000 0.000 0.000
1194 10 6 0.000 0.645 93.191 0.000 0.000 0.000 0.000 0.000 0.000
1195 0 31 0
1196 1 0 1.349 -1.702 22.914 0.000 0.000 0.000 0.457 0.000 0.000
1197 2 1 -1.108 1.488 63.185 0.025 -1.000 0.000 0.000 0.000 0.000
1198 3 2 0.491 2.122 41.530 0.000 1.000 1.000 5.00 0.000 0.000
1199 4 3 -1.088 1.527 63.311 0.014 -1.000 0.000 0.000 0.000 0.000
1200 5 4 1.404 -1.659 74.615 13.928 10.000 0.000 2.496 0.000 0.000
1201 6 4 -1.088 1.527 63.311 0.014 1.000 0.000 0.000 0.000 0.000
1202 7 4 0.165 -0.348 52.847 25.226 8.000 0.000 5.916 0.000 0.000
1203 8 6 0.000 -2.510 24.196 0.000 0.000 0.000 0.000 0.000 0.000
1204 0 32 0
1205 1 0 0.218 1.963 61.121 0.000 0.000 0.000 13.810 0.000 0.000
1206 2 0 0.392 2.313 51.473 0.000 0.000 0.000 0.000 0.000 0.000
1207 3 0 0.739 -1.178 34.139 0.000 0.000 0.000 2.164 0.000 0.000
1208 4 2 0.148 -0.142 70.342 0.000 1.000 1.000 0.00 0.000 0.000
1209 5 4 0.297 2.082 142.985 30.756 7.000 1.000 1.535 0.000 0.000
1210 6 4 0.668 -1.143 79.485 26.409 9.000 0.000 2.186 0.000 0.000
1211 7 6 0.000 -2.321 49.971 0.000 0.000 0.000 0.000 0.000 0.000
1212 0 33 0
1213 1 0 -0.130 -2.749 10.046 0.000 0.000 0.000 3.328 0.000 0.000
1214 2 1 0.489 -0.669 62.562 0.016 -1.000 0.000 0.000 0.000 0.000
1215 3 2 0.133 2.982 23.907 0.000 1.000 3.000 7.00 0.000 0.000
1216 4 3 0.478 -0.655 62.877 1.008 -1.000 0.000 0.000 0.000 0.000
1217 5 4 0.478 -0.655 62.877 1.008 1.000 1.000 0.000 0.000 0.000
1218 6 4 -0.785 1.214 43.205 18.886 6.000 0.000 2.616 0.000 0.000
1219 7 4 -1.580 2.285 36.589 17.780 8.000 0.000 3.084 0.000 0.000
1220 8 4 -0.104 -2.823 34.447 13.518 3.000 0.000 1.311 0.000 0.000
1221 9 6 0.000 -0.309 27.308 0.000 0.000 0.000 0.000 0.000 0.000
1222 0 34 0
1223 1 0 0.392 -2.313 23.802 0.000 0.000 0.000 0.000 0.000 0.000
1224 2 0 0.739 1.963 15.038 0.000 0.000 0.000 13.477 0.000 0.000
1225 3 1 0.842 0.981 64.238 0.020 -1.000 0.000 0.000 0.000 0.000
1226 4 1 0.212 -0.376 40.638 -0.016 1.000 0.000 0.000 0.000 0.000
1227 5 1 0.395 -2.277 22.786 0.009 1.000 0.000 0.000 0.000 0.000
1228 6 3 0.824 1.012 66.540 4.317 -1.000 0.000 0.018 0.000 0.000
1229 7 3 0.218 -0.393 40.898 -0.014 1.000 0.000 0.000 0.000 0.000
1230 8 4 0.382 -2.296 74.430 6.152 6.000 1.000 1.277 0.000 0.000
1231 9 4 0.824 1.012 66.540 4.317 2.000 0.000 0.018 0.000 0.000
1232 10 4 0.751 2.070 64.582 13.824 5.000 0.000 1.302 0.000 0.000
1233 11 4 0.218 -0.393 40.898 -0.014 1.000 0.000 0.000 0.000 0.000
1234 12 6 0.000 -1.299 47.659 0.000 0.000 0.000 0.000 0.000 0.000
1235 0 35 0
1236 1 0 -0.653 -1.702 24.943 0.000 0.000 0.000 2.360 0.000 0.000
1237 2 0 -0.739 -1.876 23.320 0.000 0.000 0.000 0.776 0.000 0.000
1238 3 0 1.088 0.131 22.461 0.000 0.000 0.000 0.000 0.000 0.000
1239 4 0 -0.653 -1.963 11.483 0.000 0.000 0.000 2.507 0.000 0.000
1240 5 2 1.433 0.747 82.828 0.054 -1.000 1.000 2.00 0.000 0.000
1241 6 2 0.014 3.049 75.113 0.000 1.000 0.000 0.00 0.000 0.000
1242 7 4 -0.713 -1.850 107.739 24.214 9.000 0.000 2.337 0.000 0.000
1243 8 4 1.213 0.188 69.972 15.507 7.000 0.000 0.576 0.000 0.000
1244 9 4 -2.431 -2.798 22.868 7.401 7.000 0.000 17.030 0.000 0.000
1245 10 6 0.000 1.806 41.718 0.000 0.000 0.000 0.000 0.000 0.000
1246 0 36 0
1247 1 0 2.108 1.833 19.823 0.000 0.000 0.000 10.185 0.000 0.000
1248 2 0 -1.088 2.749 12.584 0.000 0.000 0.000 0.000 0.000 0.000
1249 3 1 -1.202 0.733 51.925 -0.022 -1.000 0.000 0.000 0.000 0.000
1250 4 3 -1.175 0.742 53.184 0.419 -1.000 0.000 0.000 0.000 0.000
1251 5 4 -1.175 0.742 53.184 0.419 1.000 0.000 0.000 0.000 0.000
1252 6 4 -1.145 2.689 47.098 13.257 9.000 0.000 1.276 0.000 0.000
1253 7 4 2.107 1.912 45.951 10.306 6.000 0.000 5.765 0.000 0.000
1254 8 4 -0.002 -0.283 37.583 7.730 5.000 0.000 1.459 0.000 0.000
1255 9 6 0.000 -1.809 116.372 0.000 0.000 0.000 0.000 0.000 0.000
1256 0 37 0
1257 1 0 -0.043 -3.098 32.001 0.000 0.000 0.000 0.171 0.000 0.000
1258 2 0 0.044 3.054 18.797 0.000 0.000 0.000 9.843 0.000 0.000
1259 3 0 -0.043 3.054 16.201 0.000 0.000 0.000 29.295 0.000 0.000
1260 4 0 -0.043 -2.923 15.405 0.000 0.000 0.000 18.449 0.000 0.000
1261 5 1 -0.875 -2.896 36.781 0.008 -1.000 0.000 0.000 0.000 0.000
1262 6 1 -0.943 -2.463 10.361 0.003 1.000 0.000 0.000 0.000 0.000
1263 7 4 -0.017 -3.125 94.261 11.894 8.000 1.000 1.413 0.000 0.000
1264 8 4 -0.918 -2.778 46.119 5.048 2.000 0.000 0.000 0.000 0.000
1265 9 4 -3.052 0.602 28.540 3.568 0.000 0.000 22.605 0.000 0.000
1266 10 6 0.000 -0.007 109.162 0.000 0.000 0.000 0.000 0.000 0.000
1267 0 38 0
1268 1 0 -0.566 1.876 15.627 0.000 0.000 0.000 0.000 0.000 0.000
1269 2 1 -0.969 0.162 57.248 -0.024 -1.000 0.000 0.000 0.000 0.000
1270 3 1 1.132 1.261 26.320 -0.008 1.000 0.000 0.000 0.000 0.000
1271 4 3 -0.999 0.223 56.844 3.050 -1.000 0.000 0.000 0.000 0.000
1272 5 3 1.182 1.269 25.283 1.516 1.000 0.000 0.015 0.000 0.000
1273 6 4 0.171 -1.931 79.446 26.340 9.000 0.000 5.724 0.000 0.000
1274 7 4 -0.591 1.882 57.975 11.036 2.000 0.000 0.716 0.000 0.000
1275 8 4 -0.999 0.223 56.844 3.050 1.000 0.000 0.000 0.000 0.000
1276 9 4 1.182 1.269 25.283 1.516 2.000 0.000 0.015 0.000 0.000
1277 10 6 0.000 -2.202 36.745 0.000 0.000 0.000 0.000 0.000 0.000
1278 0 39 0
1279 1 0 1.262 -1.527 16.681 0.000 0.000 0.000 0.000 0.000 0.000
1280 2 1 2.200 -2.540 17.558 -0.029 -1.000 0.000 0.000 0.000 0.000
1281 3 1 1.296 -1.443 16.506 -0.007 1.000 0.000 0.000 0.000 0.000
1282 4 3 1.263 -1.515 16.982 1.500 1.000 0.000 0.000 0.000 0.000
1283 5 4 1.088 -0.164 66.022 21.161 9.000 0.000 3.248 0.000 0.000
1284 6 4 -1.439 -2.196 36.451 9.353 7.000 0.000 16.054 0.000 0.000
1285 7 4 -0.590 1.579 35.654 10.999 7.000 0.000 4.054 0.000 0.000
1286 8 6 0.000 2.447 42.512 0.000 0.000 0.000 0.000 0.000 0.000
1287 0 40 0
1288 1 0 -1.697 -0.436 29.669 0.000 0.000 0.000 0.000 0.000 0.000
1289 2 0 -1.785 -0.436 21.128 0.000 0.000 0.000 31.677 0.000 0.000
1290 3 1 -1.769 -2.484 57.315 -0.036 -1.000 0.000 0.000 0.000 0.000
1291 4 3 -1.785 -2.531 56.460 0.035 -1.000 0.000 0.000 0.000 0.000
1292 5 4 -1.758 -0.446 101.372 20.802 7.000 0.000 1.515 0.000 0.000
1293 6 4 -1.540 2.398 62.603 17.842 4.000 1.000 5.781 0.000 0.000
1294 7 4 -1.785 -2.531 56.460 0.035 1.000 0.000 0.000 0.000 0.000
1295 8 6 0.000 1.401 47.355 0.000 0.000 0.000 0.000 0.000 0.000
1296 0 41 0
1297 1 0 -1.174 0.567 20.065 0.000 0.000 0.000 0.000 0.000 0.000
1298 2 1 -0.179 -1.831 96.954 -0.015 -1.000 0.000 0.000 0.000 0.000
1299 3 2 0.650 -2.274 25.706 0.006 1.000 1.000 0.00 0.000 0.000
1300 4 3 -0.218 -1.789 96.958 0.748 -1.000 0.000 0.000 0.000 0.000
1301 5 4 1.527 1.272 112.627 16.728 9.000 0.000 17.660 0.000 0.000
1302 6 4 -0.218 -1.789 96.958 0.748 1.000 0.000 0.000 0.000 0.000
1303 7 4 -2.909 -2.211 42.963 10.844 0.000 0.000 1.423 0.000 0.000
1304 8 4 -1.300 0.497 36.839 9.590 5.000 0.000 0.689 0.000 0.000
1305 9 6 0.000 1.695 19.139 0.000 0.000 0.000 0.000 0.000 0.000
1306 0 42 0
1307 1 0 -0.826 -1.265 45.422 0.000 0.000 0.000 26.367 0.000 0.000
1308 2 0 -0.914 -1.353 26.246 0.000 0.000 0.000 3.915 0.000 0.000
1309 3 0 1.349 3.054 22.670 0.000 0.000 0.000 1.140 0.000 0.000
1310 4 0 -0.914 -1.440 12.631 0.000 0.000 0.000 0.386 0.000 0.000
1311 5 0 1.000 -0.742 10.337 0.000 0.000 0.000 5.856 0.000 0.000
1312 6 1 -0.151 0.729 62.194 -0.021 -1.000 0.000 0.000 0.000 0.000
1313 7 1 0.520 -2.435 41.330 -0.017 1.000 0.000 0.000 0.000 0.000
1314 8 4 1.118 -2.869 116.727 63.753 10.000 1.000 1.075 0.000 0.000
1315 9 4 -0.912 -1.321 111.609 24.438 13.000 0.000 2.715 0.000 0.000
1316 10 4 -0.147 0.763 70.210 9.865 4.000 0.000 0.077 0.000 0.000
1317 11 4 0.869 -0.560 59.478 20.320 13.000 0.000 4.366 0.000 0.000
1318 12 4 -2.594 2.153 30.933 9.437 4.000 0.000 7.644 0.000 0.000
1319 13 6 0.000 1.607 82.092 0.000 0.000 0.000 0.000 0.000 0.000
1320 0 43 0
1321 1 0 0.653 -2.138 47.046 0.000 0.000 0.000 7.828 0.000 0.000
1322 2 0 0.653 -2.051 44.522 0.000 0.000 0.000 1.669 0.000 0.000
1323 3 0 0.653 -1.963 32.868 0.000 0.000 0.000 7.451 0.000 0.000
1324 4 0 0.566 -1.963 12.066 0.000 0.000 0.000 8.837 0.000 0.000
1325 5 1 2.146 1.399 99.031 -0.128 -1.000 0.000 0.000 0.000 0.000
1326 6 2 -0.494 -1.674 58.454 0.000 1.000 0.000 0.00 0.000 0.000
1327 7 4 0.635 -2.054 160.553 18.349 12.000 1.000 3.450 0.000 0.000
1328 8 4 2.119 1.489 107.022 9.560 3.000 0.000 0.032 0.000 0.000
1329 9 4 0.556 1.174 44.654 14.038 8.000 0.000 2.909 0.000 0.000
1330 10 6 0.000 0.671 90.364 0.000 0.000 0.000 0.000 0.000 0.000
1331 0 44 0
1332 1 0 -2.108 0.087 51.808 0.000 0.000 0.000 1.402 0.000 0.000
1333 2 1 -0.731 2.157 60.903 0.004 -1.000 0.000 0.000 0.000 0.000
1334 3 1 -0.714 1.444 48.611 0.022 1.000 0.000 0.000 0.000 0.000
1335 4 1 -1.184 0.340 14.115 0.008 1.000 0.000 0.000 0.000 0.000
1336 5 4 -0.779 1.833 102.160 36.873 2.000 0.000 0.000 0.000 0.000
1337 6 4 -0.239 -1.381 101.239 27.763 12.000 0.000 7.084 0.000 0.000
1338 7 4 -2.074 0.099 80.160 8.110 9.000 0.000 2.481 0.000 0.000
1339 8 4 -1.167 0.286 36.093 5.061 4.000 0.000 0.353 0.000 0.000
1340 9 6 0.000 -3.098 105.141 0.000 0.000 0.000 0.000 0.000 0.000
1341 0 45 0
1342 1 0 -0.304 0.218 29.558 0.000 0.000 0.000 0.000 0.000 0.000
1343 2 0 -0.826 2.662 15.744 0.000 0.000 0.000 0.000 0.000 0.000
1344 3 1 -0.819 0.282 56.938 -0.026 -1.000 0.000 0.000 0.000 0.000
1345 4 1 -0.820 2.618 19.813 0.010 1.000 0.000 0.000 0.000 0.000
1346 5 1 -0.265 0.247 19.459 -0.007 1.000 0.000 0.000 0.000 0.000
1347 6 4 -0.688 0.407 157.102 73.330 15.000 0.000 0.518 0.000 0.000
1348 7 4 -0.781 2.624 64.547 9.690 8.000 0.000 0.414 0.000 0.000
1349 8 4 -0.838 -2.393 46.516 15.831 7.000 0.000 3.690 0.000 0.000
1350 9 6 0.000 -2.266 76.875 0.000 0.000 0.000 0.000 0.000 0.000
1351 0 46 0
1352 1 2 -1.867 -0.860 72.158 0.024 -1.000 1.000 37.00 0.000 0.000
1353 2 2 -2.126 -1.272 37.198 0.072 1.000 1.000 72.00 0.000 0.000
1354 3 2 -1.334 3.036 11.780 0.000 1.000 1.000 11.00 0.000 0.000
1355 4 4 -0.898 1.926 45.790 17.001 10.000 0.000 3.455 0.000 0.000
1356 5 4 -1.299 -3.130 31.555 7.505 4.000 0.000 5.156 0.000 0.000
1357 6 6 0.000 1.405 49.216 0.000 0.000 0.000 0.000 0.000 0.000
1358 0 47 0
1359 1 0 -1.987 -0.960 31.614 0.000 0.000 0.000 1.413 0.000 0.000
1360 2 0 -0.130 0.044 26.321 0.000 0.000 0.000 0.000 0.000 0.000
1361 3 0 -0.130 -0.044 14.554 0.000 0.000 0.000 6.300 0.000 0.000
1362 4 0 -2.247 0.960 10.564 0.000 0.000 0.000 1.539 0.000 0.000
1363 5 1 -0.962 3.079 84.284 -0.026 -1.000 0.000 0.000 0.000 0.000
1364 6 1 -1.597 -2.750 56.498 -0.036 1.000 0.000 0.000 0.000 0.000
1365 7 3 -1.000 3.054 81.312 0.032 -1.000 0.000 0.000 0.000 0.000
1366 8 3 -1.616 -2.747 57.101 3.597 1.000 0.000 0.015 0.000 0.000
1367 9 4 -1.000 3.054 81.312 0.032 1.000 0.000 0.000 0.000 0.000
1368 10 4 -2.048 -0.869 80.490 14.918 11.000 1.000 2.988 0.000 0.000
1369 11 4 -0.123 -0.004 71.215 10.981 7.000 0.000 0.670 0.000 0.000
1370 12 4 -1.616 -2.747 57.101 3.597 2.000 0.000 0.015 0.000 0.000
1371 13 4 -2.277 0.916 33.547 7.497 5.000 1.000 2.862 0.000 0.000
1372 14 4 2.487 3.123 23.657 7.760 5.000 0.000 1.636 0.000 0.000
1373 15 6 0.000 1.255 63.732 0.000 0.000 0.000 0.000 0.000 0.000
1374 0 48 0
1375 1 1 1.435 0.768 123.224 0.049 1.000 0.000 0.000 0.000 0.000
1376 2 1 0.749 -2.488 93.424 -0.015 -1.000 0.000 0.000 0.000 0.000
1377 3 4 1.361 0.773 150.169 41.946 4.000 0.000 0.131 0.000 0.000
1378 4 4 0.801 -2.488 104.161 20.111 4.000 0.000 0.140 0.000 0.000
1379 5 4 2.323 -2.760 92.692 45.788 19.000 0.000 17.358 0.000 0.000
1380 6 4 1.036 -1.486 33.816 9.997 6.000 0.000 1.094 0.000 0.000
1381 7 4 -1.691 0.320 30.594 14.095 6.000 0.000 3.024 0.000 0.000
1382 8 4 2.981 1.734 23.272 11.786 2.000 0.000 1.522 0.000 0.000
1383 9 6 0.000 -0.138 34.483 0.000 0.000 0.000 0.000 0.000 0.000
1384 0 49 0
1385 1 0 -0.304 0.480 14.941 0.000 0.000 0.000 6.552 0.000 0.000
1386 2 2 -0.329 3.077 75.341 0.009 1.000 1.000 2.00 0.000 0.000
1387 3 2 0.905 -1.042 63.701 0.000 -1.000 1.000 0.00 0.000 0.000
1388 4 4 -0.230 0.459 75.621 19.194 7.000 1.000 2.251 0.000 0.000
1389 5 4 1.322 -1.494 31.493 11.001 5.000 1.000 1.504 0.000 0.000
1390 6 6 0.000 1.822 40.394 0.000 0.000 0.000 0.000 0.000 0.000