diff --git a/ReleaseNotes/Patch4.8.1-1.txt b/ReleaseNotes/Patch4.8.1-1.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cb16c43a5694fabf24ceabbe207c035d3fe714f2
--- /dev/null
+++ b/ReleaseNotes/Patch4.8.1-1.txt
@@ -0,0 +1,85 @@
+
+                 Geant4 8.1 - patch-01 Release Notes
+                 -----------------------------------
+
+                                                           27 July 2006
+
+List of fixes included in this public patch since the public release 8.1:
+
+  o Geometry:
+    --------
+    + management
+      o Fixed problem in G4Region::ScanVolumeTree() for volume scanning
+        related to nested parameterisations.
+
+  o Particles:
+    ---------
+    + Code cleanup for G4PrimaryVertex class.
+
+  o Electromagnetic processes:
+    -------------------------
+    + muons:
+      o G4EnergyLossForExtrapolator: fixed misprint in name for method
+        EnergyDispersion().
+    + utils:
+      o Do not clear loss table map in G4LossTableManager to avoid crash
+        for activation/desactivation of regime with ion gun.
+        Propagating 'RandomStep' flag to processes.
+
+  o Hadronic Processes:
+    ------------------
+    + models/chiral_inv_phase_space/body:
+      o Bug fix in QGSC for redefenition of Chipolino.
+      o Fixed light Cone Boost bug, causing the error message from vectors.
+    + models/coherent_elastic:
+      o Fixed problem in rotation of final state which needs to be done in
+        PostStep of the process and not at model level.
+      o Removed 1 keV limit from G4UHadronElasticProcess.
+    + models/radioactive_decay
+      o G4NuclearDecayChannel::BetaDecayIt(): make additional check for
+        negative sqrt() argument in 'daughtermomentum[1]'.
+
+  o Physics Lists:
+    -------------
+    + Fixed initialisation problem for QBBC_HP
+    + Corrected flag for HP regime in G4HadronElasticPhysics() to be 'true'
+      for LHEP_HP and QGSP_HP.
+    + Added G4NeutronHPElasticData in HP physics lists for hadron elastic
+      physics.
+    + Added cout of list of processes and models for QBBC.
+
+
+  o Examples:
+    --------
+    + Updated reference outputs.
+    + advanced/composite_calorimeter
+      o Updated hadronic physics list to be consistent with validation runs.
+    + advanced/lAr_calorimeter
+      o Updated hadronic physics list to be consistent with validation runs.
+      o Fixed few problems of use of non-initialised variables.
+      o Fixed compilation problems on gcc-4.X.
+    + advanced/hadrontherapy
+      o Corrected hadronic physics list for Precompund model.
+    + advanced/radioprotection
+      o Added missing inclusion of G4UItcsh.hh inside main().
+    + extended/eventgenerator/HepMC
+      o Updated physics lists to conform with non-static particles.
+    + extended/parallel/ParN02
+    + extended/parallel/ParN04
+      o Updated physics lists to conform with non-static particles.
+
+ ----------------------------------------------------------------------------
+
+                             Technical Notes
+                             --------------- 
+
+  o  This patch should be applied on top of release 8.1.
+  o  Technical notes distributed for release 8.1 are also applicable and
+     valid for this patch.
+
+The code and rebuilt binary libraries for release 8.1 are available through
+our "Source Code" Web page:  http://cern.ch/geant4
+
+Please refer to the Geant4 User Documentation:
+   http://cern.ch/geant4/G4UsersDocuments/Overview/html
+for further information about using Geant4.
diff --git a/examples/History b/examples/History
index bbe49259c63c1d3b50f844c73895f4b9500a1da9..f12ecd4220bd28af805cc96c3d1c0c4541698b08 100644
--- a/examples/History
+++ b/examples/History
@@ -1,4 +1,4 @@
-$Id: History,v 1.111 2006/06/30 07:18:54 gcosmo Exp $
+$Id: History,v 1.112 2006/07/26 11:01:08 gcosmo Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -17,6 +17,12 @@ committal in the CVS repository !
      * Reverse chronological order (last date on top), please *
      ----------------------------------------------------------
 
+26th July 2006  Gabriele Cosmo (examples-V08-01-01)
+- Updated reference outputs according to reference tag geant4-08-01-ref-01.
+- Includes tags: ccal-V08-01-00, hadrontherapy-V08-01-01, exHepMC-V08-01-00,
+                 lAr_calorimeter-V08-01-00, radioprotection-V08-01-00,
+                 ParN02-V08-01-00, ParN04-V08-01-00.
+
 30th June 2006  Gabriele Cosmo (examples-V08-01-00)
 - Updated reference outputs according to reference tag geant4-08-01-ref-00.
 - Changed disclaimer on each file.
@@ -30,7 +36,7 @@ committal in the CVS repository !
                  exampleN01-V08-00-00, exampleN02-V08-00-03,
                  exampleN03-V08-00-06, exampleN04-V08-00-01,
                  exampleN05-V08-00-01, exampleN06-V08-00-02,
-                 exampleN07-V08-00-00
+                 exampleN07-V08-00-00.
 
 1st June 2006  Gabriele Cosmo (examples-V08-00-05)
 - Updated reference outputs according to reference tag geant4-08-00-ref-05.
diff --git a/examples/advanced/composite_calorimeter/History b/examples/advanced/composite_calorimeter/History
index 94b55ecd8c188f502b2a8c7e8acbc586c5185dd7..a5135ddbe88406d7efbb1d8f337c50532b068356 100644
--- a/examples/advanced/composite_calorimeter/History
+++ b/examples/advanced/composite_calorimeter/History
@@ -1,5 +1,5 @@
 -------------------------------------------------------------------
-$Id: History,v 1.29 2005/12/08 16:07:43 ribon Exp $
+$Id: History,v 1.30 2006/07/21 11:48:19 ribon Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -9,6 +9,9 @@ $Id: History,v 1.29 2005/12/08 16:07:43 ribon Exp $
                       Example History file
                       ---------------------
 
+21.07.2006 - A.Ribon (ccal-V08-01-00)
+- New hadronic_lists.gmk, consistent with lAr_calorimeter.
+
 08.12.2005 - A.Ribon (ccal-V07-01-01)
 - Migration to CLHEP namespace.
 
diff --git a/examples/advanced/composite_calorimeter/README b/examples/advanced/composite_calorimeter/README
index 85ebbd63a32377e50806ac999765e85440287635..f7f7185334008d9f8b32380e5fef737c845afdf7 100644
--- a/examples/advanced/composite_calorimeter/README
+++ b/examples/advanced/composite_calorimeter/README
@@ -1,5 +1,5 @@
 -------------------------------------------------------------------
-$Id: README,v 1.11 2004/05/18 14:57:48 ribon Exp $
+$Id: README,v 1.12 2006/07/25 11:02:56 gcosmo Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -254,17 +254,6 @@ $Id: README,v 1.11 2004/05/18 14:57:48 ribon Exp $
  more sophisticated (but slower) QGSC Physics List for the learning 
  purposes of this example.
 
- Please refer to the Web page:
-
-      http://cmsdoc.cern.ch/~hpw/GHAD/HomePage/index.html
-
- for more information on these (and others) Physics Lists.
- Please notice that, for the time being, some classes, which can be
- downloaded from the above Web page, have to be included in the 
- include/ and src/ subdirectories of this example. However, hopefully
- soon, these classes will be distributed with Geant4 and therefore their 
- explicit inclusion in the example will no longer be necessary.
-
 
 5. Particle Generator
 ---------------------
diff --git a/examples/advanced/composite_calorimeter/hadronic_lists.gmk b/examples/advanced/composite_calorimeter/hadronic_lists.gmk
index 5a8f48003a03c353c4d74704064eb5650da53598..741a649034c1607ac8897f14350e69e532220b46 100644
--- a/examples/advanced/composite_calorimeter/hadronic_lists.gmk
+++ b/examples/advanced/composite_calorimeter/hadronic_lists.gmk
@@ -1,4 +1,4 @@
-# $Id: hadronic_lists.gmk,v 1.6 2005/10/13 09:38:07 ribon Exp $
+# $Id: hadronic_lists.gmk,v 1.8 2006/07/21 07:27:46 ribon Exp $
 # --------------------------------------------------------------
 # hadronic physics-lists setup
 # --------------------------------------------------------------
@@ -14,24 +14,25 @@ endif
 EXTRALIBS += -lFTFP
 # EXTRALIBS += -lLBE
 EXTRALIBS += -lLHEP
-# EXTRALIBS += -lLHEP_GN
-# EXTRALIBS += -lLHEP_HP
 # EXTRALIBS += -lLHEP_LEAD
 # EXTRALIBS += -lLHEP_BERT_HP
 # EXTRALIBS += -lLHEP_BIC_HP
 # EXTRALIBS += -lLHEP_LEAD_HP
 # EXTRALIBS += -lLHEP_PRECO
-# EXTRALIBS += -lQGSP_BERT
+EXTRALIBS += -lLHEP_EMV
+EXTRALIBS += -lQGSP_BERT
+EXTRALIBS += -lQGSP_BERT_HP
 # EXTRALIBS += -lLHEP_PRECO_HP
 EXTRALIBS += -lQGSC
 # EXTRALIBS += -lQGSC_LEAD
 # EXTRALIBS += -lQGSC_LEAD_HP
 EXTRALIBS += -lQGSP
-# EXTRALIBS += -lQGSP_GN
-# EXTRALIBS += -lQGSP_HP
+EXTRALIBS += -lQGSP_HP
+EXTRALIBS += -lQGSP_EMV
 # EXTRALIBS += -lLHEP_BERT
 # EXTRALIBS += -lLHEP_BIC
-# EXTRALIBS += -lQGSP_BIC
+EXTRALIBS += -lQGSP_BIC
+
 EXTRALIBS += -lPackaging
 
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/FTFC/include
@@ -39,22 +40,21 @@ CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/FTFP/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LBE/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BERT/include
-CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BIC/include
-CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_GN/include
-CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_HP/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BERT_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BIC/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BIC_HP/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_LEAD/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_LEAD_HP/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_PRECO/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_PRECO_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_EMV/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/Packaging/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSC/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSC_LEAD/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSC_LEAD_HP/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_BERT/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_BERT_HP/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_BIC/include
-CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_GN/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_HP/include
-CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_Model/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_EMV/include
diff --git a/examples/advanced/hadrontherapy/History b/examples/advanced/hadrontherapy/History
index c5a12fd244958485acdcdae601f8b494a701280c..e530473e77ce8f968d3e61741f950dee42770209 100644
--- a/examples/advanced/hadrontherapy/History
+++ b/examples/advanced/hadrontherapy/History
@@ -9,6 +9,10 @@ $Id: History, v 1.6 2004/02/27  G.A.P. Cirrone
                       Category History file
                       ---------------------
 
+24.07.2006  S. Guatelli (hadrontherapy-V08-01-00)
+	 - Bug fix in the HadrontherapyProtonPrecompound.cc concerning
+           neutron fission and capture
+
 30.05.2006  S. Guatelli (hadrontherapy-V08-00-04)
          - Bug deleted in all the hadronic phsyics lists; the hadronic
            processes are not activated for He3 at the moment.
diff --git a/examples/advanced/hadrontherapy/currentEvent.rndm b/examples/advanced/hadrontherapy/currentEvent.rndm
index 93d43bb2fb729f6a42d28a90e3ccbc40e77228a2..2393a7807378628b1b7d511cfb00486506df4f31 100644
--- a/examples/advanced/hadrontherapy/currentEvent.rndm
+++ b/examples/advanced/hadrontherapy/currentEvent.rndm
@@ -1,203 +1,203 @@
 Uvec
 2226355706
-1071703215
-2147483648
-1071384726
-2147483648
-1072034353
-2684354560
-1070570947
-0
-1071698880
-1610612736
-1068998050
+1071941875
+1073741824
+1071402948
+3221225472
+1067680294
 0
-1070013228
-2147483648
-1072614208
+1068746614
 0
-1072635681
-536870912
-1071851394
+1072286427
 0
-1072685874
-536870912
-1072377448
-1610612736
-1070853780
+1072250293
 1073741824
-1069647016
+1068343646
+0
+1071460326
+0
+1069745820
+2147483648
+1072181709
+3758096384
+1071186895
 2147483648
-1070874471
+1070987969
 3221225472
-1067083504
+1069783461
+2147483648
+1071963792
 0
-1068625460
+1072208857
+1610612736
+1072489530
+536870912
+1070869873
 0
-1072116142
+1071877497
+3758096384
+1072061809
+3758096384
+1068598899
+0
+1072555287
 0
-1072495278
+1072298154
+3758096384
+1071928181
+3221225472
+1072361744
+2147483648
+1072369296
+1610612736
+1071034280
+1073741824
+1070875594
+1073741824
+1071881444
 536870912
-1071668168
+1069584296
 2147483648
-1068452266
-0
-1070896795
+1071270914
+2147483648
+1070680236
 2147483648
-1070768794
+1071874194
 0
-1071388582
+1070849458
 1073741824
-1071749431
-3758096384
-1070298467
+1068103548
 0
-1071367454
-3221225472
-1071959766
-1073741824
-1070638935
+1070476070
 0
-1071867903
+1071286880
+3221225472
+1070820863
 1073741824
-1071611865
+1070818886
 0
-1071839277
-536870912
-1072662627
+1069993381
 0
-1071930492
+1070727424
+2147483648
+1072413133
 0
-1071555665
-1073741824
-1069013722
+1071982140
+536870912
+1070029493
+2147483648
+1071962270
+536870912
+1066551660
 0
-1072054667
-3221225472
-1070641352
-3221225472
-1069857933
+1070878769
+2147483648
+1069291735
 0
-1066470476
+1068568799
 0
-1071352944
+1072343473
+3758096384
+1071832948
 1073741824
-1071695989
-536870912
-1070793269
-0
-1071822457
-536870912
-1071967002
-1610612736
-1068549642
+1071196225
 0
-1071578742
+1070860676
 3221225472
-1069716552
+1071208312
 2147483648
-1071668383
-2684354560
-1070946140
+1072624937
+536870912
+1070214712
 2147483648
-1072145389
-0
-1071658598
-3758096384
-1072679907
-3758096384
-1072083606
+1071199912
 2147483648
-1072137233
-2684354560
-1066143112
-0
-1070850314
+1071578839
+3221225472
+1071988501
+1073741824
+1070575747
 2147483648
-1068065164
+1071408980
+1073741824
+1071784994
+3221225472
+1072209746
 0
-1069720738
-2147483648
-1072295888
-2684354560
-1072131427
-3758096384
-1071899044
+1071967959
 1610612736
-1072079169
-2684354560
-1071864209
-536870912
-1068778056
+1072003514
 0
-1070175791
+1069900972
+2147483648
+1070445229
 0
-1072232850
+1071329554
+3221225472
+1071855861
+0
+1071563476
 1073741824
-1070952822
+1068211782
 0
-1067725964
+1071690091
+1610612736
+1064955408
 0
-1071381321
+1069873663
 0
-1072229963
-1610612736
-1070475310
+1069796781
+0
+1072529137
+536870912
+1071026363
 0
-1072478700
+1071986293
 1610612736
-1068733037
+1066492740
 0
-1072341873
+1069556516
 2147483648
-1071071539
+1071825762
+2684354560
+1071892299
+2684354560
+1070019675
 2147483648
-1071985410
+1072235981
 3758096384
-1072658241
-3221225472
-1071929349
-1073741824
-1071405470
+1066532624
 0
-1071691832
+1071712870
 2684354560
-1071187435
+1067666382
 0
-1070891902
-2147483648
-1072080829
-536870912
-1072413488
+1072574793
+2684354560
+1072138871
+3221225472
+1072340562
 3758096384
-1072232517
+1071310732
+3221225472
+1070793604
 1073741824
-1071157787
-0
-1069928263
+1070251066
 2147483648
-1072465233
-2684354560
-1071363092
-2147483648
-1071953458
-2684354560
-1071939849
-0
-1070403033
-0
-1067911822
+1071782313
+536870912
+1072442695
+3221225472
+1072455996
+3221225472
+1072518035
 0
-1069506703
+1066268800
 0
-1071894475
-3221225472
-1071879158
-1610612736
-1072225459
-2684354560
+1072265160
+536870912
 1071461100
 1073741824
 1072693247
 2684354560
-39
+78
diff --git a/examples/advanced/hadrontherapy/include/HadrontherapyDetectorConstruction.hh b/examples/advanced/hadrontherapy/include/HadrontherapyDetectorConstruction.hh
index 802222382b3cec2d77c224c16bb860e68955fa4f..d58c6d699798016d2f659efd56e9fae44846bc68 100644
--- a/examples/advanced/hadrontherapy/include/HadrontherapyDetectorConstruction.hh
+++ b/examples/advanced/hadrontherapy/include/HadrontherapyDetectorConstruction.hh
@@ -109,7 +109,7 @@ public:
   // This method allows to change the material 
   // of the range shifter through UI command.
 
-  void ComputeVoxelSize() {phantomSizeX/numberOfVoxelsAlongX;}
+  G4double ComputeVoxelSize() {return phantomSizeX/numberOfVoxelsAlongX;};
   // Returns the size of the voxel along the X axis
  
 private:
diff --git a/examples/advanced/hadrontherapy/src/HadrontherapyDetectorConstruction.cc b/examples/advanced/hadrontherapy/src/HadrontherapyDetectorConstruction.cc
index 6b3af53429c8f092b70fe82c36a01b36243c5cb1..f71db3d66ad72b4ec82dc81db055ad4a404615e9 100644
--- a/examples/advanced/hadrontherapy/src/HadrontherapyDetectorConstruction.cc
+++ b/examples/advanced/hadrontherapy/src/HadrontherapyDetectorConstruction.cc
@@ -171,7 +171,7 @@ void HadrontherapyDetectorConstruction::ConstructPhantom()
 
   G4Material* water = material -> GetMat("Water");
 
-  ComputeVoxelSize();
+  //ComputeVoxelSize();
 
   //----------------------
   // Water phantom  
diff --git a/examples/advanced/hadrontherapy/src/HadrontherapyProtonPrecompound.cc b/examples/advanced/hadrontherapy/src/HadrontherapyProtonPrecompound.cc
index ed0d5171b5da1fa7fa5bd756cd37bf71f0b6e133..f7ad32ab7288cae20425a302860cd44c3ec315c7 100644
--- a/examples/advanced/hadrontherapy/src/HadrontherapyProtonPrecompound.cc
+++ b/examples/advanced/hadrontherapy/src/HadrontherapyProtonPrecompound.cc
@@ -169,6 +169,39 @@ void HadrontherapyProtonPrecompound::ConstructProcess()
   pmanager -> AddDiscreteProcess(&neutronInelasticProcess);
   // Activate the neutron elastic scattering
   pmanager -> AddDiscreteProcess(elastic_scattering); 
+  
+  ////////////////////
+  // HADRON CAPTURE //
+  ////////////////////
+
+  G4HadronCaptureProcess* neutronCapture = new G4HadronCaptureProcess();
+
+  G4LCapture* capture_model = new G4LCapture();
+
+  // Set the energy range for the capture model
+  capture_model -> SetMinEnergy(neutronLowLimit);
+  capture_model -> SetMaxEnergy(neutronHighLimit);
+
+  // Register the capture model
+  neutronCapture -> RegisterMe(capture_model);
+  // Active the capture process
+  pmanager -> AddDiscreteProcess(neutronCapture);
+
+ ////////////// 
+ // FISSION  //
+ /////////////
+
+  // Process for induced fission
+  G4HadronFissionProcess* fission = new G4HadronFissionProcess();
+  //Final state production model for induced fission
+  G4LFission* fission_model = new G4LFission();
+  // Set the energy range for the fission model
+  fission_model -> SetMinEnergy(neutronLowLimit);
+  fission_model -> SetMaxEnergy(neutronHighLimit);
+  // Register the fission model
+  fission -> RegisterMe(fission_model); 
+  // Active the fission process
+  pmanager -> AddDiscreteProcess(fission);  
 
   ////////////////		  
   // Pions plus //
@@ -285,39 +318,7 @@ void HadrontherapyProtonPrecompound::ConstructProcess()
   //pmanager = particle -> GetProcessManager();
   //pmanager -> AddDiscreteProcess(He3inelasticProcess);
   //pmanager -> AddDiscreteProcess(elastic_scattering); 
-  
-  ////////////////////
-  // HADRON CAPTURE //
-  ////////////////////
-
-  G4HadronCaptureProcess* neutronCapture = new G4HadronCaptureProcess();
-
-  G4LCapture* capture_model = new G4LCapture();
-
-  // Set the energy range for the capture model
-  capture_model -> SetMinEnergy(neutronLowLimit);
-  capture_model -> SetMaxEnergy(neutronHighLimit);
-
-  // Register the capture model
-  neutronCapture -> RegisterMe(capture_model);
-  // Active the capture process
-  pmanager -> AddDiscreteProcess(neutronCapture);
-
- ////////////// 
- // FISSION  //
- /////////////
 
-  // Process for induced fission
-  G4HadronFissionProcess* fission = new G4HadronFissionProcess();
-  //Final state production model for induced fission
-  G4LFission* fission_model = new G4LFission();
-  // Set the energy range for the fission model
-  fission_model -> SetMinEnergy(neutronLowLimit);
-  fission_model -> SetMaxEnergy(neutronHighLimit);
-  // Register the fission model
-  fission -> RegisterMe(fission_model); 
-  // Active the fission process
-  pmanager -> AddDiscreteProcess(fission);  
 }
 
 
diff --git a/examples/advanced/lAr_calorimeter/History b/examples/advanced/lAr_calorimeter/History
index f4993a8180c153bd58c5b315fcaf82afabbd29f3..7c17bda38fd8050d680b0fafaa89b9a9b803f190 100644
--- a/examples/advanced/lAr_calorimeter/History
+++ b/examples/advanced/lAr_calorimeter/History
@@ -1,5 +1,5 @@
 -------------------------------------------------------------------
-$Id: History,v 1.13 2005/12/08 16:39:16 ribon Exp $
+$Id: History,v 1.14 2006/07/21 11:45:53 ribon Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -9,6 +9,10 @@ $Id: History,v 1.13 2005/12/08 16:39:16 ribon Exp $
                       Category History file
                       ---------------------
 
+21.07.2006 - A.Ribon (lAr_calorimeter-V08-01-00)
+             New hadronic_lists.gmk, consistent with composite_calorimeter.
+	     Fixed some uninitialization problems.
+
 08.12.2005 - A.Ribon (lAr_calorimeter-V07-01-00)
              Migration to CLHEP namespace. 
 	     Removed also old header files.
diff --git a/examples/advanced/lAr_calorimeter/hadronic_lists.gmk b/examples/advanced/lAr_calorimeter/hadronic_lists.gmk
index 57070224571a47e8f4298f8b0b66081adb569a52..7d8bd8cf57e54d162b60a4aad7c709ecf869c725 100644
--- a/examples/advanced/lAr_calorimeter/hadronic_lists.gmk
+++ b/examples/advanced/lAr_calorimeter/hadronic_lists.gmk
@@ -1,4 +1,4 @@
-# $Id: hadronic_lists.gmk,v 1.4 2005/10/13 09:38:33 ribon Exp $
+# $Id: hadronic_lists.gmk,v 1.6 2006/07/21 07:11:27 ribon Exp $
 # --------------------------------------------------------------
 # hadronic physics-lists setup
 # --------------------------------------------------------------
@@ -10,28 +10,30 @@ else
   EXTRALIBS += -L$(G4LISTS_BASE)/hadronic/plists/lib/$(G4SYSTEM)
 endif
 
+
 # EXTRALIBS += -lFTFC
 EXTRALIBS += -lFTFP
 # EXTRALIBS += -lLBE
 EXTRALIBS += -lLHEP
-# EXTRALIBS += -lLHEP_GN
-# EXTRALIBS += -lLHEP_HP
 # EXTRALIBS += -lLHEP_LEAD
 # EXTRALIBS += -lLHEP_BERT_HP
 # EXTRALIBS += -lLHEP_BIC_HP
 # EXTRALIBS += -lLHEP_LEAD_HP
 # EXTRALIBS += -lLHEP_PRECO
-# EXTRALIBS += -lQGSP_BERT
+EXTRALIBS += -lLHEP_EMV
+EXTRALIBS += -lQGSP_BERT
+EXTRALIBS += -lQGSP_BERT_HP
 # EXTRALIBS += -lLHEP_PRECO_HP
 EXTRALIBS += -lQGSC
 # EXTRALIBS += -lQGSC_LEAD
 # EXTRALIBS += -lQGSC_LEAD_HP
 EXTRALIBS += -lQGSP
-# EXTRALIBS += -lQGSP_GN
-# EXTRALIBS += -lQGSP_HP
+EXTRALIBS += -lQGSP_HP
+EXTRALIBS += -lQGSP_EMV
 # EXTRALIBS += -lLHEP_BERT
 # EXTRALIBS += -lLHEP_BIC
-# EXTRALIBS += -lQGSP_BIC
+EXTRALIBS += -lQGSP_BIC
+
 EXTRALIBS += -lPackaging
 
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/FTFC/include
@@ -39,22 +41,21 @@ CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/FTFP/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LBE/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BERT/include
-CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BIC/include
-CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_GN/include
-CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_HP/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BERT_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BIC/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BIC_HP/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_LEAD/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_LEAD_HP/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_PRECO/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_PRECO_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_EMV/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/Packaging/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSC/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSC_LEAD/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSC_LEAD_HP/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_BERT/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_BERT_HP/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_BIC/include
-CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_GN/include
 CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_HP/include
-CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_Model/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_EMV/include
diff --git a/examples/advanced/lAr_calorimeter/src/FCALCryostatVolumes.cc b/examples/advanced/lAr_calorimeter/src/FCALCryostatVolumes.cc
index 03b7d497db748836f8ae4c5f9fbf8a479cc2124e..26a96b05547043fc8f6d5f28f400133641883224 100644
--- a/examples/advanced/lAr_calorimeter/src/FCALCryostatVolumes.cc
+++ b/examples/advanced/lAr_calorimeter/src/FCALCryostatVolumes.cc
@@ -55,11 +55,12 @@
 #include "G4VisAttributes.hh"
 #include "G4Colour.hh"
 
-FCALCryostatVolumes::FCALCryostatVolumes() {
+FCALCryostatVolumes::FCALCryostatVolumes()
+{
 #include "FCALCryostatVolumesParameters.input"
-};
+}
 
-FCALCryostatVolumes::~FCALCryostatVolumes() {;};
+FCALCryostatVolumes::~FCALCryostatVolumes() {;}
 
 G4LogicalVolume * FCALCryostatVolumes::Construct()
 {
@@ -247,4 +248,4 @@ G4LogicalVolume * FCALCryostatVolumes::Construct()
 
   return LogicalCryostat;
 
-};
+}
diff --git a/examples/advanced/lAr_calorimeter/src/FCALEMModule.cc b/examples/advanced/lAr_calorimeter/src/FCALEMModule.cc
index 3ee6152872d2ec10b05ba3061fdea7545fb761b6..d94f2374c4e987ccc914f88daa1d361a668a44f9 100644
--- a/examples/advanced/lAr_calorimeter/src/FCALEMModule.cc
+++ b/examples/advanced/lAr_calorimeter/src/FCALEMModule.cc
@@ -56,14 +56,16 @@
 #include <fstream>
 #include <cstdlib>
 
-FCALEMModule::FCALEMModule() {
+FCALEMModule::FCALEMModule() : 
+  FcalEmModuleSD(0)
+ {
   F1LArGapID   = new G4int[2400];
   F1LArIX      = new G4int[2400];
   F1LArJY      = new G4int[2400];
   F1LArITile   = new G4int[2400];
   F1LArGapPosX = new G4double[2400];
   F1LArGapPosY = new G4double[2400];
-};
+}
 
 
 FCALEMModule::~FCALEMModule(){
@@ -73,7 +75,7 @@ FCALEMModule::~FCALEMModule(){
   delete [] F1LArIX;
   delete [] F1LArJY;
   delete [] F1LArITile;
-};
+}
 
 
 void FCALEMModule::InitializeGeometry() {
@@ -91,7 +93,7 @@ void FCALEMModule::InitializeGeometry() {
 	 >> F1LArIX[NF1LarGap] >>  F1LArJY[NF1LarGap] >> F1LArITile[NF1LarGap];
   };   
   G4cout << "********" << " Number of Rods in FCAL1 : " << NF1LarGap-1 << G4endl;;
-};
+}
 
 
 
@@ -191,7 +193,7 @@ G4LogicalVolume * FCALEMModule::Construct()
 
    return LogicalEmModule;
 
-};
+}
 
 
 G4int FCALEMModule::GetF1TileID(G4int GapID) 
diff --git a/examples/advanced/lAr_calorimeter/src/FCALEMModuleSD.cc b/examples/advanced/lAr_calorimeter/src/FCALEMModuleSD.cc
index 69e30a5a7d90c27c713c0f84312b2819de54d43a..023f89f7bbb36da57ad6a5a68a366c5c43b4c7be 100644
--- a/examples/advanced/lAr_calorimeter/src/FCALEMModuleSD.cc
+++ b/examples/advanced/lAr_calorimeter/src/FCALEMModuleSD.cc
@@ -23,8 +23,8 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
-// $Id: FCALEMModuleSD.cc,v 1.11 2006/06/29 16:02:58 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: FCALEMModuleSD.cc,v 1.12 2006/07/21 11:45:53 ribon Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 // 
 
@@ -52,7 +52,8 @@
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
 
-FCALEMModuleSD::FCALEMModuleSD(G4String name) : G4VSensitiveDetector(name)
+FCALEMModuleSD::FCALEMModuleSD(G4String name) : G4VSensitiveDetector(name),
+						Init_state(0)
 {
   EmModule = new FCALEMModule();
 }
diff --git a/examples/advanced/lAr_calorimeter/src/FCALHadModule.cc b/examples/advanced/lAr_calorimeter/src/FCALHadModule.cc
index 72ecc0e2fd2be8b119b33f16ef737b1ac705e5d3..5ec184e35de1024f48686a82658bbcf26a4612d3 100644
--- a/examples/advanced/lAr_calorimeter/src/FCALHadModule.cc
+++ b/examples/advanced/lAr_calorimeter/src/FCALHadModule.cc
@@ -57,15 +57,16 @@
 #include "G4ios.hh"
 
 
-FCALHadModule::FCALHadModule() {
-
+FCALHadModule::FCALHadModule() :
+  FcalHadModuleSD(0)
+{
   F2LArGapID = new G4int[2600];
   F2LArIX     = new G4int[2600];
   F2LArJY     = new G4int[2600];
   F2LArITile  = new G4int[2600];
   F2LArGapPosX = new G4double[2600];
   F2LArGapPosY = new G4double[2600];
-};
+}
 
 FCALHadModule::~FCALHadModule() {
   delete [] F2LArGapID;
@@ -74,7 +75,7 @@ FCALHadModule::~FCALHadModule() {
   delete [] F2LArIX;
   delete [] F2LArJY;
   delete [] F2LArITile;
-};
+}
 
 
 void FCALHadModule::InitializeGeometry() {
@@ -95,7 +96,7 @@ void FCALHadModule::InitializeGeometry() {
    };
    
    G4cout << "*********" << " Number of Rods in FCAL2 : " << NF2LarGap-1 << G4endl;
-};
+}
 
 
 G4LogicalVolume * FCALHadModule::Construct()
@@ -261,11 +262,12 @@ G4LogicalVolume * FCALHadModule::Construct()
 
    return LogicalHadModule;
 
-};
+}
 
 G4int FCALHadModule::GetF2TileID(G4int TileID) 
-{ return F2LArITile[TileID];
-};
+{
+  return F2LArITile[TileID];
+}
 
 
 
diff --git a/examples/advanced/lAr_calorimeter/src/FCALHadModuleSD.cc b/examples/advanced/lAr_calorimeter/src/FCALHadModuleSD.cc
index c4c3f515797aef457cb1c98f5956e29853e901ad..8d03bc7b2040db5092f71782067490b65f3a7fc9 100644
--- a/examples/advanced/lAr_calorimeter/src/FCALHadModuleSD.cc
+++ b/examples/advanced/lAr_calorimeter/src/FCALHadModuleSD.cc
@@ -23,8 +23,8 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
-// $Id: FCALHadModuleSD.cc,v 1.9 2006/06/29 16:03:03 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: FCALHadModuleSD.cc,v 1.10 2006/07/21 11:45:53 ribon Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 // 
 
@@ -50,7 +50,8 @@
 #include <fstream>
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
 
-FCALHadModuleSD::FCALHadModuleSD(G4String name) : G4VSensitiveDetector(name)
+FCALHadModuleSD::FCALHadModuleSD(G4String name) : G4VSensitiveDetector(name),
+						  InitF2(0)
 {
    HadModule = new FCALHadModule(); 
 }
diff --git a/examples/advanced/lAr_calorimeter/src/FCALMaterialConsultant.cc b/examples/advanced/lAr_calorimeter/src/FCALMaterialConsultant.cc
index 34d7f075530d636a76a96117a98d1205fe3e84da..0bd8ff38eac9c73ffef0dda25b2c05daf7522928 100644
--- a/examples/advanced/lAr_calorimeter/src/FCALMaterialConsultant.cc
+++ b/examples/advanced/lAr_calorimeter/src/FCALMaterialConsultant.cc
@@ -248,7 +248,7 @@ FCALMaterialConsultant::FCALMaterialConsultant()
   StainlessSteel = new G4Material(name="StainlessSteel",density,nel=1);
   StainlessSteel->AddElement(elO, fractionmass = 1.);
 
-};
+}
 
 FCALMaterialConsultant * FCALMaterialConsultant::construct()
 {
@@ -256,7 +256,7 @@ FCALMaterialConsultant * FCALMaterialConsultant::construct()
     theFCALMaterialConsultant = new FCALMaterialConsultant();
   }
   return theFCALMaterialConsultant;
-};
+}
 
 G4Material * FCALMaterialConsultant::Material(G4String what)
 {
@@ -284,5 +284,5 @@ G4Material * FCALMaterialConsultant::Material(G4String what)
   if(what == "RhoaCell")          material = RhoaCell;
 
   return material;
-};
+}
 				  
diff --git a/examples/advanced/lAr_calorimeter/src/FCALPrimaryGeneratorAction.cc b/examples/advanced/lAr_calorimeter/src/FCALPrimaryGeneratorAction.cc
index d5b003f910efa8a61374029b6b8fff218bffd8d3..80ca6db0cdea844ce7c326f64f12fe759b7e0e56 100644
--- a/examples/advanced/lAr_calorimeter/src/FCALPrimaryGeneratorAction.cc
+++ b/examples/advanced/lAr_calorimeter/src/FCALPrimaryGeneratorAction.cc
@@ -23,8 +23,8 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
-// $Id: FCALPrimaryGeneratorAction.cc,v 1.8 2006/06/29 16:03:10 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: FCALPrimaryGeneratorAction.cc,v 1.9 2006/07/21 08:19:33 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 // 
 
@@ -81,7 +81,7 @@ FCALPrimaryGeneratorAction::FCALPrimaryGeneratorAction()
   };   
 
   Nevent = 2500;
-};
+}
 
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
diff --git a/examples/advanced/lAr_calorimeter/src/FCALTestbeamSetup.cc b/examples/advanced/lAr_calorimeter/src/FCALTestbeamSetup.cc
index 6e6fe00a2538fce1dfd2107072919bff94d3062f..70b5e83525cd91ffb3d0ec4fbf12732130d234f8 100644
--- a/examples/advanced/lAr_calorimeter/src/FCALTestbeamSetup.cc
+++ b/examples/advanced/lAr_calorimeter/src/FCALTestbeamSetup.cc
@@ -63,11 +63,11 @@
 #include "G4ios.hh"
 
 
-FCALTestbeamSetup::FCALTestbeamSetup() {
+FCALTestbeamSetup::FCALTestbeamSetup() : FCALTBSetupSD(0) {
 #include "FCALTestbeamSetupParameters.input"
-};
+}
 
-FCALTestbeamSetup::~FCALTestbeamSetup() {};
+FCALTestbeamSetup::~FCALTestbeamSetup() {}
 
 G4VPhysicalVolume * FCALTestbeamSetup::Construct()
 {
@@ -432,7 +432,4 @@ G4VPhysicalVolume * FCALTestbeamSetup::Construct()
 
   return PhysicalMother;
 
-};
-
-
-
+}
diff --git a/examples/advanced/radioprotection/remsim.cc b/examples/advanced/radioprotection/remsim.cc
index f4005a94ac751de7321aa3d7778cae93dcbef0b7..55c4e33517758b57e8d832113f188bee182f1328 100644
--- a/examples/advanced/radioprotection/remsim.cc
+++ b/examples/advanced/radioprotection/remsim.cc
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: remsim.cc,v 1.13 2006/06/29 16:22:02 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: remsim.cc,v 1.14 2006/07/24 09:53:27 guatelli Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 
 #include "G4RunManager.hh"
 #include "G4UImanager.hh"
@@ -42,6 +42,7 @@
 #ifdef G4ANALYSIS_USE
 #include "RemSimAnalysisManager.hh"
 #endif 
+#include "G4UItcsh.hh"
 
 int main(int argc,char** argv)
 {
diff --git a/examples/extended/biasing/B01/exampleB01.out b/examples/extended/biasing/B01/exampleB01.out
index e5876d080291ddaf08fa049168ba60cae7986251..67dcb4749da789a059f82cf69cb755f7dddd6114 100644
--- a/examples/extended/biasing/B01/exampleB01.out
+++ b/examples/extended/biasing/B01/exampleB01.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
diff --git a/examples/extended/electromagnetic/TestEm0/TestEm0.out b/examples/extended/electromagnetic/TestEm0/TestEm0.out
index 090849212b274ec352fe3254dac3e6ea7b3c08cc..306a738e6e8d7e65bfda787fe5d3ae438317cbc8 100644
--- a/examples/extended/electromagnetic/TestEm0/TestEm0.out
+++ b/examples/extended/electromagnetic/TestEm0/TestEm0.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
diff --git a/examples/extended/electromagnetic/TestEm1/TestEm1.out b/examples/extended/electromagnetic/TestEm1/TestEm1.out
index 487f01e3eff2d3a6394c780d6f8e2a2fc6c3eba5..707070532502980e6792db1f7ee242aee5d4d5c1 100644
--- a/examples/extended/electromagnetic/TestEm1/TestEm1.out
+++ b/examples/extended/electromagnetic/TestEm1/TestEm1.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -289,7 +289,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 2000
-  User=88.64s Real=125.25s Sys=29.48s
+  User=93.62s Real=105.76s Sys=9.45s
 
  ======================== run summary ======================
 
@@ -355,7 +355,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 2000
-  User=175.77s Real=232.34s Sys=49.85s
+  User=178.47s Real=198.7s Sys=17.44s
 
  ======================== run summary ======================
 
diff --git a/examples/extended/electromagnetic/TestEm10/TestEm10.out b/examples/extended/electromagnetic/TestEm10/TestEm10.out
index c7c05e61e33a86e7bfc3d1d7183207bc2fefc717..e4fb1a4763d7d18d166eeeaf866f4f4ffd638aeb 100644
--- a/examples/extended/electromagnetic/TestEm10/TestEm10.out
+++ b/examples/extended/electromagnetic/TestEm10/TestEm10.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -159,7 +159,7 @@ Lorentz Factor	XTR photon number
 8.085e+04	3.149
 9.283e+04	3.149
 
-total time for build X-ray TR energy loss tables = 0.6 s
+total time for build X-ray TR energy loss tables = 0.44 s
 
 SynRad:  Incoherent Synchrotron Radiation
       good description for long magnets at all energies
@@ -233,7 +233,7 @@ Lorentz Factor	XTR photon number
 8.085e+04	3.149
 9.283e+04	3.149
 
-total time for build X-ray TR energy loss tables = 0.6 s
+total time for build X-ray TR energy loss tables = 0.44 s
 
 msc:  Model variant of multiple scattering for proton
       Lambda tables from 100 eV  to 100 TeV in 120 bins.
@@ -341,7 +341,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 1000
-  User=19.34s Real=24.61s Sys=5.1s
+  User=21.78s Real=23.68s Sys=1.87s
  ================== run summary =====================
  end of Run TotNbofEvents = 1000
     mean charged track length   in absorber=44.1278 +- 0.523115  mm  
diff --git a/examples/extended/electromagnetic/TestEm11/TestEm11.out b/examples/extended/electromagnetic/TestEm11/TestEm11.out
index 73f940e64ac10c005891657c4e934ce757358185..cb96353e08c26e351bdea7908dbe8e8ed71cf6b9 100644
--- a/examples/extended/electromagnetic/TestEm11/TestEm11.out
+++ b/examples/extended/electromagnetic/TestEm11/TestEm11.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -289,7 +289,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 20000
-  User=155.99s Real=330.59s Sys=139.23s
+  User=152.76s Real=222.24s Sys=47.12s
 
  ======================== run summary ======================
 
diff --git a/examples/extended/electromagnetic/TestEm12/TestEm12.out b/examples/extended/electromagnetic/TestEm12/TestEm12.out
index b2168e85a8f5bf8e753f2fadf686f0eaa900e753..cd99795651758b3ddef4d57caea17e90c0e06d29 100644
--- a/examples/extended/electromagnetic/TestEm12/TestEm12.out
+++ b/examples/extended/electromagnetic/TestEm12/TestEm12.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -311,7 +311,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 10000
-  User=623.02s Real=773.01s Sys=123.98s
+  User=622.58s Real=678.09s Sys=42.64s
 
  ======================== run summary ======================
 
diff --git a/examples/extended/electromagnetic/TestEm13/TestEm13.out b/examples/extended/electromagnetic/TestEm13/TestEm13.out
index 24cd16251f3a88f724433213883c0aa79bf316a2..3ae3fa2d7a8fe7b7f8ef52c9cfb3dda70da97f5f 100644
--- a/examples/extended/electromagnetic/TestEm13/TestEm13.out
+++ b/examples/extended/electromagnetic/TestEm13/TestEm13.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -276,7 +276,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 100000
-  User=21.85s Real=21.99s Sys=0.01s
+  User=18.76s Real=18.79s Sys=0.01s
 
  The run consists of 100000 gamma of 100 keV through 1 cm  of Water (density: 1 g/cm3 )
 
@@ -343,7 +343,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 100000
-  User=22.93s Real=23.03s Sys=0s
+  User=19.52s Real=19.52s Sys=0s
 
  The run consists of 100000 e- of 100 MeV through 1 cm  of Water (density: 1 g/cm3 )
 
diff --git a/examples/extended/electromagnetic/TestEm14/TestEm14.out b/examples/extended/electromagnetic/TestEm14/TestEm14.out
index cf9ee767522d1789df6d1adad34964bccdeb1eb8..f09e4c16c55764aa5a0374216f4274124b4e0fd8 100644
--- a/examples/extended/electromagnetic/TestEm14/TestEm14.out
+++ b/examples/extended/electromagnetic/TestEm14/TestEm14.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -277,7 +277,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 100000
-  User=23s Real=23s Sys=0.01s
+  User=21s Real=21s Sys=0.01s
 
  The run consists of 100000 gamma of 100 keV through 100 m   of Water (density: 1 g/cm3 )
 
@@ -344,7 +344,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 100000
-  User=24s Real=24s Sys=0s
+  User=21s Real=21s Sys=0s
 
  The run consists of 100000 e- of 100 MeV through 100 m   of Water (density: 1 g/cm3 )
 
diff --git a/examples/extended/electromagnetic/TestEm15/TestEm15.out b/examples/extended/electromagnetic/TestEm15/TestEm15.out
index 41d5cc6ce5b637b831ce473c4f61737aeb281e5e..d1c735958123c1509379b6371e291ece6eb858a2 100644
--- a/examples/extended/electromagnetic/TestEm15/TestEm15.out
+++ b/examples/extended/electromagnetic/TestEm15/TestEm15.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -292,7 +292,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 10000
-  User=3.6s Real=3.6s Sys=0s
+  User=3.1s Real=3.1s Sys=0s
 
  The run consists of 10000 e- of 5 MeV through 100 m   of Water (density: 1 g/cm3 )
 
@@ -356,7 +356,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 10000
-  User=3.4s Real=3.4s Sys=0s
+  User=3s Real=3s Sys=0s
 
  The run consists of 10000 e- of 100 keV through 100 m   of Water (density: 1 g/cm3 )
 
diff --git a/examples/extended/electromagnetic/TestEm16/TestEm16.out b/examples/extended/electromagnetic/TestEm16/TestEm16.out
index 0b3a3d147cec28d38cee86e86b1bd7f82ea73c10..a392a1e370d0e01dec123e0371b4da241c88bd4b 100644
--- a/examples/extended/electromagnetic/TestEm16/TestEm16.out
+++ b/examples/extended/electromagnetic/TestEm16/TestEm16.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -222,7 +222,7 @@ G4SynchrotronRadiation::GetRandomEnergySR :
 Run terminated.
 Run Summary
   Number of events processed : 100
-  User=4.83s Real=5.12s Sys=0.06s
+  User=6.17s Real=6.47s Sys=0.01s
 Summary for synchrotron radiation :
   Number of photons = 27201
   Emean             = 2.016 +/- 0.02196 keV
diff --git a/examples/extended/electromagnetic/TestEm17/TestEm17.out b/examples/extended/electromagnetic/TestEm17/TestEm17.out
index 0be9964cd629c307f03ae97ca205f88aa91edb8d..87fcfa03805f6e0f8252209d87a19f78948311ed 100644
--- a/examples/extended/electromagnetic/TestEm17/TestEm17.out
+++ b/examples/extended/electromagnetic/TestEm17/TestEm17.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -141,7 +141,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 10000
-  User=76.37s Real=105.83s Sys=12.11s
+  User=68.41s Real=81.98s Sys=3.28s
 
  The run consists of 10000 mu+ of 10 TeV through 1 m   of Iron (density: 7.9 g/cm3 )
 
diff --git a/examples/extended/electromagnetic/TestEm2/TestEm2.out b/examples/extended/electromagnetic/TestEm2/TestEm2.out
index 28fbc4569e710315fb43ad0451d46ef247724340..3b6d141b0e658e0b4db81e39acb494bacc7a8c62 100644
--- a/examples/extended/electromagnetic/TestEm2/TestEm2.out
+++ b/examples/extended/electromagnetic/TestEm2/TestEm2.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -279,7 +279,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 100
-  User=166.46s Real=215.27s Sys=47.3s
+  User=158.98s Real=176.18s Sys=16.9s
 
  SUMMARY 
 
diff --git a/examples/extended/electromagnetic/TestEm3/TestEm3.out b/examples/extended/electromagnetic/TestEm3/TestEm3.out
index 7ba0c5691afddbffe3c3c4f709f0a3b8cefa5aff..3f235fe4cd47e98c7a9f406a4dadf588d5a04c2a 100644
--- a/examples/extended/electromagnetic/TestEm3/TestEm3.out
+++ b/examples/extended/electromagnetic/TestEm3/TestEm3.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -289,7 +289,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 100
-  User=106.64s Real=148.3s Sys=40.47s
+  User=108.16s Real=122.02s Sys=13.58s
 
 ------------------------------------------------------------
 material             Total Edep   sqrt(E0(GeV))*rmsE/Emean     total tracklen 
diff --git a/examples/extended/electromagnetic/TestEm4/TestEm4.out b/examples/extended/electromagnetic/TestEm4/TestEm4.out
index dce64cc7c2c2b42ce33d2887d611ceca6c52b8c1..5589180496f2fab35e1a31cc71fa2e566c73fbc7 100644
--- a/examples/extended/electromagnetic/TestEm4/TestEm4.out
+++ b/examples/extended/electromagnetic/TestEm4/TestEm4.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -143,7 +143,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 100000
-  User=93.58s Real=383.02s Sys=118.87s
+  User=56.18s Real=198.79s Sys=34.46s
 
 --------- Ranecu engine status ---------
  Initial seed (index) = 0
diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5.out b/examples/extended/electromagnetic/TestEm5/TestEm5.out
index bf1e7c2d111e90b9d54c0f5c6d3b368af704e7de..54c1c31ccc9c7be77ef0832ea7103f7211b943eb 100644
--- a/examples/extended/electromagnetic/TestEm5/TestEm5.out
+++ b/examples/extended/electromagnetic/TestEm5/TestEm5.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -270,7 +270,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 100000
-  User=135.87s Real=450.49s Sys=134.62s
+  User=85.5s Real=226.44s Sys=37.98s
 
  ======================== run summary ======================
 
diff --git a/examples/extended/electromagnetic/TestEm6/TestEm6.out b/examples/extended/electromagnetic/TestEm6/TestEm6.out
index df41917aeb1fe6d167ee916f924bc1d7b7691a81..13ea84d9ace7d2bc028edea195c02935bf4cae2f 100644
--- a/examples/extended/electromagnetic/TestEm6/TestEm6.out
+++ b/examples/extended/electromagnetic/TestEm6/TestEm6.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -349,7 +349,7 @@ Step#      X         Y         Z        KineE    dEStep   StepLeng  TrakLeng
 Run terminated.
 Run Summary
   Number of events processed : 5
-  User=0.03s Real=0.13s Sys=0.03s
+  User=0.01s Real=0.08s Sys=0.01s
 
 --------- Ranecu engine status ---------
  Initial seed (index) = 0
@@ -1232,7 +1232,7 @@ Step#      X         Y         Z        KineE    dEStep   StepLeng  TrakLeng
 Run terminated.
 Run Summary
   Number of events processed : 5
-  User=0.25s Real=0.53s Sys=0.19s
+  User=0.16s Real=0.22s Sys=0.06s
 
 --------- Ranecu engine status ---------
  Initial seed (index) = 0
@@ -1397,7 +1397,7 @@ Step#      X         Y         Z        KineE    dEStep   StepLeng  TrakLeng
 Run terminated.
 Run Summary
   Number of events processed : 2
-  User=0.04s Real=0.1s Sys=0.05s
+  User=0.03s Real=0.04s Sys=0.01s
 
 --------- Ranecu engine status ---------
  Initial seed (index) = 0
diff --git a/examples/extended/electromagnetic/TestEm7/TestEm7.out b/examples/extended/electromagnetic/TestEm7/TestEm7.out
index 5abb377aebc5b117f21c20d391fb15acbacacdde..3c25c8983b14af7ab16470f2c38e3419c9345656 100644
--- a/examples/extended/electromagnetic/TestEm7/TestEm7.out
+++ b/examples/extended/electromagnetic/TestEm7/TestEm7.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -299,7 +299,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 10000
-  User=188.36s Real=267.48s Sys=59.62s
+  User=180.63s Real=218.03s Sys=25.31s
 
  The run consists of 10000 proton of 160 MeV through 20 cm  of Water (density: 1 g/cm3 )
 
@@ -360,7 +360,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 1000
-  User=74.93s Real=100.29s Sys=22.41s
+  User=63.69s Real=73.56s Sys=8.5s
 
  The run consists of 1000 C12[0.0] of 3.5 GeV through 20 cm  of Water (density: 1 g/cm3 )
 
diff --git a/examples/extended/electromagnetic/TestEm8/TestEm8.out b/examples/extended/electromagnetic/TestEm8/TestEm8.out
index a79a87697d7550610c0016b29d17c55f6b84cc4b..237cc1b7777ef2a070363e473aef31bf971673bb 100644
--- a/examples/extended/electromagnetic/TestEm8/TestEm8.out
+++ b/examples/extended/electromagnetic/TestEm8/TestEm8.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -288,7 +288,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 1000
-  User=2.15s Real=2.27s Sys=0.11s
+  User=3.36s Real=3.41s Sys=0.03s
  ================== run summary =====================
  end of Run TotNbofEvents = 1000
     mean charged track length   in absorber=23.6512 +- 0.214181  mm  
diff --git a/examples/extended/electromagnetic/TestEm9/TestEm9.out b/examples/extended/electromagnetic/TestEm9/TestEm9.out
index 5913c20dcda34658873ebbc1aec403b347c60bd4..e9608953737075bde01c3babb8f3012c5d511a5e 100644
--- a/examples/extended/electromagnetic/TestEm9/TestEm9.out
+++ b/examples/extended/electromagnetic/TestEm9/TestEm9.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -322,7 +322,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 100
-  User=51.51s Real=58.97s Sys=7.09s
+  User=49.84s Real=52.32s Sys=2.43s
 RunAction: End of run actions are started
 HistoManager: End of run actions are started
 ========================================================
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/GNUmakefile b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/GNUmakefile
index 53c194bc2bbdf2bf3e256b7e7af85e767f04a699..f66e01bc1c3d5a2f3edaf4170220bc2e6630a219 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/GNUmakefile
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.1 2002/11/19 10:32:59 murakami Exp $
+# $Id: GNUmakefile,v 1.2 2006/07/05 09:50:45 gcosmo Exp $
 # --------------------------------------------------------------
 # GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
 # --------------------------------------------------------------
@@ -10,39 +10,20 @@ ifndef G4INSTALL
   G4INSTALL = ../../../../..
 endif
 
-.PHONY: all
-all : lib bin
-
-include $(G4INSTALL)/config/binmake.gmk
-
-# check gcc
-USE_GCC := 0
-ifeq ($(G4SYSTEM),Linux-g++)
-  USE_GCC := 1
-endif
-ifeq ($(G4SYSTEM),Linux-egcs)
-  USE_GCC := 1
-endif
+include hadronic_lists.gmk
 
-# PYTHIA
-  CERNLIB_DIR := /cern/pro/lib
+.PHONY: all
+all : had_list lib bin
 
-ifeq ($(USE_GCC),1)
-  LDLIBS1     += -L$(CERNLIB_DIR) -lpythia6 -lg2c
-else
-  LDLIBS1     += -L$(CERNLIB_DIR) -lpythia6 # and something?
-endif
+had_list:
+	@echo "This example uses the QGSP 'educated guess physics list'"
+	@echo "(see $(G4INSTALL)/physics_lists/hadronic)."
+	@echo "The hadronic physics lists should be compiled before"
+	@echo "compiling this example."
 
-CXXFLAGS_WITHOUT_O := $(filter-out -O% , $(CXXFLAGS))
-CXXFLAGS_WITHOUT_O := $(filter-out +O% , $(CXXFLAGS_WITHOUT_O))
+include $(G4INSTALL)/config/binmake.gmk
 
-# On HP-acc optimization has to be turned off to compile ExN04HadronPhysics.
+# Path for PYTHIA Fortran library. Based on CERNLIB-2005.
+# Add "/cern/pro/bin" to $PATH first !
 #
-ifeq ($(G4SYSTEM),HP-aCC)
-  COMPILER := $(shell aCC -V 2>&1)
-ifeq ($(COMPILER), aCC: HP ANSI C++ B3910B A.01.15)
-$(G4TMP)/$(G4SYSTEM)/$(name)/XXHadronPhysics.o: src/XXHadronPhysics.cc
-	$(CXX) $(CXXFLAGS_WITHOUT_O) $(CPPFLAGS) -c $(OUT_OBJ)$@ src/XXHadronPhysics.cc
-endif
-endif
-
+LDLIBS1     += $(shell cernlib -v pro pythia6205 pdflib804 mathlib) -lg2c
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/History b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/History
index 276c1d0a99ab68fef4e7a1a60ceaaf2559c98348..167a7e119e897f42a53467af2a8401b9f09ee3de 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/History
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/History
@@ -1,4 +1,4 @@
-$Id: History,v 1.7 2005/12/06 13:44:22 gcosmo Exp $
+$Id: History,v 1.8 2006/07/05 09:50:45 gcosmo Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -15,6 +15,10 @@ track of all tags.
      * Reverse chronological order (last date on top), please *
      ----------------------------------------------------------
 
+Jul 5th, 2006 G.Cosmo  (exHepMC-V08-01-00)
+- Updated to current version of exampleN04. Now working with release series 8.
+- Corrected GNUmakefile, now requiring CERNLIB 2005 for PYTHIA-8.0.4.
+
 Dec 6th, 2005 G.Cosmo
 - Trivial changes for support of CLHEP-2.0.X series.
 
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/README b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/README
index d3e223ba2eece05de9f1b3c3ec21c13c23f16278..d4955a58eb8ffbf3c898b36d95f7d7cae1d1a0b6 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/README
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.1 2002/11/19 10:33:00 murakami Exp $
+$Id: README,v 1.2 2006/07/05 09:50:45 gcosmo Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -49,3 +49,5 @@ the isolated muons are tracked. All these examinations are applied in
 ExN04StackingAction.
 
 
+NOTE: it requires the installation of CERNLIB 2005 in the system and proper
+      access to the "/cern/pro/bin" path included in $PATH.
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hadronic_lists.gmk b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hadronic_lists.gmk
new file mode 100644
index 0000000000000000000000000000000000000000..65eded22f13671f60a9fd9e11b06b06bf65b23da
--- /dev/null
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hadronic_lists.gmk
@@ -0,0 +1,63 @@
+# --------------------------------------------------------------
+# GNUmakefile for physics list user.  
+# JPW. Fri Jul 25 10:39:58 CEST 2003
+# --------------------------------------------------------------
+
+ifndef G4LISTS_BASE
+  EXTRALIBS += -L$(G4LIB)/plists/$(G4SYSTEM)
+  G4LISTS_BASE = $(G4INSTALL)/physics_lists
+else
+  EXTRALIBS += -L$(G4LISTS_BASE)/hadronic/plists/lib/$(G4SYSTEM)
+endif
+
+#
+# Select your physics lists to link against.
+#
+# EXTRALIBS += -lFTFC
+# EXTRALIBS += -lFTFP
+# EXTRALIBS += -lLBE
+# EXTRALIBS += -lLHEP
+# EXTRALIBS += -lLHEP_GN
+# EXTRALIBS += -lLHEP_HP
+# EXTRALIBS += -lLHEP_LEAD
+# EXTRALIBS += -lLHEP_BERT_HP
+# EXTRALIBS += -lLHEP_BIC_HP
+# EXTRALIBS += -lLHEP_LEAD_HP
+# EXTRALIBS += -lLHEP_PRECO
+# EXTRALIBS += -lQGSP_BERT
+# EXTRALIBS += -lLHEP_PRECO_HP
+# EXTRALIBS += -lQGSC
+# EXTRALIBS += -lQGSC_LEAD
+# EXTRALIBS += -lQGSC_LEAD_HP
+EXTRALIBS += -lQGSP
+# EXTRALIBS += -lQGSP_GN
+# EXTRALIBS += -lQGSP_HP
+# EXTRALIBS += -lLHEP_BERT
+# EXTRALIBS += -lLHEP_BIC
+# EXTRALIBS += -lQGSP_BIC
+EXTRALIBS += -lPackaging
+
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/FTFC/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/FTFP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LBE/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BERT/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BIC/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_GN/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BERT_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BIC_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_LEAD/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_LEAD_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_PRECO/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_PRECO_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/Packaging/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSC/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSC_LEAD/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSC_LEAD_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_BERT/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_BIC/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_GN/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_HP/include
+
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmcEx01-clhep.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmcEx01-clhep.cc
index 95ba8fab527024f87a75e3e36ca63c3a0ad71119..6f65dd752bc1f730fd52bd31bb9e9b896a28e314 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmcEx01-clhep.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmcEx01-clhep.cc
@@ -24,27 +24,21 @@
 // ********************************************************************
 //
 //
-// $Id: hepmcEx01-clhep.cc,v 1.3 2006/06/29 17:06:48 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: hepmcEx01-clhep.cc,v 1.4 2006/07/05 09:50:45 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 // 
 // --------------------------------------------------------------
-//      GEANT 4 - exampleN04
-//
-// --------------------------------------------------------------
-// Comments
-//
-// 
+//      GEANT 4 - example derived from novice exampleN04
 // --------------------------------------------------------------
 
-
 #include "G4RunManager.hh"
 #include "G4UImanager.hh"
 #include "G4UIterminal.hh"
 #include "G4UItcsh.hh"
 
 #include "ExN04DetectorConstruction.hh"
-#include "ExN04PhysicsList.hh"
+#include "QGSP.hh"
 #include "ExN04PrimaryGeneratorAction.hh"
 #include "ExN04RunAction.hh"
 #include "ExN04EventAction.hh"
@@ -59,12 +53,22 @@
 
 int main(int argc,char** argv)
 {
-  G4VSteppingVerbose::SetInstance(new ExN04SteppingVerbose);
+  // User Verbose output class
+  //
+  G4VSteppingVerbose* verbosity = new ExN04SteppingVerbose;
+  G4VSteppingVerbose::SetInstance(verbosity);
   
+  // Run manager
+  //
   G4RunManager* runManager = new G4RunManager;
 
-  runManager->SetUserInitialization(new ExN04DetectorConstruction);
-  runManager->SetUserInitialization(new ExN04PhysicsList);
+  // User Initialization classes (mandatory)
+  //
+  G4VUserDetectorConstruction* detector = new ExN04DetectorConstruction;
+  runManager->SetUserInitialization(detector);
+  //
+  G4VUserPhysicsList* physics = new QGSP;
+  runManager->SetUserInitialization(physics);
   
 #ifdef G4VIS_USE
   // Visualization, if you choose to have it!
@@ -74,19 +78,33 @@ int main(int argc,char** argv)
 
   runManager->Initialize();
 
-  runManager->SetUserAction(new ExN04PrimaryGeneratorAction);
-  runManager->SetUserAction(new ExN04RunAction);  
-  runManager->SetUserAction(new ExN04EventAction);
-  runManager->SetUserAction(new ExN04StackingAction);
-  runManager->SetUserAction(new ExN04TrackingAction);
-  runManager->SetUserAction(new ExN04SteppingAction);
+  // User Action classes
+  //
+  G4VUserPrimaryGeneratorAction* gen_action = new ExN04PrimaryGeneratorAction;
+  runManager->SetUserAction(gen_action);
+  //
+  G4UserRunAction* run_action = new ExN04RunAction;
+  runManager->SetUserAction(run_action);  
+  //
+  G4UserEventAction* event_action = new ExN04EventAction;
+  runManager->SetUserAction(event_action);
+  //
+  G4UserStackingAction* stacking_action = new ExN04StackingAction;
+  runManager->SetUserAction(stacking_action);
+  //
+  G4UserTrackingAction* tracking_action = new ExN04TrackingAction;
+  runManager->SetUserAction(tracking_action);
+  //
+  G4UserSteppingAction* stepping_action = new ExN04SteppingAction;
+  runManager->SetUserAction(stepping_action);
   
   //get the pointer to the User Interface manager   
   G4UImanager* UImanager = G4UImanager::GetUIpointer();  
 
   if(argc==1)
   {
-    // G4UIterminal is a (dumb) terminal.
+    // G4UIterminal is a (dumb) terminal
+    //
 #ifdef G4UI_USE_TCSH
     G4UIsession* session = new G4UIterminal(new G4UItcsh);      
 #else
@@ -96,17 +114,22 @@ int main(int argc,char** argv)
     session->SessionStart();
     delete session;
   }
-  else
+  else   // Batch mode
   {
     G4String command = "/control/execute ";
     G4String fileName = argv[1];
     UImanager->ApplyCommand(command+fileName);
   }
 
-  delete runManager;
+  // Free the store: user actions, physics_list and detector_description are
+  //                 owned and deleted by the run manager, so they should not
+  //                 be deleted in the main() program !
+
 #ifdef G4VIS_USE
   delete visManager;
 #endif
+  delete runManager;
+  delete verbosity;
 
   return 0;
 }
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmc_ascii.out b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmc_ascii.out
index a82d79d57793ec908d019a06b5601be7a430350e..c405a5f69059551d5e94ebab2d8d0c39b859fe24 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmc_ascii.out
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmc_ascii.out
@@ -1,86 +1,205 @@
-**********************************************
- Geant4 version $Name: geant4-08-01 $
-                                (31-Jul-2002)
-             Copyright : Geant4 Collaboration
-**********************************************
+
+*************************************************************
+ Geant4 version Name: geant4-08-01-ref-00    (30-June-2006)
+                      Copyright : Geant4 Collaboration
+                      Reference : NIM A 506 (2003), 250-303
+                            WWW : http://cern.ch/geant4
+*************************************************************
+
+
+<<< Geant4 Physics List engine packaging library: PACK 5.1
+<<< Geant4 Physics List simulation engine: QGSP 3.1
+
+Visualization Manager instantiating...
+Visualization Manager initialising...
+Registering graphics systems...
+
+You have successfully registered the following graphics systems.
+Current available graphics systems are:
+  ASCIITree (ATree)
+  DAWNFILE (DAWNFILE)
+  GAGTree (GAGTree)
+  G4HepRep (HepRepXML)
+  G4HepRepFile (HepRepFile)
+  RayTracer (RayTracer)
+  VRML1FILE (VRML1FILE)
+  VRML2FILE (VRML2FILE)
+  FukuiRenderer (DAWN)
+  OpenGLImmediateX (OGLIX)
+  OpenGLStoredX (OGLSX)
+  OpenGLImmediateXm (OGLIXm)
+  OpenGLStoredXm (OGLSXm)
+  OpenInventorXt (OIX)
+  RayTracerX (RayTracerX)
+  VRML1 (VRML1)
+  VRML2 (VRML2)
+
+Registering model factories...
+
+You have successfully registered the following model factories.
+Registered model factories:
+  generic
+  drawByCharge
+  drawByParticleID
+  drawByOriginVolume
+
+Registered models: 
+  None
+
+Registered filter factories:
+  chargeFilter
+  particleFilter
+  originVolumeFilter
+
+Registered filters:
+  None
+
+current generator type: hepmcAscii
+HepMC Ascii inputfile: data/example_MyPythia.dat
 
 phot:  Total cross sections from Sandia parametrisation. 
-MuonMinusCaptureAtRest is created 
 
-compt:  Total cross sections from a parametrisation. Good description from 10 KeV to (100/Z) GeV. 
-       Scattered gamma energy according Klein-Nishina.
-        PhysicsTables from 1 keV to 100 GeV in 80 bins. 
+compt:  Total cross sections has a good parametrisation from 10 KeV to (100/Z) GeV
+      Sampling according Klein-Nishina model
+      tables are built for  gamma
+      Lambda tables from 100 eV  to 100 GeV in 90 bins.
 
-conv:  Total cross sections from a parametrisation. Good description from 1.5 MeV to 100 GeV for all Z. 
-        e+e- energies according Bethe-Heitler
-        PhysicsTables from 1.022 MeV to 100 GeV in 100 bins. 
+conv:  Total cross sections has a good parametrisation from 1.5 MeV to 100 GeV for all Z;
+      sampling secondary e+e- according to the Bethe-Heitler model
+      tables are built for  gamma
+      Lambda tables from 1.022 MeV to 100 GeV in 100 bins.
 
-eBrem:  Total cross sections from a NEW parametrisation based on the EEDL data library. 
- Good description from 1 KeV to 100 GeV.
-        log scale extrapolation above 100 GeV 
-        Gamma energy sampled from a parametrised formula.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
+msc:  Model variant of multiple scattering for e-
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
 
-eIoni:  delta cross sections from Moller+Bhabha. Good description from 1 KeV to 100 GeV.
-        delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
+eIoni:   tables are built for  e-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
 
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
+eBrem:   tables are built for  e-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Total cross sections from a parametrisation based on the EEDL data library. 
+      Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV.
 
-annihil:  Total cross section from Heilter formula(annihilation into 2 photons).
-        gamma energies sampled according Heitler
-        PhysicsTables from 10 keV to 10 TeV in 100 bins. 
+eIoni:   tables are built for  e+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
 
-annihil:  Total cross section from Heilter formula(annihilation into 2 photons).
-        gamma energies sampled according Heitler
-        PhysicsTables from 10 keV to 10 TeV in 100 bins. 
+eBrem:   tables are built for  e+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Total cross sections from a parametrisation based on the EEDL data library. 
+      Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV.
 
-hIoni:    Knock-on electron cross sections . 
-         Good description above the mean excitation energy.
-         delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
+annihil:       Heilter model of formula of annihilation into 2 photons
+      tables are built for  e+
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
 
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
+msc:  Model variant of multiple scattering for proton
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
 
-MuIoni:    Knock-on electron cross sections . 
-         Good description above the mean excitation energy.
-         delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
+hIoni:   tables are built for  proton
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
 
-MuBrems:  theoretical cross section 
-          Good description up to 1000 PeV.
-    PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
+msc:  Model variant of multiple scattering for GenericIon
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
 
-MuPairProd:  theoretical cross sections 
-          Good description up to 1000 PeV.
-    PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
+ionIoni:   tables are built for  GenericIon
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for alpha particles below.
+      Stopping Power data for 8 ion/material pairs are used.
+      Step function: finalRange(mm)= 0.1, dRoverRange= 0.1, integral: 1
 
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
-current generator type: hepmcAscii
-HepMC Ascii inputfile: data/example_MyPythia.dat
+hIoni:   tables are built for  anti_proton
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for mu+
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+muIoni:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, 
+      radiative corrections for E > 1 GeV
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+muBrems:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muPairProd:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muIoni:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, 
+      radiative corrections for E > 1 GeV
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+muBrems:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muPairProd:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+hIoni:   tables are built for  pi+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 0.297504 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for pi-
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+hIoni:   tables are built for  pi-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 0.297504 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+### Run 0 start.
 ________________________________________________________________________________
 GenEvent: #1 ID=20 SignalProcessGenVertex Barcode: 0
  Current Memory Usage: 1 events, 78 vertices, 210 particles.
  Entries this event: 78 vertices, 210 particles.
  RndmState(0)=
  Wgts(0)=
- EventScale -1 GeV 	 alphaQCD=-1	 alphaQED=-1
+ EventScale -1 [energy] 	 alphaQCD=-1	 alphaQED=-1
                                     GenParticle Legend
         Barcode   PDG ID      ( Px,       Py,       Pz,     E ) Stat  DecayVtx
 ________________________________________________________________________________
 GenVertex:       -1 ID:    0 (X,cT):0
  I: 1         1     2212 +0.00e+00,+0.00e+00,+7.00e+03,+7.00e+03   3        -1
- O: 2         3        2 -7.76e-01,-9.12e-01,+1.88e+03,+1.88e+03   3        -3
-             20     2101 +7.76e-01,+9.12e-01,+4.45e+03,+4.45e+03   2       -16
+ O: 2        20     2101 +7.76e-01,+9.12e-01,+4.45e+03,+4.45e+03   2       -16
+              3        2 -7.76e-01,-9.12e-01,+1.88e+03,+1.88e+03   3        -3
 GenVertex:       -2 ID:    0 (X,cT):0
  I: 1         2     2212 +0.00e+00,+0.00e+00,-7.00e+03,+7.00e+03   3        -2
  O: 3         4       -1 -1.01e+00,-1.27e-02,-4.15e+00,+4.27e+00   3        -4
@@ -104,17 +223,17 @@ GenVertex:       -5 ID:    0 (X,cT):0
               8       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   3        -7
 GenVertex:       -6 ID:    0 (X,cT):0
  I: 1         7       22 -4.03e+00,-1.23e+00,+2.46e+02,+2.46e+02   3        -6
- O: 1         9       22 -4.03e+00,-1.23e+00,+2.46e+02,+2.46e+02   1     (nil)
+ O: 1         9       22 -4.03e+00,-1.23e+00,+2.46e+02,+2.46e+02   1
 GenVertex:       -7 ID:    0 (X,cT):0
  I: 1         8       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   3        -7
  O: 1        10       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   2        -8
 GenVertex:       -8 ID:    0 (X,cT):0
  I: 1        10       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   2        -8
- O: 2        11      -13 -2.56e+01,+4.70e+01,+2.09e+02,+2.16e+02   1     (nil)
-             12       14 +2.47e+01,-3.63e+01,+1.02e+03,+1.02e+03   1     (nil)
+ O: 2        11      -13 -2.56e+01,+4.70e+01,+2.09e+02,+2.16e+02   1
+             12       14 +2.47e+01,-3.63e+01,+1.02e+03,+1.02e+03   1
 GenVertex:       -9 ID:    0 (X,cT):0
  I: 1        13     2214 +1.00e-00,+2.73e-02,-4.08e+03,+4.08e+03   2        -9
- O: 2        29     2212 +1.02e+00,+1.18e-01,-3.74e+03,+3.74e+03   1     (nil)
+ O: 2        29     2212 +1.02e+00,+1.18e-01,-3.74e+03,+3.74e+03   1
              30      111 -2.46e-02,-9.09e-02,-3.46e+02,+3.46e+02   2       -20
 GenVertex:      -10 ID:    0 (X,cT):0
  I: 2        14        1 +2.31e+00,+5.82e+00,+1.51e+02,+1.51e+02   2       -10
@@ -122,14 +241,14 @@ GenVertex:      -10 ID:    0 (X,cT):0
  O: 1        31       92 +0.00e+00,+0.00e+00,+1.97e+02,+1.97e+02   2       -11
 GenVertex:      -11 ID:    0 (X,cT):0
  I: 1        31       92 +0.00e+00,+0.00e+00,+1.97e+02,+1.97e+02   2       -11
- O: 8        38     -213 -1.18e+00,-2.20e+00,+1.67e+01,+1.70e+01   2       -23
-             39      211 -8.40e-02,-1.67e+00,+1.53e+01,+1.54e+01   1     (nil)
-             33      211 +1.83e-01,-2.25e-01,+8.98e+00,+8.99e+00   1     (nil)
-             34     -211 +1.65e+00,+3.36e+00,+8.55e+01,+8.56e+01   1     (nil)
+ O: 8        32     -211 +2.54e-01,+1.65e+00,+3.42e+01,+3.42e+01   1
+             33      211 +1.83e-01,-2.25e-01,+8.98e+00,+8.99e+00   1
+             34     -211 +1.65e+00,+3.36e+00,+8.55e+01,+8.56e+01   1
              35      221 +1.53e-01,+1.01e-01,+1.68e+01,+1.68e+01   2       -21
-             36      211 -5.43e-01,+7.13e-02,+3.10e+00,+3.15e+00   1     (nil)
+             36      211 -5.43e-01,+7.13e-02,+3.10e+00,+3.15e+00   1
              37      221 -4.39e-01,-1.09e+00,+1.62e+01,+1.63e+01   2       -22
-             32     -211 +2.54e-01,+1.65e+00,+3.42e+01,+3.42e+01   1     (nil)
+             38     -213 -1.18e+00,-2.20e+00,+1.67e+01,+1.70e+01   2       -23
+             39      211 -8.40e-02,-1.67e+00,+1.53e+01,+1.54e+01   1
 GenVertex:      -12 ID:    0 (X,cT):0
  I: 2        16        2 -3.95e+00,-1.33e+00,+3.41e+01,+3.44e+01   2       -12
              17       -2 +3.95e+00,+1.33e+00,+4.38e+02,+4.38e+02   2       -12
@@ -137,10 +256,10 @@ GenVertex:      -12 ID:    0 (X,cT):0
 GenVertex:      -13 ID:    0 (X,cT):0
  I: 1        40       92 +0.00e+00,+0.00e+00,+4.72e+02,+4.72e+02   2       -13
  O: 8        41      221 -2.68e+00,-7.41e-01,+2.70e+01,+2.71e+01   2       -24
+             42      211 -1.08e+00,-1.77e-01,+8.94e+00,+9.00e+00   1
              43      223 +7.31e-01,-2.42e-01,+2.97e+01,+2.97e+01   2       -25
              44     -213 +6.83e-02,+2.16e-01,+2.67e+01,+2.67e+01   2       -26
-             42      211 -1.08e+00,-1.77e-01,+8.94e+00,+9.00e+00   1     (nil)
-             45      211 -7.62e-02,+3.34e-01,+9.98e+00,+9.98e+00   1     (nil)
+             45      211 -7.62e-02,+3.34e-01,+9.98e+00,+9.98e+00   1
              46      223 +1.18e+00,+7.67e-03,+1.59e+02,+1.59e+02   2       -27
              47     -213 +4.18e-01,+2.70e-01,+5.63e+01,+5.63e+01   2       -28
              48      111 +1.44e+00,+3.32e-01,+1.54e+02,+1.54e+02   2       -29
@@ -151,8 +270,8 @@ GenVertex:      -14 ID:    0 (X,cT):0
 GenVertex:      -15 ID:    0 (X,cT):0
  I: 1        49       92 +0.00e+00,+0.00e+00,-3.75e+02,+3.75e+02   2       -15
  O: 3        50      113 +1.57e+00,+2.83e+00,-6.11e+01,+6.12e+01   2       -30
-             51      211 +2.02e-01,+1.20e-01,-2.70e+01,+2.70e+01   1     (nil)
-             52     -211 -1.77e+00,-2.95e+00,-2.86e+02,+2.86e+02   1     (nil)
+             51      211 +2.02e-01,+1.20e-01,-2.70e+01,+2.70e+01   1
+             52     -211 -1.77e+00,-2.95e+00,-2.86e+02,+2.86e+02   1
 GenVertex:      -16 ID:    0 (X,cT):0
  I: 7        20     2101 +7.76e-01,+9.12e-01,+4.45e+03,+4.45e+03   2       -16
              26        1 +8.08e-03,-1.46e-02,-2.46e+03,+2.46e+03   2       -16
@@ -164,36 +283,36 @@ GenVertex:      -16 ID:    0 (X,cT):0
  O: 1        53       92 +3.99e+00,-9.52e+00,+2.38e+03,+7.31e+03   2       -17
 GenVertex:      -17 ID:    0 (X,cT):0
  I: 1        53       92 +3.99e+00,-9.52e+00,+2.38e+03,+7.31e+03   2       -17
- O:31        54     2212 +8.22e-01,+7.58e-01,+2.86e+03,+2.86e+03   1     (nil)
+ O:31        54     2212 +8.22e-01,+7.58e-01,+2.86e+03,+2.86e+03   1
              55      113 -3.60e-01,-1.69e-01,+8.62e+02,+8.62e+02   2       -31
              56    -2214 +1.03e+00,+9.30e-02,+4.53e+02,+4.53e+02   2       -32
              57      223 -3.60e-01,+4.04e-01,+1.25e+02,+1.25e+02   2       -33
-             58     2212 +1.68e+00,-6.25e-01,+1.57e+02,+1.57e+02   1     (nil)
+             58     2212 +1.68e+00,-6.25e-01,+1.57e+02,+1.57e+02   1
              59     -213 +5.56e-01,+3.45e-01,+9.14e+01,+9.14e+01   2       -34
              60     -311 +6.88e-02,-2.98e-02,+3.77e+01,+3.77e+01   2       -35
              61      311 +5.59e-01,-2.32e-01,+5.88e+01,+5.88e+01   2       -36
-             62      211 +3.24e-01,-1.11e+00,+5.03e+01,+5.03e+01   1     (nil)
+             62      211 +3.24e-01,-1.11e+00,+5.03e+01,+5.03e+01   1
              63      113 -1.65e-02,-7.81e-02,+4.91e+00,+4.95e+00   2       -37
-             64     -211 +7.06e-01,-6.40e-01,+6.56e+01,+6.56e+01   1     (nil)
+             64     -211 +7.06e-01,-6.40e-01,+6.56e+01,+6.56e+01   1
              65      213 +4.72e-01,-4.39e-01,+1.44e+01,+1.44e+01   2       -38
              66     -213 -3.00e-01,-3.82e-01,+1.62e+01,+1.63e+01   2       -39
-             67      211 -4.39e-01,-3.19e+00,+2.48e+01,+2.50e+01   1     (nil)
-             68     -211 -1.40e-01,-1.20e-01,+4.92e-01,+5.44e-01   1     (nil)
+             67      211 -4.39e-01,-3.19e+00,+2.48e+01,+2.50e+01   1
+             68     -211 -1.40e-01,-1.20e-01,+4.92e-01,+5.44e-01   1
              69     -311 -2.66e-01,-2.65e+00,+2.07e+01,+2.08e+01   2       -40
              70      323 +1.09e-01,-8.86e-01,+4.66e+00,+4.83e+00   2       -41
              71      113 -4.98e-01,-2.28e-01,+1.70e+00,+1.96e+00   2       -42
              72     -323 -2.90e-01,-2.30e-01,+6.43e-01,+1.16e+00   2       -43
              73      311 +7.90e-02,-3.23e-02,-8.47e-01,+9.86e-01   2       -44
              74      113 +1.28e-01,+1.79e-01,-7.07e-01,+1.09e+00   2       -45
-             75    -2112 +2.40e-01,-6.43e-01,-2.35e+00,+2.62e+00   1     (nil)
-             76     2112 +1.43e-01,-2.20e-01,-2.23e+00,+2.43e+00   1     (nil)
+             75    -2112 +2.40e-01,-6.43e-01,-2.35e+00,+2.62e+00   1
+             76     2112 +1.43e-01,-2.20e-01,-2.23e+00,+2.43e+00   1
              77      221 -1.58e-01,+9.23e-01,-1.12e+01,+1.12e+01   2       -46
-             78      211 -3.97e-01,-5.01e-01,-1.11e+00,+1.29e+00   1     (nil)
+             78      211 -3.97e-01,-5.01e-01,-1.11e+00,+1.29e+00   1
              79      111 +2.87e-01,+2.82e-01,-1.04e+00,+1.12e+00   2       -47
              80      223 +4.06e-01,-2.45e-01,-3.51e+01,+3.51e+01   2       -48
-             81     -321 -6.14e-01,+2.77e-01,-2.28e+02,+2.28e+02   1     (nil)
+             81     -321 -6.14e-01,+2.77e-01,-2.28e+02,+2.28e+02   1
              82      323 +1.26e-01,-3.07e-01,-1.50e+03,+1.50e+03   2       -49
-             83     -321 +1.94e-01,+2.93e-01,-1.69e+02,+1.69e+02   1     (nil)
+             83     -321 +1.94e-01,+2.93e-01,-1.69e+02,+1.69e+02   1
              84      311 -9.36e-02,-1.11e-01,-5.09e+02,+5.09e+02   2       -50
 GenVertex:      -18 ID:    0 (X,cT):0
  I: 2        27       21 -1.37e-01,-5.99e+00,-1.38e+01,+1.51e+01   2       -18
@@ -201,23 +320,23 @@ GenVertex:      -18 ID:    0 (X,cT):0
  O: 1        85       92 +0.00e+00,+0.00e+00,-7.51e+01,+7.66e+01   2       -19
 GenVertex:      -19 ID:    0 (X,cT):0
  I: 1        85       92 +0.00e+00,+0.00e+00,-7.51e+01,+7.66e+01   2       -19
- O: 9        86    -2112 -3.84e-02,-2.48e+00,-7.98e+00,+8.41e+00   1     (nil)
-             87     2212 +1.88e-01,-2.14e+00,-4.49e+00,+5.07e+00   1     (nil)
+ O: 9        86    -2112 -3.84e-02,-2.48e+00,-7.98e+00,+8.41e+00   1
+             87     2212 +1.88e-01,-2.14e+00,-4.49e+00,+5.07e+00   1
              88     -213 +2.00e-01,-1.11e-01,-1.66e+00,+1.83e+00   2       -51
              89     -313 -6.26e-01,+1.37e+00,-1.29e+01,+1.30e+01   2       -52
-             90      321 +7.89e-02,+7.45e-01,-1.09e+01,+1.10e+01   1     (nil)
-             91     -211 +4.23e-02,+3.92e-01,-8.74e+00,+8.75e+00   1     (nil)
-             92      211 +6.44e-02,+3.67e-01,-1.38e+00,+1.43e+00   1     (nil)
-             93    -2212 +4.16e-02,+5.64e-01,-1.20e+01,+1.20e+01   1     (nil)
-             94     2112 +4.92e-02,+1.30e+00,-1.50e+01,+1.51e+01   1     (nil)
+             90      321 +7.89e-02,+7.45e-01,-1.09e+01,+1.10e+01   1
+             91     -211 +4.23e-02,+3.92e-01,-8.74e+00,+8.75e+00   1
+             92      211 +6.44e-02,+3.67e-01,-1.38e+00,+1.43e+00   1
+             93    -2212 +4.16e-02,+5.64e-01,-1.20e+01,+1.20e+01   1
+             94     2112 +4.92e-02,+1.30e+00,-1.50e+01,+1.51e+01   1
 Vertex:      -20 ID:    0 (X,cT)=-7.43e-06,-2.74e-05,-1.04e-01,+1.04e-01
  I: 1        30      111 -2.46e-02,-9.09e-02,-3.46e+02,+3.46e+02   2       -20
- O: 2        95       22 -4.57e-02,-1.20e-01,-2.72e+02,+2.72e+02   1     (nil)
-             96       22 +2.11e-02,+2.92e-02,-7.38e+01,+7.38e+01   1     (nil)
+ O: 2        95       22 -4.57e-02,-1.20e-01,-2.72e+02,+2.72e+02   1
+             96       22 +2.11e-02,+2.92e-02,-7.38e+01,+7.38e+01   1
 GenVertex:      -21 ID:    0 (X,cT):0
  I: 1        35      221 +1.53e-01,+1.01e-01,+1.68e+01,+1.68e+01   2       -21
- O: 3        97      211 +1.91e-01,+1.34e-01,+6.86e+00,+6.86e+00   1     (nil)
-             98     -211 -4.99e-02,-5.38e-02,+4.31e+00,+4.31e+00   1     (nil)
+ O: 3        97      211 +1.91e-01,+1.34e-01,+6.86e+00,+6.86e+00   1
+             98     -211 -4.99e-02,-5.38e-02,+4.31e+00,+4.31e+00   1
              99      111 +1.27e-02,+2.08e-02,+5.61e+00,+5.61e+00   2       -53
 GenVertex:      -22 ID:    0 (X,cT):0
  I: 1        37      221 -4.39e-01,-1.09e+00,+1.62e+01,+1.63e+01   2       -22
@@ -226,118 +345,118 @@ GenVertex:      -22 ID:    0 (X,cT):0
             102      111 -2.65e-01,-5.85e-01,+7.55e+00,+7.58e+00   2       -56
 GenVertex:      -23 ID:    0 (X,cT):0
  I: 1        38     -213 -1.18e+00,-2.20e+00,+1.67e+01,+1.70e+01   2       -23
- O: 2       103     -211 +5.93e-02,-7.99e-01,+3.99e+00,+4.07e+00   1     (nil)
+ O: 2       103     -211 +5.93e-02,-7.99e-01,+3.99e+00,+4.07e+00   1
             104      111 -1.24e+00,-1.40e+00,+1.27e+01,+1.29e+01   2       -57
 GenVertex:      -24 ID:    0 (X,cT):0
  I: 1        41      221 -2.68e+00,-7.41e-01,+2.70e+01,+2.71e+01   2       -24
- O: 2       105       22 -6.34e-03,-7.93e-02,+8.01e-01,+8.05e-01   1     (nil)
-            106       22 -2.67e+00,-6.61e-01,+2.62e+01,+2.63e+01   1     (nil)
+ O: 2       105       22 -6.34e-03,-7.93e-02,+8.01e-01,+8.05e-01   1
+            106       22 -2.67e+00,-6.61e-01,+2.62e+01,+2.63e+01   1
 GenVertex:      -25 ID:    0 (X,cT):0
  I: 1        43      223 +7.31e-01,-2.42e-01,+2.97e+01,+2.97e+01   2       -25
- O: 3       107     -211 +1.76e-02,+3.37e-02,+3.20e+00,+3.21e+00   1     (nil)
-            108      211 +3.94e-01,+9.73e-02,+1.40e+01,+1.40e+01   1     (nil)
+ O: 3       107     -211 +1.76e-02,+3.37e-02,+3.20e+00,+3.21e+00   1
+            108      211 +3.94e-01,+9.73e-02,+1.40e+01,+1.40e+01   1
             109      111 +3.20e-01,-3.73e-01,+1.25e+01,+1.25e+01   2       -58
 GenVertex:      -26 ID:    0 (X,cT):0
  I: 1        44     -213 +6.83e-02,+2.16e-01,+2.67e+01,+2.67e+01   2       -26
- O: 2       110     -211 -8.41e-02,-1.88e-01,+1.75e+01,+1.75e+01   1     (nil)
+ O: 2       110     -211 -8.41e-02,-1.88e-01,+1.75e+01,+1.75e+01   1
             111      111 +1.52e-01,+4.04e-01,+9.17e+00,+9.18e+00   2       -59
 GenVertex:      -27 ID:    0 (X,cT):0
  I: 1        46      223 +1.18e+00,+7.67e-03,+1.59e+02,+1.59e+02   2       -27
- O: 3       112     -211 +4.71e-01,+6.85e-02,+4.92e+01,+4.92e+01   1     (nil)
-            113      211 +5.97e-01,-1.23e-01,+1.01e+02,+1.01e+02   1     (nil)
+ O: 3       112     -211 +4.71e-01,+6.85e-02,+4.92e+01,+4.92e+01   1
+            113      211 +5.97e-01,-1.23e-01,+1.01e+02,+1.01e+02   1
             114      111 +1.09e-01,+6.20e-02,+9.26e+00,+9.26e+00   2       -60
 GenVertex:      -28 ID:    0 (X,cT):0
  I: 1        47     -213 +4.18e-01,+2.70e-01,+5.63e+01,+5.63e+01   2       -28
- O: 2       115     -211 +4.07e-02,+6.55e-03,+6.59e+00,+6.59e+00   1     (nil)
+ O: 2       115     -211 +4.07e-02,+6.55e-03,+6.59e+00,+6.59e+00   1
             116      111 +3.77e-01,+2.64e-01,+4.98e+01,+4.98e+01   2       -61
 Vertex:      -29 ID:    0 (X,cT)=+3.69e-04,+8.53e-05,+3.95e-02,+3.95e-02
  I: 1        48      111 +1.44e+00,+3.32e-01,+1.54e+02,+1.54e+02   2       -29
- O: 2       117       22 +4.72e-01,+4.59e-02,+5.06e+01,+5.06e+01   1     (nil)
-            118       22 +9.67e-01,+2.86e-01,+1.03e+02,+1.03e+02   1     (nil)
+ O: 2       117       22 +4.72e-01,+4.59e-02,+5.06e+01,+5.06e+01   1
+            118       22 +9.67e-01,+2.86e-01,+1.03e+02,+1.03e+02   1
 GenVertex:      -30 ID:    0 (X,cT):0
  I: 1        50      113 +1.57e+00,+2.83e+00,-6.11e+01,+6.12e+01   2       -30
- O: 2       119     -211 +9.16e-01,+2.13e+00,-4.37e+01,+4.38e+01   1     (nil)
-            120      211 +6.49e-01,+7.08e-01,-1.74e+01,+1.75e+01   1     (nil)
+ O: 2       119     -211 +9.16e-01,+2.13e+00,-4.37e+01,+4.38e+01   1
+            120      211 +6.49e-01,+7.08e-01,-1.74e+01,+1.75e+01   1
 GenVertex:      -31 ID:    0 (X,cT):0
  I: 1        55      113 -3.60e-01,-1.69e-01,+8.62e+02,+8.62e+02   2       -31
- O: 2       121      211 -1.07e-01,+4.26e-02,+1.56e+02,+1.56e+02   1     (nil)
-            122     -211 -2.53e-01,-2.12e-01,+7.07e+02,+7.07e+02   1     (nil)
+ O: 2       121      211 -1.07e-01,+4.26e-02,+1.56e+02,+1.56e+02   1
+            122     -211 -2.53e-01,-2.12e-01,+7.07e+02,+7.07e+02   1
 GenVertex:      -32 ID:    0 (X,cT):0
  I: 1        56    -2214 +1.03e+00,+9.30e-02,+4.53e+02,+4.53e+02   2       -32
- O: 2       123    -2212 +4.99e-01,+1.49e-01,+3.29e+02,+3.29e+02   1     (nil)
+ O: 2       123    -2212 +4.99e-01,+1.49e-01,+3.29e+02,+3.29e+02   1
             124      111 +5.28e-01,-5.58e-02,+1.24e+02,+1.24e+02   2       -62
 GenVertex:      -33 ID:    0 (X,cT):0
  I: 1        57      223 -3.60e-01,+4.04e-01,+1.25e+02,+1.25e+02   2       -33
- O: 3       125      211 -1.22e-01,+3.51e-01,+3.18e+01,+3.18e+01   1     (nil)
-            126     -211 -2.21e-01,+7.11e-02,+8.21e+01,+8.21e+01   1     (nil)
+ O: 3       125      211 -1.22e-01,+3.51e-01,+3.18e+01,+3.18e+01   1
+            126     -211 -2.21e-01,+7.11e-02,+8.21e+01,+8.21e+01   1
             127      111 -1.66e-02,-1.80e-02,+1.09e+01,+1.09e+01   2       -63
 GenVertex:      -34 ID:    0 (X,cT):0
  I: 1        59     -213 +5.56e-01,+3.45e-01,+9.14e+01,+9.14e+01   2       -34
- O: 2       128     -211 +3.11e-01,+3.56e-01,+3.44e+01,+3.44e+01   1     (nil)
+ O: 2       128     -211 +3.11e-01,+3.56e-01,+3.44e+01,+3.44e+01   1
             129      111 +2.45e-01,-1.18e-02,+5.70e+01,+5.70e+01   2       -64
 GenVertex:      -35 ID:    0 (X,cT):0
  I: 1        60     -311 +6.88e-02,-2.98e-02,+3.77e+01,+3.77e+01   2       -35
  O: 1       130      310 +6.88e-02,-2.98e-02,+3.77e+01,+3.77e+01   2       -65
 GenVertex:      -36 ID:    0 (X,cT):0
  I: 1        61      311 +5.59e-01,-2.32e-01,+5.88e+01,+5.88e+01   2       -36
- O: 1       131      130 +5.59e-01,-2.32e-01,+5.88e+01,+5.88e+01   1     (nil)
+ O: 1       131      130 +5.59e-01,-2.32e-01,+5.88e+01,+5.88e+01   1
 GenVertex:      -37 ID:    0 (X,cT):0
  I: 1        63      113 -1.65e-02,-7.81e-02,+4.91e+00,+4.95e+00   2       -37
- O: 2       132      211 +1.08e-01,-5.14e-02,+4.37e+00,+4.38e+00   1     (nil)
-            133     -211 -1.25e-01,-2.68e-02,+5.37e-01,+5.69e-01   1     (nil)
+ O: 2       132      211 +1.08e-01,-5.14e-02,+4.37e+00,+4.38e+00   1
+            133     -211 -1.25e-01,-2.68e-02,+5.37e-01,+5.69e-01   1
 GenVertex:      -38 ID:    0 (X,cT):0
  I: 1        65      213 +4.72e-01,-4.39e-01,+1.44e+01,+1.44e+01   2       -38
- O: 2       134      211 +1.82e-01,-5.33e-01,+1.18e+01,+1.18e+01   1     (nil)
+ O: 2       134      211 +1.82e-01,-5.33e-01,+1.18e+01,+1.18e+01   1
             135      111 +2.91e-01,+9.43e-02,+2.56e+00,+2.58e+00   2       -66
 GenVertex:      -39 ID:    0 (X,cT):0
  I: 1        66     -213 -3.00e-01,-3.82e-01,+1.62e+01,+1.63e+01   2       -39
- O: 2       136     -211 -4.94e-01,-2.13e-01,+6.74e+00,+6.77e+00   1     (nil)
+ O: 2       136     -211 -4.94e-01,-2.13e-01,+6.74e+00,+6.77e+00   1
             137      111 +1.93e-01,-1.69e-01,+9.48e+00,+9.49e+00   2       -67
 GenVertex:      -40 ID:    0 (X,cT):0
  I: 1        69     -311 -2.66e-01,-2.65e+00,+2.07e+01,+2.08e+01   2       -40
- O: 1       138      130 -2.66e-01,-2.65e+00,+2.07e+01,+2.08e+01   1     (nil)
+ O: 1       138      130 -2.66e-01,-2.65e+00,+2.07e+01,+2.08e+01   1
 GenVertex:      -41 ID:    0 (X,cT):0
  I: 1        70      323 +1.09e-01,-8.86e-01,+4.66e+00,+4.83e+00   2       -41
  O: 2       139      311 -4.56e-02,-1.94e-01,+1.85e+00,+1.93e+00   2       -68
-            140      211 +1.54e-01,-6.92e-01,+2.81e+00,+2.90e+00   1     (nil)
+            140      211 +1.54e-01,-6.92e-01,+2.81e+00,+2.90e+00   1
 GenVertex:      -42 ID:    0 (X,cT):0
  I: 1        71      113 -4.98e-01,-2.28e-01,+1.70e+00,+1.96e+00   2       -42
- O: 2       141      211 +7.24e-02,-1.33e-01,+6.29e-02,+2.15e-01   1     (nil)
-            142     -211 -5.70e-01,-9.51e-02,+1.64e+00,+1.75e+00   1     (nil)
+ O: 2       141      211 +7.24e-02,-1.33e-01,+6.29e-02,+2.15e-01   1
+            142     -211 -5.70e-01,-9.51e-02,+1.64e+00,+1.75e+00   1
 GenVertex:      -43 ID:    0 (X,cT):0
  I: 1        72     -323 -2.90e-01,-2.30e-01,+6.43e-01,+1.16e+00   2       -43
  O: 2       143     -311 -1.02e-01,-3.76e-01,+2.53e-01,+6.81e-01   2       -69
-            144     -211 -1.88e-01,+1.45e-01,+3.90e-01,+4.77e-01   1     (nil)
+            144     -211 -1.88e-01,+1.45e-01,+3.90e-01,+4.77e-01   1
 GenVertex:      -44 ID:    0 (X,cT):0
  I: 1        73      311 +7.90e-02,-3.23e-02,-8.47e-01,+9.86e-01   2       -44
  O: 1       145      310 +7.90e-02,-3.23e-02,-8.47e-01,+9.86e-01   2       -70
 GenVertex:      -45 ID:    0 (X,cT):0
  I: 1        74      113 +1.28e-01,+1.79e-01,-7.07e-01,+1.09e+00   2       -45
- O: 2       146     -211 -7.31e-02,+3.05e-01,-7.33e-01,+8.10e-01   1     (nil)
-            147      211 +2.01e-01,-1.27e-01,+2.56e-02,+2.77e-01   1     (nil)
+ O: 2       146     -211 -7.31e-02,+3.05e-01,-7.33e-01,+8.10e-01   1
+            147      211 +2.01e-01,-1.27e-01,+2.56e-02,+2.77e-01   1
 GenVertex:      -46 ID:    0 (X,cT):0
  I: 1        77      221 -1.58e-01,+9.23e-01,-1.12e+01,+1.12e+01   2       -46
- O: 3       148     -211 -1.37e-01,+2.12e-01,-2.48e+00,+2.50e+00   1     (nil)
-            149      211 -6.29e-02,+5.66e-01,-6.65e+00,+6.68e+00   1     (nil)
+ O: 3       148     -211 -1.37e-01,+2.12e-01,-2.48e+00,+2.50e+00   1
+            149      211 -6.29e-02,+5.66e-01,-6.65e+00,+6.68e+00   1
             150      111 +4.20e-02,+1.44e-01,-2.05e+00,+2.06e+00   2       -71
 Vertex:      -47 ID:    0 (X,cT)=+2.15e-05,+2.11e-05,-7.77e-05,+8.40e-05
  I: 1        79      111 +2.87e-01,+2.82e-01,-1.04e+00,+1.12e+00   2       -47
- O: 2       151       22 +1.31e-01,+1.64e-01,-6.99e-01,+7.30e-01   1     (nil)
-            152       22 +1.57e-01,+1.18e-01,-3.38e-01,+3.91e-01   1     (nil)
+ O: 2       151       22 +1.31e-01,+1.64e-01,-6.99e-01,+7.30e-01   1
+            152       22 +1.57e-01,+1.18e-01,-3.38e-01,+3.91e-01   1
 GenVertex:      -48 ID:    0 (X,cT):0
  I: 1        80      223 +4.06e-01,-2.45e-01,-3.51e+01,+3.51e+01   2       -48
- O: 2       153     -211 -6.79e-02,+2.16e-01,-6.21e+00,+6.22e+00   1     (nil)
-            154      211 +4.74e-01,-4.61e-01,-2.89e+01,+2.89e+01   1     (nil)
+ O: 2       153     -211 -6.79e-02,+2.16e-01,-6.21e+00,+6.22e+00   1
+            154      211 +4.74e-01,-4.61e-01,-2.89e+01,+2.89e+01   1
 GenVertex:      -49 ID:    0 (X,cT):0
  I: 1        82      323 +1.26e-01,-3.07e-01,-1.50e+03,+1.50e+03   2       -49
- O: 2       155      321 +2.70e-01,-1.79e-01,-6.57e+02,+6.57e+02   1     (nil)
+ O: 2       155      321 +2.70e-01,-1.79e-01,-6.57e+02,+6.57e+02   1
             156      111 -1.45e-01,-1.29e-01,-8.42e+02,+8.42e+02   2       -72
 GenVertex:      -50 ID:    0 (X,cT):0
  I: 1        84      311 -9.36e-02,-1.11e-01,-5.09e+02,+5.09e+02   2       -50
- O: 1       157      130 -9.36e-02,-1.11e-01,-5.09e+02,+5.09e+02   1     (nil)
+ O: 1       157      130 -9.36e-02,-1.11e-01,-5.09e+02,+5.09e+02   1
 GenVertex:      -51 ID:    0 (X,cT):0
  I: 1        88     -213 +2.00e-01,-1.11e-01,-1.66e+00,+1.83e+00   2       -51
- O: 2       158     -211 -1.33e-01,-2.94e-01,-9.51e-01,+1.01e+00   1     (nil)
+ O: 2       158     -211 -1.33e-01,-2.94e-01,-9.51e-01,+1.01e+00   1
             159      111 +3.33e-01,+1.83e-01,-7.05e-01,+8.13e-01   2       -73
 GenVertex:      -52 ID:    0 (X,cT):0
  I: 1        89     -313 -6.26e-01,+1.37e+00,-1.29e+01,+1.30e+01   2       -52
@@ -345,64 +464,64 @@ GenVertex:      -52 ID:    0 (X,cT):0
             161      111 -5.98e-01,+7.99e-01,-7.16e+00,+7.23e+00   2       -75
 Vertex:      -53 ID:    0 (X,cT)=+6.33e-07,+1.04e-06,+2.79e-04,+2.79e-04
  I: 1        99      111 +1.27e-02,+2.08e-02,+5.61e+00,+5.61e+00   2       -53
- O: 2       162       22 +5.81e-02,+5.34e-02,+3.78e+00,+3.78e+00   1     (nil)
-            163       22 -4.54e-02,-3.26e-02,+1.83e+00,+1.83e+00   1     (nil)
+ O: 2       162       22 +5.81e-02,+5.34e-02,+3.78e+00,+3.78e+00   1
+            163       22 -4.54e-02,-3.26e-02,+1.83e+00,+1.83e+00   1
 Vertex:      -54 ID:    0 (X,cT)=+3.79e-06,-3.71e-05,+5.03e-04,+5.05e-04
  I: 1       100      111 +2.02e-02,-1.98e-01,+2.68e+00,+2.69e+00   2       -54
- O: 2       164       22 +2.39e-02,-9.50e-02,+2.06e+00,+2.06e+00   1     (nil)
-            165       22 -3.65e-03,-1.03e-01,+6.27e-01,+6.35e-01   1     (nil)
+ O: 2       164       22 +2.39e-02,-9.50e-02,+2.06e+00,+2.06e+00   1
+            165       22 -3.65e-03,-1.03e-01,+6.27e-01,+6.35e-01   1
 Vertex:      -55 ID:    0 (X,cT)=-2.82e-05,-4.46e-05,+8.64e-04,+8.66e-04
  I: 1       101      111 -1.94e-01,-3.08e-01,+5.97e+00,+5.98e+00   2       -55
- O: 2       166       22 -2.13e-01,-2.53e-01,+5.08e+00,+5.10e+00   1     (nil)
-            167       22 +1.82e-02,-5.48e-02,+8.85e-01,+8.87e-01   1     (nil)
+ O: 2       166       22 -2.13e-01,-2.53e-01,+5.08e+00,+5.10e+00   1
+            167       22 +1.82e-02,-5.48e-02,+8.85e-01,+8.87e-01   1
 Vertex:      -56 ID:    0 (X,cT)=-1.01e-04,-2.22e-04,+2.87e-03,+2.88e-03
  I: 1       102      111 -2.65e-01,-5.85e-01,+7.55e+00,+7.58e+00   2       -56
- O: 2       168       22 -2.34e-01,-3.64e-01,+4.90e+00,+4.92e+00   1     (nil)
-            169       22 -3.04e-02,-2.21e-01,+2.65e+00,+2.66e+00   1     (nil)
+ O: 2       168       22 -2.34e-01,-3.64e-01,+4.90e+00,+4.92e+00   1
+            169       22 -3.04e-02,-2.21e-01,+2.65e+00,+2.66e+00   1
 Vertex:      -57 ID:    0 (X,cT)=-2.73e-04,-3.09e-04,+2.81e-03,+2.84e-03
  I: 1       104      111 -1.24e+00,-1.40e+00,+1.27e+01,+1.29e+01   2       -57
- O: 2       170       22 -1.22e-02,-1.70e-02,+7.27e-02,+7.56e-02   1     (nil)
-            171       22 -1.22e+00,-1.38e+00,+1.27e+01,+1.28e+01   1     (nil)
+ O: 2       170       22 -1.22e-02,-1.70e-02,+7.27e-02,+7.56e-02   1
+            171       22 -1.22e+00,-1.38e+00,+1.27e+01,+1.28e+01   1
 Vertex:      -58 ID:    0 (X,cT)=+7.51e-05,-8.77e-05,+2.93e-03,+2.94e-03
  I: 1       109      111 +3.20e-01,-3.73e-01,+1.25e+01,+1.25e+01   2       -58
- O: 2       172       22 +3.26e-01,-3.46e-01,+1.21e+01,+1.21e+01   1     (nil)
-            173       22 -6.46e-03,-2.66e-02,+3.50e-01,+3.51e-01   1     (nil)
+ O: 2       172       22 +3.26e-01,-3.46e-01,+1.21e+01,+1.21e+01   1
+            173       22 -6.46e-03,-2.66e-02,+3.50e-01,+3.51e-01   1
 Vertex:      -59 ID:    0 (X,cT)=+1.45e-06,+3.84e-06,+8.70e-05,+8.71e-05
  I: 1       111      111 +1.52e-01,+4.04e-01,+9.17e+00,+9.18e+00   2       -59
- O: 2       174       22 -2.15e-02,+1.49e-02,+4.86e-01,+4.86e-01   1     (nil)
-            175       22 +1.74e-01,+3.89e-01,+8.68e+00,+8.69e+00   1     (nil)
+ O: 2       174       22 -2.15e-02,+1.49e-02,+4.86e-01,+4.86e-01   1
+            175       22 +1.74e-01,+3.89e-01,+8.68e+00,+8.69e+00   1
 Vertex:      -60 ID:    0 (X,cT)=+1.34e-05,+7.65e-06,+1.14e-03,+1.14e-03
  I: 1       114      111 +1.09e-01,+6.20e-02,+9.26e+00,+9.26e+00   2       -60
- O: 2       176       22 -1.64e-02,+4.04e-02,+4.24e+00,+4.24e+00   1     (nil)
-            177       22 +1.25e-01,+2.17e-02,+5.02e+00,+5.02e+00   1     (nil)
+ O: 2       176       22 -1.64e-02,+4.04e-02,+4.24e+00,+4.24e+00   1
+            177       22 +1.25e-01,+2.17e-02,+5.02e+00,+5.02e+00   1
 Vertex:      -61 ID:    0 (X,cT)=+1.85e-05,+1.29e-05,+2.43e-03,+2.43e-03
  I: 1       116      111 +3.77e-01,+2.64e-01,+4.98e+01,+4.98e+01   2       -61
- O: 2       178       22 +1.08e-01,+2.89e-02,+7.90e+00,+7.91e+00   1     (nil)
-            179       22 +2.70e-01,+2.35e-01,+4.19e+01,+4.19e+01   1     (nil)
+ O: 2       178       22 +1.08e-01,+2.89e-02,+7.90e+00,+7.91e+00   1
+            179       22 +2.70e-01,+2.35e-01,+4.19e+01,+4.19e+01   1
 Vertex:      -62 ID:    0 (X,cT)=+5.58e-05,-5.89e-06,+1.31e-02,+1.31e-02
  I: 1       124      111 +5.28e-01,-5.58e-02,+1.24e+02,+1.24e+02   2       -62
- O: 2       180       22 +2.10e-01,+4.29e-02,+4.58e+01,+4.58e+01   1     (nil)
-            181       22 +3.18e-01,-9.86e-02,+7.82e+01,+7.82e+01   1     (nil)
+ O: 2       180       22 +2.10e-01,+4.29e-02,+4.58e+01,+4.58e+01   1
+            181       22 +3.18e-01,-9.86e-02,+7.82e+01,+7.82e+01   1
 Vertex:      -63 ID:    0 (X,cT)=-7.71e-06,-8.34e-06,+5.03e-03,+5.03e-03
  I: 1       127      111 -1.66e-02,-1.80e-02,+1.09e+01,+1.09e+01   2       -63
- O: 2       182       22 -6.61e-02,-4.57e-02,+6.07e+00,+6.07e+00   1     (nil)
-            183       22 +4.94e-02,+2.77e-02,+4.78e+00,+4.78e+00   1     (nil)
+ O: 2       182       22 -6.61e-02,-4.57e-02,+6.07e+00,+6.07e+00   1
+            183       22 +4.94e-02,+2.77e-02,+4.78e+00,+4.78e+00   1
 Vertex:      -64 ID:    0 (X,cT)=+1.66e-05,-7.99e-07,+3.86e-03,+3.86e-03
  I: 1       129      111 +2.45e-01,-1.18e-02,+5.70e+01,+5.70e+01   2       -64
- O: 2       184       22 +1.69e-01,+5.36e-02,+3.26e+01,+3.26e+01   1     (nil)
-            185       22 +7.62e-02,-6.54e-02,+2.44e+01,+2.44e+01   1     (nil)
+ O: 2       184       22 +1.69e-01,+5.36e-02,+3.26e+01,+3.26e+01   1
+            185       22 +7.62e-02,-6.54e-02,+2.44e+01,+2.44e+01   1
 Vertex:      -65 ID:    0 (X,cT)=+7.56e+00,-3.28e+00,+4.14e+03,+4.14e+03
  I: 1       130      310 +6.88e-02,-2.98e-02,+3.77e+01,+3.77e+01   2       -65
- O: 2       186      211 +1.58e-01,-6.43e-02,+3.22e+01,+3.22e+01   1     (nil)
-            187     -211 -8.94e-02,+3.44e-02,+5.50e+00,+5.50e+00   1     (nil)
+ O: 2       186      211 +1.58e-01,-6.43e-02,+3.22e+01,+3.22e+01   1
+            187     -211 -8.94e-02,+3.44e-02,+5.50e+00,+5.50e+00   1
 Vertex:      -66 ID:    0 (X,cT)=+2.53e-06,+8.21e-07,+2.23e-05,+2.25e-05
  I: 1       135      111 +2.91e-01,+9.43e-02,+2.56e+00,+2.58e+00   2       -66
- O: 2       188       22 +1.27e-02,-2.62e-02,+3.17e-01,+3.18e-01   1     (nil)
-            189       22 +2.78e-01,+1.20e-01,+2.24e+00,+2.26e+00   1     (nil)
+ O: 2       188       22 +1.27e-02,-2.62e-02,+3.17e-01,+3.18e-01   1
+            189       22 +2.78e-01,+1.20e-01,+2.24e+00,+2.26e+00   1
 Vertex:      -67 ID:    0 (X,cT)=+1.37e-04,-1.19e-04,+6.70e-03,+6.70e-03
  I: 1       137      111 +1.93e-01,-1.69e-01,+9.48e+00,+9.49e+00   2       -67
- O: 2       190       22 +3.61e-04,+4.27e-04,-3.17e-04,+6.42e-04   1     (nil)
-            191       22 +1.93e-01,-1.69e-01,+9.49e+00,+9.49e+00   1     (nil)
+ O: 2       190       22 +3.61e-04,+4.27e-04,-3.17e-04,+6.42e-04   1
+            191       22 +1.93e-01,-1.69e-01,+9.49e+00,+9.49e+00   1
 GenVertex:      -68 ID:    0 (X,cT):0
  I: 1       139      311 -4.56e-02,-1.94e-01,+1.85e+00,+1.93e+00   2       -68
  O: 1       192      310 -4.56e-02,-1.94e-01,+1.85e+00,+1.93e+00   2       -76
@@ -411,39 +530,39 @@ GenVertex:      -69 ID:    0 (X,cT):0
  O: 1       193      310 -1.02e-01,-3.76e-01,+2.53e-01,+6.81e-01   2       -77
 Vertex:      -70 ID:    0 (X,cT)=+5.44e+00,-2.22e+00,-5.83e+01,+6.79e+01
  I: 1       145      310 +7.90e-02,-3.23e-02,-8.47e-01,+9.86e-01   2       -70
- O: 2       194      211 +3.78e-02,+1.72e-01,-5.70e-01,+6.12e-01   1     (nil)
-            195     -211 +4.12e-02,-2.04e-01,-2.77e-01,+3.74e-01   1     (nil)
+ O: 2       194      211 +3.78e-02,+1.72e-01,-5.70e-01,+6.12e-01   1
+            195     -211 +4.12e-02,-2.04e-01,-2.77e-01,+3.74e-01   1
 Vertex:      -71 ID:    0 (X,cT)=+8.77e-06,+3.01e-05,-4.27e-04,+4.30e-04
  I: 1       150      111 +4.20e-02,+1.44e-01,-2.05e+00,+2.06e+00   2       -71
- O: 2       196       22 +2.27e-02,+1.42e-01,-1.05e+00,+1.06e+00   1     (nil)
-            197       22 +1.93e-02,+2.42e-03,-9.95e-01,+9.95e-01   1     (nil)
+ O: 2       196       22 +2.27e-02,+1.42e-01,-1.05e+00,+1.06e+00   1
+            197       22 +1.93e-02,+2.42e-03,-9.95e-01,+9.95e-01   1
 Vertex:      -72 ID:    0 (X,cT)=-6.15e-05,-5.48e-05,-3.58e-01,+3.58e-01
  I: 1       156      111 -1.45e-01,-1.29e-01,-8.42e+02,+8.42e+02   2       -72
- O: 2       198       22 -1.62e-01,-1.30e-01,-6.73e+02,+6.73e+02   1     (nil)
-            199       22 +1.77e-02,+1.35e-03,-1.69e+02,+1.69e+02   1     (nil)
+ O: 2       198       22 -1.62e-01,-1.30e-01,-6.73e+02,+6.73e+02   1
+            199       22 +1.77e-02,+1.35e-03,-1.69e+02,+1.69e+02   1
 Vertex:      -73 ID:    0 (X,cT)=+1.59e-06,+8.76e-07,-3.37e-06,+3.89e-06
  I: 1       159      111 +3.33e-01,+1.83e-01,-7.05e-01,+8.13e-01   2       -73
- O: 2       200       22 +1.34e-01,+3.84e-02,-1.48e-01,+2.03e-01   1     (nil)
-            201       22 +1.99e-01,+1.45e-01,-5.58e-01,+6.10e-01   1     (nil)
+ O: 2       200       22 +1.34e-01,+3.84e-02,-1.48e-01,+2.03e-01   1
+            201       22 +1.99e-01,+1.45e-01,-5.58e-01,+6.10e-01   1
 GenVertex:      -74 ID:    0 (X,cT):0
  I: 1       160     -311 -2.82e-02,+5.68e-01,-5.71e+00,+5.76e+00   2       -74
  O: 1       202      310 -2.82e-02,+5.68e-01,-5.71e+00,+5.76e+00   2       -78
 Vertex:      -75 ID:    0 (X,cT)=-2.71e-05,+3.62e-05,-3.25e-04,+3.28e-04
  I: 1       161      111 -5.98e-01,+7.99e-01,-7.16e+00,+7.23e+00   2       -75
- O: 2       203       22 -4.61e-01,+6.62e-01,-6.07e+00,+6.13e+00   1     (nil)
-            204       22 -1.37e-01,+1.37e-01,-1.09e+00,+1.10e+00   1     (nil)
+ O: 2       203       22 -4.61e-01,+6.62e-01,-6.07e+00,+6.13e+00   1
+            204       22 -1.37e-01,+1.37e-01,-1.09e+00,+1.10e+00   1
 Vertex:      -76 ID:    0 (X,cT)=-2.44e+00,-1.04e+01,+9.94e+01,+1.04e+02
  I: 1       192      310 -4.56e-02,-1.94e-01,+1.85e+00,+1.93e+00   2       -76
- O: 2       205     -211 -6.12e-02,+7.90e-02,+2.98e-01,+3.44e-01   1     (nil)
-            206      211 +1.56e-02,-2.73e-01,+1.56e+00,+1.59e+00   1     (nil)
+ O: 2       205     -211 -6.12e-02,+7.90e-02,+2.98e-01,+3.44e-01   1
+            206      211 +1.56e-02,-2.73e-01,+1.56e+00,+1.59e+00   1
 Vertex:      -77 ID:    0 (X,cT)=-1.49e+01,-5.46e+01,+3.68e+01,+9.90e+01
  I: 1       193      310 -1.02e-01,-3.76e-01,+2.53e-01,+6.81e-01   2       -77
- O: 2       207     -211 -2.41e-01,-3.27e-01,+1.77e-01,+4.65e-01   1     (nil)
-            208      211 +1.38e-01,-4.84e-02,+7.57e-02,+2.16e-01   1     (nil)
+ O: 2       207     -211 -2.41e-01,-3.27e-01,+1.77e-01,+4.65e-01   1
+            208      211 +1.38e-01,-4.84e-02,+7.57e-02,+2.16e-01   1
 Vertex:      -78 ID:    0 (X,cT)=-1.33e-01,+2.68e+00,-2.69e+01,+2.71e+01
  I: 1       202      310 -2.82e-02,+5.68e-01,-5.71e+00,+5.76e+00   2       -78
- O: 2       209      211 +5.42e-02,+4.89e-01,-5.04e+00,+5.07e+00   1     (nil)
-            210     -211 -8.24e-02,+7.87e-02,-6.67e-01,+6.91e-01   1     (nil)
+ O: 2       209      211 +5.42e-02,+4.89e-01,-5.04e+00,+5.07e+00   1
+            210     -211 -8.24e-02,+7.87e-02,-6.67e-01,+6.91e-01   1
 ________________________________________________________________________________
 Stage 0->1 : 0 hits found in the muon chamber.
 ++++++++ event aborted
@@ -458,274 +577,274 @@ GenEvent: #2 ID=20 SignalProcessGenVertex Barcode: 0
  Entries this event: 224 vertices, 624 particles.
  RndmState(0)=
  Wgts(0)=
- EventScale -1 GeV 	 alphaQCD=-1	 alphaQED=-1
+ EventScale -1 [energy] 	 alphaQCD=-1	 alphaQED=-1
                                     GenParticle Legend
         Barcode   PDG ID      ( Px,       Py,       Pz,     E ) Stat  DecayVtx
 ________________________________________________________________________________
 GenVertex:       -1 ID:    0 (X,cT):0
  I: 1         1     2212 +0.00e+00,+0.00e+00,+7.00e+03,+7.00e+03   3        -1
  O: 3         3       21 +2.24e-03,-3.47e-01,+8.58e+00,+8.58e+00   3        -3
-             41     2203 +1.57e-01,+9.19e-02,+4.12e+03,+4.12e+03   2       -13
              13        1 -1.60e-01,+2.55e-01,+4.51e+02,+4.51e+02   2        -9
+             41     2203 +1.57e-01,+9.19e-02,+4.12e+03,+4.12e+03   2       -13
 GenVertex:       -2 ID:    0 (X,cT):0
  I: 1         2     2212 +0.00e+00,+0.00e+00,-7.00e+03,+7.00e+03   3        -2
  O: 2         4        1 +1.81e-01,-9.21e-01,-1.91e+03,+1.91e+03   3        -4
              39     2203 -1.81e-01,+9.21e-01,-4.33e+03,+4.33e+03   2       -11
 GenVertex:       -3 ID:    0 (X,cT):0
  I: 1         3       21 +2.24e-03,-3.47e-01,+8.58e+00,+8.58e+00   3        -3
- O: 8        14        4 +1.07e+01,-5.18e+00,-2.71e+01,+2.96e+01   2       -11
+ O: 8        11       -4 +1.95e+00,-1.06e+00,-8.18e+00,+8.61e+00   2        -9
              12       21 +1.85e+00,+6.48e+00,-3.61e+01,+3.67e+01   2        -9
-             17       21 -3.76e-02,-1.65e-01,-9.73e-01,+9.88e-01   2       -11
              40        2 -5.76e-01,-2.17e+00,+2.82e+00,+3.62e+00   2       -13
+              5       -2 -1.22e+01,+1.16e+00,-1.11e+01,+1.65e+01   3        -5
+             14        4 +1.07e+01,-5.18e+00,-2.71e+01,+2.96e+01   2       -11
              15       21 +3.52e-01,-6.45e-01,-1.11e+00,+1.33e+00   2       -11
              16       21 +3.32e-02,+9.61e-02,-6.60e-02,+1.21e-01   2       -11
-             11       -4 +1.95e+00,-1.06e+00,-8.18e+00,+8.61e+00   2        -9
-              5       -2 -1.22e+01,+1.16e+00,-1.11e+01,+1.65e+01   3        -5
+             17       21 -3.76e-02,-1.65e-01,-9.73e-01,+9.88e-01   2       -11
 GenVertex:       -4 ID:    0 (X,cT):0
  I: 1         4        1 +1.81e-01,-9.21e-01,-1.91e+03,+1.91e+03   3        -4
- O:12        35       21 -3.17e+00,-1.74e+00,-8.38e+01,+8.39e+01   2       -11
-             36       21 -3.72e-01,-3.53e+00,-1.09e+02,+1.09e+02   2       -11
-             37       21 -3.12e-01,+2.46e-01,-7.86e+01,+7.86e+01   2       -11
-             38       21 +2.18e+00,-6.98e-01,-1.55e+02,+1.55e+02   2       -11
+ O:12        37       21 -3.12e-01,+2.46e-01,-7.86e+01,+7.86e+01   2       -11
               6        1 -1.04e+01,-7.53e+00,-8.52e+02,+8.53e+02   3        -5
+             38       21 +2.18e+00,-6.98e-01,-1.55e+02,+1.55e+02   2       -11
              28       21 +8.30e-01,+1.28e+00,-3.84e+01,+3.84e+01   2       -11
              29       21 +1.45e+00,+3.41e+00,-3.48e+01,+3.50e+01   2       -11
              31       21 +7.05e+00,+5.30e+00,-7.09e+01,+7.14e+01   2       -11
-             32       21 +6.43e-05,-2.87e-01,-2.01e+00,+2.03e+00   2       -11
              33       21 -2.01e+00,+1.84e-01,-1.00e+02,+1.00e+02   2       -11
              34       21 -1.92e+00,-1.52e+00,-2.29e+02,+2.29e+02   2       -11
              30       21 +4.75e+00,+5.08e+00,-7.07e+01,+7.11e+01   2       -11
+             35       21 -3.17e+00,-1.74e+00,-8.38e+01,+8.39e+01   2       -11
+             32       21 +6.43e-05,-2.87e-01,-2.01e+00,+2.03e+00   2       -11
+             36       21 -3.72e-01,-3.53e+00,-1.09e+02,+1.09e+02   2       -11
 GenVertex:       -5 ID:    0 (X,cT):0
- I: 2         6        1 -1.04e+01,-7.53e+00,-8.52e+02,+8.53e+02   3        -5
-              5       -2 -1.22e+01,+1.16e+00,-1.11e+01,+1.65e+01   3        -5
+ I: 2         5       -2 -1.22e+01,+1.16e+00,-1.11e+01,+1.65e+01   3        -5
+              6        1 -1.04e+01,-7.53e+00,-8.52e+02,+8.53e+02   3        -5
  O: 2         7       22 -1.33e+01,-8.08e+00,-1.04e+02,+1.05e+02   3        -6
               8      -24 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   3        -7
 GenVertex:       -6 ID:    0 (X,cT):0
  I: 1         7       22 -1.33e+01,-8.08e+00,-1.04e+02,+1.05e+02   3        -6
- O: 1         9       22 -1.33e+01,-8.08e+00,-1.04e+02,+1.05e+02   1     (nil)
+ O: 1         9       22 -1.33e+01,-8.08e+00,-1.04e+02,+1.05e+02   1
 GenVertex:       -7 ID:    0 (X,cT):0
  I: 1         8      -24 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   3        -7
  O: 1        10      -24 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   2        -8
 GenVertex:       -8 ID:    0 (X,cT):0
  I: 1        10      -24 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   2        -8
  O: 6        43       21 -1.27e+00,-7.35e-02,-1.13e+01,+1.14e+01   2       -15
-             46       21 +2.59e+00,-1.54e+00,-4.01e+01,+4.02e+01   2       -15
-             42       -4 -3.64e+01,+2.35e+01,-3.49e+02,+3.52e+02   2       -15
              44       21 -4.16e-02,-2.47e-01,-1.97e+00,+1.98e+00   2       -15
              45       21 +9.29e-01,-5.25e-01,-8.27e+00,+8.34e+00   2       -15
+             46       21 +2.59e+00,-1.54e+00,-4.01e+01,+4.02e+01   2       -15
              47        3 +2.49e+01,-1.94e+01,-3.48e+02,+3.50e+02   2       -15
+             42       -4 -3.64e+01,+2.35e+01,-3.49e+02,+3.52e+02   2       -15
 GenVertex:       -9 ID:    0 (X,cT):0
- I: 3        12       21 +1.85e+00,+6.48e+00,-3.61e+01,+3.67e+01   2        -9
-             11       -4 +1.95e+00,-1.06e+00,-8.18e+00,+8.61e+00   2        -9
+ I: 3        11       -4 +1.95e+00,-1.06e+00,-8.18e+00,+8.61e+00   2        -9
+             12       21 +1.85e+00,+6.48e+00,-3.61e+01,+3.67e+01   2        -9
              13        1 -1.60e-01,+2.55e-01,+4.51e+02,+4.51e+02   2        -9
  O: 1        52       92 +3.65e+00,+5.68e+00,+4.07e+02,+4.96e+02   2       -10
 GenVertex:      -10 ID:    0 (X,cT):0
  I: 1        52       92 +3.65e+00,+5.68e+00,+4.07e+02,+4.96e+02   2       -10
- O:17        68      113 -9.06e-02,+1.63e-01,+1.67e+02,+1.67e+02   2       -35
-             69      221 +1.73e-01,+4.07e-01,+2.06e+02,+2.06e+02   2       -36
-             56      113 +3.14e-01,+1.06e+00,-3.82e+00,+4.04e+00   2       -24
-             57      223 +8.27e-03,+4.69e-01,-5.55e+00,+5.62e+00   2       -25
-             58      213 +1.90e-01,+8.19e-01,-3.63e+00,+3.80e+00   2       -26
+ O:17        58      213 +1.90e-01,+8.19e-01,-3.63e+00,+3.80e+00   2       -26
+             54     -323 +5.03e-01,+1.51e+00,-6.41e+00,+6.67e+00   2       -22
              59      223 +4.76e-01,+3.30e-01,-1.30e+00,+1.62e+00   2       -27
-             60     -323 -1.01e-01,+5.65e-03,+1.73e-01,+8.22e-01   2       -28
-             61      313 -7.71e-02,+3.71e-01,+6.58e-01,+1.14e+00   2       -29
+             55      313 +6.48e-01,+1.70e+00,-1.25e+01,+1.27e+01   2       -23
+             57      223 +8.27e-03,+4.69e-01,-5.55e+00,+5.62e+00   2       -25
+             56      113 +3.14e-01,+1.06e+00,-3.82e+00,+4.04e+00   2       -24
              62      213 -3.58e-01,-1.85e-01,+2.02e-01,+7.59e-01   2       -30
              63      221 +5.37e-01,+2.24e-01,+7.68e+00,+7.72e+00   2       -31
-             65      211 -9.70e-03,-2.00e-01,+9.73e-01,+1.00e+00   1     (nil)
+             64     -213 -3.57e-01,-2.47e-01,+4.39e+00,+4.44e+00   2       -32
+             65      211 -9.70e-03,-2.00e-01,+9.73e-01,+1.00e+00   1
+             60     -323 -1.01e-01,+5.65e-03,+1.73e-01,+8.22e-01   2       -28
              66     -213 +3.60e-01,-1.91e-02,+2.45e+01,+2.45e+01   2       -33
              67      113 -3.73e-01,+1.18e-02,+3.83e+01,+3.84e+01   2       -34
-             54     -323 +5.03e-01,+1.51e+00,-6.41e+00,+6.67e+00   2       -22
-             55      313 +6.48e-01,+1.70e+00,-1.25e+01,+1.27e+01   2       -23
+             68      113 -9.06e-02,+1.63e-01,+1.67e+02,+1.67e+02   2       -35
+             69      221 +1.73e-01,+4.07e-01,+2.06e+02,+2.06e+02   2       -36
+             61      313 -7.71e-02,+3.71e-01,+6.58e-01,+1.14e+00   2       -29
              53     -423 +1.80e+00,-7.41e-01,-9.90e+00,+1.03e+01   2       -21
-             64     -213 -3.57e-01,-2.47e-01,+4.39e+00,+4.44e+00   2       -32
 GenVertex:      -11 ID:    0 (X,cT):0
- I:26        35       21 -3.17e+00,-1.74e+00,-8.38e+01,+8.39e+01   2       -11
-             36       21 -3.72e-01,-3.53e+00,-1.09e+02,+1.09e+02   2       -11
+ I:26        27       21 +2.35e+00,+1.77e+00,-7.28e+02,+7.28e+02   2       -11
              37       21 -3.12e-01,+2.46e-01,-7.86e+01,+7.86e+01   2       -11
+             39     2203 -1.81e-01,+9.21e-01,-4.33e+03,+4.33e+03   2       -11
+             23       21 -1.76e+00,-3.29e+00,+9.66e+00,+1.04e+01   2       -11
              38       21 +2.18e+00,-6.98e-01,-1.55e+02,+1.55e+02   2       -11
+             24       21 -4.37e+00,-6.72e+00,+8.76e-01,+8.07e+00   2       -11
              28       21 +8.30e-01,+1.28e+00,-3.84e+01,+3.84e+01   2       -11
+             14        4 +1.07e+01,-5.18e+00,-2.71e+01,+2.96e+01   2       -11
              29       21 +1.45e+00,+3.41e+00,-3.48e+01,+3.50e+01   2       -11
+             15       21 +3.52e-01,-6.45e-01,-1.11e+00,+1.33e+00   2       -11
+             25       21 -2.35e+00,-1.77e+00,-4.88e+00,+5.70e+00   2       -11
+             20       21 +3.89e+00,+1.90e+00,+1.42e+03,+1.42e+03   2       -11
+             16       21 +3.32e-02,+9.61e-02,-6.60e-02,+1.21e-01   2       -11
              31       21 +7.05e+00,+5.30e+00,-7.09e+01,+7.14e+01   2       -11
-             14        4 +1.07e+01,-5.18e+00,-2.71e+01,+2.96e+01   2       -11
-             17       21 -3.76e-02,-1.65e-01,-9.73e-01,+9.88e-01   2       -11
-             32       21 +6.43e-05,-2.87e-01,-2.01e+00,+2.03e+00   2       -11
+             21       21 +4.37e+00,+6.72e+00,+8.31e+01,+8.35e+01   2       -11
              33       21 -2.01e+00,+1.84e-01,-1.00e+02,+1.00e+02   2       -11
-             34       21 -1.92e+00,-1.52e+00,-2.29e+02,+2.29e+02   2       -11
+             22       21 +3.91e+00,-3.13e+00,+3.66e+01,+3.69e+01   2       -11
+             17       21 -3.76e-02,-1.65e-01,-9.73e-01,+9.88e-01   2       -11
              18       21 -3.89e+00,-1.90e+00,+4.34e+01,+4.36e+01   2       -11
+             34       21 -1.92e+00,-1.52e+00,-2.29e+02,+2.29e+02   2       -11
              19       21 -3.91e+00,+3.13e+00,+7.89e+02,+7.89e+02   2       -11
-             20       21 +3.89e+00,+1.90e+00,+1.42e+03,+1.42e+03   2       -11
-             21       21 +4.37e+00,+6.72e+00,+8.31e+01,+8.35e+01   2       -11
-             22       21 +3.91e+00,-3.13e+00,+3.66e+01,+3.69e+01   2       -11
-             23       21 -1.76e+00,-3.29e+00,+9.66e+00,+1.04e+01   2       -11
-             24       21 -4.37e+00,-6.72e+00,+8.76e-01,+8.07e+00   2       -11
              26       21 +1.76e+00,+3.29e+00,-4.65e+00,+5.96e+00   2       -11
-             27       21 +2.35e+00,+1.77e+00,-7.28e+02,+7.28e+02   2       -11
-             25       21 -2.35e+00,-1.77e+00,-4.88e+00,+5.70e+00   2       -11
-             15       21 +3.52e-01,-6.45e-01,-1.11e+00,+1.33e+00   2       -11
-             16       21 +3.32e-02,+9.61e-02,-6.60e-02,+1.21e-01   2       -11
              30       21 +4.75e+00,+5.08e+00,-7.07e+01,+7.11e+01   2       -11
-             39     2203 -1.81e-01,+9.21e-01,-4.33e+03,+4.33e+03   2       -11
+             35       21 -3.17e+00,-1.74e+00,-8.38e+01,+8.39e+01   2       -11
+             32       21 +6.43e-05,-2.87e-01,-2.01e+00,+2.03e+00   2       -11
+             36       21 -3.72e-01,-3.53e+00,-1.09e+02,+1.09e+02   2       -11
  O: 1        70       92 +1.93e+01,+2.76e+00,-3.69e+03,+8.47e+03   2       -12
 GenVertex:      -12 ID:    0 (X,cT):0
  I: 1        70       92 +1.93e+01,+2.76e+00,-3.69e+03,+8.47e+03   2       -12
- O:90       157      211 +7.13e-01,-3.28e-01,-1.35e+02,+1.35e+02   1     (nil)
-            158      113 -8.56e-01,+4.51e-01,-3.86e+02,+3.86e+02   2      -101
-            159     -211 +8.50e-01,-2.44e-01,-2.40e+03,+2.40e+03   1     (nil)
-            160     2224 -1.90e-03,+7.51e-01,-1.39e+03,+1.39e+03   2      -102
+ O:90       109      213 -7.23e-01,-7.70e-01,+6.13e-01,+1.63e+00   2       -67
+            110     -211 -4.35e-01,-8.15e-01,+1.78e-01,+9.51e-01   1
+            106      333 +8.72e-02,-2.03e+00,+7.62e+00,+7.95e+00   2       -64
+            147     -213 -1.80e-01,+6.29e-02,-4.32e+01,+4.32e+01   2       -93
+            148      211 -1.19e+00,-2.34e-01,-3.93e+01,+3.93e+01   1
              72      213 +1.08e+00,-6.60e-01,-2.31e+00,+2.70e+00   2       -38
              73      331 +8.84e-01,-9.17e-01,-1.33e+00,+2.07e+00   2       -39
-             74     -213 +1.67e+00,-6.02e-01,-4.33e+00,+4.71e+00   2       -40
-             75      111 -2.29e-01,-5.45e-02,-1.11e+00,+1.15e+00   2       -41
-             76      211 +1.91e-01,-3.77e-01,+3.30e-01,+5.54e-01   1     (nil)
-             77     -211 +2.15e-01,+4.10e-01,+1.16e-01,+4.98e-01   1     (nil)
-             78      211 +1.18e-01,-7.30e-01,-1.31e+00,+1.51e+00   1     (nil)
-             79     3112 -1.25e-01,-5.92e-02,+4.02e+00,+4.19e+00   2       -42
-             80      311 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2       -43
-             81    -1114 -5.93e-01,-4.62e-01,+7.53e+00,+7.69e+00   2       -44
-             82     -211 -3.95e-01,+3.08e-01,+9.39e+00,+9.40e+00   1     (nil)
-             83      211 -3.13e-01,-7.22e-01,+8.53e+00,+8.56e+00   1     (nil)
-             84     -213 -1.27e-01,-1.01e-01,+5.15e+00,+5.19e+00   2       -45
-             85      213 -1.20e+00,-1.22e-01,+2.34e+01,+2.35e+01   2       -46
-             86      223 -7.42e-02,+1.42e-01,+1.52e+01,+1.52e+01   2       -47
-             87     -213 -9.01e-01,-6.04e-01,+2.49e+01,+2.49e+01   2       -48
-             88      323 -3.96e-01,+4.77e-01,+8.35e+01,+8.35e+01   2       -49
-             89     -313 -1.18e+00,+4.38e-01,+2.34e+02,+2.34e+02   2       -50
-             90      111 -2.10e-02,+1.47e-01,+2.20e+01,+2.20e+01   2       -51
-             71      423 +6.74e+00,-3.13e+00,-1.81e+01,+1.96e+01   2       -37
-             91     -213 -1.47e+00,+1.82e+00,+3.92e+02,+3.92e+02   2       -52
-             92      213 +1.75e+00,+1.50e+00,+6.91e+02,+6.91e+02   2       -53
-             93     -211 -8.94e-02,-3.08e-01,+1.41e+02,+1.41e+02   1     (nil)
+            102      213 +1.77e+00,-1.58e+00,+1.71e+01,+1.73e+01   2       -62
              94      111 +7.06e-01,+3.83e-01,+1.68e+02,+1.68e+02   2       -54
-             95      223 +1.83e-01,+6.58e-01,+2.64e+02,+2.64e+02   2       -55
              96      113 +1.17e+00,-6.49e-01,+1.09e+02,+1.09e+02   2       -56
-             97      213 -3.59e-02,+9.92e-01,+3.73e+01,+3.74e+01   2       -57
-             98      221 +4.22e-01,+3.30e-01,+8.56e+00,+8.60e+00   2       -58
+             92      213 +1.75e+00,+1.50e+00,+6.91e+02,+6.91e+02   2       -53
+            104      211 +6.95e-01,-7.43e-02,+2.83e+00,+2.91e+00   1
             100      111 +1.28e+00,+5.91e-01,+1.83e+01,+1.84e+01   2       -60
+             99     -213 +9.75e-01,+2.54e+00,+3.20e+01,+3.22e+01   2       -59
             101      331 +1.59e+00,+2.22e+00,+3.03e+01,+3.04e+01   2       -61
-            102      213 +1.77e+00,-1.58e+00,+1.71e+01,+1.73e+01   2       -62
-            103     -211 -1.88e-01,-1.28e-01,+3.87e+00,+3.88e+00   1     (nil)
-            104      211 +6.95e-01,-7.43e-02,+2.83e+00,+2.91e+00   1     (nil)
-            105      311 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2       -63
-            106      333 +8.72e-02,-2.03e+00,+7.62e+00,+7.95e+00   2       -64
-            107     -323 -1.98e-01,-1.55e-01,+2.64e+00,+2.79e+00   2       -65
-            108      113 -1.10e+00,-1.90e+00,+5.32e+00,+5.81e+00   2       -66
-            109      213 -7.23e-01,-7.70e-01,+6.13e-01,+1.63e+00   2       -67
-            110     -211 -4.35e-01,-8.15e-01,+1.78e-01,+9.51e-01   1     (nil)
+             93     -211 -8.94e-02,-3.08e-01,+1.41e+02,+1.41e+02   1
+             98      221 +4.22e-01,+3.30e-01,+8.56e+00,+8.60e+00   2       -58
+             97      213 -3.59e-02,+9.92e-01,+3.73e+01,+3.74e+01   2       -57
+             95      223 +1.83e-01,+6.58e-01,+2.64e+02,+2.64e+02   2       -55
+             91     -213 -1.47e+00,+1.82e+00,+3.92e+02,+3.92e+02   2       -52
+            131      223 +1.70e-02,+2.83e-01,-9.69e+01,+9.69e+01   2       -80
+            132      223 +3.02e-01,+2.43e-01,-3.21e+01,+3.21e+01   2       -81
+             84     -213 -1.27e-01,-1.01e-01,+5.15e+00,+5.19e+00   2       -45
+             85      213 -1.20e+00,-1.22e-01,+2.34e+01,+2.35e+01   2       -46
             111      213 -5.97e-01,-1.22e+00,+2.67e-01,+1.55e+00   2       -68
-            112     -211 -1.43e+00,-1.65e+00,+4.83e-01,+2.24e+00   1     (nil)
-            113      111 +4.36e-02,-2.43e-01,+6.27e-02,+2.89e-01   2       -69
-            129     -211 -4.91e-02,+3.02e-01,-5.27e+01,+5.27e+01   1     (nil)
-            155     -321 +3.69e-01,-3.68e-01,-5.25e+01,+5.25e+01   1     (nil)
-            156      221 -4.10e-01,-2.74e-01,-4.88e+01,+4.88e+01   2      -100
-            116      321 +3.64e-01,+4.39e-01,+9.92e-02,+7.61e-01   1     (nil)
-            117     -321 -1.27e-01,-1.02e+00,-1.45e+00,+1.85e+00   1     (nil)
-            118      211 -2.01e-01,+3.58e-01,-1.79e+00,+1.84e+00   1     (nil)
-            119      311 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2       -72
-            120     -321 +1.03e-01,-1.31e-01,-8.45e-01,+9.93e-01   1     (nil)
+            112     -211 -1.43e+00,-1.65e+00,+4.83e-01,+2.24e+00   1
+            149      311 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   2       -94
+            150     -323 -3.04e-01,-3.92e-01,-7.88e+01,+7.88e+01   2       -95
+            139      211 +1.12e+00,+5.04e-01,-1.16e+01,+1.17e+01   1
+            140     -213 +4.58e-01,+1.15e+00,-1.84e+01,+1.85e+01   2       -87
             121      113 -2.01e-02,+9.67e-01,-2.76e+00,+3.05e+00   2       -73
             122      213 +6.99e-01,+4.88e-01,-2.14e+00,+2.37e+00   2       -74
+            133      221 +6.52e-01,-1.30e-02,-7.49e+00,+7.53e+00   2       -82
+            134      213 +1.25e+00,+2.45e+00,-3.91e+01,+3.93e+01   2       -83
+             74     -213 +1.67e+00,-6.02e-01,-4.33e+00,+4.71e+00   2       -40
+             75      111 -2.29e-01,-5.45e-02,-1.11e+00,+1.15e+00   2       -41
+            113      111 +4.36e-02,-2.43e-01,+6.27e-02,+2.89e-01   2       -69
+            114      213 -1.15e+00,-1.72e+00,-2.01e+00,+2.97e+00   2       -70
             123      223 +1.59e-01,-2.33e-01,-7.42e+00,+7.46e+00   2       -75
             124      223 -3.07e-01,+5.68e-01,-1.77e+01,+1.77e+01   2       -76
+            151      213 -1.80e+00,-1.21e+00,-8.93e+01,+8.94e+01   2       -96
+            152      113 +4.91e-01,-9.72e-01,-5.04e+01,+5.05e+01   2       -97
+             80      311 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2       -43
+             81    -1114 -5.93e-01,-4.62e-01,+7.53e+00,+7.69e+00   2       -44
             125     1114 +7.70e-01,-3.47e-01,-1.94e+02,+1.94e+02   2       -77
             126      111 +6.52e-01,+1.56e+00,-1.11e+02,+1.11e+02   2       -78
-            127    -2112 +1.08e-01,+9.33e-02,-7.63e+01,+7.63e+01   1     (nil)
-            128      211 +3.93e-01,-4.83e-01,-5.97e+01,+5.97e+01   1     (nil)
-            130      113 +7.74e-01,+8.64e-01,-8.89e+01,+8.89e+01   2       -79
-            131      223 +1.70e-02,+2.83e-01,-9.69e+01,+9.69e+01   2       -80
-            132      223 +3.02e-01,+2.43e-01,-3.21e+01,+3.21e+01   2       -81
-            133      221 +6.52e-01,-1.30e-02,-7.49e+00,+7.53e+00   2       -82
-            134      213 +1.25e+00,+2.45e+00,-3.91e+01,+3.93e+01   2       -83
             135      221 +8.86e-01,+9.16e-01,-1.24e+01,+1.25e+01   2       -84
-            136     -211 +1.82e+00,+1.89e+00,-2.77e+01,+2.78e+01   1     (nil)
+            136     -211 +1.82e+00,+1.89e+00,-2.77e+01,+2.78e+01   1
+            115     -213 -9.95e-01,-3.87e-01,-1.11e+00,+1.63e+00   2       -71
+            116      321 +3.64e-01,+4.39e-01,+9.92e-02,+7.61e-01   1
+             86      223 -7.42e-02,+1.42e-01,+1.52e+01,+1.52e+01   2       -47
+             87     -213 -9.01e-01,-6.04e-01,+2.49e+01,+2.49e+01   2       -48
+             76      211 +1.91e-01,-3.77e-01,+3.30e-01,+5.54e-01   1
+             77     -211 +2.15e-01,+4.10e-01,+1.16e-01,+4.98e-01   1
+            159     -211 +8.50e-01,-2.44e-01,-2.40e+03,+2.40e+03   1
+            160     2224 -1.90e-03,+7.51e-01,-1.39e+03,+1.39e+03   2      -102
+            145     -213 -5.75e-01,-4.78e-01,-9.45e+01,+9.45e+01   2       -91
+            146    -1114 -8.04e-01,-7.43e-01,-3.40e+01,+3.40e+01   2       -92
+            117     -321 -1.27e-01,-1.02e+00,-1.45e+00,+1.85e+00   1
+            118      211 -2.01e-01,+3.58e-01,-1.79e+00,+1.84e+00   1
             137      111 +7.22e-01,+1.16e+00,-1.29e+01,+1.29e+01   2       -85
             138      113 +1.21e+00,+1.68e+00,-1.89e+01,+1.90e+01   2       -86
-            139      211 +1.12e+00,+5.04e-01,-1.16e+01,+1.17e+01   1     (nil)
-            140     -213 +4.58e-01,+1.15e+00,-1.84e+01,+1.85e+01   2       -87
+            153      221 +2.67e-01,-2.61e-01,-2.16e+01,+2.16e+01   2       -98
+            154      311 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   2       -99
+            119      311 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2       -72
+            120     -321 +1.03e-01,-1.31e-01,-8.45e-01,+9.93e-01   1
+             78      211 +1.18e-01,-7.30e-01,-1.31e+00,+1.51e+00   1
+             79     3112 -1.25e-01,-5.92e-02,+4.02e+00,+4.19e+00   2       -42
+            155     -321 +3.69e-01,-3.68e-01,-5.25e+01,+5.25e+01   1
+            156      221 -4.10e-01,-2.74e-01,-4.88e+01,+4.88e+01   2      -100
+             88      323 -3.96e-01,+4.77e-01,+8.35e+01,+8.35e+01   2       -49
+             89     -313 -1.18e+00,+4.38e-01,+2.34e+02,+2.34e+02   2       -50
             141      213 +2.08e+00,+1.68e+00,-2.61e+01,+2.63e+01   2       -88
             142      313 +1.78e+00,+1.24e+00,-2.26e+01,+2.27e+01   2       -89
+            157      211 +7.13e-01,-3.28e-01,-1.35e+02,+1.35e+02   1
+            158      113 -8.56e-01,+4.51e-01,-3.86e+02,+3.86e+02   2      -101
             143     -313 +1.42e+00,+6.47e-01,-1.81e+01,+1.82e+01   2       -90
-            144     2112 -1.12e+00,+5.37e-01,-5.10e+01,+5.10e+01   1     (nil)
-            145     -213 -5.75e-01,-4.78e-01,-9.45e+01,+9.45e+01   2       -91
-            146    -1114 -8.04e-01,-7.43e-01,-3.40e+01,+3.40e+01   2       -92
-            147     -213 -1.80e-01,+6.29e-02,-4.32e+01,+4.32e+01   2       -93
-            148      211 -1.19e+00,-2.34e-01,-3.93e+01,+3.93e+01   1     (nil)
-            149      311 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   2       -94
-            150     -323 -3.04e-01,-3.92e-01,-7.88e+01,+7.88e+01   2       -95
-            151      213 -1.80e+00,-1.21e+00,-8.93e+01,+8.94e+01   2       -96
-            152      113 +4.91e-01,-9.72e-01,-5.04e+01,+5.05e+01   2       -97
-            153      221 +2.67e-01,-2.61e-01,-2.16e+01,+2.16e+01   2       -98
-            154      311 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   2       -99
-             99     -213 +9.75e-01,+2.54e+00,+3.20e+01,+3.22e+01   2       -59
-            114      213 -1.15e+00,-1.72e+00,-2.01e+00,+2.97e+00   2       -70
-            115     -213 -9.95e-01,-3.87e-01,-1.11e+00,+1.63e+00   2       -71
+            144     2112 -1.12e+00,+5.37e-01,-5.10e+01,+5.10e+01   1
+            103     -211 -1.88e-01,-1.28e-01,+3.87e+00,+3.88e+00   1
+             90      111 -2.10e-02,+1.47e-01,+2.20e+01,+2.20e+01   2       -51
+             71      423 +6.74e+00,-3.13e+00,-1.81e+01,+1.96e+01   2       -37
+            127    -2112 +1.08e-01,+9.33e-02,-7.63e+01,+7.63e+01   1
+            128      211 +3.93e-01,-4.83e-01,-5.97e+01,+5.97e+01   1
+             82     -211 -3.95e-01,+3.08e-01,+9.39e+00,+9.40e+00   1
+             83      211 -3.13e-01,-7.22e-01,+8.53e+00,+8.56e+00   1
+            129     -211 -4.91e-02,+3.02e-01,-5.27e+01,+5.27e+01   1
+            130      113 +7.74e-01,+8.64e-01,-8.89e+01,+8.89e+01   2       -79
+            105      311 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2       -63
+            108      113 -1.10e+00,-1.90e+00,+5.32e+00,+5.81e+00   2       -66
+            107     -323 -1.98e-01,-1.55e-01,+2.64e+00,+2.79e+00   2       -65
 GenVertex:      -13 ID:    0 (X,cT):0
- I: 2        40        2 -5.76e-01,-2.17e+00,+2.82e+00,+3.62e+00   2       -13
-             41     2203 +1.57e-01,+9.19e-02,+4.12e+03,+4.12e+03   2       -13
+ I: 2        41     2203 +1.57e-01,+9.19e-02,+4.12e+03,+4.12e+03   2       -13
+             40        2 -5.76e-01,-2.17e+00,+2.82e+00,+3.62e+00   2       -13
  O: 1       161       92 -4.19e-01,-2.08e+00,+4.13e+03,+4.13e+03   2       -14
 GenVertex:      -14 ID:    0 (X,cT):0
  I: 1       161       92 -4.19e-01,-2.08e+00,+4.13e+03,+4.13e+03   2       -14
- O:14       162      211 -3.13e-01,-1.66e+00,+2.96e+00,+3.41e+00   1     (nil)
+ O:14       169      113 -9.07e-02,+1.70e-01,+7.69e+00,+7.71e+00   2      -108
+            170     -211 +1.96e-02,-3.42e-02,+4.36e+00,+4.36e+00   1
+            162      211 -3.13e-01,-1.66e+00,+2.96e+00,+3.41e+00   1
+            165      113 -3.96e-01,-2.46e-01,+7.66e+00,+7.72e+00   2      -105
+            166      223 +8.97e-02,-2.51e-02,+1.83e+01,+1.83e+01   2      -106
             163      223 -1.35e-02,+1.05e-01,+2.90e+00,+3.01e+00   2      -103
             164     -213 -7.67e-02,-1.58e-01,+2.83e+00,+2.94e+00   2      -104
-            167      331 +7.92e-02,-2.14e-01,+1.65e+01,+1.65e+01   2      -107
-            168      211 +1.55e-01,-4.55e-02,+2.09e+01,+2.09e+01   1     (nil)
-            169      113 -9.07e-02,+1.70e-01,+7.69e+00,+7.71e+00   2      -108
-            170     -211 +1.96e-02,-3.42e-02,+4.36e+00,+4.36e+00   1     (nil)
-            171      211 +1.50e-01,-7.36e-02,+6.14e+01,+6.14e+01   1     (nil)
+            175      211 -3.22e-01,+5.25e-01,+2.61e+03,+2.61e+03   1
+            171      211 +1.50e-01,-7.36e-02,+6.14e+01,+6.14e+01   1
             172      313 -9.79e-02,+5.68e-01,+7.20e+01,+7.20e+01   2      -109
+            167      331 +7.92e-02,-2.14e-01,+1.65e+01,+1.65e+01   2      -107
+            168      211 +1.55e-01,-4.55e-02,+2.09e+01,+2.09e+01   1
             173     -313 -1.30e-01,-7.96e-01,+2.37e+02,+2.37e+02   2      -110
-            174     2112 +5.28e-01,-1.88e-01,+1.06e+03,+1.06e+03   1     (nil)
-            175      211 -3.22e-01,+5.25e-01,+2.61e+03,+2.61e+03   1     (nil)
-            165      113 -3.96e-01,-2.46e-01,+7.66e+00,+7.72e+00   2      -105
-            166      223 +8.97e-02,-2.51e-02,+1.83e+01,+1.83e+01   2      -106
+            174     2112 +5.28e-01,-1.88e-01,+1.06e+03,+1.06e+03   1
 GenVertex:      -15 ID:    0 (X,cT):0
  I: 6        43       21 -1.27e+00,-7.35e-02,-1.13e+01,+1.14e+01   2       -15
-             46       21 +2.59e+00,-1.54e+00,-4.01e+01,+4.02e+01   2       -15
-             42       -4 -3.64e+01,+2.35e+01,-3.49e+02,+3.52e+02   2       -15
              44       21 -4.16e-02,-2.47e-01,-1.97e+00,+1.98e+00   2       -15
              45       21 +9.29e-01,-5.25e-01,-8.27e+00,+8.34e+00   2       -15
+             46       21 +2.59e+00,-1.54e+00,-4.01e+01,+4.02e+01   2       -15
              47        3 +2.49e+01,-1.94e+01,-3.48e+02,+3.50e+02   2       -15
+             42       -4 -3.64e+01,+2.35e+01,-3.49e+02,+3.52e+02   2       -15
  O: 1       176       92 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   2       -16
 GenVertex:      -16 ID:    0 (X,cT):0
  I: 1       176       92 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   2       -16
- O:10       177     -411 -2.64e+01,+1.68e+01,-2.54e+02,+2.56e+02   2      -111
-            178    -2112 -3.30e+00,+1.95e+00,-3.12e+01,+3.14e+01   1     (nil)
-            179     2112 -3.69e+00,+2.38e+00,-3.47e+01,+3.50e+01   1     (nil)
+ O:10       183      321 +9.73e-01,-7.75e-01,-1.20e+01,+1.21e+01   1
+            184      113 +9.16e+00,-6.89e+00,-1.32e+02,+1.32e+02   2      -115
+            185      111 +1.57e+00,-1.44e+00,-2.40e+01,+2.41e+01   2      -116
+            186     -321 +1.62e+01,-1.24e+01,-2.25e+02,+2.26e+02   1
+            179     2112 -3.69e+00,+2.38e+00,-3.47e+01,+3.50e+01   1
             180     -313 -1.69e+00,+9.52e-01,-1.93e+01,+1.94e+01   2      -112
+            177     -411 -2.64e+01,+1.68e+01,-2.54e+02,+2.56e+02   2      -111
+            178    -2112 -3.30e+00,+1.95e+00,-3.12e+01,+3.14e+01   1
             181      323 -1.07e+00,+1.14e+00,-1.19e+01,+1.20e+01   2      -113
             182     -323 -1.04e+00,-2.43e-02,-1.56e+01,+1.57e+01   2      -114
-            183      321 +9.73e-01,-7.75e-01,-1.20e+01,+1.21e+01   1     (nil)
-            184      113 +9.16e+00,-6.89e+00,-1.32e+02,+1.32e+02   2      -115
-            185      111 +1.57e+00,-1.44e+00,-2.40e+01,+2.41e+01   2      -116
-            186     -321 +1.62e+01,-1.24e+01,-2.25e+02,+2.26e+02   1     (nil)
 GenVertex:      -17 ID:    0 (X,cT):0
  I: 2        48        3 +2.68e+00,-2.13e+00,-4.93e+00,+6.00e+00   2       -17
              49       -3 -2.68e+00,+2.13e+00,+2.54e+01,+2.56e+01   2       -17
  O: 1       187       92 +0.00e+00,+0.00e+00,+2.05e+01,+3.16e+01   2       -18
 GenVertex:      -18 ID:    0 (X,cT):0
  I: 1       187       92 +0.00e+00,+0.00e+00,+2.05e+01,+3.16e+01   2       -18
- O:11       188     -321 +2.32e+00,-1.47e+00,-3.73e+00,+4.66e+00   1     (nil)
-            189      213 -1.88e-01,-4.78e-01,-1.86e-02,+8.02e-01   2      -117
-            190     -211 +5.28e-01,-6.99e-02,+3.78e-01,+6.68e-01   1     (nil)
-            191      213 -1.69e-01,+6.66e-02,+1.66e+00,+1.95e+00   2      -118
+ O:11       191      213 -1.69e-01,+6.66e-02,+1.66e+00,+1.95e+00   2      -118
             192      113 -7.42e-01,+4.97e-01,+2.71e+00,+2.94e+00   2      -119
-            193     -213 +2.70e-02,+3.31e-01,+2.97e-01,+7.93e-01   2      -120
-            194      211 -6.87e-03,-3.65e-01,+8.22e-01,+9.10e-01   1     (nil)
-            195      113 -1.79e-01,+4.58e-01,+4.36e+00,+4.46e+00   2      -121
-            196     -213 -8.75e-02,+1.16e-01,+1.21e+00,+1.46e+00   2      -122
             197      323 -7.63e-01,+6.20e-01,+7.15e+00,+7.28e+00   2      -123
             198      221 -7.36e-01,+2.91e-01,+5.63e+00,+5.72e+00   2      -124
+            195      113 -1.79e-01,+4.58e-01,+4.36e+00,+4.46e+00   2      -121
+            196     -213 -8.75e-02,+1.16e-01,+1.21e+00,+1.46e+00   2      -122
+            193     -213 +2.70e-02,+3.31e-01,+2.97e-01,+7.93e-01   2      -120
+            194      211 -6.87e-03,-3.65e-01,+8.22e-01,+9.10e-01   1
+            189      213 -1.88e-01,-4.78e-01,-1.86e-02,+8.02e-01   2      -117
+            190     -211 +5.28e-01,-6.99e-02,+3.78e-01,+6.68e-01   1
+            188     -321 +2.32e+00,-1.47e+00,-3.73e+00,+4.66e+00   1
 GenVertex:      -19 ID:    0 (X,cT):0
  I: 2        50       21 +1.28e+00,-2.63e+00,+9.77e-01,+3.09e+00   2       -19
              51       21 -1.28e+00,+2.63e+00,+2.15e+00,+3.63e+00   2       -19
  O: 1       199       92 +0.00e+00,+0.00e+00,+3.12e+00,+6.71e+00   2       -20
 GenVertex:      -20 ID:    0 (X,cT):0
  I: 1       199       92 +0.00e+00,+0.00e+00,+3.12e+00,+6.71e+00   2       -20
- O: 5       200      213 +4.69e-02,-1.77e-01,-3.64e-01,+1.10e+00   2      -125
+ O: 5       203      223 +4.07e-01,-5.29e-01,+1.12e-01,+1.04e+00   2      -128
+            204      223 -5.49e-02,-3.91e-01,+1.06e+00,+1.37e+00   2      -129
             201      111 +3.73e-01,-3.78e-02,+1.18e+00,+1.24e+00   2      -126
             202     -213 -7.72e-01,+1.13e+00,+1.14e+00,+1.96e+00   2      -127
-            203      223 +4.07e-01,-5.29e-01,+1.12e-01,+1.04e+00   2      -128
-            204      223 -5.49e-02,-3.91e-01,+1.06e+00,+1.37e+00   2      -129
+            200      213 +4.69e-02,-1.77e-01,-3.64e-01,+1.10e+00   2      -125
 GenVertex:      -21 ID:    0 (X,cT):0
  I: 1        53     -423 +1.80e+00,-7.41e-01,-9.90e+00,+1.03e+01   2       -21
  O: 2       205     -421 +1.62e+00,-6.80e-01,-9.14e+00,+9.49e+00   2      -130
@@ -733,152 +852,152 @@ GenVertex:      -21 ID:    0 (X,cT):0
 GenVertex:      -22 ID:    0 (X,cT):0
  I: 1        54     -323 +5.03e-01,+1.51e+00,-6.41e+00,+6.67e+00   2       -22
  O: 2       207     -311 +3.84e-01,+6.75e-01,-2.32e+00,+2.49e+00   2      -132
-            208     -211 +1.19e-01,+8.35e-01,-4.09e+00,+4.18e+00   1     (nil)
+            208     -211 +1.19e-01,+8.35e-01,-4.09e+00,+4.18e+00   1
 GenVertex:      -23 ID:    0 (X,cT):0
  I: 1        55      313 +6.48e-01,+1.70e+00,-1.25e+01,+1.27e+01   2       -23
  O: 2       209      311 +4.92e-01,+1.67e+00,-1.03e+01,+1.05e+01   2      -133
             210      111 +1.56e-01,+3.28e-02,-2.20e+00,+2.21e+00   2      -134
 GenVertex:      -24 ID:    0 (X,cT):0
  I: 1        56      113 +3.14e-01,+1.06e+00,-3.82e+00,+4.04e+00   2       -24
- O: 2       211     -211 +2.07e-01,-7.41e-03,-8.44e-01,+8.80e-01   1     (nil)
-            212      211 +1.07e-01,+1.07e+00,-2.97e+00,+3.16e+00   1     (nil)
+ O: 2       212      211 +1.07e-01,+1.07e+00,-2.97e+00,+3.16e+00   1
+            211     -211 +2.07e-01,-7.41e-03,-8.44e-01,+8.80e-01   1
 GenVertex:      -25 ID:    0 (X,cT):0
  I: 1        57      223 +8.27e-03,+4.69e-01,-5.55e+00,+5.62e+00   2       -25
- O: 3       213      211 +1.65e-01,+9.37e-02,-1.12e+00,+1.14e+00   1     (nil)
-            214     -211 -3.30e-02,+9.79e-02,-3.21e+00,+3.22e+00   1     (nil)
+ O: 3       213      211 +1.65e-01,+9.37e-02,-1.12e+00,+1.14e+00   1
+            214     -211 -3.30e-02,+9.79e-02,-3.21e+00,+3.22e+00   1
             215      111 -1.24e-01,+2.78e-01,-1.22e+00,+1.26e+00   2      -135
 GenVertex:      -26 ID:    0 (X,cT):0
  I: 1        58      213 +1.90e-01,+8.19e-01,-3.63e+00,+3.80e+00   2       -26
- O: 2       216      211 +2.62e-01,+8.26e-01,-2.45e+00,+2.61e+00   1     (nil)
+ O: 2       216      211 +2.62e-01,+8.26e-01,-2.45e+00,+2.61e+00   1
             217      111 -7.15e-02,-6.31e-03,-1.18e+00,+1.19e+00   2      -136
 GenVertex:      -27 ID:    0 (X,cT):0
  I: 1        59      223 +4.76e-01,+3.30e-01,-1.30e+00,+1.62e+00   2       -27
- O: 3       218     -211 +1.28e-01,-6.04e-02,-2.75e-01,+3.39e-01   1     (nil)
-            219      211 +2.00e-01,+3.04e-01,-9.82e-01,+1.06e+00   1     (nil)
+ O: 3       218     -211 +1.28e-01,-6.04e-02,-2.75e-01,+3.39e-01   1
+            219      211 +2.00e-01,+3.04e-01,-9.82e-01,+1.06e+00   1
             220      111 +1.49e-01,+8.68e-02,-4.65e-02,+2.24e-01   2      -137
 GenVertex:      -28 ID:    0 (X,cT):0
  I: 1        60     -323 -1.01e-01,+5.65e-03,+1.73e-01,+8.22e-01   2       -28
  O: 2       221     -311 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   2      -138
-            222     -211 -1.84e-02,-1.34e-01,-1.14e-01,+2.25e-01   1     (nil)
+            222     -211 -1.84e-02,-1.34e-01,-1.14e-01,+2.25e-01   1
 GenVertex:      -29 ID:    0 (X,cT):0
  I: 1        61      313 -7.71e-02,+3.71e-01,+6.58e-01,+1.14e+00   2       -29
- O: 2       223      321 -1.86e-02,+1.84e-02,+1.85e-01,+5.28e-01   1     (nil)
-            224     -211 -5.85e-02,+3.52e-01,+4.73e-01,+6.09e-01   1     (nil)
+ O: 2       223      321 -1.86e-02,+1.84e-02,+1.85e-01,+5.28e-01   1
+            224     -211 -5.85e-02,+3.52e-01,+4.73e-01,+6.09e-01   1
 GenVertex:      -30 ID:    0 (X,cT):0
  I: 1        62      213 -3.58e-01,-1.85e-01,+2.02e-01,+7.59e-01   2       -30
- O: 2       225      211 +1.06e-01,-2.99e-02,+1.77e-01,+2.51e-01   1     (nil)
+ O: 2       225      211 +1.06e-01,-2.99e-02,+1.77e-01,+2.51e-01   1
             226      111 -4.64e-01,-1.55e-01,+2.53e-02,+5.08e-01   2      -139
 GenVertex:      -31 ID:    0 (X,cT):0
  I: 1        63      221 +5.37e-01,+2.24e-01,+7.68e+00,+7.72e+00   2       -31
- O: 3       227       22 +9.24e-02,+1.22e-01,+1.51e+00,+1.52e+00   1     (nil)
-            228     -211 +1.64e-01,-1.14e-01,+3.22e+00,+3.23e+00   1     (nil)
-            229      211 +2.81e-01,+2.16e-01,+2.94e+00,+2.97e+00   1     (nil)
+ O: 3       227       22 +9.24e-02,+1.22e-01,+1.51e+00,+1.52e+00   1
+            228     -211 +1.64e-01,-1.14e-01,+3.22e+00,+3.23e+00   1
+            229      211 +2.81e-01,+2.16e-01,+2.94e+00,+2.97e+00   1
 GenVertex:      -32 ID:    0 (X,cT):0
  I: 1        64     -213 -3.57e-01,-2.47e-01,+4.39e+00,+4.44e+00   2       -32
- O: 2       230     -211 -3.46e-01,-7.92e-02,+3.34e+00,+3.37e+00   1     (nil)
+ O: 2       230     -211 -3.46e-01,-7.92e-02,+3.34e+00,+3.37e+00   1
             231      111 -1.13e-02,-1.68e-01,+1.05e+00,+1.07e+00   2      -140
 GenVertex:      -33 ID:    0 (X,cT):0
  I: 1        66     -213 +3.60e-01,-1.91e-02,+2.45e+01,+2.45e+01   2       -33
- O: 2       232     -211 +2.45e-01,+2.11e-01,+2.06e+01,+2.06e+01   1     (nil)
+ O: 2       232     -211 +2.45e-01,+2.11e-01,+2.06e+01,+2.06e+01   1
             233      111 +1.15e-01,-2.30e-01,+3.89e+00,+3.90e+00   2      -141
 GenVertex:      -34 ID:    0 (X,cT):0
  I: 1        67      113 -3.73e-01,+1.18e-02,+3.83e+01,+3.84e+01   2       -34
- O: 2       234     -211 +1.07e-02,+2.95e-01,+1.86e+01,+1.86e+01   1     (nil)
-            235      211 -3.83e-01,-2.83e-01,+1.98e+01,+1.98e+01   1     (nil)
+ O: 2       234     -211 +1.07e-02,+2.95e-01,+1.86e+01,+1.86e+01   1
+            235      211 -3.83e-01,-2.83e-01,+1.98e+01,+1.98e+01   1
 GenVertex:      -35 ID:    0 (X,cT):0
  I: 1        68      113 -9.06e-02,+1.63e-01,+1.67e+02,+1.67e+02   2       -35
- O: 2       236      211 -2.00e-02,-2.69e-01,+6.04e+01,+6.04e+01   1     (nil)
-            237     -211 -7.06e-02,+4.32e-01,+1.07e+02,+1.07e+02   1     (nil)
+ O: 2       236      211 -2.00e-02,-2.69e-01,+6.04e+01,+6.04e+01   1
+            237     -211 -7.06e-02,+4.32e-01,+1.07e+02,+1.07e+02   1
 GenVertex:      -36 ID:    0 (X,cT):0
  I: 1        69      221 +1.73e-01,+4.07e-01,+2.06e+02,+2.06e+02   2       -36
- O: 3       239     -211 +1.52e-01,+2.49e-01,+1.36e+02,+1.36e+02   1     (nil)
+ O: 3       238      211 +2.30e-02,+1.07e-01,+4.89e+01,+4.89e+01   1
+            239     -211 +1.52e-01,+2.49e-01,+1.36e+02,+1.36e+02   1
             240      111 -1.84e-03,+5.13e-02,+2.10e+01,+2.10e+01   2      -142
-            238      211 +2.30e-02,+1.07e-01,+4.89e+01,+4.89e+01   1     (nil)
 GenVertex:      -37 ID:    0 (X,cT):0
  I: 1        71      423 +6.74e+00,-3.13e+00,-1.81e+01,+1.96e+01   2       -37
  O: 2       241      421 +6.24e+00,-2.87e+00,-1.68e+01,+1.82e+01   2      -143
             242      111 +4.94e-01,-2.63e-01,-1.28e+00,+1.40e+00   2      -144
 GenVertex:      -38 ID:    0 (X,cT):0
  I: 1        72      213 +1.08e+00,-6.60e-01,-2.31e+00,+2.70e+00   2       -38
- O: 2       243      211 +2.70e-01,-4.65e-01,-9.32e-01,+1.08e+00   1     (nil)
+ O: 2       243      211 +2.70e-01,-4.65e-01,-9.32e-01,+1.08e+00   1
             244      111 +8.10e-01,-1.96e-01,-1.38e+00,+1.62e+00   2      -145
 GenVertex:      -39 ID:    0 (X,cT):0
  I: 1        73      331 +8.84e-01,-9.17e-01,-1.33e+00,+2.07e+00   2       -39
- O: 3       245      211 +4.27e-01,-3.13e-01,-3.45e-01,+6.47e-01   1     (nil)
-            246     -211 +6.70e-02,-6.53e-02,-1.12e-01,+2.02e-01   1     (nil)
+ O: 3       245      211 +4.27e-01,-3.13e-01,-3.45e-01,+6.47e-01   1
+            246     -211 +6.70e-02,-6.53e-02,-1.12e-01,+2.02e-01   1
             247      221 +3.89e-01,-5.39e-01,-8.71e-01,+1.22e+00   2      -146
 GenVertex:      -40 ID:    0 (X,cT):0
  I: 1        74     -213 +1.67e+00,-6.02e-01,-4.33e+00,+4.71e+00   2       -40
- O: 2       248     -211 +8.95e-01,-3.43e-01,-1.67e+00,+1.93e+00   1     (nil)
+ O: 2       248     -211 +8.95e-01,-3.43e-01,-1.67e+00,+1.93e+00   1
             249      111 +7.72e-01,-2.59e-01,-2.66e+00,+2.78e+00   2      -147
 Vertex:      -41 ID:    0 (X,cT)=-1.15e-05,-2.74e-06,-5.60e-05,+5.77e-05
  I: 1        75      111 -2.29e-01,-5.45e-02,-1.11e+00,+1.15e+00   2       -41
- O: 2       250       22 -1.87e-01,-7.34e-02,-6.48e-01,+6.78e-01   1     (nil)
-            251       22 -4.27e-02,+1.89e-02,-4.65e-01,+4.68e-01   1     (nil)
+ O: 2       250       22 -1.87e-01,-7.34e-02,-6.48e-01,+6.78e-01   1
+            251       22 -4.27e-02,+1.89e-02,-4.65e-01,+4.68e-01   1
 Vertex:      -42 ID:    0 (X,cT)=-9.58e+00,-4.54e+00,+3.08e+02,+3.22e+02
  I: 1        79     3112 -1.25e-01,-5.92e-02,+4.02e+00,+4.19e+00   2       -42
- O: 2       252     2112 +2.35e-02,-7.71e-02,+3.69e+00,+3.81e+00   1     (nil)
-            253     -211 -1.48e-01,+1.79e-02,+3.30e-01,+3.88e-01   1     (nil)
+ O: 2       252     2112 +2.35e-02,-7.71e-02,+3.69e+00,+3.81e+00   1
+            253     -211 -1.48e-01,+1.79e-02,+3.30e-01,+3.88e-01   1
 GenVertex:      -43 ID:    0 (X,cT):0
  I: 1        80      311 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2       -43
  O: 1       254      310 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2      -148
 GenVertex:      -44 ID:    0 (X,cT):0
  I: 1        81    -1114 -5.93e-01,-4.62e-01,+7.53e+00,+7.69e+00   2       -44
- O: 2       255    -2112 -7.16e-01,-5.94e-01,+6.69e+00,+6.82e+00   1     (nil)
-            256      211 +1.23e-01,+1.32e-01,+8.42e-01,+8.72e-01   1     (nil)
+ O: 2       255    -2112 -7.16e-01,-5.94e-01,+6.69e+00,+6.82e+00   1
+            256      211 +1.23e-01,+1.32e-01,+8.42e-01,+8.72e-01   1
 GenVertex:      -45 ID:    0 (X,cT):0
  I: 1        84     -213 -1.27e-01,-1.01e-01,+5.15e+00,+5.19e+00   2       -45
- O: 2       257     -211 +1.09e-01,-2.00e-01,+3.92e+00,+3.93e+00   1     (nil)
+ O: 2       257     -211 +1.09e-01,-2.00e-01,+3.92e+00,+3.93e+00   1
             258      111 -2.36e-01,+9.89e-02,+1.22e+00,+1.25e+00   2      -149
 GenVertex:      -46 ID:    0 (X,cT):0
  I: 1        85      213 -1.20e+00,-1.22e-01,+2.34e+01,+2.35e+01   2       -46
- O: 2       259      211 -9.25e-02,+6.68e-02,+1.06e+00,+1.07e+00   1     (nil)
+ O: 2       259      211 -9.25e-02,+6.68e-02,+1.06e+00,+1.07e+00   1
             260      111 -1.11e+00,-1.89e-01,+2.24e+01,+2.24e+01   2      -150
 GenVertex:      -47 ID:    0 (X,cT):0
  I: 1        86      223 -7.42e-02,+1.42e-01,+1.52e+01,+1.52e+01   2       -47
- O: 3       261      211 -8.80e-02,-1.85e-01,+7.90e+00,+7.90e+00   1     (nil)
-            262     -211 -9.38e-02,+7.23e-02,+3.34e+00,+3.35e+00   1     (nil)
+ O: 3       261      211 -8.80e-02,-1.85e-01,+7.90e+00,+7.90e+00   1
+            262     -211 -9.38e-02,+7.23e-02,+3.34e+00,+3.35e+00   1
             263      111 +1.08e-01,+2.55e-01,+3.93e+00,+3.94e+00   2      -151
 GenVertex:      -48 ID:    0 (X,cT):0
  I: 1        87     -213 -9.01e-01,-6.04e-01,+2.49e+01,+2.49e+01   2       -48
- O: 2       264     -211 -5.80e-01,-4.05e-01,+2.11e+01,+2.11e+01   1     (nil)
+ O: 2       264     -211 -5.80e-01,-4.05e-01,+2.11e+01,+2.11e+01   1
             265      111 -3.21e-01,-1.99e-01,+3.80e+00,+3.82e+00   2      -152
 GenVertex:      -49 ID:    0 (X,cT):0
  I: 1        88      323 -3.96e-01,+4.77e-01,+8.35e+01,+8.35e+01   2       -49
- O: 2       266      321 -2.79e-01,+6.38e-01,+6.43e+01,+6.43e+01   1     (nil)
+ O: 2       266      321 -2.79e-01,+6.38e-01,+6.43e+01,+6.43e+01   1
             267      111 -1.18e-01,-1.61e-01,+1.92e+01,+1.92e+01   2      -153
 GenVertex:      -50 ID:    0 (X,cT):0
  I: 1        89     -313 -1.18e+00,+4.38e-01,+2.34e+02,+2.34e+02   2       -50
- O: 2       268     -321 -8.94e-01,+2.08e-02,+1.54e+02,+1.54e+02   1     (nil)
-            269      211 -2.85e-01,+4.17e-01,+8.01e+01,+8.01e+01   1     (nil)
+ O: 2       268     -321 -8.94e-01,+2.08e-02,+1.54e+02,+1.54e+02   1
+            269      211 -2.85e-01,+4.17e-01,+8.01e+01,+8.01e+01   1
 Vertex:      -51 ID:    0 (X,cT)=-6.60e-06,+4.63e-05,+6.91e-03,+6.91e-03
  I: 1        90      111 -2.10e-02,+1.47e-01,+2.20e+01,+2.20e+01   2       -51
- O: 2       270       22 +3.30e-03,+1.38e-01,+2.13e+01,+2.13e+01   1     (nil)
-            271       22 -2.43e-02,+9.55e-03,+7.24e-01,+7.25e-01   1     (nil)
+ O: 2       270       22 +3.30e-03,+1.38e-01,+2.13e+01,+2.13e+01   1
+            271       22 -2.43e-02,+9.55e-03,+7.24e-01,+7.25e-01   1
 GenVertex:      -52 ID:    0 (X,cT):0
  I: 1        91     -213 -1.47e+00,+1.82e+00,+3.92e+02,+3.92e+02   2       -52
- O: 2       272     -211 -2.85e-01,+9.40e-01,+1.43e+02,+1.43e+02   1     (nil)
+ O: 2       272     -211 -2.85e-01,+9.40e-01,+1.43e+02,+1.43e+02   1
             273      111 -1.19e+00,+8.85e-01,+2.49e+02,+2.49e+02   2      -154
 GenVertex:      -53 ID:    0 (X,cT):0
  I: 1        92      213 +1.75e+00,+1.50e+00,+6.91e+02,+6.91e+02   2       -53
- O: 2       274      211 +1.79e+00,+1.29e+00,+6.18e+02,+6.18e+02   1     (nil)
+ O: 2       274      211 +1.79e+00,+1.29e+00,+6.18e+02,+6.18e+02   1
             275      111 -3.94e-02,+2.10e-01,+7.29e+01,+7.29e+01   2      -155
 Vertex:      -54 ID:    0 (X,cT)=+1.07e-04,+5.79e-05,+2.54e-02,+2.54e-02
  I: 1        94      111 +7.06e-01,+3.83e-01,+1.68e+02,+1.68e+02   2       -54
- O: 2       276       22 +2.50e-01,+1.51e-01,+4.86e+01,+4.86e+01   1     (nil)
-            277       22 +4.56e-01,+2.32e-01,+1.20e+02,+1.20e+02   1     (nil)
+ O: 2       276       22 +2.50e-01,+1.51e-01,+4.86e+01,+4.86e+01   1
+            277       22 +4.56e-01,+2.32e-01,+1.20e+02,+1.20e+02   1
 GenVertex:      -55 ID:    0 (X,cT):0
  I: 1        95      223 +1.83e-01,+6.58e-01,+2.64e+02,+2.64e+02   2       -55
- O: 3       278      211 +2.62e-01,+6.67e-02,+8.45e+01,+8.45e+01   1     (nil)
-            279     -211 +3.03e-02,+5.27e-01,+1.40e+02,+1.40e+02   1     (nil)
+ O: 3       278      211 +2.62e-01,+6.67e-02,+8.45e+01,+8.45e+01   1
+            279     -211 +3.03e-02,+5.27e-01,+1.40e+02,+1.40e+02   1
             280      111 -1.09e-01,+6.39e-02,+3.93e+01,+3.93e+01   2      -156
 GenVertex:      -56 ID:    0 (X,cT):0
  I: 1        96      113 +1.17e+00,-6.49e-01,+1.09e+02,+1.09e+02   2       -56
- O: 2       281     -211 +1.05e+00,-3.90e-01,+9.92e+01,+9.92e+01   1     (nil)
-            282      211 +1.20e-01,-2.59e-01,+1.03e+01,+1.03e+01   1     (nil)
+ O: 2       281     -211 +1.05e+00,-3.90e-01,+9.92e+01,+9.92e+01   1
+            282      211 +1.20e-01,-2.59e-01,+1.03e+01,+1.03e+01   1
 GenVertex:      -57 ID:    0 (X,cT):0
  I: 1        97      213 -3.59e-02,+9.92e-01,+3.73e+01,+3.74e+01   2       -57
- O: 2       283      211 -1.62e-01,+3.10e-02,+2.19e+00,+2.20e+00   1     (nil)
+ O: 2       283      211 -1.62e-01,+3.10e-02,+2.19e+00,+2.20e+00   1
             284      111 +1.27e-01,+9.61e-01,+3.52e+01,+3.52e+01   2      -157
 GenVertex:      -58 ID:    0 (X,cT):0
  I: 1        98      221 +4.22e-01,+3.30e-01,+8.56e+00,+8.60e+00   2       -58
@@ -887,96 +1006,96 @@ GenVertex:      -58 ID:    0 (X,cT):0
             287      111 +5.73e-02,+1.07e-02,+3.27e+00,+3.27e+00   2      -160
 GenVertex:      -59 ID:    0 (X,cT):0
  I: 1        99     -213 +9.75e-01,+2.54e+00,+3.20e+01,+3.22e+01   2       -59
- O: 2       288     -211 +5.56e-01,+1.36e+00,+1.23e+01,+1.24e+01   1     (nil)
+ O: 2       288     -211 +5.56e-01,+1.36e+00,+1.23e+01,+1.24e+01   1
             289      111 +4.18e-01,+1.18e+00,+1.97e+01,+1.98e+01   2      -161
 Vertex:      -60 ID:    0 (X,cT)=+3.89e-05,+1.80e-05,+5.58e-04,+5.60e-04
  I: 1       100      111 +1.28e+00,+5.91e-01,+1.83e+01,+1.84e+01   2       -60
- O: 2       290       22 +1.23e+00,+5.60e-01,+1.78e+01,+1.79e+01   1     (nil)
-            291       22 +5.03e-02,+3.14e-02,+4.95e-01,+4.99e-01   1     (nil)
+ O: 2       290       22 +1.23e+00,+5.60e-01,+1.78e+01,+1.79e+01   1
+            291       22 +5.03e-02,+3.14e-02,+4.95e-01,+4.99e-01   1
 GenVertex:      -61 ID:    0 (X,cT):0
  I: 1       101      331 +1.59e+00,+2.22e+00,+3.03e+01,+3.04e+01   2       -61
- O: 3       292      211 +3.32e-01,+2.48e-01,+4.45e+00,+4.47e+00   1     (nil)
-            293     -211 +3.06e-01,+6.92e-01,+8.24e+00,+8.28e+00   1     (nil)
+ O: 3       292      211 +3.32e-01,+2.48e-01,+4.45e+00,+4.47e+00   1
+            293     -211 +3.06e-01,+6.92e-01,+8.24e+00,+8.28e+00   1
             294      221 +9.56e-01,+1.28e+00,+1.76e+01,+1.77e+01   2      -162
 GenVertex:      -62 ID:    0 (X,cT):0
  I: 1       102      213 +1.77e+00,-1.58e+00,+1.71e+01,+1.73e+01   2       -62
- O: 2       295      211 +8.03e-02,+2.02e-02,+5.69e-01,+5.92e-01   1     (nil)
+ O: 2       295      211 +8.03e-02,+2.02e-02,+5.69e-01,+5.92e-01   1
             296      111 +1.69e+00,-1.60e+00,+1.65e+01,+1.67e+01   2      -163
 GenVertex:      -63 ID:    0 (X,cT):0
  I: 1       105      311 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2       -63
  O: 1       297      310 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2      -164
 GenVertex:      -64 ID:    0 (X,cT):0
  I: 1       106      333 +8.72e-02,-2.03e+00,+7.62e+00,+7.95e+00   2       -64
- O: 2       298      130 +1.44e-01,-1.08e+00,+4.20e+00,+4.37e+00   1     (nil)
+ O: 2       298      130 +1.44e-01,-1.08e+00,+4.20e+00,+4.37e+00   1
             299      310 -5.64e-02,-9.48e-01,+3.42e+00,+3.58e+00   2      -165
 GenVertex:      -65 ID:    0 (X,cT):0
  I: 1       107     -323 -1.98e-01,-1.55e-01,+2.64e+00,+2.79e+00   2       -65
- O: 2       300     -321 -2.21e-01,+1.56e-01,+1.65e+00,+1.74e+00   1     (nil)
+ O: 2       300     -321 -2.21e-01,+1.56e-01,+1.65e+00,+1.74e+00   1
             301      111 +2.32e-02,-3.11e-01,+9.92e-01,+1.05e+00   2      -166
 GenVertex:      -66 ID:    0 (X,cT):0
  I: 1       108      113 -1.10e+00,-1.90e+00,+5.32e+00,+5.81e+00   2       -66
- O: 2       302     -211 -1.16e+00,-1.76e+00,+5.02e+00,+5.45e+00   1     (nil)
-            303      211 +5.82e-02,-1.40e-01,+3.02e-01,+3.65e-01   1     (nil)
+ O: 2       302     -211 -1.16e+00,-1.76e+00,+5.02e+00,+5.45e+00   1
+            303      211 +5.82e-02,-1.40e-01,+3.02e-01,+3.65e-01   1
 GenVertex:      -67 ID:    0 (X,cT):0
  I: 1       109      213 -7.23e-01,-7.70e-01,+6.13e-01,+1.63e+00   2       -67
- O: 2       304      211 +1.49e-03,+1.26e-01,-1.51e-01,+2.41e-01   1     (nil)
+ O: 2       304      211 +1.49e-03,+1.26e-01,-1.51e-01,+2.41e-01   1
             305      111 -7.25e-01,-8.95e-01,+7.64e-01,+1.39e+00   2      -167
 GenVertex:      -68 ID:    0 (X,cT):0
  I: 1       111      213 -5.97e-01,-1.22e+00,+2.67e-01,+1.55e+00   2       -68
- O: 2       306      211 +1.06e-01,-2.72e-01,-4.01e-02,+3.26e-01   1     (nil)
+ O: 2       306      211 +1.06e-01,-2.72e-01,-4.01e-02,+3.26e-01   1
             307      111 -7.03e-01,-9.49e-01,+3.08e-01,+1.23e+00   2      -168
 Vertex:      -69 ID:    0 (X,cT)=+1.27e-05,-7.07e-05,+1.82e-05,+8.39e-05
  I: 1       113      111 +4.36e-02,-2.43e-01,+6.27e-02,+2.89e-01   2       -69
- O: 2       308       22 +5.40e-02,-1.99e-02,+1.91e-02,+6.07e-02   1     (nil)
-            309       22 -1.04e-02,-2.23e-01,+4.36e-02,+2.28e-01   1     (nil)
+ O: 2       308       22 +5.40e-02,-1.99e-02,+1.91e-02,+6.07e-02   1
+            309       22 -1.04e-02,-2.23e-01,+4.36e-02,+2.28e-01   1
 GenVertex:      -70 ID:    0 (X,cT):0
  I: 1       114      213 -1.15e+00,-1.72e+00,-2.01e+00,+2.97e+00   2       -70
- O: 2       310      211 -4.37e-02,-6.49e-02,-3.59e-02,+1.64e-01   1     (nil)
+ O: 2       310      211 -4.37e-02,-6.49e-02,-3.59e-02,+1.64e-01   1
             311      111 -1.10e+00,-1.65e+00,-1.97e+00,+2.80e+00   2      -169
 GenVertex:      -71 ID:    0 (X,cT):0
  I: 1       115     -213 -9.95e-01,-3.87e-01,-1.11e+00,+1.63e+00   2       -71
- O: 2       312     -211 -7.40e-01,-4.72e-01,-9.20e-01,+1.28e+00   1     (nil)
+ O: 2       312     -211 -7.40e-01,-4.72e-01,-9.20e-01,+1.28e+00   1
             313      111 -2.55e-01,+8.51e-02,-1.87e-01,+3.54e-01   2      -170
 GenVertex:      -72 ID:    0 (X,cT):0
  I: 1       119      311 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2       -72
  O: 1       314      310 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2      -171
 GenVertex:      -73 ID:    0 (X,cT):0
  I: 1       121      113 -2.01e-02,+9.67e-01,-2.76e+00,+3.05e+00   2       -73
- O: 2       315     -211 -5.02e-03,+1.03e+00,-2.68e+00,+2.88e+00   1     (nil)
-            316      211 -1.50e-02,-6.21e-02,-7.50e-02,+1.71e-01   1     (nil)
+ O: 2       315     -211 -5.02e-03,+1.03e+00,-2.68e+00,+2.88e+00   1
+            316      211 -1.50e-02,-6.21e-02,-7.50e-02,+1.71e-01   1
 GenVertex:      -74 ID:    0 (X,cT):0
  I: 1       122      213 +6.99e-01,+4.88e-01,-2.14e+00,+2.37e+00   2       -74
- O: 2       317      211 +2.31e-01,+4.39e-01,-1.27e+00,+1.37e+00   1     (nil)
+ O: 2       317      211 +2.31e-01,+4.39e-01,-1.27e+00,+1.37e+00   1
             318      111 +4.68e-01,+4.92e-02,-8.74e-01,+1.00e+00   2      -172
 GenVertex:      -75 ID:    0 (X,cT):0
  I: 1       123      223 +1.59e-01,-2.33e-01,-7.42e+00,+7.46e+00   2       -75
- O: 2       319     -211 +2.57e-01,+5.62e-02,-5.93e+00,+5.93e+00   1     (nil)
-            320      211 -9.87e-02,-2.90e-01,-1.49e+00,+1.53e+00   1     (nil)
+ O: 2       319     -211 +2.57e-01,+5.62e-02,-5.93e+00,+5.93e+00   1
+            320      211 -9.87e-02,-2.90e-01,-1.49e+00,+1.53e+00   1
 GenVertex:      -76 ID:    0 (X,cT):0
  I: 1       124      223 -3.07e-01,+5.68e-01,-1.77e+01,+1.77e+01   2       -76
- O: 2       321     -211 -1.81e-01,+2.32e-01,-1.48e+01,+1.48e+01   1     (nil)
-            322      211 -1.26e-01,+3.36e-01,-2.88e+00,+2.90e+00   1     (nil)
+ O: 2       321     -211 -1.81e-01,+2.32e-01,-1.48e+01,+1.48e+01   1
+            322      211 -1.26e-01,+3.36e-01,-2.88e+00,+2.90e+00   1
 GenVertex:      -77 ID:    0 (X,cT):0
  I: 1       125     1114 +7.70e-01,-3.47e-01,-1.94e+02,+1.94e+02   2       -77
- O: 2       323     2112 +6.85e-01,-3.51e-01,-1.63e+02,+1.63e+02   1     (nil)
-            324     -211 +8.47e-02,+3.52e-03,-3.06e+01,+3.06e+01   1     (nil)
+ O: 2       323     2112 +6.85e-01,-3.51e-01,-1.63e+02,+1.63e+02   1
+            324     -211 +8.47e-02,+3.52e-03,-3.06e+01,+3.06e+01   1
 Vertex:      -78 ID:    0 (X,cT)=+9.27e-06,+2.22e-05,-1.58e-03,+1.58e-03
  I: 1       126      111 +6.52e-01,+1.56e+00,-1.11e+02,+1.11e+02   2       -78
- O: 2       325       22 +6.52e-01,+1.50e+00,-1.08e+02,+1.08e+02   1     (nil)
-            326       22 -1.55e-04,+6.21e-02,-3.67e+00,+3.67e+00   1     (nil)
+ O: 2       325       22 +6.52e-01,+1.50e+00,-1.08e+02,+1.08e+02   1
+            326       22 -1.55e-04,+6.21e-02,-3.67e+00,+3.67e+00   1
 GenVertex:      -79 ID:    0 (X,cT):0
  I: 1       130      113 +7.74e-01,+8.64e-01,-8.89e+01,+8.89e+01   2       -79
- O: 2       327     -211 +6.68e-01,+7.08e-01,-4.84e+01,+4.84e+01   1     (nil)
-            328      211 +1.06e-01,+1.56e-01,-4.05e+01,+4.05e+01   1     (nil)
+ O: 2       327     -211 +6.68e-01,+7.08e-01,-4.84e+01,+4.84e+01   1
+            328      211 +1.06e-01,+1.56e-01,-4.05e+01,+4.05e+01   1
 GenVertex:      -80 ID:    0 (X,cT):0
  I: 1       131      223 +1.70e-02,+2.83e-01,-9.69e+01,+9.69e+01   2       -80
- O: 3       329      211 -1.62e-01,+5.36e-02,-3.29e+01,+3.29e+01   1     (nil)
-            330     -211 +6.38e-02,-3.43e-02,-4.30e+01,+4.30e+01   1     (nil)
+ O: 3       329      211 -1.62e-01,+5.36e-02,-3.29e+01,+3.29e+01   1
+            330     -211 +6.38e-02,-3.43e-02,-4.30e+01,+4.30e+01   1
             331      111 +1.15e-01,+2.64e-01,-2.11e+01,+2.11e+01   2      -173
 GenVertex:      -81 ID:    0 (X,cT):0
  I: 1       132      223 +3.02e-01,+2.43e-01,-3.21e+01,+3.21e+01   2       -81
- O: 3       332     -211 +5.67e-02,-4.99e-02,-1.78e+01,+1.78e+01   1     (nil)
-            333      211 +8.54e-02,+2.91e-01,-8.16e+00,+8.17e+00   1     (nil)
+ O: 3       332     -211 +5.67e-02,-4.99e-02,-1.78e+01,+1.78e+01   1
+            333      211 +8.54e-02,+2.91e-01,-8.16e+00,+8.17e+00   1
             334      111 +1.60e-01,+1.64e-03,-6.16e+00,+6.16e+00   2      -174
 GenVertex:      -82 ID:    0 (X,cT):0
  I: 1       133      221 +6.52e-01,-1.30e-02,-7.49e+00,+7.53e+00   2       -82
@@ -985,123 +1104,123 @@ GenVertex:      -82 ID:    0 (X,cT):0
             337      111 +4.06e-02,+5.17e-03,-1.02e+00,+1.02e+00   2      -177
 GenVertex:      -83 ID:    0 (X,cT):0
  I: 1       134      213 +1.25e+00,+2.45e+00,-3.91e+01,+3.93e+01   2       -83
- O: 2       338      211 +6.58e-01,+5.66e-01,-1.72e+01,+1.72e+01   1     (nil)
+ O: 2       338      211 +6.58e-01,+5.66e-01,-1.72e+01,+1.72e+01   1
             339      111 +5.88e-01,+1.89e+00,-2.20e+01,+2.20e+01   2      -178
 GenVertex:      -84 ID:    0 (X,cT):0
  I: 1       135      221 +8.86e-01,+9.16e-01,-1.24e+01,+1.25e+01   2       -84
- O: 2       340       22 +6.66e-01,+6.36e-01,-6.31e+00,+6.38e+00   1     (nil)
-            341       22 +2.20e-01,+2.80e-01,-6.11e+00,+6.12e+00   1     (nil)
+ O: 2       340       22 +6.66e-01,+6.36e-01,-6.31e+00,+6.38e+00   1
+            341       22 +2.20e-01,+2.80e-01,-6.11e+00,+6.12e+00   1
 Vertex:      -85 ID:    0 (X,cT)=+3.02e-04,+4.87e-04,-5.38e-03,+5.41e-03
  I: 1       137      111 +7.22e-01,+1.16e+00,-1.29e+01,+1.29e+01   2       -85
- O: 2       342       22 +5.79e-02,+1.36e-01,-1.76e+00,+1.76e+00   1     (nil)
-            343       22 +6.65e-01,+1.03e+00,-1.11e+01,+1.12e+01   1     (nil)
+ O: 2       342       22 +5.79e-02,+1.36e-01,-1.76e+00,+1.76e+00   1
+            343       22 +6.65e-01,+1.03e+00,-1.11e+01,+1.12e+01   1
 GenVertex:      -86 ID:    0 (X,cT):0
  I: 1       138      113 +1.21e+00,+1.68e+00,-1.89e+01,+1.90e+01   2       -86
- O: 2       344     -211 +4.13e-01,+1.29e-01,-3.64e+00,+3.67e+00   1     (nil)
-            345      211 +8.01e-01,+1.55e+00,-1.52e+01,+1.53e+01   1     (nil)
+ O: 2       344     -211 +4.13e-01,+1.29e-01,-3.64e+00,+3.67e+00   1
+            345      211 +8.01e-01,+1.55e+00,-1.52e+01,+1.53e+01   1
 GenVertex:      -87 ID:    0 (X,cT):0
  I: 1       140     -213 +4.58e-01,+1.15e+00,-1.84e+01,+1.85e+01   2       -87
- O: 2       346     -211 +4.43e-01,+4.32e-01,-3.36e+00,+3.42e+00   1     (nil)
+ O: 2       346     -211 +4.43e-01,+4.32e-01,-3.36e+00,+3.42e+00   1
             347      111 +1.51e-02,+7.22e-01,-1.51e+01,+1.51e+01   2      -179
 GenVertex:      -88 ID:    0 (X,cT):0
  I: 1       141      213 +2.08e+00,+1.68e+00,-2.61e+01,+2.63e+01   2       -88
- O: 2       348      211 +2.03e+00,+1.63e+00,-2.51e+01,+2.52e+01   1     (nil)
+ O: 2       348      211 +2.03e+00,+1.63e+00,-2.51e+01,+2.52e+01   1
             349      111 +5.56e-02,+5.31e-02,-1.06e+00,+1.07e+00   2      -180
 GenVertex:      -89 ID:    0 (X,cT):0
  I: 1       142      313 +1.78e+00,+1.24e+00,-2.26e+01,+2.27e+01   2       -89
- O: 2       350      321 +5.53e-01,+4.44e-01,-6.45e+00,+6.51e+00   1     (nil)
-            351     -211 +1.23e+00,+7.92e-01,-1.62e+01,+1.62e+01   1     (nil)
+ O: 2       350      321 +5.53e-01,+4.44e-01,-6.45e+00,+6.51e+00   1
+            351     -211 +1.23e+00,+7.92e-01,-1.62e+01,+1.62e+01   1
 GenVertex:      -90 ID:    0 (X,cT):0
  I: 1       143     -313 +1.42e+00,+6.47e-01,-1.81e+01,+1.82e+01   2       -90
  O: 2       352     -311 +4.98e-01,+5.10e-01,-7.52e+00,+7.57e+00   2      -181
             353      111 +9.21e-01,+1.38e-01,-1.06e+01,+1.06e+01   2      -182
 GenVertex:      -91 ID:    0 (X,cT):0
  I: 1       145     -213 -5.75e-01,-4.78e-01,-9.45e+01,+9.45e+01   2       -91
- O: 2       354     -211 -4.16e-01,-6.42e-04,-4.57e+01,+4.57e+01   1     (nil)
+ O: 2       354     -211 -4.16e-01,-6.42e-04,-4.57e+01,+4.57e+01   1
             355      111 -1.59e-01,-4.77e-01,-4.88e+01,+4.88e+01   2      -183
 GenVertex:      -92 ID:    0 (X,cT):0
  I: 1       146    -1114 -8.04e-01,-7.43e-01,-3.40e+01,+3.40e+01   2       -92
- O: 2       356    -2112 -5.09e-01,-4.51e-01,-2.85e+01,+2.85e+01   1     (nil)
-            357      211 -2.95e-01,-2.92e-01,-5.48e+00,+5.50e+00   1     (nil)
+ O: 2       356    -2112 -5.09e-01,-4.51e-01,-2.85e+01,+2.85e+01   1
+            357      211 -2.95e-01,-2.92e-01,-5.48e+00,+5.50e+00   1
 GenVertex:      -93 ID:    0 (X,cT):0
  I: 1       147     -213 -1.80e-01,+6.29e-02,-4.32e+01,+4.32e+01   2       -93
- O: 2       358     -211 -2.49e-01,+3.34e-01,-2.84e+01,+2.84e+01   1     (nil)
+ O: 2       358     -211 -2.49e-01,+3.34e-01,-2.84e+01,+2.84e+01   1
             359      111 +6.89e-02,-2.71e-01,-1.49e+01,+1.49e+01   2      -184
 GenVertex:      -94 ID:    0 (X,cT):0
  I: 1       149      311 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   2       -94
- O: 1       360      130 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   1     (nil)
+ O: 1       360      130 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   1
 GenVertex:      -95 ID:    0 (X,cT):0
  I: 1       150     -323 -3.04e-01,-3.92e-01,-7.88e+01,+7.88e+01   2       -95
- O: 2       361     -321 -3.90e-02,+2.37e-02,-4.50e+01,+4.50e+01   1     (nil)
+ O: 2       361     -321 -3.90e-02,+2.37e-02,-4.50e+01,+4.50e+01   1
             362      111 -2.65e-01,-4.16e-01,-3.38e+01,+3.38e+01   2      -185
 GenVertex:      -96 ID:    0 (X,cT):0
  I: 1       151      213 -1.80e+00,-1.21e+00,-8.93e+01,+8.94e+01   2       -96
- O: 2       363      211 -1.88e+00,-1.09e+00,-8.20e+01,+8.20e+01   1     (nil)
+ O: 2       363      211 -1.88e+00,-1.09e+00,-8.20e+01,+8.20e+01   1
             364      111 +7.55e-02,-1.18e-01,-7.35e+00,+7.36e+00   2      -186
 GenVertex:      -97 ID:    0 (X,cT):0
  I: 1       152      113 +4.91e-01,-9.72e-01,-5.04e+01,+5.05e+01   2       -97
- O: 2       365     -211 +3.30e-01,-1.08e+00,-4.62e+01,+4.62e+01   1     (nil)
-            366      211 +1.61e-01,+1.05e-01,-4.23e+00,+4.23e+00   1     (nil)
+ O: 2       365     -211 +3.30e-01,-1.08e+00,-4.62e+01,+4.62e+01   1
+            366      211 +1.61e-01,+1.05e-01,-4.23e+00,+4.23e+00   1
 GenVertex:      -98 ID:    0 (X,cT):0
  I: 1       153      221 +2.67e-01,-2.61e-01,-2.16e+01,+2.16e+01   2       -98
- O: 2       367       22 -1.53e-01,-5.63e-02,-3.12e+00,+3.12e+00   1     (nil)
-            368       22 +4.20e-01,-2.04e-01,-1.84e+01,+1.85e+01   1     (nil)
+ O: 2       367       22 -1.53e-01,-5.63e-02,-3.12e+00,+3.12e+00   1
+            368       22 +4.20e-01,-2.04e-01,-1.84e+01,+1.85e+01   1
 GenVertex:      -99 ID:    0 (X,cT):0
  I: 1       154      311 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   2       -99
- O: 1       369      130 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   1     (nil)
+ O: 1       369      130 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   1
 GenVertex:     -100 ID:    0 (X,cT):0
  I: 1       156      221 -4.10e-01,-2.74e-01,-4.88e+01,+4.88e+01   2      -100
- O: 3       370      211 -2.54e-01,-1.08e-01,-2.26e+01,+2.26e+01   1     (nil)
-            371     -211 -9.47e-02,-7.03e-02,-6.26e+00,+6.26e+00   1     (nil)
+ O: 3       370      211 -2.54e-01,-1.08e-01,-2.26e+01,+2.26e+01   1
+            371     -211 -9.47e-02,-7.03e-02,-6.26e+00,+6.26e+00   1
             372      111 -6.13e-02,-9.53e-02,-1.99e+01,+1.99e+01   2      -187
 GenVertex:     -101 ID:    0 (X,cT):0
  I: 1       158      113 -8.56e-01,+4.51e-01,-3.86e+02,+3.86e+02   2      -101
- O: 2       373      211 -5.66e-01,+1.70e-01,-3.23e+02,+3.23e+02   1     (nil)
-            374     -211 -2.90e-01,+2.81e-01,-6.32e+01,+6.32e+01   1     (nil)
+ O: 2       373      211 -5.66e-01,+1.70e-01,-3.23e+02,+3.23e+02   1
+            374     -211 -2.90e-01,+2.81e-01,-6.32e+01,+6.32e+01   1
 GenVertex:     -102 ID:    0 (X,cT):0
  I: 1       160     2224 -1.90e-03,+7.51e-01,-1.39e+03,+1.39e+03   2      -102
- O: 2       375     2212 +9.56e-04,+8.62e-01,-1.17e+03,+1.17e+03   1     (nil)
-            376      211 -2.86e-03,-1.12e-01,-2.17e+02,+2.17e+02   1     (nil)
+ O: 2       375     2212 +9.56e-04,+8.62e-01,-1.17e+03,+1.17e+03   1
+            376      211 -2.86e-03,-1.12e-01,-2.17e+02,+2.17e+02   1
 GenVertex:     -103 ID:    0 (X,cT):0
  I: 1       163      223 -1.35e-02,+1.05e-01,+2.90e+00,+3.01e+00   2      -103
- O: 3       377     -211 +6.98e-02,+4.75e-02,+2.34e+00,+2.34e+00   1     (nil)
-            378      211 -3.36e-03,-3.94e-02,+1.39e-01,+2.01e-01   1     (nil)
+ O: 3       377     -211 +6.98e-02,+4.75e-02,+2.34e+00,+2.34e+00   1
+            378      211 -3.36e-03,-3.94e-02,+1.39e-01,+2.01e-01   1
             379      111 -7.99e-02,+9.68e-02,+4.23e-01,+4.62e-01   2      -188
 GenVertex:     -104 ID:    0 (X,cT):0
  I: 1       164     -213 -7.67e-02,-1.58e-01,+2.83e+00,+2.94e+00   2      -104
- O: 2       380     -211 +2.46e-01,-2.54e-01,+9.52e-01,+1.02e+00   1     (nil)
+ O: 2       380     -211 +2.46e-01,-2.54e-01,+9.52e-01,+1.02e+00   1
             381      111 -3.23e-01,+9.61e-02,+1.88e+00,+1.91e+00   2      -189
 GenVertex:     -105 ID:    0 (X,cT):0
  I: 1       165      113 -3.96e-01,-2.46e-01,+7.66e+00,+7.72e+00   2      -105
- O: 2       382     -211 -4.58e-01,-1.09e-01,+2.26e+00,+2.31e+00   1     (nil)
-            383      211 +6.19e-02,-1.38e-01,+5.40e+00,+5.41e+00   1     (nil)
+ O: 2       382     -211 -4.58e-01,-1.09e-01,+2.26e+00,+2.31e+00   1
+            383      211 +6.19e-02,-1.38e-01,+5.40e+00,+5.41e+00   1
 GenVertex:     -106 ID:    0 (X,cT):0
  I: 1       166      223 +8.97e-02,-2.51e-02,+1.83e+01,+1.83e+01   2      -106
- O: 3       384      211 +1.54e-02,+2.33e-01,+6.44e+00,+6.45e+00   1     (nil)
-            385     -211 -1.25e-01,-1.91e-01,+6.30e+00,+6.31e+00   1     (nil)
+ O: 3       384      211 +1.54e-02,+2.33e-01,+6.44e+00,+6.45e+00   1
+            385     -211 -1.25e-01,-1.91e-01,+6.30e+00,+6.31e+00   1
             386      111 +1.99e-01,-6.72e-02,+5.57e+00,+5.57e+00   2      -190
 GenVertex:     -107 ID:    0 (X,cT):0
  I: 1       167      331 +7.92e-02,-2.14e-01,+1.65e+01,+1.65e+01   2      -107
- O: 2       388      113 +8.30e-02,-2.83e-01,+1.61e+01,+1.61e+01   2      -191
-            387       22 -3.78e-03,+6.83e-02,+3.46e-01,+3.53e-01   1     (nil)
+ O: 2       387       22 -3.78e-03,+6.83e-02,+3.46e-01,+3.53e-01   1
+            388      113 +8.30e-02,-2.83e-01,+1.61e+01,+1.61e+01   2      -191
 GenVertex:     -108 ID:    0 (X,cT):0
  I: 1       169      113 -9.07e-02,+1.70e-01,+7.69e+00,+7.71e+00   2      -108
- O: 2       389      211 -1.47e-01,+1.94e-03,+5.31e+00,+5.31e+00   1     (nil)
-            390     -211 +5.60e-02,+1.68e-01,+2.38e+00,+2.39e+00   1     (nil)
+ O: 2       389      211 -1.47e-01,+1.94e-03,+5.31e+00,+5.31e+00   1
+            390     -211 +5.60e-02,+1.68e-01,+2.38e+00,+2.39e+00   1
 GenVertex:     -109 ID:    0 (X,cT):0
  I: 1       172      313 -9.79e-02,+5.68e-01,+7.20e+01,+7.20e+01   2      -109
- O: 2       391      321 +1.98e-01,+2.04e-01,+3.95e+01,+3.95e+01   1     (nil)
-            392     -211 -2.96e-01,+3.65e-01,+3.25e+01,+3.25e+01   1     (nil)
+ O: 2       391      321 +1.98e-01,+2.04e-01,+3.95e+01,+3.95e+01   1
+            392     -211 -2.96e-01,+3.65e-01,+3.25e+01,+3.25e+01   1
 GenVertex:     -110 ID:    0 (X,cT):0
  I: 1       173     -313 -1.30e-01,-7.96e-01,+2.37e+02,+2.37e+02   2      -110
- O: 2       393     -321 +8.77e-02,-3.77e-01,+1.73e+02,+1.73e+02   1     (nil)
-            394      211 -2.18e-01,-4.20e-01,+6.41e+01,+6.41e+01   1     (nil)
+ O: 2       393     -321 +8.77e-02,-3.77e-01,+1.73e+02,+1.73e+02   1
+            394      211 -2.18e-01,-4.20e-01,+6.41e+01,+6.41e+01   1
 Vertex:     -111 ID:    0 (X,cT)=-3.81e+00,+2.43e+00,-3.67e+01,+3.70e+01
  I: 1       177     -411 -2.64e+01,+1.68e+01,-2.54e+02,+2.56e+02   2      -111
- O: 4       395       13 -1.41e+00,+1.04e+00,-1.32e+01,+1.33e+01   1     (nil)
+ O: 4       395       13 -1.41e+00,+1.04e+00,-1.32e+01,+1.33e+01   1
+            396      -14 -1.31e+00,+1.05e+00,-1.23e+01,+1.24e+01   1
             397      323 -2.16e+01,+1.35e+01,-2.09e+02,+2.11e+02   2      -192
-            396      -14 -1.31e+00,+1.05e+00,-1.23e+01,+1.24e+01   1     (nil)
-            398     -211 -2.09e+00,+1.24e+00,-1.91e+01,+1.92e+01   1     (nil)
+            398     -211 -2.09e+00,+1.24e+00,-1.91e+01,+1.92e+01   1
 GenVertex:     -112 ID:    0 (X,cT):0
  I: 1       180     -313 -1.69e+00,+9.52e-01,-1.93e+01,+1.94e+01   2      -112
  O: 2       399     -311 -4.47e-01,+3.05e-01,-6.33e+00,+6.37e+00   2      -193
@@ -1109,82 +1228,82 @@ GenVertex:     -112 ID:    0 (X,cT):0
 GenVertex:     -113 ID:    0 (X,cT):0
  I: 1       181      323 -1.07e+00,+1.14e+00,-1.19e+01,+1.20e+01   2      -113
  O: 2       401      311 -9.33e-01,+9.63e-01,-1.12e+01,+1.13e+01   2      -195
-            402      211 -1.36e-01,+1.77e-01,-7.16e-01,+7.63e-01   1     (nil)
+            402      211 -1.36e-01,+1.77e-01,-7.16e-01,+7.63e-01   1
 GenVertex:     -114 ID:    0 (X,cT):0
  I: 1       182     -323 -1.04e+00,-2.43e-02,-1.56e+01,+1.57e+01   2      -114
- O: 2       403     -321 -9.22e-01,-9.25e-02,-1.49e+01,+1.49e+01   1     (nil)
+ O: 2       403     -321 -9.22e-01,-9.25e-02,-1.49e+01,+1.49e+01   1
             404      111 -1.17e-01,+6.82e-02,-7.01e-01,+7.26e-01   2      -196
 GenVertex:     -115 ID:    0 (X,cT):0
  I: 1       184      113 +9.16e+00,-6.89e+00,-1.32e+02,+1.32e+02   2      -115
- O: 2       405     -211 +8.07e+00,-6.29e+00,-1.19e+02,+1.20e+02   1     (nil)
-            406      211 +1.09e+00,-5.97e-01,-1.23e+01,+1.24e+01   1     (nil)
+ O: 2       405     -211 +8.07e+00,-6.29e+00,-1.19e+02,+1.20e+02   1
+            406      211 +1.09e+00,-5.97e-01,-1.23e+01,+1.24e+01   1
 Vertex:     -116 ID:    0 (X,cT)=+1.87e-03,-1.71e-03,-2.84e-02,+2.85e-02
  I: 1       185      111 +1.57e+00,-1.44e+00,-2.40e+01,+2.41e+01   2      -116
- O: 2       407       22 +1.03e+00,-8.53e-01,-1.49e+01,+1.50e+01   1     (nil)
-            408       22 +5.46e-01,-5.88e-01,-9.04e+00,+9.08e+00   1     (nil)
+ O: 2       407       22 +1.03e+00,-8.53e-01,-1.49e+01,+1.50e+01   1
+            408       22 +5.46e-01,-5.88e-01,-9.04e+00,+9.08e+00   1
 GenVertex:     -117 ID:    0 (X,cT):0
  I: 1       189      213 -1.88e-01,-4.78e-01,-1.86e-02,+8.02e-01   2      -117
- O: 2       409      211 +6.32e-02,-4.07e-02,-1.95e-01,+2.51e-01   1     (nil)
+ O: 2       409      211 +6.32e-02,-4.07e-02,-1.95e-01,+2.51e-01   1
             410      111 -2.51e-01,-4.37e-01,+1.76e-01,+5.51e-01   2      -197
 GenVertex:     -118 ID:    0 (X,cT):0
  I: 1       191      213 -1.69e-01,+6.66e-02,+1.66e+00,+1.95e+00   2      -118
- O: 2       411      211 -8.99e-02,-4.44e-01,+8.88e-01,+1.01e+00   1     (nil)
+ O: 2       411      211 -8.99e-02,-4.44e-01,+8.88e-01,+1.01e+00   1
             412      111 -7.90e-02,+5.11e-01,+7.72e-01,+9.39e-01   2      -198
 GenVertex:     -119 ID:    0 (X,cT):0
  I: 1       192      113 -7.42e-01,+4.97e-01,+2.71e+00,+2.94e+00   2      -119
- O: 2       413     -211 -6.65e-02,+8.33e-02,+1.29e+00,+1.30e+00   1     (nil)
-            414      211 -6.76e-01,+4.14e-01,+1.43e+00,+1.64e+00   1     (nil)
+ O: 2       413     -211 -6.65e-02,+8.33e-02,+1.29e+00,+1.30e+00   1
+            414      211 -6.76e-01,+4.14e-01,+1.43e+00,+1.64e+00   1
 GenVertex:     -120 ID:    0 (X,cT):0
  I: 1       193     -213 +2.70e-02,+3.31e-01,+2.97e-01,+7.93e-01   2      -120
- O: 2       415     -211 -1.79e-01,+3.73e-02,+3.36e-01,+4.08e-01   1     (nil)
+ O: 2       415     -211 -1.79e-01,+3.73e-02,+3.36e-01,+4.08e-01   1
             416      111 +2.06e-01,+2.93e-01,-3.94e-02,+3.85e-01   2      -199
 GenVertex:     -121 ID:    0 (X,cT):0
  I: 1       195      113 -1.79e-01,+4.58e-01,+4.36e+00,+4.46e+00   2      -121
- O: 2       417     -211 -4.09e-01,+9.88e-02,+1.62e+00,+1.68e+00   1     (nil)
-            418      211 +2.30e-01,+3.59e-01,+2.75e+00,+2.78e+00   1     (nil)
+ O: 2       417     -211 -4.09e-01,+9.88e-02,+1.62e+00,+1.68e+00   1
+            418      211 +2.30e-01,+3.59e-01,+2.75e+00,+2.78e+00   1
 GenVertex:     -122 ID:    0 (X,cT):0
  I: 1       196     -213 -8.75e-02,+1.16e-01,+1.21e+00,+1.46e+00   2      -122
- O: 2       419     -211 +1.71e-01,-8.56e-03,+1.11e+00,+1.13e+00   1     (nil)
+ O: 2       419     -211 +1.71e-01,-8.56e-03,+1.11e+00,+1.13e+00   1
             420      111 -2.59e-01,+1.24e-01,+1.06e-01,+3.34e-01   2      -200
 GenVertex:     -123 ID:    0 (X,cT):0
  I: 1       197      323 -7.63e-01,+6.20e-01,+7.15e+00,+7.28e+00   2      -123
- O: 2       421      321 -4.34e-01,+3.13e-01,+2.39e+00,+2.49e+00   1     (nil)
+ O: 2       421      321 -4.34e-01,+3.13e-01,+2.39e+00,+2.49e+00   1
             422      111 -3.29e-01,+3.07e-01,+4.76e+00,+4.78e+00   2      -201
 GenVertex:     -124 ID:    0 (X,cT):0
  I: 1       198      221 -7.36e-01,+2.91e-01,+5.63e+00,+5.72e+00   2      -124
- O: 3       424      211 -2.05e-01,+1.05e-01,+1.26e+00,+1.28e+00   1     (nil)
-            423       22 -3.68e-01,+1.74e-01,+3.63e+00,+3.66e+00   1     (nil)
-            425     -211 -1.63e-01,+1.25e-02,+7.47e-01,+7.77e-01   1     (nil)
+ O: 3       423       22 -3.68e-01,+1.74e-01,+3.63e+00,+3.66e+00   1
+            424      211 -2.05e-01,+1.05e-01,+1.26e+00,+1.28e+00   1
+            425     -211 -1.63e-01,+1.25e-02,+7.47e-01,+7.77e-01   1
 GenVertex:     -125 ID:    0 (X,cT):0
  I: 1       200      213 +4.69e-02,-1.77e-01,-3.64e-01,+1.10e+00   2      -125
- O: 2       426      211 -3.67e-01,-1.30e-01,-4.96e-01,+6.46e-01   1     (nil)
-            427      111 +4.14e-01,-4.69e-02,+1.31e-01,+4.58e-01   2      -202
+ O: 2       427      111 +4.14e-01,-4.69e-02,+1.31e-01,+4.58e-01   2      -202
+            426      211 -3.67e-01,-1.30e-01,-4.96e-01,+6.46e-01   1
 Vertex:     -126 ID:    0 (X,cT)=+6.94e-05,-7.03e-06,+2.19e-04,+2.31e-04
  I: 1       201      111 +3.73e-01,-3.78e-02,+1.18e+00,+1.24e+00   2      -126
- O: 2       428       22 +1.73e-01,-3.58e-02,+3.54e-01,+3.96e-01   1     (nil)
-            429       22 +2.00e-01,-2.02e-03,+8.22e-01,+8.46e-01   1     (nil)
+ O: 2       428       22 +1.73e-01,-3.58e-02,+3.54e-01,+3.96e-01   1
+            429       22 +2.00e-01,-2.02e-03,+8.22e-01,+8.46e-01   1
 GenVertex:     -127 ID:    0 (X,cT):0
  I: 1       202     -213 -7.72e-01,+1.13e+00,+1.14e+00,+1.96e+00   2      -127
- O: 2       430     -211 -3.73e-02,+7.08e-01,+6.44e-01,+9.68e-01   1     (nil)
+ O: 2       430     -211 -3.73e-02,+7.08e-01,+6.44e-01,+9.68e-01   1
             431      111 -7.34e-01,+4.26e-01,+4.97e-01,+9.93e-01   2      -203
 GenVertex:     -128 ID:    0 (X,cT):0
  I: 1       203      223 +4.07e-01,-5.29e-01,+1.12e-01,+1.04e+00   2      -128
- O: 3       432      211 +3.59e-01,-2.82e-01,+1.18e-01,+4.92e-01   1     (nil)
-            433     -211 -1.50e-02,+9.43e-02,+3.19e-02,+1.72e-01   1     (nil)
+ O: 3       432      211 +3.59e-01,-2.82e-01,+1.18e-01,+4.92e-01   1
+            433     -211 -1.50e-02,+9.43e-02,+3.19e-02,+1.72e-01   1
             434      111 +6.29e-02,-3.41e-01,-3.80e-02,+3.74e-01   2      -204
 GenVertex:     -129 ID:    0 (X,cT):0
  I: 1       204      223 -5.49e-02,-3.91e-01,+1.06e+00,+1.37e+00   2      -129
- O: 3       435     -211 +6.25e-02,-1.04e-01,+1.78e-01,+2.57e-01   1     (nil)
-            436      211 +2.00e-02,-2.71e-01,+8.68e-01,+9.20e-01   1     (nil)
+ O: 3       435     -211 +6.25e-02,-1.04e-01,+1.78e-01,+2.57e-01   1
+            436      211 +2.00e-02,-2.71e-01,+8.68e-01,+9.20e-01   1
             437      111 -1.37e-01,-1.63e-02,+1.18e-02,+1.94e-01   2      -205
 Vertex:     -130 ID:    0 (X,cT)=+1.58e-01,-6.64e-02,-8.93e-01,+9.27e-01
  I: 1       205     -421 +1.62e+00,-6.80e-01,-9.14e+00,+9.49e+00   2      -130
  O: 2       438    10323 +8.73e-01,-6.30e-01,-7.46e+00,+7.64e+00   2      -206
-            439     -211 +7.49e-01,-4.97e-02,-1.68e+00,+1.85e+00   1     (nil)
+            439     -211 +7.49e-01,-4.97e-02,-1.68e+00,+1.85e+00   1
 Vertex:     -131 ID:    0 (X,cT)=+6.33e-05,-2.16e-05,-2.68e-04,+2.80e-04
  I: 1       206      111 +1.80e-01,-6.13e-02,-7.60e-01,+7.95e-01   2      -131
- O: 2       440       22 +1.83e-01,-8.44e-02,-7.27e-01,+7.54e-01   1     (nil)
-            441       22 -3.44e-03,+2.31e-02,-3.29e-02,+4.04e-02   1     (nil)
+ O: 2       440       22 +1.83e-01,-8.44e-02,-7.27e-01,+7.54e-01   1
+            441       22 -3.44e-03,+2.31e-02,-3.29e-02,+4.04e-02   1
 GenVertex:     -132 ID:    0 (X,cT):0
  I: 1       207     -311 +3.84e-01,+6.75e-01,-2.32e+00,+2.49e+00   2      -132
  O: 1       442      310 +3.84e-01,+6.75e-01,-2.32e+00,+2.49e+00   2      -207
@@ -1193,116 +1312,116 @@ GenVertex:     -133 ID:    0 (X,cT):0
  O: 1       443      310 +4.92e-01,+1.67e+00,-1.03e+01,+1.05e+01   2      -208
 Vertex:     -134 ID:    0 (X,cT)=+9.60e-06,+2.02e-06,-1.35e-04,+1.36e-04
  I: 1       210      111 +1.56e-01,+3.28e-02,-2.20e+00,+2.21e+00   2      -134
- O: 2       444       22 +1.58e-01,+4.61e-02,-2.17e+00,+2.18e+00   1     (nil)
-            445       22 -2.08e-03,-1.33e-02,-2.27e-02,+2.64e-02   1     (nil)
+ O: 2       444       22 +1.58e-01,+4.61e-02,-2.17e+00,+2.18e+00   1
+            445       22 -2.08e-03,-1.33e-02,-2.27e-02,+2.64e-02   1
 Vertex:     -135 ID:    0 (X,cT)=-6.11e-05,+1.37e-04,-6.02e-04,+6.24e-04
  I: 1       215      111 -1.24e-01,+2.78e-01,-1.22e+00,+1.26e+00   2      -135
- O: 2       446       22 -2.52e-02,+2.45e-02,-3.81e-01,+3.83e-01   1     (nil)
-            447       22 -9.85e-02,+2.53e-01,-8.38e-01,+8.81e-01   1     (nil)
+ O: 2       446       22 -2.52e-02,+2.45e-02,-3.81e-01,+3.83e-01   1
+            447       22 -9.85e-02,+2.53e-01,-8.38e-01,+8.81e-01   1
 Vertex:     -136 ID:    0 (X,cT)=-4.44e-05,-3.92e-06,-7.34e-04,+7.40e-04
  I: 1       217      111 -7.15e-02,-6.31e-03,-1.18e+00,+1.19e+00   2      -136
- O: 2       448       22 -9.35e-02,-3.77e-02,-1.03e+00,+1.04e+00   1     (nil)
-            449       22 +2.21e-02,+3.14e-02,-1.46e-01,+1.51e-01   1     (nil)
+ O: 2       448       22 -9.35e-02,-3.77e-02,-1.03e+00,+1.04e+00   1
+            449       22 +2.21e-02,+3.14e-02,-1.46e-01,+1.51e-01   1
 Vertex:     -137 ID:    0 (X,cT)=+3.41e-05,+1.99e-05,-1.06e-05,+5.12e-05
  I: 1       220      111 +1.49e-01,+8.68e-02,-4.65e-02,+2.24e-01   2      -137
- O: 2       450       22 +1.62e-01,+9.36e-02,-6.67e-02,+1.99e-01   1     (nil)
-            451       22 -1.32e-02,-6.86e-03,+2.02e-02,+2.51e-02   1     (nil)
+ O: 2       450       22 +1.62e-01,+9.36e-02,-6.67e-02,+1.99e-01   1
+            451       22 -1.32e-02,-6.86e-03,+2.02e-02,+2.51e-02   1
 GenVertex:     -138 ID:    0 (X,cT):0
  I: 1       221     -311 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   2      -138
- O: 1       452      130 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   1     (nil)
+ O: 1       452      130 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   1
 Vertex:     -139 ID:    0 (X,cT)=-3.00e-05,-1.01e-05,+1.64e-06,+3.29e-05
  I: 1       226      111 -4.64e-01,-1.55e-01,+2.53e-02,+5.08e-01   2      -139
- O: 2       453       22 -2.22e-01,-3.76e-02,-4.59e-02,+2.30e-01   1     (nil)
-            454       22 -2.42e-01,-1.18e-01,+7.12e-02,+2.78e-01   1     (nil)
+ O: 2       453       22 -2.22e-01,-3.76e-02,-4.59e-02,+2.30e-01   1
+            454       22 -2.42e-01,-1.18e-01,+7.12e-02,+2.78e-01   1
 Vertex:     -140 ID:    0 (X,cT)=-5.23e-07,-7.76e-06,+4.86e-05,+4.96e-05
  I: 1       231      111 -1.13e-02,-1.68e-01,+1.05e+00,+1.07e+00   2      -140
- O: 2       455       22 +4.72e-02,-1.23e-01,+8.16e-01,+8.27e-01   1     (nil)
-            456       22 -5.85e-02,-4.52e-02,+2.34e-01,+2.45e-01   1     (nil)
+ O: 2       455       22 +4.72e-02,-1.23e-01,+8.16e-01,+8.27e-01   1
+            456       22 -5.85e-02,-4.52e-02,+2.34e-01,+2.45e-01   1
 Vertex:     -141 ID:    0 (X,cT)=+3.06e-05,-6.13e-05,+1.04e-03,+1.04e-03
  I: 1       233      111 +1.15e-01,-2.30e-01,+3.89e+00,+3.90e+00   2      -141
- O: 2       457       22 +4.00e-02,+3.07e-04,+9.61e-01,+9.62e-01   1     (nil)
-            458       22 +7.48e-02,-2.30e-01,+2.93e+00,+2.94e+00   1     (nil)
+ O: 2       457       22 +4.00e-02,+3.07e-04,+9.61e-01,+9.62e-01   1
+            458       22 +7.48e-02,-2.30e-01,+2.93e+00,+2.94e+00   1
 Vertex:     -142 ID:    0 (X,cT)=-4.86e-07,+1.36e-05,+5.54e-03,+5.54e-03
  I: 1       240      111 -1.84e-03,+5.13e-02,+2.10e+01,+2.10e+01   2      -142
- O: 2       459       22 +6.53e-02,+3.07e-02,+8.88e+00,+8.88e+00   1     (nil)
-            460       22 -6.72e-02,+2.07e-02,+1.21e+01,+1.21e+01   1     (nil)
+ O: 2       459       22 +6.53e-02,+3.07e-02,+8.88e+00,+8.88e+00   1
+            460       22 -6.72e-02,+2.07e-02,+1.21e+01,+1.21e+01   1
 Vertex:     -143 ID:    0 (X,cT)=+9.00e-01,-4.13e-01,-2.42e+00,+2.63e+00
  I: 1       241      421 +6.24e+00,-2.87e+00,-1.68e+01,+1.82e+01   2      -143
  O: 2       461     -313 +3.33e+00,-1.55e+00,-7.24e+00,+8.16e+00   2      -209
             462      111 +2.92e+00,-1.31e+00,-9.56e+00,+1.01e+01   2      -210
 Vertex:     -144 ID:    0 (X,cT)=+1.11e-04,-5.90e-05,-2.87e-04,+3.15e-04
  I: 1       242      111 +4.94e-01,-2.63e-01,-1.28e+00,+1.40e+00   2      -144
- O: 2       463       22 +3.13e-01,-2.24e-01,-9.52e-01,+1.03e+00   1     (nil)
-            464       22 +1.81e-01,-3.87e-02,-3.28e-01,+3.76e-01   1     (nil)
+ O: 2       463       22 +3.13e-01,-2.24e-01,-9.52e-01,+1.03e+00   1
+            464       22 +1.81e-01,-3.87e-02,-3.28e-01,+3.76e-01   1
 Vertex:     -145 ID:    0 (X,cT)=+2.18e-05,-5.26e-06,-3.70e-05,+4.34e-05
  I: 1       244      111 +8.10e-01,-1.96e-01,-1.38e+00,+1.62e+00   2      -145
- O: 2       465       22 +6.12e-01,-2.00e-01,-1.10e+00,+1.28e+00   1     (nil)
-            466       22 +1.98e-01,+3.77e-03,-2.74e-01,+3.39e-01   1     (nil)
+ O: 2       465       22 +6.12e-01,-2.00e-01,-1.10e+00,+1.28e+00   1
+            466       22 +1.98e-01,+3.77e-03,-2.74e-01,+3.39e-01   1
 GenVertex:     -146 ID:    0 (X,cT):0
  I: 1       247      221 +3.89e-01,-5.39e-01,-8.71e-01,+1.22e+00   2      -146
- O: 3       467     -211 +1.74e-01,-1.31e-01,-4.30e-01,+5.02e-01   1     (nil)
-            468      211 +5.41e-02,-2.04e-01,-3.15e-01,+4.04e-01   1     (nil)
+ O: 3       467     -211 +1.74e-01,-1.31e-01,-4.30e-01,+5.02e-01   1
+            468      211 +5.41e-02,-2.04e-01,-3.15e-01,+4.04e-01   1
             469      111 +1.61e-01,-2.04e-01,-1.26e-01,+3.19e-01   2      -211
 Vertex:     -147 ID:    0 (X,cT)=+1.07e-04,-3.60e-05,-3.69e-04,+3.86e-04
  I: 1       249      111 +7.72e-01,-2.59e-01,-2.66e+00,+2.78e+00   2      -147
- O: 2       470       22 +2.51e-02,-3.16e-02,-2.06e-01,+2.10e-01   1     (nil)
-            471       22 +7.47e-01,-2.27e-01,-2.45e+00,+2.57e+00   1     (nil)
+ O: 2       470       22 +2.51e-02,-3.16e-02,-2.06e-01,+2.10e-01   1
+            471       22 +7.47e-01,-2.27e-01,-2.45e+00,+2.57e+00   1
 Vertex:     -148 ID:    0 (X,cT)=-8.22e+00,-2.29e+00,+1.29e+02,+1.35e+02
  I: 1       254      310 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2      -148
- O: 2       472      211 +1.20e-02,+1.80e-01,+6.79e-01,+7.16e-01   1     (nil)
-            473     -211 -1.20e-01,-2.10e-01,+1.02e+00,+1.05e+00   1     (nil)
+ O: 2       472      211 +1.20e-02,+1.80e-01,+6.79e-01,+7.16e-01   1
+            473     -211 -1.20e-01,-2.10e-01,+1.02e+00,+1.05e+00   1
 Vertex:     -149 ID:    0 (X,cT)=-9.20e-06,+3.86e-06,+4.76e-05,+4.89e-05
  I: 1       258      111 -2.36e-01,+9.89e-02,+1.22e+00,+1.25e+00   2      -149
- O: 2       474       22 -1.60e-01,+3.34e-03,+8.26e-01,+8.41e-01   1     (nil)
-            475       22 -7.61e-02,+9.56e-02,+3.95e-01,+4.13e-01   1     (nil)
+ O: 2       474       22 -1.60e-01,+3.34e-03,+8.26e-01,+8.41e-01   1
+            475       22 -7.61e-02,+9.56e-02,+3.95e-01,+4.13e-01   1
 Vertex:     -150 ID:    0 (X,cT)=-5.14e-04,-8.73e-05,+1.03e-02,+1.04e-02
  I: 1       260      111 -1.11e+00,-1.89e-01,+2.24e+01,+2.24e+01   2      -150
- O: 2       476       22 -9.81e-01,-1.35e-01,+2.02e+01,+2.02e+01   1     (nil)
-            477       22 -1.30e-01,-5.37e-02,+2.22e+00,+2.22e+00   1     (nil)
+ O: 2       476       22 -9.81e-01,-1.35e-01,+2.02e+01,+2.02e+01   1
+            477       22 -1.30e-01,-5.37e-02,+2.22e+00,+2.22e+00   1
 Vertex:     -151 ID:    0 (X,cT)=+1.88e-05,+4.46e-05,+6.87e-04,+6.89e-04
  I: 1       263      111 +1.08e-01,+2.55e-01,+3.93e+00,+3.94e+00   2      -151
- O: 2       478       22 +1.10e-01,+2.16e-01,+2.55e+00,+2.56e+00   1     (nil)
-            479       22 -2.65e-03,+3.91e-02,+1.38e+00,+1.38e+00   1     (nil)
+ O: 2       478       22 +1.10e-01,+2.16e-01,+2.55e+00,+2.56e+00   1
+            479       22 -2.65e-03,+3.91e-02,+1.38e+00,+1.38e+00   1
 Vertex:     -152 ID:    0 (X,cT)=-6.14e-05,-3.82e-05,+7.27e-04,+7.31e-04
  I: 1       265      111 -3.21e-01,-1.99e-01,+3.80e+00,+3.82e+00   2      -152
- O: 2       480       22 -2.34e-01,-1.54e-01,+3.28e+00,+3.29e+00   1     (nil)
-            481       22 -8.72e-02,-4.50e-02,+5.19e-01,+5.28e-01   1     (nil)
+ O: 2       480       22 -2.34e-01,-1.54e-01,+3.28e+00,+3.29e+00   1
+            481       22 -8.72e-02,-4.50e-02,+5.19e-01,+5.28e-01   1
 Vertex:     -153 ID:    0 (X,cT)=-2.19e-06,-3.00e-06,+3.58e-04,+3.58e-04
  I: 1       267      111 -1.18e-01,-1.61e-01,+1.92e+01,+1.92e+01   2      -153
- O: 2       482       22 -9.69e-02,-1.72e-01,+1.33e+01,+1.34e+01   1     (nil)
-            483       22 -2.08e-02,+1.15e-02,+5.82e+00,+5.82e+00   1     (nil)
+ O: 2       482       22 -9.69e-02,-1.72e-01,+1.33e+01,+1.34e+01   1
+            483       22 -2.08e-02,+1.15e-02,+5.82e+00,+5.82e+00   1
 Vertex:     -154 ID:    0 (X,cT)=-9.00e-04,+6.71e-04,+1.89e-01,+1.89e-01
  I: 1       273      111 -1.19e+00,+8.85e-01,+2.49e+02,+2.49e+02   2      -154
- O: 2       484       22 -5.91e-01,+4.58e-01,+1.37e+02,+1.37e+02   1     (nil)
-            485       22 -5.96e-01,+4.27e-01,+1.12e+02,+1.12e+02   1     (nil)
+ O: 2       484       22 -5.91e-01,+4.58e-01,+1.37e+02,+1.37e+02   1
+            485       22 -5.96e-01,+4.27e-01,+1.12e+02,+1.12e+02   1
 Vertex:     -155 ID:    0 (X,cT)=-5.19e-06,+2.77e-05,+9.61e-03,+9.61e-03
  I: 1       275      111 -3.94e-02,+2.10e-01,+7.29e+01,+7.29e+01   2      -155
- O: 2       486       22 -5.34e-02,+1.01e-01,+2.01e+01,+2.01e+01   1     (nil)
-            487       22 +1.40e-02,+1.09e-01,+5.28e+01,+5.28e+01   1     (nil)
+ O: 2       486       22 -5.34e-02,+1.01e-01,+2.01e+01,+2.01e+01   1
+            487       22 +1.40e-02,+1.09e-01,+5.28e+01,+5.28e+01   1
 Vertex:     -156 ID:    0 (X,cT)=-3.80e-05,+2.22e-05,+1.37e-02,+1.37e-02
  I: 1       280      111 -1.09e-01,+6.39e-02,+3.93e+01,+3.93e+01   2      -156
- O: 2       488       22 -5.83e-02,+1.46e-02,+3.27e+01,+3.27e+01   1     (nil)
-            489       22 -5.08e-02,+4.93e-02,+6.60e+00,+6.60e+00   1     (nil)
+ O: 2       488       22 -5.83e-02,+1.46e-02,+3.27e+01,+3.27e+01   1
+            489       22 -5.08e-02,+4.93e-02,+6.60e+00,+6.60e+00   1
 Vertex:     -157 ID:    0 (X,cT)=+6.48e-05,+4.92e-04,+1.80e-02,+1.80e-02
  I: 1       284      111 +1.27e-01,+9.61e-01,+3.52e+01,+3.52e+01   2      -157
- O: 2       490       22 -2.52e-02,+2.35e-01,+8.00e+00,+8.00e+00   1     (nil)
-            491       22 +1.52e-01,+7.26e-01,+2.72e+01,+2.72e+01   1     (nil)
+ O: 2       490       22 -2.52e-02,+2.35e-01,+8.00e+00,+8.00e+00   1
+            491       22 +1.52e-01,+7.26e-01,+2.72e+01,+2.72e+01   1
 Vertex:     -158 ID:    0 (X,cT)=+1.48e-04,+1.07e-04,+1.80e-03,+1.81e-03
  I: 1       285      111 +2.92e-01,+2.10e-01,+3.56e+00,+3.58e+00   2      -158
- O: 2       492       22 +2.42e-01,+1.03e-01,+2.23e+00,+2.25e+00   1     (nil)
-            493       22 +5.02e-02,+1.07e-01,+1.33e+00,+1.33e+00   1     (nil)
+ O: 2       492       22 +2.42e-01,+1.03e-01,+2.23e+00,+2.25e+00   1
+            493       22 +5.02e-02,+1.07e-01,+1.33e+00,+1.33e+00   1
 Vertex:     -159 ID:    0 (X,cT)=+2.50e-05,+3.78e-05,+5.99e-04,+6.03e-04
  I: 1       286      111 +7.22e-02,+1.09e-01,+1.73e+00,+1.74e+00   2      -159
- O: 2       494       22 +2.13e-02,+6.88e-02,+1.49e+00,+1.49e+00   1     (nil)
-            495       22 +5.09e-02,+4.05e-02,+2.47e-01,+2.55e-01   1     (nil)
+ O: 2       494       22 +2.13e-02,+6.88e-02,+1.49e+00,+1.49e+00   1
+            495       22 +5.09e-02,+4.05e-02,+2.47e-01,+2.55e-01   1
 Vertex:     -160 ID:    0 (X,cT)=+2.02e-05,+3.78e-06,+1.16e-03,+1.16e-03
  I: 1       287      111 +5.73e-02,+1.07e-02,+3.27e+00,+3.27e+00   2      -160
- O: 2       496       22 -1.28e-02,-2.31e-02,+1.49e-01,+1.51e-01   1     (nil)
-            497       22 +7.01e-02,+3.38e-02,+3.12e+00,+3.12e+00   1     (nil)
+ O: 2       496       22 -1.28e-02,-2.31e-02,+1.49e-01,+1.51e-01   1
+            497       22 +7.01e-02,+3.38e-02,+3.12e+00,+3.12e+00   1
 Vertex:     -161 ID:    0 (X,cT)=+9.91e-05,+2.78e-04,+4.67e-03,+4.68e-03
  I: 1       289      111 +4.18e-01,+1.18e+00,+1.97e+01,+1.98e+01   2      -161
- O: 2       498       22 +2.65e-01,+6.35e-01,+1.17e+01,+1.18e+01   1     (nil)
-            499       22 +1.54e-01,+5.40e-01,+7.99e+00,+8.01e+00   1     (nil)
+ O: 2       498       22 +2.65e-01,+6.35e-01,+1.17e+01,+1.18e+01   1
+            499       22 +1.54e-01,+5.40e-01,+7.99e+00,+8.01e+00   1
 GenVertex:     -162 ID:    0 (X,cT):0
  I: 1       294      221 +9.56e-01,+1.28e+00,+1.76e+01,+1.77e+01   2      -162
  O: 3       500      111 +3.73e-01,+4.04e-01,+4.84e+00,+4.87e+00   2      -212
@@ -1310,217 +1429,217 @@ GenVertex:     -162 ID:    0 (X,cT):0
             502      111 +1.53e-01,+1.59e-01,+2.85e+00,+2.86e+00   2      -214
 Vertex:     -163 ID:    0 (X,cT)=+2.58e-04,-2.44e-04,+2.53e-03,+2.55e-03
  I: 1       296      111 +1.69e+00,-1.60e+00,+1.65e+01,+1.67e+01   2      -163
- O: 2       503       22 +1.04e+00,-1.02e+00,+1.08e+01,+1.09e+01   1     (nil)
-            504       22 +6.52e-01,-5.77e-01,+5.78e+00,+5.84e+00   1     (nil)
+ O: 2       503       22 +1.04e+00,-1.02e+00,+1.08e+01,+1.09e+01   1
+            504       22 +6.52e-01,-5.77e-01,+5.78e+00,+5.84e+00   1
 Vertex:     -164 ID:    0 (X,cT)=+2.91e+01,-1.32e+01,+2.80e+02,+2.82e+02
  I: 1       297      310 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2      -164
- O: 2       505     -211 +1.68e-01,+3.96e-04,+7.88e-01,+8.18e-01   1     (nil)
-            506      211 +4.69e-01,-2.90e-01,+5.34e+00,+5.37e+00   1     (nil)
+ O: 2       505     -211 +1.68e-01,+3.96e-04,+7.88e-01,+8.18e-01   1
+            506      211 +4.69e-01,-2.90e-01,+5.34e+00,+5.37e+00   1
 Vertex:     -165 ID:    0 (X,cT)=-3.01e+00,-5.05e+01,+1.82e+02,+1.91e+02
  I: 1       299      310 -5.64e-02,-9.48e-01,+3.42e+00,+3.58e+00   2      -165
- O: 2       507      211 -9.80e-03,-8.77e-01,+3.10e+00,+3.22e+00   1     (nil)
-            508     -211 -4.66e-02,-7.14e-02,+3.18e-01,+3.57e-01   1     (nil)
+ O: 2       507      211 -9.80e-03,-8.77e-01,+3.10e+00,+3.22e+00   1
+            508     -211 -4.66e-02,-7.14e-02,+3.18e-01,+3.57e-01   1
 Vertex:     -166 ID:    0 (X,cT)=+5.65e-06,-7.57e-05,+2.42e-04,+2.55e-04
  I: 1       301      111 +2.32e-02,-3.11e-01,+9.92e-01,+1.05e+00   2      -166
- O: 2       509       22 -1.58e-02,-2.94e-01,+9.06e-01,+9.53e-01   1     (nil)
-            510       22 +3.90e-02,-1.71e-02,+8.60e-02,+9.59e-02   1     (nil)
+ O: 2       509       22 -1.58e-02,-2.94e-01,+9.06e-01,+9.53e-01   1
+            510       22 +3.90e-02,-1.71e-02,+8.60e-02,+9.59e-02   1
 Vertex:     -167 ID:    0 (X,cT)=-1.40e-04,-1.73e-04,+1.47e-04,+2.68e-04
  I: 1       305      111 -7.25e-01,-8.95e-01,+7.64e-01,+1.39e+00   2      -167
- O: 2       511       22 -1.23e-01,-1.25e-01,+1.74e-01,+2.47e-01   1     (nil)
-            512       22 -6.01e-01,-7.71e-01,+5.90e-01,+1.14e+00   1     (nil)
+ O: 2       511       22 -1.23e-01,-1.25e-01,+1.74e-01,+2.47e-01   1
+            512       22 -6.01e-01,-7.71e-01,+5.90e-01,+1.14e+00   1
 Vertex:     -168 ID:    0 (X,cT)=-2.82e-04,-3.80e-04,+1.23e-04,+4.92e-04
  I: 1       307      111 -7.03e-01,-9.49e-01,+3.08e-01,+1.23e+00   2      -168
- O: 2       513       22 -4.88e-01,-5.82e-01,+1.49e-01,+7.74e-01   1     (nil)
-            514       22 -2.15e-01,-3.67e-01,+1.58e-01,+4.54e-01   1     (nil)
+ O: 2       513       22 -4.88e-01,-5.82e-01,+1.49e-01,+7.74e-01   1
+            514       22 -2.15e-01,-3.67e-01,+1.58e-01,+4.54e-01   1
 Vertex:     -169 ID:    0 (X,cT)=-3.47e-04,-5.20e-04,-6.20e-04,+8.81e-04
  I: 1       311      111 -1.10e+00,-1.65e+00,-1.97e+00,+2.80e+00   2      -169
- O: 2       515       22 -1.08e+00,-1.63e+00,-1.96e+00,+2.76e+00   1     (nil)
-            516       22 -2.45e-02,-2.46e-02,-1.45e-02,+3.76e-02   1     (nil)
+ O: 2       515       22 -1.08e+00,-1.63e+00,-1.96e+00,+2.76e+00   1
+            516       22 -2.45e-02,-2.46e-02,-1.45e-02,+3.76e-02   1
 Vertex:     -170 ID:    0 (X,cT)=-3.29e-06,+1.10e-06,-2.41e-06,+4.57e-06
  I: 1       313      111 -2.55e-01,+8.51e-02,-1.87e-01,+3.54e-01   2      -170
- O: 2       517       22 -1.13e-01,-2.84e-02,-9.56e-02,+1.51e-01   1     (nil)
-            518       22 -1.42e-01,+1.13e-01,-9.12e-02,+2.04e-01   1     (nil)
+ O: 2       517       22 -1.13e-01,-2.84e-02,-9.56e-02,+1.51e-01   1
+            518       22 -1.42e-01,+1.13e-01,-9.12e-02,+2.04e-01   1
 Vertex:     -171 ID:    0 (X,cT)=-2.73e+00,+6.86e+00,-1.26e+01,+1.53e+01
  I: 1       314      310 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2      -171
- O: 2       519     -211 -3.73e-01,+4.98e-01,-1.02e+00,+1.20e+00   1     (nil)
-            520      211 +8.58e-02,+2.25e-01,-3.14e-01,+4.20e-01   1     (nil)
+ O: 2       519     -211 -3.73e-01,+4.98e-01,-1.02e+00,+1.20e+00   1
+            520      211 +8.58e-02,+2.25e-01,-3.14e-01,+4.20e-01   1
 Vertex:     -172 ID:    0 (X,cT)=+3.20e-04,+3.36e-05,-5.97e-04,+6.84e-04
  I: 1       318      111 +4.68e-01,+4.92e-02,-8.74e-01,+1.00e+00   2      -172
- O: 2       521       22 +1.99e-02,+1.62e-02,-1.31e-01,+1.33e-01   1     (nil)
-            522       22 +4.48e-01,+3.29e-02,-7.43e-01,+8.69e-01   1     (nil)
+ O: 2       521       22 +1.99e-02,+1.62e-02,-1.31e-01,+1.33e-01   1
+            522       22 +4.48e-01,+3.29e-02,-7.43e-01,+8.69e-01   1
 Vertex:     -173 ID:    0 (X,cT)=+1.96e-05,+4.48e-05,-3.57e-03,+3.57e-03
  I: 1       331      111 +1.15e-01,+2.64e-01,-2.11e+01,+2.11e+01   2      -173
- O: 2       523       22 +5.11e-03,+1.71e-01,-1.28e+01,+1.28e+01   1     (nil)
-            524       22 +1.10e-01,+9.28e-02,-8.25e+00,+8.26e+00   1     (nil)
+ O: 2       523       22 +5.11e-03,+1.71e-01,-1.28e+01,+1.28e+01   1
+            524       22 +1.10e-01,+9.28e-02,-8.25e+00,+8.26e+00   1
 Vertex:     -174 ID:    0 (X,cT)=+5.52e-05,+5.68e-07,-2.13e-03,+2.13e-03
  I: 1       334      111 +1.60e-01,+1.64e-03,-6.16e+00,+6.16e+00   2      -174
- O: 2       525       22 +9.75e-02,+6.03e-02,-2.60e+00,+2.61e+00   1     (nil)
-            526       22 +6.22e-02,-5.86e-02,-3.55e+00,+3.56e+00   1     (nil)
+ O: 2       525       22 +9.75e-02,+6.03e-02,-2.60e+00,+2.61e+00   1
+            526       22 +6.22e-02,-5.86e-02,-3.55e+00,+3.56e+00   1
 Vertex:     -175 ID:    0 (X,cT)=+5.38e-05,-1.78e-05,-4.71e-04,+4.74e-04
  I: 1       335      111 +3.20e-01,-1.06e-01,-2.80e+00,+2.83e+00   2      -175
- O: 2       527       22 +5.30e-02,+1.88e-02,-7.85e-01,+7.87e-01   1     (nil)
-            528       22 +2.67e-01,-1.25e-01,-2.02e+00,+2.04e+00   1     (nil)
+ O: 2       527       22 +5.30e-02,+1.88e-02,-7.85e-01,+7.87e-01   1
+            528       22 +2.67e-01,-1.25e-01,-2.02e+00,+2.04e+00   1
 Vertex:     -176 ID:    0 (X,cT)=+2.93e-05,+8.83e-06,-3.69e-04,+3.70e-04
  I: 1       336      111 +2.91e-01,+8.79e-02,-3.67e+00,+3.68e+00   2      -176
- O: 2       529       22 +2.68e-01,+3.23e-02,-2.79e+00,+2.81e+00   1     (nil)
-            530       22 +2.34e-02,+5.56e-02,-8.74e-01,+8.76e-01   1     (nil)
+ O: 2       529       22 +2.68e-01,+3.23e-02,-2.79e+00,+2.81e+00   1
+            530       22 +2.34e-02,+5.56e-02,-8.74e-01,+8.76e-01   1
 Vertex:     -177 ID:    0 (X,cT)=+1.18e-05,+1.50e-06,-2.95e-04,+2.98e-04
  I: 1       337      111 +4.06e-02,+5.17e-03,-1.02e+00,+1.02e+00   2      -177
- O: 2       531       22 -1.54e-02,-5.04e-02,-2.38e-01,+2.44e-01   1     (nil)
-            532       22 +5.60e-02,+5.56e-02,-7.77e-01,+7.81e-01   1     (nil)
+ O: 2       531       22 -1.54e-02,-5.04e-02,-2.38e-01,+2.44e-01   1
+            532       22 +5.60e-02,+5.56e-02,-7.77e-01,+7.81e-01   1
 Vertex:     -178 ID:    0 (X,cT)=+3.27e-04,+1.05e-03,-1.22e-02,+1.23e-02
  I: 1       339      111 +5.88e-01,+1.89e+00,-2.20e+01,+2.20e+01   2      -178
- O: 2       533       22 +9.44e-02,+2.34e-01,-3.28e+00,+3.29e+00   1     (nil)
-            534       22 +4.93e-01,+1.65e+00,-1.87e+01,+1.88e+01   1     (nil)
+ O: 2       533       22 +9.44e-02,+2.34e-01,-3.28e+00,+3.29e+00   1
+            534       22 +4.93e-01,+1.65e+00,-1.87e+01,+1.88e+01   1
 Vertex:     -179 ID:    0 (X,cT)=+1.73e-05,+8.31e-04,-1.74e-02,+1.74e-02
  I: 1       347      111 +1.51e-02,+7.22e-01,-1.51e+01,+1.51e+01   2      -179
- O: 2       535       22 -3.85e-02,+1.69e-01,-2.84e+00,+2.85e+00   1     (nil)
-            536       22 +5.35e-02,+5.53e-01,-1.22e+01,+1.23e+01   1     (nil)
+ O: 2       535       22 -3.85e-02,+1.69e-01,-2.84e+00,+2.85e+00   1
+            536       22 +5.35e-02,+5.53e-01,-1.22e+01,+1.23e+01   1
 Vertex:     -180 ID:    0 (X,cT)=+1.08e-05,+1.04e-05,-2.06e-04,+2.08e-04
  I: 1       349      111 +5.56e-02,+5.31e-02,-1.06e+00,+1.07e+00   2      -180
- O: 2       537       22 -2.80e-02,+6.26e-02,-5.73e-01,+5.77e-01   1     (nil)
-            538       22 +8.36e-02,-9.58e-03,-4.84e-01,+4.91e-01   1     (nil)
+ O: 2       537       22 -2.80e-02,+6.26e-02,-5.73e-01,+5.77e-01   1
+            538       22 +8.36e-02,-9.58e-03,-4.84e-01,+4.91e-01   1
 GenVertex:     -181 ID:    0 (X,cT):0
  I: 1       352     -311 +4.98e-01,+5.10e-01,-7.52e+00,+7.57e+00   2      -181
  O: 1       539      310 +4.98e-01,+5.10e-01,-7.52e+00,+7.57e+00   2      -215
 Vertex:     -182 ID:    0 (X,cT)=+8.78e-05,+1.31e-05,-1.01e-03,+1.01e-03
  I: 1       353      111 +9.21e-01,+1.38e-01,-1.06e+01,+1.06e+01   2      -182
- O: 2       540       22 +2.76e-01,+8.46e-03,-3.75e+00,+3.76e+00   1     (nil)
-            541       22 +6.45e-01,+1.29e-01,-6.82e+00,+6.85e+00   1     (nil)
+ O: 2       540       22 +2.76e-01,+8.46e-03,-3.75e+00,+3.76e+00   1
+            541       22 +6.45e-01,+1.29e-01,-6.82e+00,+6.85e+00   1
 Vertex:     -183 ID:    0 (X,cT)=-2.61e-05,-7.86e-05,-8.03e-03,+8.03e-03
  I: 1       355      111 -1.59e-01,-4.77e-01,-4.88e+01,+4.88e+01   2      -183
- O: 2       542       22 -7.47e-03,+4.92e-03,-2.71e-01,+2.71e-01   1     (nil)
-            543       22 -1.51e-01,-4.82e-01,-4.85e+01,+4.85e+01   1     (nil)
+ O: 2       542       22 -7.47e-03,+4.92e-03,-2.71e-01,+2.71e-01   1
+            543       22 -1.51e-01,-4.82e-01,-4.85e+01,+4.85e+01   1
 Vertex:     -184 ID:    0 (X,cT)=+3.04e-05,-1.20e-04,-6.56e-03,+6.56e-03
  I: 1       359      111 +6.89e-02,-2.71e-01,-1.49e+01,+1.49e+01   2      -184
- O: 2       544       22 +1.36e-02,-6.16e-02,-1.31e+00,+1.31e+00   1     (nil)
-            545       22 +5.54e-02,-2.10e-01,-1.35e+01,+1.35e+01   1     (nil)
+ O: 2       544       22 +1.36e-02,-6.16e-02,-1.31e+00,+1.31e+00   1
+            545       22 +5.54e-02,-2.10e-01,-1.35e+01,+1.35e+01   1
 Vertex:     -185 ID:    0 (X,cT)=-3.11e-05,-4.88e-05,-3.97e-03,+3.97e-03
  I: 1       362      111 -2.65e-01,-4.16e-01,-3.38e+01,+3.38e+01   2      -185
- O: 2       546       22 -2.39e-02,-6.37e-02,-2.40e+00,+2.40e+00   1     (nil)
-            547       22 -2.41e-01,-3.52e-01,-3.14e+01,+3.14e+01   1     (nil)
+ O: 2       546       22 -2.39e-02,-6.37e-02,-2.40e+00,+2.40e+00   1
+            547       22 -2.41e-01,-3.52e-01,-3.14e+01,+3.14e+01   1
 Vertex:     -186 ID:    0 (X,cT)=+4.99e-06,-7.81e-06,-4.87e-04,+4.87e-04
  I: 1       364      111 +7.55e-02,-1.18e-01,-7.35e+00,+7.36e+00   2      -186
- O: 3       549       11 +3.80e-02,-5.45e-02,-1.98e+00,+1.99e+00   1     (nil)
-            548       22 -7.69e-03,-3.50e-03,-3.43e+00,+3.43e+00   1     (nil)
-            550      -11 +4.52e-02,-6.00e-02,-1.94e+00,+1.94e+00   1     (nil)
+ O: 3       548       22 -7.69e-03,-3.50e-03,-3.43e+00,+3.43e+00   1
+            549       11 +3.80e-02,-5.45e-02,-1.98e+00,+1.99e+00   1
+            550      -11 +4.52e-02,-6.00e-02,-1.94e+00,+1.94e+00   1
 Vertex:     -187 ID:    0 (X,cT)=-3.39e-06,-5.26e-06,-1.10e-03,+1.10e-03
  I: 1       372      111 -6.13e-02,-9.53e-02,-1.99e+01,+1.99e+01   2      -187
- O: 2       551       22 +3.73e-02,+2.39e-03,-4.50e+00,+4.50e+00   1     (nil)
-            552       22 -9.86e-02,-9.77e-02,-1.54e+01,+1.54e+01   1     (nil)
+ O: 2       551       22 +3.73e-02,+2.39e-03,-4.50e+00,+4.50e+00   1
+            552       22 -9.86e-02,-9.77e-02,-1.54e+01,+1.54e+01   1
 Vertex:     -188 ID:    0 (X,cT)=-4.64e-06,+5.62e-06,+2.46e-05,+2.68e-05
  I: 1       379      111 -7.99e-02,+9.68e-02,+4.23e-01,+4.62e-01   2      -188
- O: 2       553       22 -6.55e-03,+1.04e-01,+1.84e-01,+2.11e-01   1     (nil)
-            554       22 -7.33e-02,-6.90e-03,+2.39e-01,+2.50e-01   1     (nil)
+ O: 2       553       22 -6.55e-03,+1.04e-01,+1.84e-01,+2.11e-01   1
+            554       22 -7.33e-02,-6.90e-03,+2.39e-01,+2.50e-01   1
 Vertex:     -189 ID:    0 (X,cT)=-4.97e-05,+1.48e-05,+2.90e-04,+2.95e-04
  I: 1       381      111 -3.23e-01,+9.61e-02,+1.88e+00,+1.91e+00   2      -189
- O: 2       555       22 -1.22e-01,-2.90e-02,+7.14e-01,+7.25e-01   1     (nil)
-            556       22 -2.00e-01,+1.25e-01,+1.16e+00,+1.19e+00   1     (nil)
+ O: 2       555       22 -1.22e-01,-2.90e-02,+7.14e-01,+7.25e-01   1
+            556       22 -2.00e-01,+1.25e-01,+1.16e+00,+1.19e+00   1
 Vertex:     -190 ID:    0 (X,cT)=+4.11e-06,-1.39e-06,+1.15e-04,+1.15e-04
  I: 1       386      111 +1.99e-01,-6.72e-02,+5.57e+00,+5.57e+00   2      -190
- O: 2       557       22 +9.39e-02,+3.48e-02,+1.85e+00,+1.85e+00   1     (nil)
-            558       22 +1.05e-01,-1.02e-01,+3.72e+00,+3.72e+00   1     (nil)
+ O: 2       557       22 +9.39e-02,+3.48e-02,+1.85e+00,+1.85e+00   1
+            558       22 +1.05e-01,-1.02e-01,+3.72e+00,+3.72e+00   1
 GenVertex:     -191 ID:    0 (X,cT):0
  I: 1       388      113 +8.30e-02,-2.83e-01,+1.61e+01,+1.61e+01   2      -191
- O: 2       559      211 +2.80e-01,-4.59e-01,+9.99e+00,+1.00e+01   1     (nil)
-            560     -211 -1.97e-01,+1.77e-01,+6.12e+00,+6.13e+00   1     (nil)
+ O: 2       559      211 +2.80e-01,-4.59e-01,+9.99e+00,+1.00e+01   1
+            560     -211 -1.97e-01,+1.77e-01,+6.12e+00,+6.13e+00   1
 Vertex:     -192 ID:    0 (X,cT)=-3.81e+00,+2.43e+00,-3.67e+01,+3.70e+01
  I: 1       397      323 -2.16e+01,+1.35e+01,-2.09e+02,+2.11e+02   2      -192
  O: 2       561      311 -1.87e+01,+1.16e+01,-1.82e+02,+1.84e+02   2      -216
-            562      211 -2.87e+00,+1.93e+00,-2.71e+01,+2.73e+01   1     (nil)
+            562      211 -2.87e+00,+1.93e+00,-2.71e+01,+2.73e+01   1
 GenVertex:     -193 ID:    0 (X,cT):0
  I: 1       399     -311 -4.47e-01,+3.05e-01,-6.33e+00,+6.37e+00   2      -193
  O: 1       563      310 -4.47e-01,+3.05e-01,-6.33e+00,+6.37e+00   2      -217
 Vertex:     -194 ID:    0 (X,cT)=-3.15e-04,+1.64e-04,-3.28e-03,+3.30e-03
  I: 1       400      111 -1.24e+00,+6.47e-01,-1.29e+01,+1.30e+01   2      -194
- O: 2       564       22 -2.94e-01,+1.77e-01,-3.70e+00,+3.71e+00   1     (nil)
-            565       22 -9.48e-01,+4.69e-01,-9.23e+00,+9.29e+00   1     (nil)
+ O: 2       564       22 -2.94e-01,+1.77e-01,-3.70e+00,+3.71e+00   1
+            565       22 -9.48e-01,+4.69e-01,-9.23e+00,+9.29e+00   1
 GenVertex:     -195 ID:    0 (X,cT):0
  I: 1       401      311 -9.33e-01,+9.63e-01,-1.12e+01,+1.13e+01   2      -195
  O: 1       566      310 -9.33e-01,+9.63e-01,-1.12e+01,+1.13e+01   2      -218
 Vertex:     -196 ID:    0 (X,cT)=-6.57e-06,+3.84e-06,-3.95e-05,+4.09e-05
  I: 1       404      111 -1.17e-01,+6.82e-02,-7.01e-01,+7.26e-01   2      -196
- O: 2       567       22 +1.75e-02,+4.41e-02,-2.82e-01,+2.86e-01   1     (nil)
-            568       22 -1.34e-01,+2.41e-02,-4.19e-01,+4.40e-01   1     (nil)
+ O: 2       567       22 +1.75e-02,+4.41e-02,-2.82e-01,+2.86e-01   1
+            568       22 -1.34e-01,+2.41e-02,-4.19e-01,+4.40e-01   1
 Vertex:     -197 ID:    0 (X,cT)=-4.47e-05,-7.78e-05,+3.13e-05,+9.80e-05
  I: 1       410      111 -2.51e-01,-4.37e-01,+1.76e-01,+5.51e-01   2      -197
- O: 2       569       22 -1.16e-01,-2.11e-01,+1.32e-02,+2.41e-01   1     (nil)
-            570       22 -1.36e-01,-2.27e-01,+1.63e-01,+3.10e-01   1     (nil)
+ O: 2       569       22 -1.16e-01,-2.11e-01,+1.32e-02,+2.41e-01   1
+            570       22 -1.36e-01,-2.27e-01,+1.63e-01,+3.10e-01   1
 Vertex:     -198 ID:    0 (X,cT)=-4.20e-06,+2.71e-05,+4.10e-05,+4.99e-05
  I: 1       412      111 -7.90e-02,+5.11e-01,+7.72e-01,+9.39e-01   2      -198
- O: 2       571       22 -9.13e-02,+4.77e-01,+7.59e-01,+9.01e-01   1     (nil)
-            572       22 +1.23e-02,+3.33e-02,+1.37e-02,+3.81e-02   1     (nil)
+ O: 2       571       22 -9.13e-02,+4.77e-01,+7.59e-01,+9.01e-01   1
+            572       22 +1.23e-02,+3.33e-02,+1.37e-02,+3.81e-02   1
 Vertex:     -199 ID:    0 (X,cT)=+2.92e-05,+4.15e-05,-5.58e-06,+5.45e-05
  I: 1       416      111 +2.06e-01,+2.93e-01,-3.94e-02,+3.85e-01   2      -199
- O: 2       573       22 +2.03e-01,+2.67e-01,-7.22e-02,+3.43e-01   1     (nil)
-            574       22 +3.43e-03,+2.63e-02,+3.28e-02,+4.22e-02   1     (nil)
+ O: 2       573       22 +2.03e-01,+2.67e-01,-7.22e-02,+3.43e-01   1
+            574       22 +3.43e-03,+2.63e-02,+3.28e-02,+4.22e-02   1
 Vertex:     -200 ID:    0 (X,cT)=-2.16e-05,+1.04e-05,+8.87e-06,+2.79e-05
  I: 1       420      111 -2.59e-01,+1.24e-01,+1.06e-01,+3.34e-01   2      -200
- O: 2       575       22 -3.89e-02,+8.36e-02,+4.53e-02,+1.03e-01   1     (nil)
-            576       22 -2.20e-01,+4.05e-02,+6.09e-02,+2.32e-01   1     (nil)
+ O: 2       575       22 -3.89e-02,+8.36e-02,+4.53e-02,+1.03e-01   1
+            576       22 -2.20e-01,+4.05e-02,+6.09e-02,+2.32e-01   1
 Vertex:     -201 ID:    0 (X,cT)=-5.59e-05,+5.21e-05,+8.09e-04,+8.13e-04
  I: 1       422      111 -3.29e-01,+3.07e-01,+4.76e+00,+4.78e+00   2      -201
- O: 2       577       22 -2.64e-01,+1.59e-01,+3.14e+00,+3.16e+00   1     (nil)
-            578       22 -6.51e-02,+1.48e-01,+1.62e+00,+1.62e+00   1     (nil)
+ O: 2       577       22 -2.64e-01,+1.59e-01,+3.14e+00,+3.16e+00   1
+            578       22 -6.51e-02,+1.48e-01,+1.62e+00,+1.62e+00   1
 Vertex:     -202 ID:    0 (X,cT)=+2.56e-05,-2.90e-06,+8.11e-06,+2.82e-05
  I: 1       427      111 +4.14e-01,-4.69e-02,+1.31e-01,+4.58e-01   2      -202
- O: 2       579       22 +4.15e-01,-2.52e-02,+1.20e-01,+4.33e-01   1     (nil)
-            580       22 -9.68e-04,-2.17e-02,+1.13e-02,+2.45e-02   1     (nil)
+ O: 2       579       22 +4.15e-01,-2.52e-02,+1.20e-01,+4.33e-01   1
+            580       22 -9.68e-04,-2.17e-02,+1.13e-02,+2.45e-02   1
 Vertex:     -203 ID:    0 (X,cT)=-9.79e-05,+5.68e-05,+6.63e-05,+1.32e-04
  I: 1       431      111 -7.34e-01,+4.26e-01,+4.97e-01,+9.93e-01   2      -203
- O: 2       581       22 -3.41e-01,+2.71e-01,+2.25e-01,+4.90e-01   1     (nil)
-            582       22 -3.94e-01,+1.56e-01,+2.73e-01,+5.03e-01   1     (nil)
+ O: 2       581       22 -3.41e-01,+2.71e-01,+2.25e-01,+4.90e-01   1
+            582       22 -3.94e-01,+1.56e-01,+2.73e-01,+5.03e-01   1
 Vertex:     -204 ID:    0 (X,cT)=+1.01e-05,-5.45e-05,-6.08e-06,+5.98e-05
  I: 1       434      111 +6.29e-02,-3.41e-01,-3.80e-02,+3.74e-01   2      -204
- O: 2       583       22 +5.58e-02,-8.25e-02,+3.46e-02,+1.05e-01   1     (nil)
-            584       22 +7.11e-03,-2.58e-01,-7.26e-02,+2.69e-01   1     (nil)
+ O: 2       583       22 +5.58e-02,-8.25e-02,+3.46e-02,+1.05e-01   1
+            584       22 +7.11e-03,-2.58e-01,-7.26e-02,+2.69e-01   1
 Vertex:     -205 ID:    0 (X,cT)=-3.75e-05,-4.46e-06,+3.21e-06,+5.29e-05
  I: 1       437      111 -1.37e-01,-1.63e-02,+1.18e-02,+1.94e-01   2      -205
- O: 2       585       22 -9.46e-02,+4.14e-02,+4.73e-02,+1.14e-01   1     (nil)
-            586       22 -4.29e-02,-5.77e-02,-3.55e-02,+8.02e-02   1     (nil)
+ O: 2       585       22 -9.46e-02,+4.14e-02,+4.73e-02,+1.14e-01   1
+            586       22 -4.29e-02,-5.77e-02,-3.55e-02,+8.02e-02   1
 Vertex:     -206 ID:    0 (X,cT)=+1.58e-01,-6.64e-02,-8.93e-01,+9.27e-01
  I: 1       438    10323 +8.73e-01,-6.30e-01,-7.46e+00,+7.64e+00   2      -206
- O: 2       587      321 +3.86e-01,-2.73e-01,-2.92e+00,+3.00e+00   1     (nil)
+ O: 2       587      321 +3.86e-01,-2.73e-01,-2.92e+00,+3.00e+00   1
             588      223 +4.87e-01,-3.58e-01,-4.53e+00,+4.64e+00   2      -219
 Vertex:     -207 ID:    0 (X,cT)=+6.34e+00,+1.12e+01,-3.83e+01,+4.12e+01
  I: 1       442      310 +3.84e-01,+6.75e-01,-2.32e+00,+2.49e+00   2      -207
- O: 2       589     -211 +1.48e-01,+5.93e-01,-1.74e+00,+1.85e+00   1     (nil)
-            590      211 +2.36e-01,+8.15e-02,-5.72e-01,+6.40e-01   1     (nil)
+ O: 2       589     -211 +1.48e-01,+5.93e-01,-1.74e+00,+1.85e+00   1
+            590      211 +2.36e-01,+8.15e-02,-5.72e-01,+6.40e-01   1
 Vertex:     -208 ID:    0 (X,cT)=+6.83e+00,+2.32e+01,-1.43e+02,+1.45e+02
  I: 1       443      310 +4.92e-01,+1.67e+00,-1.03e+01,+1.05e+01   2      -208
- O: 2       591      211 +2.44e-01,+1.36e+00,-7.90e+00,+8.02e+00   1     (nil)
-            592     -211 +2.48e-01,+3.05e-01,-2.40e+00,+2.43e+00   1     (nil)
+ O: 2       591      211 +2.44e-01,+1.36e+00,-7.90e+00,+8.02e+00   1
+            592     -211 +2.48e-01,+3.05e-01,-2.40e+00,+2.43e+00   1
 Vertex:     -209 ID:    0 (X,cT)=+9.00e-01,-4.13e-01,-2.42e+00,+2.63e+00
  I: 1       461     -313 +3.33e+00,-1.55e+00,-7.24e+00,+8.16e+00   2      -209
- O: 2       593     -321 +2.28e+00,-1.05e+00,-5.51e+00,+6.07e+00   1     (nil)
-            594      211 +1.05e+00,-5.07e-01,-1.73e+00,+2.09e+00   1     (nil)
+ O: 2       593     -321 +2.28e+00,-1.05e+00,-5.51e+00,+6.07e+00   1
+            594      211 +1.05e+00,-5.07e-01,-1.73e+00,+2.09e+00   1
 Vertex:     -210 ID:    0 (X,cT)=+9.00e-01,-4.13e-01,-2.42e+00,+2.63e+00
  I: 1       462      111 +2.92e+00,-1.31e+00,-9.56e+00,+1.01e+01   2      -210
- O: 2       595       22 +2.61e+00,-1.13e+00,-8.44e+00,+8.90e+00   1     (nil)
-            596       22 +3.12e-01,-1.85e-01,-1.12e+00,+1.18e+00   1     (nil)
+ O: 2       595       22 +2.61e+00,-1.13e+00,-8.44e+00,+8.90e+00   1
+            596       22 +3.12e-01,-1.85e-01,-1.12e+00,+1.18e+00   1
 Vertex:     -211 ID:    0 (X,cT)=+1.16e-05,-1.47e-05,-9.04e-06,+2.29e-05
  I: 1       469      111 +1.61e-01,-2.04e-01,-1.26e-01,+3.19e-01   2      -211
- O: 2       597       22 +1.53e-02,-6.02e-02,-9.24e-02,+1.11e-01   1     (nil)
-            598       22 +1.46e-01,-1.44e-01,-3.35e-02,+2.08e-01   1     (nil)
+ O: 2       597       22 +1.53e-02,-6.02e-02,-9.24e-02,+1.11e-01   1
+            598       22 +1.46e-01,-1.44e-01,-3.35e-02,+2.08e-01   1
 Vertex:     -212 ID:    0 (X,cT)=+4.54e-05,+4.92e-05,+5.89e-04,+5.93e-04
  I: 1       500      111 +3.73e-01,+4.04e-01,+4.84e+00,+4.87e+00   2      -212
- O: 2       599       22 +6.24e-02,+9.07e-02,+5.92e-01,+6.02e-01   1     (nil)
-            600       22 +3.10e-01,+3.13e-01,+4.25e+00,+4.27e+00   1     (nil)
+ O: 2       599       22 +6.24e-02,+9.07e-02,+5.92e-01,+6.02e-01   1
+            600       22 +3.10e-01,+3.13e-01,+4.25e+00,+4.27e+00   1
 Vertex:     -213 ID:    0 (X,cT)=+1.06e-05,+1.77e-05,+2.45e-04,+2.46e-04
  I: 1       501      111 +4.30e-01,+7.17e-01,+9.92e+00,+9.96e+00   2      -213
- O: 2       601       22 +2.70e-01,+3.42e-01,+4.68e+00,+4.70e+00   1     (nil)
-            602       22 +1.60e-01,+3.75e-01,+5.24e+00,+5.26e+00   1     (nil)
+ O: 2       601       22 +2.70e-01,+3.42e-01,+4.68e+00,+4.70e+00   1
+            602       22 +1.60e-01,+3.75e-01,+5.24e+00,+5.26e+00   1
 Vertex:     -214 ID:    0 (X,cT)=+3.42e-05,+3.55e-05,+6.36e-04,+6.39e-04
  I: 1       502      111 +1.53e-01,+1.59e-01,+2.85e+00,+2.86e+00   2      -214
- O: 2       603       22 +1.66e-01,+9.32e-02,+2.21e+00,+2.21e+00   1     (nil)
-            604       22 -1.33e-02,+6.57e-02,+6.40e-01,+6.43e-01   1     (nil)
+ O: 2       603       22 +1.66e-01,+9.32e-02,+2.21e+00,+2.21e+00   1
+            604       22 -1.33e-02,+6.57e-02,+6.40e-01,+6.43e-01   1
 Vertex:     -215 ID:    0 (X,cT)=+2.34e+01,+2.39e+01,-3.53e+02,+3.55e+02
  I: 1       539      310 +4.98e-01,+5.10e-01,-7.52e+00,+7.57e+00   2      -215
- O: 2       605     -211 -2.61e-02,+1.43e-01,-1.27e+00,+1.29e+00   1     (nil)
-            606      211 +5.24e-01,+3.67e-01,-6.25e+00,+6.28e+00   1     (nil)
+ O: 2       605     -211 -2.61e-02,+1.43e-01,-1.27e+00,+1.29e+00   1
+            606      211 +5.24e-01,+3.67e-01,-6.25e+00,+6.28e+00   1
 Vertex:     -216 ID:    0 (X,cT)=-3.81e+00,+2.43e+00,-3.67e+01,+3.70e+01
  I: 1       561      311 -1.87e+01,+1.16e+01,-1.82e+02,+1.84e+02   2      -216
- O: 1       607      130 -1.87e+01,+1.16e+01,-1.82e+02,+1.84e+02   1     (nil)
+ O: 1       607      130 -1.87e+01,+1.16e+01,-1.82e+02,+1.84e+02   1
 Vertex:     -217 ID:    0 (X,cT)=-8.57e+01,+5.84e+01,-1.21e+03,+1.22e+03
  I: 1       563      310 -4.47e-01,+3.05e-01,-6.33e+00,+6.37e+00   2      -217
  O: 2       608      111 -3.60e-01,+3.29e-01,-3.33e+00,+3.37e+00   2      -220
@@ -1531,29 +1650,29 @@ Vertex:     -218 ID:    0 (X,cT)=-1.70e+00,+1.75e+00,-2.03e+01,+2.05e+01
             611      111 -7.72e-01,+7.38e-01,-9.69e+00,+9.75e+00   2      -223
 Vertex:     -219 ID:    0 (X,cT)=+1.58e-01,-6.64e-02,-8.93e-01,+9.27e-01
  I: 1       588      223 +4.87e-01,-3.58e-01,-4.53e+00,+4.64e+00   2      -219
- O: 3       612     -211 +3.21e-01,-2.23e-01,-1.77e+00,+1.82e+00   1     (nil)
-            613      211 +1.03e-01,-2.97e-01,-2.00e+00,+2.03e+00   1     (nil)
+ O: 3       612     -211 +3.21e-01,-2.23e-01,-1.77e+00,+1.82e+00   1
+            613      211 +1.03e-01,-2.97e-01,-2.00e+00,+2.03e+00   1
             614      111 +6.30e-02,+1.63e-01,-7.63e-01,+7.94e-01   2      -224
 Vertex:     -220 ID:    0 (X,cT)=-8.57e+01,+5.84e+01,-1.21e+03,+1.22e+03
  I: 1       608      111 -3.60e-01,+3.29e-01,-3.33e+00,+3.37e+00   2      -220
- O: 2       615       22 -3.26e-01,+2.76e-01,-3.12e+00,+3.15e+00   1     (nil)
-            616       22 -3.41e-02,+5.33e-02,-2.15e-01,+2.24e-01   1     (nil)
+ O: 2       615       22 -3.26e-01,+2.76e-01,-3.12e+00,+3.15e+00   1
+            616       22 -3.41e-02,+5.33e-02,-2.15e-01,+2.24e-01   1
 Vertex:     -221 ID:    0 (X,cT)=-8.57e+01,+5.84e+01,-1.21e+03,+1.22e+03
  I: 1       609      111 -8.72e-02,-2.40e-02,-2.99e+00,+3.00e+00   2      -221
- O: 2       617       22 -1.01e-01,+2.75e-02,-2.29e+00,+2.30e+00   1     (nil)
-            618       22 +1.37e-02,-5.15e-02,-7.01e-01,+7.03e-01   1     (nil)
+ O: 2       617       22 -1.01e-01,+2.75e-02,-2.29e+00,+2.30e+00   1
+            618       22 +1.37e-02,-5.15e-02,-7.01e-01,+7.03e-01   1
 Vertex:     -222 ID:    0 (X,cT)=-1.70e+00,+1.75e+00,-2.03e+01,+2.05e+01
  I: 1       610      111 -1.61e-01,+2.25e-01,-1.49e+00,+1.52e+00   2      -222
- O: 2       619       22 -7.30e-02,+2.04e-01,-1.01e+00,+1.03e+00   1     (nil)
-            620       22 -8.76e-02,+2.04e-02,-4.77e-01,+4.85e-01   1     (nil)
+ O: 2       619       22 -7.30e-02,+2.04e-01,-1.01e+00,+1.03e+00   1
+            620       22 -8.76e-02,+2.04e-02,-4.77e-01,+4.85e-01   1
 Vertex:     -223 ID:    0 (X,cT)=-1.70e+00,+1.75e+00,-2.03e+01,+2.05e+01
  I: 1       611      111 -7.72e-01,+7.38e-01,-9.69e+00,+9.75e+00   2      -223
- O: 2       621       22 -6.72e-01,+5.71e-01,-7.86e+00,+7.91e+00   1     (nil)
-            622       22 -1.00e-01,+1.67e-01,-1.82e+00,+1.83e+00   1     (nil)
+ O: 2       621       22 -6.72e-01,+5.71e-01,-7.86e+00,+7.91e+00   1
+            622       22 -1.00e-01,+1.67e-01,-1.82e+00,+1.83e+00   1
 Vertex:     -224 ID:    0 (X,cT)=+1.58e-01,-6.64e-02,-8.93e-01,+9.27e-01
  I: 1       614      111 +6.30e-02,+1.63e-01,-7.63e-01,+7.94e-01   2      -224
- O: 2       623       22 -8.72e-03,-2.00e-02,-1.18e-01,+1.20e-01   1     (nil)
-            624       22 +7.17e-02,+1.83e-01,-6.45e-01,+6.74e-01   1     (nil)
+ O: 2       623       22 -8.72e-03,-2.00e-02,-1.18e-01,+1.20e-01   1
+            624       22 +7.17e-02,+1.83e-01,-6.45e-01,+6.74e-01   1
 ________________________________________________________________________________
 Stage 0->1 : 0 hits found in the muon chamber.
 ++++++++ event aborted
@@ -1568,231 +1687,231 @@ GenEvent: #3 ID=20 SignalProcessGenVertex Barcode: 0
  Entries this event: 102 vertices, 280 particles.
  RndmState(0)=
  Wgts(0)=
- EventScale -1 GeV 	 alphaQCD=-1	 alphaQED=-1
+ EventScale -1 [energy] 	 alphaQCD=-1	 alphaQED=-1
                                     GenParticle Legend
         Barcode   PDG ID      ( Px,       Py,       Pz,     E ) Stat  DecayVtx
 ________________________________________________________________________________
 GenVertex:       -1 ID:    0 (X,cT):0
  I: 1         1     2212 +0.00e+00,+0.00e+00,+7.00e+03,+7.00e+03   3        -1
- O: 3         3       21 +5.50e-01,+2.26e-01,+5.57e+01,+5.57e+01   3        -3
-             14     2101 -9.42e-01,+2.17e-01,+6.53e+03,+6.53e+03   2        -9
+ O: 3        14     2101 -9.42e-01,+2.17e-01,+6.53e+03,+6.53e+03   2        -9
+              3       21 +5.50e-01,+2.26e-01,+5.57e+01,+5.57e+01   3        -3
              15        2 +3.93e-01,-4.42e-01,+2.02e+01,+2.03e+01   2       -11
 GenVertex:       -2 ID:    0 (X,cT):0
  I: 1         2     2212 +0.00e+00,+0.00e+00,-7.00e+03,+7.00e+03   3        -2
- O: 2        29     2203 +2.49e+00,+5.11e-01,-5.57e+03,+5.57e+03   2       -11
-              4        1 -2.49e+00,-5.11e-01,-1.27e+03,+1.27e+03   3        -4
+ O: 2         4        1 -2.49e+00,-5.11e-01,-1.27e+03,+1.27e+03   3        -4
+             29     2203 +2.49e+00,+5.11e-01,-5.57e+03,+5.57e+03   2       -11
 GenVertex:       -3 ID:    0 (X,cT):0
  I: 1         3       21 +5.50e-01,+2.26e-01,+5.57e+01,+5.57e+01   3        -3
  O: 4        16       21 +1.28e+00,-8.74e-01,+5.02e+01,+5.02e+01   2       -11
+              5       -2 +5.15e-01,-3.71e-01,+4.37e+00,+4.41e+00   3        -5
              13        2 -1.06e+00,+5.40e-01,+6.25e-01,+1.38e+00   2        -9
              17       21 -1.67e-01,+9.43e-01,-4.22e+00,+4.33e+00   2       -11
-              5       -2 +5.15e-01,-3.71e-01,+4.37e+00,+4.41e+00   3        -5
 GenVertex:       -4 ID:    0 (X,cT):0
  I: 1         4        1 -2.49e+00,-5.11e-01,-1.27e+03,+1.27e+03   3        -4
- O: 7        27       21 -8.57e-01,+1.30e+00,-8.64e+01,+8.64e+01   2       -11
-             28       21 +2.10e-01,-2.36e-01,-5.04e+02,+5.04e+02   2       -11
-              6        1 +2.57e+00,+4.38e-01,-4.63e+02,+4.63e+02   3        -5
-             25       21 -4.72e-02,-2.81e-01,-7.30e+00,+7.31e+00   2       -11
-             26       21 -3.65e+00,+1.06e+00,-1.44e+02,+1.44e+02   2       -11
+ O: 7         6        1 +2.57e+00,+4.38e-01,-4.63e+02,+4.63e+02   3        -5
              23       21 -6.21e-01,-2.83e+00,-4.24e+01,+4.25e+01   2       -11
              24       21 -1.09e-01,+2.50e-02,-1.28e+01,+1.28e+01   2       -11
+             25       21 -4.72e-02,-2.81e-01,-7.30e+00,+7.31e+00   2       -11
+             26       21 -3.65e+00,+1.06e+00,-1.44e+02,+1.44e+02   2       -11
+             27       21 -8.57e-01,+1.30e+00,-8.64e+01,+8.64e+01   2       -11
+             28       21 +2.10e-01,-2.36e-01,-5.04e+02,+5.04e+02   2       -11
 GenVertex:       -5 ID:    0 (X,cT):0
- I: 2         6        1 +2.57e+00,+4.38e-01,-4.63e+02,+4.63e+02   3        -5
-              5       -2 +5.15e-01,-3.71e-01,+4.37e+00,+4.41e+00   3        -5
+ I: 2         5       -2 +5.15e-01,-3.71e-01,+4.37e+00,+4.41e+00   3        -5
+              6        1 +2.57e+00,+4.38e-01,-4.63e+02,+4.63e+02   3        -5
  O: 2         8      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   3        -7
               7       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   3        -6
 GenVertex:       -6 ID:    0 (X,cT):0
  I: 1         7       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   3        -6
- O: 1         9       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   1     (nil)
+ O: 1         9       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   1
 GenVertex:       -7 ID:    0 (X,cT):0
  I: 1         8      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   3        -7
  O: 1        10      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   2        -8
 GenVertex:       -8 ID:    0 (X,cT):0
  I: 1        10      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   2        -8
- O: 2        11       13 +1.17e+01,+3.45e+01,-2.85e+02,+2.87e+02   1     (nil)
-             12      -14 -9.19e+00,-3.92e+01,-1.68e+02,+1.73e+02   1     (nil)
+ O: 2        11       13 +1.17e+01,+3.45e+01,-2.85e+02,+2.87e+02   1
+             12      -14 -9.19e+00,-3.92e+01,-1.68e+02,+1.73e+02   1
 GenVertex:       -9 ID:    0 (X,cT):0
- I: 2        13        2 -1.06e+00,+5.40e-01,+6.25e-01,+1.38e+00   2        -9
-             14     2101 -9.42e-01,+2.17e-01,+6.53e+03,+6.53e+03   2        -9
+ I: 2        14     2101 -9.42e-01,+2.17e-01,+6.53e+03,+6.53e+03   2        -9
+             13        2 -1.06e+00,+5.40e-01,+6.25e-01,+1.38e+00   2        -9
  O: 1        35       92 -2.00e+00,+7.56e-01,+6.53e+03,+6.54e+03   2       -10
 GenVertex:      -10 ID:    0 (X,cT):0
  I: 1        35       92 -2.00e+00,+7.56e-01,+6.53e+03,+6.54e+03   2       -10
- O: 9        44     2112 -3.44e-01,+2.18e-02,+5.44e+03,+5.44e+03   1     (nil)
-             40      333 +4.67e-02,-1.10e-02,+6.10e+01,+6.10e+01   2       -19
-             41     -313 +6.61e-02,+2.00e-01,+1.02e+02,+1.02e+02   2       -20
-             38     -321 +5.75e-01,-1.63e-01,+3.07e+00,+3.17e+00   1     (nil)
+ O: 9        42     -211 +6.62e-01,+2.34e-03,+1.91e+01,+1.92e+01   1
+             38     -321 +5.75e-01,-1.63e-01,+3.07e+00,+3.17e+00   1
+             43      213 -1.13e+00,+2.68e-01,+8.99e+02,+8.99e+02   2       -21
              39      323 -4.93e-01,+1.18e-01,+1.14e+01,+1.14e+01   2       -18
-             36      321 -2.73e-01,+1.76e-01,+9.69e-01,+1.13e+00   1     (nil)
+             41     -313 +6.61e-02,+2.00e-01,+1.02e+02,+1.02e+02   2       -20
+             40      333 +4.67e-02,-1.10e-02,+6.10e+01,+6.10e+01   2       -19
+             44     2112 -3.44e-01,+2.18e-02,+5.44e+03,+5.44e+03   1
+             36      321 -2.73e-01,+1.76e-01,+9.69e-01,+1.13e+00   1
              37      333 -1.11e+00,+1.44e-01,+2.44e+00,+2.87e+00   2       -17
-             42     -211 +6.62e-01,+2.34e-03,+1.91e+01,+1.92e+01   1     (nil)
-             43      213 -1.13e+00,+2.68e-01,+8.99e+02,+8.99e+02   2       -21
 GenVertex:      -11 ID:    0 (X,cT):0
  I:15        16       21 +1.28e+00,-8.74e-01,+5.02e+01,+5.02e+01   2       -11
-             29     2203 +2.49e+00,+5.11e-01,-5.57e+03,+5.57e+03   2       -11
-             18       21 +9.34e-01,+2.91e+00,+1.97e+01,+2.00e+01   2       -11
-             22       21 -2.68e+00,+1.72e+00,-1.05e+02,+1.05e+02   2       -11
-             20       21 +2.14e+00,-4.17e+00,-7.24e+00,+8.62e+00   2       -11
-             27       21 -8.57e-01,+1.30e+00,-8.64e+01,+8.64e+01   2       -11
-             28       21 +2.10e-01,-2.36e-01,-5.04e+02,+5.04e+02   2       -11
-             25       21 -4.72e-02,-2.81e-01,-7.30e+00,+7.31e+00   2       -11
-             26       21 -3.65e+00,+1.06e+00,-1.44e+02,+1.44e+02   2       -11
              15        2 +3.93e-01,-4.42e-01,+2.02e+01,+2.03e+01   2       -11
+             22       21 -2.68e+00,+1.72e+00,-1.05e+02,+1.05e+02   2       -11
              21       21 +2.68e+00,-1.72e+00,-3.07e+01,+3.09e+01   2       -11
-             17       21 -1.67e-01,+9.43e-01,-4.22e+00,+4.33e+00   2       -11
              23       21 -6.21e-01,-2.83e+00,-4.24e+01,+4.25e+01   2       -11
              24       21 -1.09e-01,+2.50e-02,-1.28e+01,+1.28e+01   2       -11
              19       21 -2.14e+00,+4.17e+00,-2.51e+00,+5.32e+00   2       -11
+             17       21 -1.67e-01,+9.43e-01,-4.22e+00,+4.33e+00   2       -11
+             25       21 -4.72e-02,-2.81e-01,-7.30e+00,+7.31e+00   2       -11
+             26       21 -3.65e+00,+1.06e+00,-1.44e+02,+1.44e+02   2       -11
+             20       21 +2.14e+00,-4.17e+00,-7.24e+00,+8.62e+00   2       -11
+             18       21 +9.34e-01,+2.91e+00,+1.97e+01,+2.00e+01   2       -11
+             29     2203 +2.49e+00,+5.11e-01,-5.57e+03,+5.57e+03   2       -11
+             27       21 -8.57e-01,+1.30e+00,-8.64e+01,+8.64e+01   2       -11
+             28       21 +2.10e-01,-2.36e-01,-5.04e+02,+5.04e+02   2       -11
  O: 1        45       92 -1.50e-01,+2.09e+00,-6.43e+03,+6.61e+03   2       -12
 GenVertex:      -12 ID:    0 (X,cT):0
  I: 1        45       92 -1.50e-01,+2.09e+00,-6.43e+03,+6.61e+03   2       -12
- O:44        70      323 +1.48e+00,-9.63e-01,-1.55e+01,+1.56e+01   2       -39
-             71     -321 -2.78e-01,+3.30e-01,-8.84e+00,+8.87e+00   1     (nil)
-             72      213 +4.81e-01,-1.41e-01,-1.37e+01,+1.37e+01   2       -40
-             73      111 -6.69e-01,+1.78e-01,-1.87e+01,+1.87e+01   2       -41
-             53      113 -2.30e-01,+1.48e-01,-1.62e+00,+1.84e+00   2       -27
-             54      223 +3.60e-01,+7.58e-01,+8.72e-01,+1.44e+00   2       -28
-             55      113 +1.21e-01,+1.16e-01,+9.83e-01,+1.26e+00   2       -29
-             46      211 +1.39e+00,-8.14e-01,+3.12e+01,+3.13e+01   1     (nil)
-             49      113 +6.00e-01,-2.67e-01,+2.22e+00,+2.44e+00   2       -23
-             51     -313 +1.43e-02,+4.68e-01,-3.88e-01,+1.12e+00   2       -25
-             66     2114 +9.53e-01,-6.69e-01,-3.09e+00,+3.53e+00   2       -38
-             67      211 -1.36e-01,-6.50e-01,-8.86e-01,+1.12e+00   1     (nil)
-             68    -2212 +8.49e-01,-2.09e+00,-5.29e+00,+5.82e+00   1     (nil)
-             69     -211 +1.20e-01,+2.39e-01,-1.06e+00,+1.10e+00   1     (nil)
+ O:44        65      213 -4.52e-01,+2.86e-01,-1.23e+00,+1.57e+00   2       -37
              50      323 -3.07e-01,-6.12e-02,-1.42e-02,+9.76e-01   2       -24
-             58     -321 +1.93e-01,+1.97e-01,+6.13e+00,+6.16e+00   1     (nil)
-             59      223 -2.63e-01,+7.90e-01,+6.47e-01,+1.31e+00   2       -32
-             60      213 +1.35e-01,+1.08e+00,+5.74e-01,+1.37e+00   2       -33
-             89      223 +1.23e+00,+3.33e-01,-2.87e+03,+2.87e+03   2       -50
-             57      323 +1.76e-01,+4.23e-01,+1.93e+00,+2.16e+00   2       -31
-             62      213 -9.08e-02,+5.82e-01,-1.54e+00,+1.76e+00   2       -34
-             47      113 +6.88e-02,-1.41e-01,+2.65e+01,+2.66e+01   2       -22
-             48     -211 -3.37e-01,-1.68e-01,+9.43e+00,+9.44e+00   1     (nil)
-             78      311 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   2       -44
-             79    -2112 -1.86e+00,+2.64e-01,-6.69e+01,+6.69e+01   1     (nil)
-             80     -211 -4.20e-01,-6.99e-02,-4.46e+01,+4.47e+01   1     (nil)
-             81      211 -1.23e+00,+5.35e-01,-3.48e+01,+3.49e+01   1     (nil)
-             82      311 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -45
-             83     -323 -5.63e-01,-7.34e-02,-1.48e+02,+1.48e+02   2       -46
-             84      211 -1.34e-01,-9.12e-02,-7.11e+00,+7.11e+00   1     (nil)
-             85      113 +1.80e-02,+8.34e-01,-6.47e+02,+6.47e+02   2       -47
-             86     -211 +2.67e-01,-2.79e-01,-5.20e+02,+5.20e+02   1     (nil)
+             68    -2212 +8.49e-01,-2.09e+00,-5.29e+00,+5.82e+00   1
+             66     2114 +9.53e-01,-6.69e-01,-3.09e+00,+3.53e+00   2       -38
              87      213 +3.40e-01,+1.94e-01,-1.02e+03,+1.02e+03   2       -48
+             69     -211 +1.20e-01,+2.39e-01,-1.06e+00,+1.10e+00   1
+             48     -211 -3.37e-01,-1.68e-01,+9.43e+00,+9.44e+00   1
+             70      323 +1.48e+00,-9.63e-01,-1.55e+01,+1.56e+01   2       -39
              88     2214 +5.67e-01,+9.88e-02,-8.80e+02,+8.80e+02   2       -49
-             61     -211 -1.05e+00,+1.11e+00,-1.21e-01,+1.54e+00   1     (nil)
-             63      221 +1.94e-01,-2.74e-01,-2.66e-01,+6.95e-01   2       -35
+             84      211 -1.34e-01,-9.12e-02,-7.11e+00,+7.11e+00   1
+             46      211 +1.39e+00,-8.14e-01,+3.12e+01,+3.13e+01   1
+             71     -321 -2.78e-01,+3.30e-01,-8.84e+00,+8.87e+00   1
+             72      213 +4.81e-01,-1.41e-01,-1.37e+01,+1.37e+01   2       -40
+             73      111 -6.69e-01,+1.78e-01,-1.87e+01,+1.87e+01   2       -41
              64     -213 +2.31e-01,+2.74e-01,-1.31e+00,+1.58e+00   2       -36
-             65      213 -4.52e-01,+2.86e-01,-1.23e+00,+1.57e+00   2       -37
+             85      113 +1.80e-02,+8.34e-01,-6.47e+02,+6.47e+02   2       -47
+             47      113 +6.88e-02,-1.41e-01,+2.65e+01,+2.66e+01   2       -22
              74     -213 -3.45e-01,-1.71e-01,-1.77e+01,+1.77e+01   2       -42
-             75     2212 -3.93e-01,+8.27e-02,-3.98e+01,+3.98e+01   1     (nil)
-             76    -2212 -6.65e-01,+6.91e-02,-2.61e+01,+2.61e+01   1     (nil)
+             89      223 +1.23e+00,+3.33e-01,-2.87e+03,+2.87e+03   2       -50
+             75     2212 -3.93e-01,+8.27e-02,-3.98e+01,+3.98e+01   1
+             76    -2212 -6.65e-01,+6.91e-02,-2.61e+01,+2.61e+01   1
+             86     -211 +2.67e-01,-2.79e-01,-5.20e+02,+5.20e+02   1
              77     3224 -4.07e-01,-1.66e+00,-3.45e+01,+3.46e+01   2       -43
+             78      311 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   2       -44
+             63      221 +1.94e-01,-2.74e-01,-2.66e-01,+6.95e-01   2       -35
+             79    -2112 -1.86e+00,+2.64e-01,-6.69e+01,+6.69e+01   1
+             80     -211 -4.20e-01,-6.99e-02,-4.46e+01,+4.47e+01   1
+             81      211 -1.23e+00,+5.35e-01,-3.48e+01,+3.49e+01   1
+             82      311 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -45
+             67      211 -1.36e-01,-6.50e-01,-8.86e-01,+1.12e+00   1
+             83     -323 -5.63e-01,-7.34e-02,-1.48e+02,+1.48e+02   2       -46
+             49      113 +6.00e-01,-2.67e-01,+2.22e+00,+2.44e+00   2       -23
+             51     -313 +1.43e-02,+4.68e-01,-3.88e-01,+1.12e+00   2       -25
              52      111 +8.08e-02,-1.35e-02,-7.15e-01,+7.33e-01   2       -26
+             53      113 -2.30e-01,+1.48e-01,-1.62e+00,+1.84e+00   2       -27
              56     -213 +8.69e-02,+1.01e+00,+7.42e+00,+7.52e+00   2       -30
+             57      323 +1.76e-01,+4.23e-01,+1.93e+00,+2.16e+00   2       -31
+             58     -321 +1.93e-01,+1.97e-01,+6.13e+00,+6.16e+00   1
+             59      223 -2.63e-01,+7.90e-01,+6.47e-01,+1.31e+00   2       -32
+             54      223 +3.60e-01,+7.58e-01,+8.72e-01,+1.44e+00   2       -28
+             60      213 +1.35e-01,+1.08e+00,+5.74e-01,+1.37e+00   2       -33
+             55      113 +1.21e-01,+1.16e-01,+9.83e-01,+1.26e+00   2       -29
+             61     -211 -1.05e+00,+1.11e+00,-1.21e-01,+1.54e+00   1
+             62      213 -9.08e-02,+5.82e-01,-1.54e+00,+1.76e+00   2       -34
 GenVertex:      -13 ID:    0 (X,cT):0
- I: 3        31       21 -9.34e-01,-2.91e+00,+1.02e+02,+1.02e+02   2       -13
-             32       21 +3.00e+00,-2.35e+00,+2.97e+01,+3.00e+01   2       -13
+ I: 3        32       21 +3.00e+00,-2.35e+00,+2.97e+01,+3.00e+01   2       -13
              30       21 -3.00e+00,+2.35e+00,+2.36e+02,+2.36e+02   2       -13
+             31       21 -9.34e-01,-2.91e+00,+1.02e+02,+1.02e+02   2       -13
  O: 1        90       92 -9.34e-01,-2.91e+00,+3.67e+02,+3.67e+02   2       -14
 GenVertex:      -14 ID:    0 (X,cT):0
  I: 1        90       92 -9.34e-01,-2.91e+00,+3.67e+02,+3.67e+02   2       -14
- O:11        93     -311 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   2       -51
-             94      313 -3.62e-01,+5.42e-01,+5.03e+01,+5.03e+01   2       -52
-             95      213 -8.94e-01,-3.47e-01,+5.52e+01,+5.52e+01   2       -53
-             96      113 -1.28e-01,-1.56e-01,+3.41e+01,+3.41e+01   2       -54
-             97     -211 -5.72e-01,-9.49e-01,+3.99e+01,+3.99e+01   1     (nil)
+ O:11        91      211 -8.24e-01,-1.45e-02,+1.59e+01,+1.59e+01   1
+             93     -311 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   2       -51
+             92     -211 -1.30e+00,+8.92e-01,+8.32e+01,+8.33e+01   1
+            100     2112 +5.39e-01,-8.02e-01,+1.40e+01,+1.41e+01   1
              98      111 +4.23e-01,-2.45e-01,+3.08e+00,+3.12e+00   2       -55
-             99    -2112 +1.14e+00,-1.49e+00,+2.49e+01,+2.50e+01   1     (nil)
-            100     2112 +5.39e-01,-8.02e-01,+1.40e+01,+1.41e+01   1     (nil)
-             91      211 -8.24e-01,-1.45e-02,+1.59e+01,+1.59e+01   1     (nil)
-             92     -211 -1.30e+00,+8.92e-01,+8.32e+01,+8.33e+01   1     (nil)
+             96      113 -1.28e-01,-1.56e-01,+3.41e+01,+3.41e+01   2       -54
+             97     -211 -5.72e-01,-9.49e-01,+3.99e+01,+3.99e+01   1
             101      223 +1.06e+00,-1.22e-01,+2.53e+01,+2.53e+01   2       -56
+             99    -2112 +1.14e+00,-1.49e+00,+2.49e+01,+2.50e+01   1
+             94      313 -3.62e-01,+5.42e-01,+5.03e+01,+5.03e+01   2       -52
+             95      213 -8.94e-01,-3.47e-01,+5.52e+01,+5.52e+01   2       -53
 GenVertex:      -15 ID:    0 (X,cT):0
- I: 2        33       21 +1.02e+00,-2.88e+00,-9.85e+00,+1.03e+01   2       -15
-             34       21 -1.02e+00,+2.88e+00,-7.45e+00,+8.05e+00   2       -15
+ I: 2        34       21 -1.02e+00,+2.88e+00,-7.45e+00,+8.05e+00   2       -15
+             33       21 +1.02e+00,-2.88e+00,-9.85e+00,+1.03e+01   2       -15
  O: 1       102       92 +0.00e+00,+0.00e+00,-1.73e+01,+1.84e+01   2       -16
 GenVertex:      -16 ID:    0 (X,cT):0
  I: 1       102       92 +0.00e+00,+0.00e+00,-1.73e+01,+1.84e+01   2       -16
- O: 7       107     -211 -2.88e-01,+5.23e-01,-3.10e+00,+3.16e+00   1     (nil)
+ O: 7       109      113 -5.13e-01,+2.04e-01,-2.60e+00,+2.77e+00   2       -62
+            104      223 -7.85e-02,+4.34e-02,-9.82e-01,+1.26e+00   2       -58
+            103      113 +2.54e-01,-1.28e-01,-3.69e+00,+3.77e+00   2       -57
+            107     -211 -2.88e-01,+5.23e-01,-3.10e+00,+3.16e+00   1
             108      223 +2.53e-01,-1.38e-01,-2.52e+00,+2.66e+00   2       -61
-            109      113 -5.13e-01,+2.04e-01,-2.60e+00,+2.77e+00   2       -62
             106      111 +1.94e-01,-8.30e-01,-1.78e+00,+1.98e+00   2       -60
-            103      113 +2.54e-01,-1.28e-01,-3.69e+00,+3.77e+00   2       -57
-            104      223 -7.85e-02,+4.34e-02,-9.82e-01,+1.26e+00   2       -58
             105      213 +1.78e-01,+3.27e-01,-2.62e+00,+2.77e+00   2       -59
 GenVertex:      -17 ID:    0 (X,cT):0
  I: 1        37      333 -1.11e+00,+1.44e-01,+2.44e+00,+2.87e+00   2       -17
- O: 2       110      321 -5.35e-01,-4.15e-03,+1.39e+00,+1.57e+00   1     (nil)
-            111     -321 -5.74e-01,+1.48e-01,+1.05e+00,+1.30e+00   1     (nil)
+ O: 2       110      321 -5.35e-01,-4.15e-03,+1.39e+00,+1.57e+00   1
+            111     -321 -5.74e-01,+1.48e-01,+1.05e+00,+1.30e+00   1
 GenVertex:      -18 ID:    0 (X,cT):0
  I: 1        39      323 -4.93e-01,+1.18e-01,+1.14e+01,+1.14e+01   2       -18
  O: 2       112      311 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -63
-            113      211 -3.29e-01,+3.86e-02,+3.09e+00,+3.12e+00   1     (nil)
+            113      211 -3.29e-01,+3.86e-02,+3.09e+00,+3.12e+00   1
 GenVertex:      -19 ID:    0 (X,cT):0
  I: 1        40      333 +4.67e-02,-1.10e-02,+6.10e+01,+6.10e+01   2       -19
- O: 2       114      321 -8.91e-02,+3.84e-02,+3.21e+01,+3.21e+01   1     (nil)
-            115     -321 +1.36e-01,-4.94e-02,+2.89e+01,+2.89e+01   1     (nil)
+ O: 2       114      321 -8.91e-02,+3.84e-02,+3.21e+01,+3.21e+01   1
+            115     -321 +1.36e-01,-4.94e-02,+2.89e+01,+2.89e+01   1
 GenVertex:      -20 ID:    0 (X,cT):0
  I: 1        41     -313 +6.61e-02,+2.00e-01,+1.02e+02,+1.02e+02   2       -20
  O: 2       116     -311 -2.08e-01,+2.83e-01,+4.52e+01,+4.53e+01   2       -64
             117      111 +2.74e-01,-8.21e-02,+5.65e+01,+5.65e+01   2       -65
 GenVertex:      -21 ID:    0 (X,cT):0
  I: 1        43      213 -1.13e+00,+2.68e-01,+8.99e+02,+8.99e+02   2       -21
- O: 2       118      211 -1.03e+00,+4.32e-01,+6.38e+02,+6.38e+02   1     (nil)
+ O: 2       118      211 -1.03e+00,+4.32e-01,+6.38e+02,+6.38e+02   1
             119      111 -1.00e-01,-1.65e-01,+2.61e+02,+2.61e+02   2       -66
 GenVertex:      -22 ID:    0 (X,cT):0
  I: 1        47      113 +6.88e-02,-1.41e-01,+2.65e+01,+2.66e+01   2       -22
- O: 2       121      211 -1.86e-01,-1.31e-01,+3.23e+00,+3.24e+00   1     (nil)
-            120     -211 +2.55e-01,-1.00e-02,+2.33e+01,+2.33e+01   1     (nil)
+ O: 2       120     -211 +2.55e-01,-1.00e-02,+2.33e+01,+2.33e+01   1
+            121      211 -1.86e-01,-1.31e-01,+3.23e+00,+3.24e+00   1
 GenVertex:      -23 ID:    0 (X,cT):0
  I: 1        49      113 +6.00e-01,-2.67e-01,+2.22e+00,+2.44e+00   2       -23
- O: 2       122      211 +7.62e-01,-2.15e-01,+1.64e+00,+1.83e+00   1     (nil)
-            123     -211 -1.62e-01,-5.17e-02,+5.74e-01,+6.14e-01   1     (nil)
+ O: 2       123     -211 -1.62e-01,-5.17e-02,+5.74e-01,+6.14e-01   1
+            122      211 +7.62e-01,-2.15e-01,+1.64e+00,+1.83e+00   1
 GenVertex:      -24 ID:    0 (X,cT):0
  I: 1        50      323 -3.07e-01,-6.12e-02,-1.42e-02,+9.76e-01   2       -24
  O: 2       124      311 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -67
-            125      211 +1.40e-01,+1.66e-01,+6.23e-02,+2.65e-01   1     (nil)
+            125      211 +1.40e-01,+1.66e-01,+6.23e-02,+2.65e-01   1
 GenVertex:      -25 ID:    0 (X,cT):0
  I: 1        51     -313 +1.43e-02,+4.68e-01,-3.88e-01,+1.12e+00   2       -25
- O: 2       126     -321 -2.60e-02,+2.92e-01,+9.54e-02,+5.82e-01   1     (nil)
-            127      211 +4.03e-02,+1.76e-01,-4.83e-01,+5.35e-01   1     (nil)
+ O: 2       127      211 +4.03e-02,+1.76e-01,-4.83e-01,+5.35e-01   1
+            126     -321 -2.60e-02,+2.92e-01,+9.54e-02,+5.82e-01   1
 Vertex:      -26 ID:    0 (X,cT)=+4.64e-05,-7.72e-06,-4.10e-04,+4.20e-04
  I: 1        52      111 +8.08e-02,-1.35e-02,-7.15e-01,+7.33e-01   2       -26
- O: 2       128       22 -1.68e-02,+2.28e-02,-3.88e-02,+4.80e-02   1     (nil)
-            129       22 +9.76e-02,-3.63e-02,-6.77e-01,+6.85e-01   1     (nil)
+ O: 2       129       22 +9.76e-02,-3.63e-02,-6.77e-01,+6.85e-01   1
+            128       22 -1.68e-02,+2.28e-02,-3.88e-02,+4.80e-02   1
 GenVertex:      -27 ID:    0 (X,cT):0
  I: 1        53      113 -2.30e-01,+1.48e-01,-1.62e+00,+1.84e+00   2       -27
- O: 2       130     -211 -8.09e-02,+2.95e-01,-1.97e-01,+3.90e-01   1     (nil)
-            131      211 -1.49e-01,-1.47e-01,-1.43e+00,+1.45e+00   1     (nil)
+ O: 2       130     -211 -8.09e-02,+2.95e-01,-1.97e-01,+3.90e-01   1
+            131      211 -1.49e-01,-1.47e-01,-1.43e+00,+1.45e+00   1
 GenVertex:      -28 ID:    0 (X,cT):0
  I: 1        54      223 +3.60e-01,+7.58e-01,+8.72e-01,+1.44e+00   2       -28
- O: 3       132      211 +1.97e-01,+3.51e-01,+6.75e-01,+7.98e-01   1     (nil)
-            133     -211 -3.88e-02,+1.47e-01,+2.00e-01,+2.87e-01   1     (nil)
+ O: 3       132      211 +1.97e-01,+3.51e-01,+6.75e-01,+7.98e-01   1
+            133     -211 -3.88e-02,+1.47e-01,+2.00e-01,+2.87e-01   1
             134      111 +2.02e-01,+2.60e-01,-3.27e-03,+3.56e-01   2       -68
 GenVertex:      -29 ID:    0 (X,cT):0
  I: 1        55      113 +1.21e-01,+1.16e-01,+9.83e-01,+1.26e+00   2       -29
- O: 2       135     -211 +1.15e-01,+2.71e-01,+9.97e-01,+1.05e+00   1     (nil)
-            136      211 +5.83e-03,-1.56e-01,-1.47e-02,+2.10e-01   1     (nil)
+ O: 2       135     -211 +1.15e-01,+2.71e-01,+9.97e-01,+1.05e+00   1
+            136      211 +5.83e-03,-1.56e-01,-1.47e-02,+2.10e-01   1
 GenVertex:      -30 ID:    0 (X,cT):0
  I: 1        56     -213 +8.69e-02,+1.01e+00,+7.42e+00,+7.52e+00   2       -30
- O: 2       137     -211 -8.49e-03,+1.28e-01,+3.83e-01,+4.28e-01   1     (nil)
+ O: 2       137     -211 -8.49e-03,+1.28e-01,+3.83e-01,+4.28e-01   1
             138      111 +9.53e-02,+8.80e-01,+7.03e+00,+7.09e+00   2       -69
 GenVertex:      -31 ID:    0 (X,cT):0
  I: 1        57      323 +1.76e-01,+4.23e-01,+1.93e+00,+2.16e+00   2       -31
  O: 2       139      311 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -70
-            140      211 +1.10e-01,-9.78e-02,+1.66e-01,+2.62e-01   1     (nil)
+            140      211 +1.10e-01,-9.78e-02,+1.66e-01,+2.62e-01   1
 GenVertex:      -32 ID:    0 (X,cT):0
  I: 1        59      223 -2.63e-01,+7.90e-01,+6.47e-01,+1.31e+00   2       -32
- O: 3       143      111 +1.43e-01,+4.38e-02,+1.63e-01,+2.59e-01   2       -71
-            141      211 -1.81e-01,+4.47e-01,+1.25e-01,+5.17e-01   1     (nil)
-            142     -211 -2.25e-01,+2.99e-01,+3.59e-01,+5.38e-01   1     (nil)
+ O: 3       141      211 -1.81e-01,+4.47e-01,+1.25e-01,+5.17e-01   1
+            142     -211 -2.25e-01,+2.99e-01,+3.59e-01,+5.38e-01   1
+            143      111 +1.43e-01,+4.38e-02,+1.63e-01,+2.59e-01   2       -71
 GenVertex:      -33 ID:    0 (X,cT):0
  I: 1        60      213 +1.35e-01,+1.08e+00,+5.74e-01,+1.37e+00   2       -33
- O: 2       144      211 +6.61e-02,+1.08e+00,+5.00e-01,+1.20e+00   1     (nil)
+ O: 2       144      211 +6.61e-02,+1.08e+00,+5.00e-01,+1.20e+00   1
             145      111 +6.86e-02,-8.01e-04,+7.43e-02,+1.69e-01   2       -72
 GenVertex:      -34 ID:    0 (X,cT):0
  I: 1        62      213 -9.08e-02,+5.82e-01,-1.54e+00,+1.76e+00   2       -34
- O: 2       146      211 -4.09e-02,-5.32e-02,-5.87e-01,+6.07e-01   1     (nil)
+ O: 2       146      211 -4.09e-02,-5.32e-02,-5.87e-01,+6.07e-01   1
             147      111 -4.99e-02,+6.35e-01,-9.56e-01,+1.16e+00   2       -73
 GenVertex:      -35 ID:    0 (X,cT):0
  I: 1        63      221 +1.94e-01,-2.74e-01,-2.66e-01,+6.95e-01   2       -35
@@ -1801,113 +1920,113 @@ GenVertex:      -35 ID:    0 (X,cT):0
             150      111 +7.41e-02,-1.52e-01,-1.38e-01,+2.57e-01   2       -76
 GenVertex:      -36 ID:    0 (X,cT):0
  I: 1        64     -213 +2.31e-01,+2.74e-01,-1.31e+00,+1.58e+00   2       -36
- O: 2       151     -211 +4.35e-01,+4.07e-01,-8.38e-01,+1.04e+00   1     (nil)
+ O: 2       151     -211 +4.35e-01,+4.07e-01,-8.38e-01,+1.04e+00   1
             152      111 -2.04e-01,-1.33e-01,-4.69e-01,+5.45e-01   2       -77
 GenVertex:      -37 ID:    0 (X,cT):0
  I: 1        65      213 -4.52e-01,+2.86e-01,-1.23e+00,+1.57e+00   2       -37
- O: 2       153      211 -1.15e-01,-2.61e-01,-4.89e-01,+5.83e-01   1     (nil)
+ O: 2       153      211 -1.15e-01,-2.61e-01,-4.89e-01,+5.83e-01   1
             154      111 -3.37e-01,+5.47e-01,-7.40e-01,+9.89e-01   2       -78
 GenVertex:      -38 ID:    0 (X,cT):0
  I: 1        66     2114 +9.53e-01,-6.69e-01,-3.09e+00,+3.53e+00   2       -38
- O: 2       155     2212 +6.04e-01,-7.13e-01,-2.45e+00,+2.79e+00   1     (nil)
-            156     -211 +3.49e-01,+4.35e-02,-6.38e-01,+7.42e-01   1     (nil)
+ O: 2       155     2212 +6.04e-01,-7.13e-01,-2.45e+00,+2.79e+00   1
+            156     -211 +3.49e-01,+4.35e-02,-6.38e-01,+7.42e-01   1
 GenVertex:      -39 ID:    0 (X,cT):0
  I: 1        70      323 +1.48e+00,-9.63e-01,-1.55e+01,+1.56e+01   2       -39
  O: 2       157      311 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   2       -79
-            158      211 +9.45e-01,-6.64e-01,-1.11e+01,+1.11e+01   1     (nil)
+            158      211 +9.45e-01,-6.64e-01,-1.11e+01,+1.11e+01   1
 GenVertex:      -40 ID:    0 (X,cT):0
  I: 1        72      213 +4.81e-01,-1.41e-01,-1.37e+01,+1.37e+01   2       -40
  O: 2       160      111 +4.80e-01,+2.17e-01,-7.34e+00,+7.36e+00   2       -80
-            159      211 +1.18e-04,-3.58e-01,-6.34e+00,+6.36e+00   1     (nil)
+            159      211 +1.18e-04,-3.58e-01,-6.34e+00,+6.36e+00   1
 Vertex:      -41 ID:    0 (X,cT)=-1.16e-04,+3.09e-05,-3.23e-03,+3.24e-03
  I: 1        73      111 -6.69e-01,+1.78e-01,-1.87e+01,+1.87e+01   2       -41
- O: 2       161       22 -5.04e-01,+7.96e-02,-1.28e+01,+1.28e+01   1     (nil)
-            162       22 -1.65e-01,+9.88e-02,-5.90e+00,+5.90e+00   1     (nil)
+ O: 2       161       22 -5.04e-01,+7.96e-02,-1.28e+01,+1.28e+01   1
+            162       22 -1.65e-01,+9.88e-02,-5.90e+00,+5.90e+00   1
 GenVertex:      -42 ID:    0 (X,cT):0
  I: 1        74     -213 -3.45e-01,-1.71e-01,-1.77e+01,+1.77e+01   2       -42
- O: 2       163     -211 +1.33e-01,+1.21e-01,-7.19e+00,+7.19e+00   1     (nil)
+ O: 2       163     -211 +1.33e-01,+1.21e-01,-7.19e+00,+7.19e+00   1
             164      111 -4.77e-01,-2.92e-01,-1.05e+01,+1.05e+01   2       -81
 GenVertex:      -43 ID:    0 (X,cT):0
  I: 1        77     3224 -4.07e-01,-1.66e+00,-3.45e+01,+3.46e+01   2       -43
  O: 2       165     3122 -4.69e-01,-1.62e+00,-3.09e+01,+3.09e+01   2       -82
-            166      211 +6.12e-02,-3.83e-02,-3.63e+00,+3.64e+00   1     (nil)
+            166      211 +6.12e-02,-3.83e-02,-3.63e+00,+3.64e+00   1
 GenVertex:      -44 ID:    0 (X,cT):0
  I: 1        78      311 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   2       -44
- O: 1       167      130 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   1     (nil)
+ O: 1       167      130 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   1
 GenVertex:      -45 ID:    0 (X,cT):0
  I: 1        82      311 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -45
  O: 1       168      310 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -83
 GenVertex:      -46 ID:    0 (X,cT):0
  I: 1        83     -323 -5.63e-01,-7.34e-02,-1.48e+02,+1.48e+02   2       -46
  O: 2       169     -311 -5.45e-01,+2.59e-01,-8.99e+01,+8.99e+01   2       -84
-            170     -211 -1.76e-02,-3.32e-01,-5.80e+01,+5.80e+01   1     (nil)
+            170     -211 -1.76e-02,-3.32e-01,-5.80e+01,+5.80e+01   1
 GenVertex:      -47 ID:    0 (X,cT):0
  I: 1        85      113 +1.80e-02,+8.34e-01,-6.47e+02,+6.47e+02   2       -47
- O: 2       171      211 +9.30e-02,-1.09e-02,-3.29e+01,+3.29e+01   1     (nil)
-            172     -211 -7.50e-02,+8.45e-01,-6.14e+02,+6.14e+02   1     (nil)
+ O: 2       171      211 +9.30e-02,-1.09e-02,-3.29e+01,+3.29e+01   1
+            172     -211 -7.50e-02,+8.45e-01,-6.14e+02,+6.14e+02   1
 GenVertex:      -48 ID:    0 (X,cT):0
  I: 1        87      213 +3.40e-01,+1.94e-01,-1.02e+03,+1.02e+03   2       -48
- O: 2       173      211 +8.59e-02,+3.47e-01,-6.99e+02,+6.99e+02   1     (nil)
+ O: 2       173      211 +8.59e-02,+3.47e-01,-6.99e+02,+6.99e+02   1
             174      111 +2.54e-01,-1.53e-01,-3.24e+02,+3.24e+02   2       -85
 GenVertex:      -49 ID:    0 (X,cT):0
  I: 1        88     2214 +5.67e-01,+9.88e-02,-8.80e+02,+8.80e+02   2       -49
- O: 2       175     2212 +3.83e-01,+1.63e-01,-5.77e+02,+5.77e+02   1     (nil)
+ O: 2       175     2212 +3.83e-01,+1.63e-01,-5.77e+02,+5.77e+02   1
             176      111 +1.84e-01,-6.41e-02,-3.04e+02,+3.04e+02   2       -86
 GenVertex:      -50 ID:    0 (X,cT):0
  I: 1        89      223 +1.23e+00,+3.33e-01,-2.87e+03,+2.87e+03   2       -50
- O: 3       177      211 +5.33e-01,+7.46e-02,-1.01e+03,+1.01e+03   1     (nil)
-            178     -211 +4.00e-01,-1.62e-02,-1.32e+03,+1.32e+03   1     (nil)
+ O: 3       177      211 +5.33e-01,+7.46e-02,-1.01e+03,+1.01e+03   1
+            178     -211 +4.00e-01,-1.62e-02,-1.32e+03,+1.32e+03   1
             179      111 +2.98e-01,+2.74e-01,-5.41e+02,+5.41e+02   2       -87
 GenVertex:      -51 ID:    0 (X,cT):0
  I: 1        93     -311 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   2       -51
- O: 1       180      130 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   1     (nil)
+ O: 1       180      130 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   1
 GenVertex:      -52 ID:    0 (X,cT):0
  I: 1        94      313 -3.62e-01,+5.42e-01,+5.03e+01,+5.03e+01   2       -52
- O: 2       181      321 -3.90e-01,+2.06e-01,+3.09e+01,+3.09e+01   1     (nil)
-            182     -211 +2.79e-02,+3.36e-01,+1.94e+01,+1.94e+01   1     (nil)
+ O: 2       181      321 -3.90e-01,+2.06e-01,+3.09e+01,+3.09e+01   1
+            182     -211 +2.79e-02,+3.36e-01,+1.94e+01,+1.94e+01   1
 GenVertex:      -53 ID:    0 (X,cT):0
  I: 1        95      213 -8.94e-01,-3.47e-01,+5.52e+01,+5.52e+01   2       -53
- O: 2       183      211 -8.91e-01,-1.82e-01,+3.63e+01,+3.63e+01   1     (nil)
+ O: 2       183      211 -8.91e-01,-1.82e-01,+3.63e+01,+3.63e+01   1
             184      111 -2.63e-03,-1.65e-01,+1.89e+01,+1.89e+01   2       -88
 GenVertex:      -54 ID:    0 (X,cT):0
  I: 1        96      113 -1.28e-01,-1.56e-01,+3.41e+01,+3.41e+01   2       -54
- O: 2       185     -211 -1.20e-02,-3.34e-01,+2.86e+01,+2.86e+01   1     (nil)
-            186      211 -1.16e-01,+1.78e-01,+5.45e+00,+5.46e+00   1     (nil)
+ O: 2       185     -211 -1.20e-02,-3.34e-01,+2.86e+01,+2.86e+01   1
+            186      211 -1.16e-01,+1.78e-01,+5.45e+00,+5.46e+00   1
 Vertex:      -55 ID:    0 (X,cT)=+4.23e-05,-2.45e-05,+3.08e-04,+3.12e-04
  I: 1        98      111 +4.23e-01,-2.45e-01,+3.08e+00,+3.12e+00   2       -55
- O: 2       188       22 +1.35e-01,-1.49e-01,+1.38e+00,+1.40e+00   1     (nil)
-            187       22 +2.88e-01,-9.56e-02,+1.70e+00,+1.72e+00   1     (nil)
+ O: 2       187       22 +2.88e-01,-9.56e-02,+1.70e+00,+1.72e+00   1
+            188       22 +1.35e-01,-1.49e-01,+1.38e+00,+1.40e+00   1
 GenVertex:      -56 ID:    0 (X,cT):0
  I: 1       101      223 +1.06e+00,-1.22e-01,+2.53e+01,+2.53e+01   2       -56
- O: 3       189      211 +5.04e-01,-1.97e-01,+8.76e+00,+8.77e+00   1     (nil)
-            190     -211 +2.54e-02,-9.08e-02,+3.85e+00,+3.86e+00   1     (nil)
+ O: 3       189      211 +5.04e-01,-1.97e-01,+8.76e+00,+8.77e+00   1
+            190     -211 +2.54e-02,-9.08e-02,+3.85e+00,+3.86e+00   1
             191      111 +5.32e-01,+1.66e-01,+1.27e+01,+1.27e+01   2       -89
 GenVertex:      -57 ID:    0 (X,cT):0
  I: 1       103      113 +2.54e-01,-1.28e-01,-3.69e+00,+3.77e+00   2       -57
- O: 2       192     -211 -1.71e-01,-5.67e-02,-2.24e+00,+2.25e+00   1     (nil)
-            193      211 +4.26e-01,-7.15e-02,-1.45e+00,+1.52e+00   1     (nil)
+ O: 2       192     -211 -1.71e-01,-5.67e-02,-2.24e+00,+2.25e+00   1
+            193      211 +4.26e-01,-7.15e-02,-1.45e+00,+1.52e+00   1
 GenVertex:      -58 ID:    0 (X,cT):0
  I: 1       104      223 -7.85e-02,+4.34e-02,-9.82e-01,+1.26e+00   2       -58
- O: 3       194     -211 +7.65e-02,-8.75e-02,-7.83e-01,+8.04e-01   1     (nil)
-            195      211 -1.94e-01,+1.20e-01,-1.32e-01,+2.98e-01   1     (nil)
+ O: 3       195      211 -1.94e-01,+1.20e-01,-1.32e-01,+2.98e-01   1
             196      111 +3.92e-02,+1.08e-02,-6.72e-02,+1.56e-01   2       -90
+            194     -211 +7.65e-02,-8.75e-02,-7.83e-01,+8.04e-01   1
 GenVertex:      -59 ID:    0 (X,cT):0
  I: 1       105      213 +1.78e-01,+3.27e-01,-2.62e+00,+2.77e+00   2       -59
- O: 2       197      211 -2.80e-01,+2.51e-01,-1.39e+00,+1.44e+00   1     (nil)
+ O: 2       197      211 -2.80e-01,+2.51e-01,-1.39e+00,+1.44e+00   1
             198      111 +4.58e-01,+7.63e-02,-1.24e+00,+1.33e+00   2       -91
 Vertex:      -60 ID:    0 (X,cT)=+9.83e-05,-4.21e-04,-9.04e-04,+1.00e-03
  I: 1       106      111 +1.94e-01,-8.30e-01,-1.78e+00,+1.98e+00   2       -60
- O: 2       199       22 +1.08e-01,-5.84e-01,-1.11e+00,+1.25e+00   1     (nil)
-            200       22 +8.65e-02,-2.46e-01,-6.78e-01,+7.27e-01   1     (nil)
+ O: 2       199       22 +1.08e-01,-5.84e-01,-1.11e+00,+1.25e+00   1
+            200       22 +8.65e-02,-2.46e-01,-6.78e-01,+7.27e-01   1
 GenVertex:      -61 ID:    0 (X,cT):0
  I: 1       108      223 +2.53e-01,-1.38e-01,-2.52e+00,+2.66e+00   2       -61
- O: 3       202      211 +1.25e-01,+2.93e-02,-2.70e-01,+3.30e-01   1     (nil)
+ O: 3       201     -211 -4.19e-02,+9.47e-02,-3.16e-01,+3.61e-01   1
+            202      211 +1.25e-01,+2.93e-02,-2.70e-01,+3.30e-01   1
             203      111 +1.70e-01,-2.62e-01,-1.93e+00,+1.96e+00   2       -92
-            201     -211 -4.19e-02,+9.47e-02,-3.16e-01,+3.61e-01   1     (nil)
 GenVertex:      -62 ID:    0 (X,cT):0
  I: 1       109      113 -5.13e-01,+2.04e-01,-2.60e+00,+2.77e+00   2       -62
- O: 2       204      211 -6.28e-01,+1.34e-01,-1.31e+00,+1.46e+00   1     (nil)
-            205     -211 +1.15e-01,+6.97e-02,-1.29e+00,+1.30e+00   1     (nil)
+ O: 2       204      211 -6.28e-01,+1.34e-01,-1.31e+00,+1.46e+00   1
+            205     -211 +1.15e-01,+6.97e-02,-1.29e+00,+1.30e+00   1
 GenVertex:      -63 ID:    0 (X,cT):0
  I: 1       112      311 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -63
  O: 1       206      310 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -93
@@ -1916,113 +2035,113 @@ GenVertex:      -64 ID:    0 (X,cT):0
  O: 1       207      310 -2.08e-01,+2.83e-01,+4.52e+01,+4.53e+01   2       -94
 Vertex:      -65 ID:    0 (X,cT)=+7.38e-05,-2.21e-05,+1.52e-02,+1.52e-02
  I: 1       117      111 +2.74e-01,-8.21e-02,+5.65e+01,+5.65e+01   2       -65
- O: 2       208       22 +3.27e-02,-6.35e-02,+1.64e+01,+1.64e+01   1     (nil)
-            209       22 +2.41e-01,-1.86e-02,+4.01e+01,+4.01e+01   1     (nil)
+ O: 2       208       22 +3.27e-02,-6.35e-02,+1.64e+01,+1.64e+01   1
+            209       22 +2.41e-01,-1.86e-02,+4.01e+01,+4.01e+01   1
 Vertex:      -66 ID:    0 (X,cT)=-2.41e-05,-3.97e-05,+6.29e-02,+6.29e-02
  I: 1       119      111 -1.00e-01,-1.65e-01,+2.61e+02,+2.61e+02   2       -66
- O: 2       210       22 -3.55e-02,-4.32e-03,+1.12e+02,+1.12e+02   1     (nil)
-            211       22 -6.45e-02,-1.60e-01,+1.49e+02,+1.49e+02   1     (nil)
+ O: 2       210       22 -3.55e-02,-4.32e-03,+1.12e+02,+1.12e+02   1
+            211       22 -6.45e-02,-1.60e-01,+1.49e+02,+1.49e+02   1
 GenVertex:      -67 ID:    0 (X,cT):0
  I: 1       124      311 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -67
  O: 1       212      310 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -95
 Vertex:      -68 ID:    0 (X,cT)=+5.62e-07,+7.23e-07,-9.08e-09,+9.90e-07
  I: 1       134      111 +2.02e-01,+2.60e-01,-3.27e-03,+3.56e-01   2       -68
- O: 2       213       22 +5.96e-02,+3.17e-04,-3.48e-03,+5.97e-02   1     (nil)
-            214       22 +1.43e-01,+2.60e-01,+2.13e-04,+2.96e-01   1     (nil)
+ O: 2       213       22 +5.96e-02,+3.17e-04,-3.48e-03,+5.97e-02   1
+            214       22 +1.43e-01,+2.60e-01,+2.13e-04,+2.96e-01   1
 Vertex:      -69 ID:    0 (X,cT)=+6.81e-05,+6.29e-04,+5.02e-03,+5.07e-03
  I: 1       138      111 +9.53e-02,+8.80e-01,+7.03e+00,+7.09e+00   2       -69
- O: 2       215       22 +9.82e-02,+6.35e-01,+5.48e+00,+5.52e+00   1     (nil)
-            216       22 -2.90e-03,+2.45e-01,+1.55e+00,+1.57e+00   1     (nil)
+ O: 2       215       22 +9.82e-02,+6.35e-01,+5.48e+00,+5.52e+00   1
+            216       22 -2.90e-03,+2.45e-01,+1.55e+00,+1.57e+00   1
 GenVertex:      -70 ID:    0 (X,cT):0
  I: 1       139      311 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -70
  O: 1       217      310 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -96
 Vertex:      -71 ID:    0 (X,cT)=+2.07e-05,+6.35e-06,+2.36e-05,+3.76e-05
  I: 1       143      111 +1.43e-01,+4.38e-02,+1.63e-01,+2.59e-01   2       -71
- O: 2       219       22 -2.87e-03,+5.32e-02,+2.80e-02,+6.02e-02   1     (nil)
-            218       22 +1.46e-01,-9.35e-03,+1.35e-01,+1.99e-01   1     (nil)
+ O: 2       219       22 -2.87e-03,+5.32e-02,+2.80e-02,+6.02e-02   1
+            218       22 +1.46e-01,-9.35e-03,+1.35e-01,+1.99e-01   1
 Vertex:      -72 ID:    0 (X,cT)=+3.76e-05,-4.39e-07,+4.07e-05,+9.25e-05
  I: 1       145      111 +6.86e-02,-8.01e-04,+7.43e-02,+1.69e-01   2       -72
- O: 2       221       22 +4.44e-02,-6.53e-02,+5.76e-02,+9.78e-02   1     (nil)
-            220       22 +2.42e-02,+6.45e-02,+1.68e-02,+7.09e-02   1     (nil)
+ O: 2       220       22 +2.42e-02,+6.45e-02,+1.68e-02,+7.09e-02   1
+            221       22 +4.44e-02,-6.53e-02,+5.76e-02,+9.78e-02   1
 Vertex:      -73 ID:    0 (X,cT)=-5.91e-06,+7.52e-05,-1.13e-04,+1.37e-04
  I: 1       147      111 -4.99e-02,+6.35e-01,-9.56e-01,+1.16e+00   2       -73
- O: 2       222       22 -6.98e-02,+2.12e-01,-3.96e-01,+4.55e-01   1     (nil)
-            223       22 +1.99e-02,+4.23e-01,-5.60e-01,+7.02e-01   1     (nil)
+ O: 2       222       22 -6.98e-02,+2.12e-01,-3.96e-01,+4.55e-01   1
+            223       22 +1.99e-02,+4.23e-01,-5.60e-01,+7.02e-01   1
 Vertex:      -74 ID:    0 (X,cT)=-3.84e-05,-2.74e-05,-1.55e-05,+8.12e-05
  I: 1       148      111 -8.07e-02,-5.76e-02,-3.25e-02,+1.71e-01   2       -74
- O: 2       224       22 -1.12e-01,-6.36e-02,-5.73e-03,+1.29e-01   1     (nil)
-            225       22 +3.13e-02,+6.07e-03,-2.68e-02,+4.17e-02   1     (nil)
+ O: 2       225       22 +3.13e-02,+6.07e-03,-2.68e-02,+4.17e-02   1
+            224       22 -1.12e-01,-6.36e-02,-5.73e-03,+1.29e-01   1
 Vertex:      -75 ID:    0 (X,cT)=+4.38e-07,-1.40e-07,-2.10e-07,+5.85e-07
  I: 1       149      111 +2.01e-01,-6.40e-02,-9.60e-02,+2.68e-01   2       -75
- O: 2       226       22 +1.78e-01,-9.49e-02,-1.07e-01,+2.28e-01   1     (nil)
-            227       22 +2.25e-02,+3.09e-02,+1.06e-02,+3.97e-02   1     (nil)
+ O: 2       226       22 +1.78e-01,-9.49e-02,-1.07e-01,+2.28e-01   1
+            227       22 +2.25e-02,+3.09e-02,+1.06e-02,+3.97e-02   1
 Vertex:      -76 ID:    0 (X,cT)=+2.78e-06,-5.71e-06,-5.17e-06,+9.63e-06
  I: 1       150      111 +7.41e-02,-1.52e-01,-1.38e-01,+2.57e-01   2       -76
- O: 2       228       22 +2.08e-02,-3.01e-03,-8.82e-02,+9.06e-02   1     (nil)
-            229       22 +5.32e-02,-1.49e-01,-4.97e-02,+1.66e-01   1     (nil)
+ O: 2       228       22 +2.08e-02,-3.01e-03,-8.82e-02,+9.06e-02   1
+            229       22 +5.32e-02,-1.49e-01,-4.97e-02,+1.66e-01   1
 Vertex:      -77 ID:    0 (X,cT)=-1.62e-04,-1.05e-04,-3.72e-04,+4.33e-04
  I: 1       152      111 -2.04e-01,-1.33e-01,-4.69e-01,+5.45e-01   2       -77
- O: 2       230       22 -5.35e-02,-1.09e-01,-1.58e-01,+1.99e-01   1     (nil)
-            231       22 -1.50e-01,-2.43e-02,-3.11e-01,+3.46e-01   1     (nil)
+ O: 2       230       22 -5.35e-02,-1.09e-01,-1.58e-01,+1.99e-01   1
+            231       22 -1.50e-01,-2.43e-02,-3.11e-01,+3.46e-01   1
 Vertex:      -78 ID:    0 (X,cT)=-3.66e-05,+5.95e-05,-8.05e-05,+1.08e-04
  I: 1       154      111 -3.37e-01,+5.47e-01,-7.40e-01,+9.89e-01   2       -78
- O: 2       232       22 -2.19e-01,+4.46e-01,-6.11e-01,+7.88e-01   1     (nil)
-            233       22 -1.17e-01,+1.01e-01,-1.29e-01,+2.01e-01   1     (nil)
+ O: 2       232       22 -2.19e-01,+4.46e-01,-6.11e-01,+7.88e-01   1
+            233       22 -1.17e-01,+1.01e-01,-1.29e-01,+2.01e-01   1
 GenVertex:      -79 ID:    0 (X,cT):0
  I: 1       157      311 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   2       -79
- O: 1       234      130 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   1     (nil)
+ O: 1       234      130 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   1
 Vertex:      -80 ID:    0 (X,cT)=+1.61e-05,+7.28e-06,-2.46e-04,+2.47e-04
  I: 1       160      111 +4.80e-01,+2.17e-01,-7.34e+00,+7.36e+00   2       -80
- O: 2       235       22 +2.66e-01,+1.44e-01,-3.31e+00,+3.33e+00   1     (nil)
-            236       22 +2.15e-01,+7.28e-02,-4.03e+00,+4.03e+00   1     (nil)
+ O: 2       235       22 +2.66e-01,+1.44e-01,-3.31e+00,+3.33e+00   1
+            236       22 +2.15e-01,+7.28e-02,-4.03e+00,+4.03e+00   1
 Vertex:      -81 ID:    0 (X,cT)=-3.45e-05,-2.11e-05,-7.57e-04,+7.58e-04
  I: 1       164      111 -4.77e-01,-2.92e-01,-1.05e+01,+1.05e+01   2       -81
- O: 2       237       22 -1.85e-01,-4.71e-02,-2.98e+00,+2.99e+00   1     (nil)
-            238       22 -2.92e-01,-2.45e-01,-7.48e+00,+7.49e+00   1     (nil)
+ O: 2       237       22 -1.85e-01,-4.71e-02,-2.98e+00,+2.99e+00   1
+            238       22 -2.92e-01,-2.45e-01,-7.48e+00,+7.49e+00   1
 Vertex:      -82 ID:    0 (X,cT)=-9.53e+01,-3.29e+02,-6.28e+03,+6.29e+03
  I: 1       165     3122 -4.69e-01,-1.62e+00,-3.09e+01,+3.09e+01   2       -82
- O: 2       239     2212 -4.74e-01,-1.44e+00,-2.62e+01,+2.62e+01   1     (nil)
-            240     -211 +5.01e-03,-1.82e-01,-4.71e+00,+4.71e+00   1     (nil)
+ O: 2       239     2212 -4.74e-01,-1.44e+00,-2.62e+01,+2.62e+01   1
+            240     -211 +5.01e-03,-1.82e-01,-4.71e+00,+4.71e+00   1
 Vertex:      -83 ID:    0 (X,cT)=-1.49e+00,+1.99e+01,-5.17e+03,+5.17e+03
  I: 1       168      310 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -83
- O: 2       241     -211 -1.84e-01,-3.33e-04,-2.55e+01,+2.55e+01   1     (nil)
-            242      211 +1.67e-01,+2.33e-01,-3.49e+01,+3.49e+01   1     (nil)
+ O: 2       241     -211 -1.84e-01,-3.33e-04,-2.55e+01,+2.55e+01   1
+            242      211 +1.67e-01,+2.33e-01,-3.49e+01,+3.49e+01   1
 GenVertex:      -84 ID:    0 (X,cT):0
  I: 1       169     -311 -5.45e-01,+2.59e-01,-8.99e+01,+8.99e+01   2       -84
- O: 1       243      130 -5.45e-01,+2.59e-01,-8.99e+01,+8.99e+01   1     (nil)
+ O: 1       243      130 -5.45e-01,+2.59e-01,-8.99e+01,+8.99e+01   1
 Vertex:      -85 ID:    0 (X,cT)=+5.73e-06,-3.45e-06,-7.31e-03,+7.31e-03
  I: 1       174      111 +2.54e-01,-1.53e-01,-3.24e+02,+3.24e+02   2       -85
- O: 2       244       22 +1.63e-01,-5.83e-02,-2.39e+02,+2.39e+02   1     (nil)
-            245       22 +9.09e-02,-9.45e-02,-8.53e+01,+8.53e+01   1     (nil)
+ O: 2       245       22 +9.09e-02,-9.45e-02,-8.53e+01,+8.53e+01   1
+            244       22 +1.63e-01,-5.83e-02,-2.39e+02,+2.39e+02   1
 Vertex:      -86 ID:    0 (X,cT)=+4.34e-06,-1.51e-06,-7.14e-03,+7.14e-03
  I: 1       176      111 +1.84e-01,-6.41e-02,-3.04e+02,+3.04e+02   2       -86
- O: 2       246       22 +3.56e-02,-7.99e-02,-1.18e+02,+1.18e+02   1     (nil)
-            247       22 +1.49e-01,+1.58e-02,-1.86e+02,+1.86e+02   1     (nil)
+ O: 2       246       22 +3.56e-02,-7.99e-02,-1.18e+02,+1.18e+02   1
+            247       22 +1.49e-01,+1.58e-02,-1.86e+02,+1.86e+02   1
 Vertex:      -87 ID:    0 (X,cT)=+7.08e-05,+6.51e-05,-1.28e-01,+1.28e-01
  I: 1       179      111 +2.98e-01,+2.74e-01,-5.41e+02,+5.41e+02   2       -87
- O: 2       248       22 +1.81e-01,+2.40e-01,-4.18e+02,+4.18e+02   1     (nil)
-            249       22 +1.17e-01,+3.44e-02,-1.23e+02,+1.23e+02   1     (nil)
+ O: 2       249       22 +1.17e-01,+3.44e-02,-1.23e+02,+1.23e+02   1
+            248       22 +1.81e-01,+2.40e-01,-4.18e+02,+4.18e+02   1
 Vertex:      -88 ID:    0 (X,cT)=-6.24e-07,-3.92e-05,+4.48e-03,+4.48e-03
  I: 1       184      111 -2.63e-03,-1.65e-01,+1.89e+01,+1.89e+01   2       -88
- O: 2       250       22 -1.32e-02,-1.02e-02,+2.51e-01,+2.52e-01   1     (nil)
-            251       22 +1.06e-02,-1.55e-01,+1.86e+01,+1.86e+01   1     (nil)
+ O: 2       250       22 -1.32e-02,-1.02e-02,+2.51e-01,+2.52e-01   1
+            251       22 +1.06e-02,-1.55e-01,+1.86e+01,+1.86e+01   1
 Vertex:      -89 ID:    0 (X,cT)=+1.36e-04,+4.24e-05,+3.24e-03,+3.24e-03
  I: 1       191      111 +5.32e-01,+1.66e-01,+1.27e+01,+1.27e+01   2       -89
- O: 2       252       22 +1.83e-01,+1.10e-01,+5.73e+00,+5.73e+00   1     (nil)
-            253       22 +3.49e-01,+5.63e-02,+6.96e+00,+6.97e+00   1     (nil)
+ O: 2       253       22 +3.49e-01,+5.63e-02,+6.96e+00,+6.97e+00   1
+            252       22 +1.83e-01,+1.10e-01,+5.73e+00,+5.73e+00   1
 Vertex:      -90 ID:    0 (X,cT)=+3.53e-05,+9.71e-06,-6.05e-05,+1.41e-04
  I: 1       196      111 +3.92e-02,+1.08e-02,-6.72e-02,+1.56e-01   2       -90
- O: 2       254       22 +7.69e-02,+3.56e-02,-7.15e-02,+1.11e-01   1     (nil)
-            255       22 -3.77e-02,-2.48e-02,+4.24e-03,+4.53e-02   1     (nil)
+ O: 2       254       22 +7.69e-02,+3.56e-02,-7.15e-02,+1.11e-01   1
+            255       22 -3.77e-02,-2.48e-02,+4.24e-03,+4.53e-02   1
 Vertex:      -91 ID:    0 (X,cT)=+4.08e-05,+6.79e-06,-1.10e-04,+1.18e-04
  I: 1       198      111 +4.58e-01,+7.63e-02,-1.24e+00,+1.33e+00   2       -91
- O: 2       256       22 +1.21e-01,-3.91e-02,-3.40e-01,+3.63e-01   1     (nil)
-            257       22 +3.37e-01,+1.15e-01,-8.96e-01,+9.65e-01   1     (nil)
+ O: 2       256       22 +1.21e-01,-3.91e-02,-3.40e-01,+3.63e-01   1
+            257       22 +3.37e-01,+1.15e-01,-8.96e-01,+9.65e-01   1
 Vertex:      -92 ID:    0 (X,cT)=+5.61e-06,-8.66e-06,-6.40e-05,+6.49e-05
  I: 1       203      111 +1.70e-01,-2.62e-01,-1.93e+00,+1.96e+00   2       -92
- O: 3       258       22 +3.78e-02,-1.90e-02,-5.69e-01,+5.70e-01   1     (nil)
-            259       11 +1.27e-01,-2.18e-01,-1.21e+00,+1.24e+00   1     (nil)
-            260      -11 +4.80e-03,-2.48e-02,-1.54e-01,+1.56e-01   1     (nil)
+ O: 3       258       22 +3.78e-02,-1.90e-02,-5.69e-01,+5.70e-01   1
+            259       11 +1.27e-01,-2.18e-01,-1.21e+00,+1.24e+00   1
+            260      -11 +4.80e-03,-2.48e-02,-1.54e-01,+1.56e-01   1
 Vertex:      -93 ID:    0 (X,cT)=-1.44e+01,+6.94e+00,+7.21e+02,+7.22e+02
  I: 1       206      310 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -93
  O: 2       261      111 +9.20e-02,+1.32e-01,+2.25e+00,+2.26e+00   2       -97
@@ -2033,36 +2152,36 @@ Vertex:      -94 ID:    0 (X,cT)=-7.78e+00,+1.06e+01,+1.70e+03,+1.70e+03
             264      111 +8.17e-02,+1.26e-01,+8.62e+00,+8.62e+00   2      -100
 Vertex:      -95 ID:    0 (X,cT)=-1.37e+01,-6.92e+00,-2.33e+00,+2.17e+01
  I: 1       212      310 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -95
- O: 2       266     -211 -1.52e-01,-1.35e-01,-2.31e-01,+3.38e-01   1     (nil)
-            265      211 -2.95e-01,-9.17e-02,+1.55e-01,+3.73e-01   1     (nil)
+ O: 2       265      211 -2.95e-01,-9.17e-02,+1.55e-01,+3.73e-01   1
+            266     -211 -1.52e-01,-1.35e-01,-2.31e-01,+3.38e-01   1
 Vertex:      -96 ID:    0 (X,cT)=+5.58e+00,+4.38e+01,+1.48e+02,+1.60e+02
  I: 1       217      310 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -96
  O: 2       267      111 +1.60e-01,+1.55e-01,+1.10e+00,+1.13e+00   2      -101
             268      111 -9.38e-02,+3.66e-01,+6.60e-01,+7.72e-01   2      -102
 Vertex:      -97 ID:    0 (X,cT)=-1.44e+01,+6.94e+00,+7.21e+02,+7.22e+02
  I: 1       261      111 +9.20e-02,+1.32e-01,+2.25e+00,+2.26e+00   2       -97
- O: 2       269       22 +1.66e-02,-2.70e-02,+2.39e-01,+2.41e-01   1     (nil)
-            270       22 +7.54e-02,+1.59e-01,+2.02e+00,+2.02e+00   1     (nil)
+ O: 2       269       22 +1.66e-02,-2.70e-02,+2.39e-01,+2.41e-01   1
+            270       22 +7.54e-02,+1.59e-01,+2.02e+00,+2.02e+00   1
 Vertex:      -98 ID:    0 (X,cT)=-1.44e+01,+6.94e+00,+7.21e+02,+7.22e+02
  I: 1       262      111 -2.57e-01,-5.26e-02,+6.00e+00,+6.01e+00   2       -98
- O: 2       271       22 -7.17e-02,-3.17e-02,+3.25e+00,+3.25e+00   1     (nil)
-            272       22 -1.85e-01,-2.09e-02,+2.76e+00,+2.76e+00   1     (nil)
+ O: 2       271       22 -7.17e-02,-3.17e-02,+3.25e+00,+3.25e+00   1
+            272       22 -1.85e-01,-2.09e-02,+2.76e+00,+2.76e+00   1
 Vertex:      -99 ID:    0 (X,cT)=-7.78e+00,+1.06e+01,+1.70e+03,+1.70e+03
  I: 1       263      111 -2.89e-01,+1.56e-01,+3.66e+01,+3.66e+01   2       -99
- O: 2       273       22 -9.96e-02,+2.50e-02,+6.20e+00,+6.20e+00   1     (nil)
-            274       22 -1.90e-01,+1.31e-01,+3.04e+01,+3.04e+01   1     (nil)
+ O: 2       273       22 -9.96e-02,+2.50e-02,+6.20e+00,+6.20e+00   1
+            274       22 -1.90e-01,+1.31e-01,+3.04e+01,+3.04e+01   1
 Vertex:     -100 ID:    0 (X,cT)=-7.78e+00,+1.06e+01,+1.70e+03,+1.70e+03
  I: 1       264      111 +8.17e-02,+1.26e-01,+8.62e+00,+8.62e+00   2      -100
- O: 2       275       22 +7.76e-02,+2.39e-03,+3.60e+00,+3.60e+00   1     (nil)
-            276       22 +4.09e-03,+1.24e-01,+5.01e+00,+5.02e+00   1     (nil)
+ O: 2       275       22 +7.76e-02,+2.39e-03,+3.60e+00,+3.60e+00   1
+            276       22 +4.09e-03,+1.24e-01,+5.01e+00,+5.02e+00   1
 Vertex:     -101 ID:    0 (X,cT)=+5.58e+00,+4.38e+01,+1.48e+02,+1.60e+02
  I: 1       267      111 +1.60e-01,+1.55e-01,+1.10e+00,+1.13e+00   2      -101
- O: 2       277       22 +1.49e-01,+9.93e-02,+5.70e-01,+5.98e-01   1     (nil)
-            278       22 +1.13e-02,+5.56e-02,+5.29e-01,+5.32e-01   1     (nil)
+ O: 2       277       22 +1.49e-01,+9.93e-02,+5.70e-01,+5.98e-01   1
+            278       22 +1.13e-02,+5.56e-02,+5.29e-01,+5.32e-01   1
 Vertex:     -102 ID:    0 (X,cT)=+5.58e+00,+4.38e+01,+1.48e+02,+1.60e+02
  I: 1       268      111 -9.38e-02,+3.66e-01,+6.60e-01,+7.72e-01   2      -102
- O: 2       280       22 -2.77e-02,+3.15e-01,+4.91e-01,+5.84e-01   1     (nil)
-            279       22 -6.60e-02,+5.16e-02,+1.69e-01,+1.89e-01   1     (nil)
+ O: 2       279       22 -6.60e-02,+5.16e-02,+1.69e-01,+1.89e-01   1
+            280       22 -2.77e-02,+3.15e-01,+4.91e-01,+5.84e-01   1
 ________________________________________________________________________________
 Stage 0->1 : 0 hits found in the muon chamber.
 ++++++++ event aborted
@@ -2071,3 +2190,5 @@ Stage 0->1 : 0 hits found in the muon chamber.
      0 hits are stored in ExN04CalorimeterHitsCollection.
      Total energy deposition in calorimeter : 0 (GeV)
      0 hits are stored in ExN04MuonHitsCollection.
+Graphics systems deleted.
+Visualization Manager deleting...
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmc_pygen.out b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmc_pygen.out
index dd01dc88de677f72d595471edd2753730d3988b2..367b7804551d2e05157bc824a17d540a3fd1e05c 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmc_pygen.out
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmc_pygen.out
@@ -1,70 +1,59 @@
-**********************************************
- Geant4 version $Name: geant4-08-01 $
-                                (31-Jul-2002)
-             Copyright : Geant4 Collaboration
-**********************************************
 
-phot:  Total cross sections from Sandia parametrisation. 
-MuonMinusCaptureAtRest is created 
-
-compt:  Total cross sections from a parametrisation. Good description from 10 KeV to (100/Z) GeV. 
-       Scattered gamma energy according Klein-Nishina.
-        PhysicsTables from 1 keV to 100 GeV in 80 bins. 
-
-conv:  Total cross sections from a parametrisation. Good description from 1.5 MeV to 100 GeV for all Z. 
-        e+e- energies according Bethe-Heitler
-        PhysicsTables from 1.022 MeV to 100 GeV in 100 bins. 
-
-eBrem:  Total cross sections from a NEW parametrisation based on the EEDL data library. 
- Good description from 1 KeV to 100 GeV.
-        log scale extrapolation above 100 GeV 
-        Gamma energy sampled from a parametrised formula.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-eIoni:  delta cross sections from Moller+Bhabha. Good description from 1 KeV to 100 GeV.
-        delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
-
-annihil:  Total cross section from Heilter formula(annihilation into 2 photons).
-        gamma energies sampled according Heitler
-        PhysicsTables from 10 keV to 10 TeV in 100 bins. 
-
-annihil:  Total cross section from Heilter formula(annihilation into 2 photons).
-        gamma energies sampled according Heitler
-        PhysicsTables from 10 keV to 10 TeV in 100 bins. 
-
-hIoni:    Knock-on electron cross sections . 
-         Good description above the mean excitation energy.
-         delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
-
-MuIoni:    Knock-on electron cross sections . 
-         Good description above the mean excitation energy.
-         delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-MuBrems:  theoretical cross section 
-          Good description up to 1000 PeV.
-    PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-MuPairProd:  theoretical cross sections 
-          Good description up to 1000 PeV.
-    PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
+*************************************************************
+ Geant4 version Name: geant4-08-01-ref-00    (30-June-2006)
+                      Copyright : Geant4 Collaboration
+                      Reference : NIM A 506 (2003), 250-303
+                            WWW : http://cern.ch/geant4
+*************************************************************
+
+
+<<< Geant4 Physics List engine packaging library: PACK 5.1
+<<< Geant4 Physics List simulation engine: QGSP 3.1
+
+Visualization Manager instantiating...
+Visualization Manager initialising...
+Registering graphics systems...
+
+You have successfully registered the following graphics systems.
+Current available graphics systems are:
+  ASCIITree (ATree)
+  DAWNFILE (DAWNFILE)
+  GAGTree (GAGTree)
+  G4HepRep (HepRepXML)
+  G4HepRepFile (HepRepFile)
+  RayTracer (RayTracer)
+  VRML1FILE (VRML1FILE)
+  VRML2FILE (VRML2FILE)
+  FukuiRenderer (DAWN)
+  OpenGLImmediateX (OGLIX)
+  OpenGLStoredX (OGLSX)
+  OpenGLImmediateXm (OGLIXm)
+  OpenGLStoredXm (OGLSXm)
+  OpenInventorXt (OIX)
+  RayTracerX (RayTracerX)
+  VRML1 (VRML1)
+  VRML2 (VRML2)
+
+Registering model factories...
+
+You have successfully registered the following model factories.
+Registered model factories:
+  generic
+  drawByCharge
+  drawByParticleID
+  drawByOriginVolume
+
+Registered models: 
+  None
+
+Registered filter factories:
+  chargeFilter
+  particleFilter
+  originVolumeFilter
+
+Registered filters:
+  None
+
 current generator type: pythia
 1                                                                              
  ******************************************************************************
@@ -187,38 +176,193 @@ current generator type: pythia
            ==========================================================
 
  ********************** PYINIT: initialization completed **********************
+
+phot:  Total cross sections from Sandia parametrisation. 
+
+compt:  Total cross sections has a good parametrisation from 10 KeV to (100/Z) GeV
+      Sampling according Klein-Nishina model
+      tables are built for  gamma
+      Lambda tables from 100 eV  to 100 GeV in 90 bins.
+
+conv:  Total cross sections has a good parametrisation from 1.5 MeV to 100 GeV for all Z;
+      sampling secondary e+e- according to the Bethe-Heitler model
+      tables are built for  gamma
+      Lambda tables from 1.022 MeV to 100 GeV in 100 bins.
+
+msc:  Model variant of multiple scattering for e-
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+eIoni:   tables are built for  e-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+eBrem:   tables are built for  e-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Total cross sections from a parametrisation based on the EEDL data library. 
+      Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV.
+
+eIoni:   tables are built for  e+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+eBrem:   tables are built for  e+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Total cross sections from a parametrisation based on the EEDL data library. 
+      Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV.
+
+annihil:       Heilter model of formula of annihilation into 2 photons
+      tables are built for  e+
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+
+msc:  Model variant of multiple scattering for proton
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+hIoni:   tables are built for  proton
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for GenericIon
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+ionIoni:   tables are built for  GenericIon
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for alpha particles below.
+      Stopping Power data for 8 ion/material pairs are used.
+      Step function: finalRange(mm)= 0.1, dRoverRange= 0.1, integral: 1
+
+hIoni:   tables are built for  anti_proton
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for mu+
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+muIoni:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, 
+      radiative corrections for E > 1 GeV
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+muBrems:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muPairProd:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muIoni:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, 
+      radiative corrections for E > 1 GeV
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+muBrems:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muPairProd:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+hIoni:   tables are built for  pi+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 0.297504 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for pi-
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+hIoni:   tables are built for  pi-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 0.297504 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+### Run 0 start.
 Stage 0->1 : 1 hits found in the muon chamber.
-Stage 1->2 : 1 isolated muon found.
+Stage 1->2 : 0 isolated muon found.
+++++++++ event aborted
 >>> Event 0
-     107 hits are stored in ExN04TrackerHitsCollection.
-     62 hits are stored in ExN04CalorimeterHitsCollection.
-     Total energy deposition in calorimeter : 0.997834 (GeV)
+     213 hits are stored in ExN04TrackerHitsCollection.
+     21 hits are stored in ExN04CalorimeterHitsCollection.
+     Total energy deposition in calorimeter : 0.49951823 (GeV)
      1 hits are stored in ExN04MuonHitsCollection.
-Stage 0->1 : 1 hits found in the muon chamber.
-Stage 1->2 : 1 isolated muon found.
+Stage 0->1 : 0 hits found in the muon chamber.
+++++++++ event aborted
 >>> Event 1
-     203 hits are stored in ExN04TrackerHitsCollection.
-     74 hits are stored in ExN04CalorimeterHitsCollection.
-     Total energy deposition in calorimeter : 1.21037 (GeV)
-     1 hits are stored in ExN04MuonHitsCollection.
+     0 hits are stored in ExN04TrackerHitsCollection.
+     14 hits are stored in ExN04CalorimeterHitsCollection.
+     Total energy deposition in calorimeter : 0.20789644 (GeV)
+     0 hits are stored in ExN04MuonHitsCollection.
 Stage 0->1 : 1 hits found in the muon chamber.
 Stage 1->2 : 1 isolated muon found.
 >>> Event 2
-     147 hits are stored in ExN04TrackerHitsCollection.
-     95 hits are stored in ExN04CalorimeterHitsCollection.
-     Total energy deposition in calorimeter : 1.49571 (GeV)
+     165 hits are stored in ExN04TrackerHitsCollection.
+     47 hits are stored in ExN04CalorimeterHitsCollection.
+     Total energy deposition in calorimeter : 1.6702903 (GeV)
      1 hits are stored in ExN04MuonHitsCollection.
 Stage 0->1 : 1 hits found in the muon chamber.
-Stage 1->2 : 1 isolated muon found.
+Stage 1->2 : 0 isolated muon found.
+++++++++ event aborted
 >>> Event 3
-     108 hits are stored in ExN04TrackerHitsCollection.
-     78 hits are stored in ExN04CalorimeterHitsCollection.
-     Total energy deposition in calorimeter : 1.01149 (GeV)
+     188 hits are stored in ExN04TrackerHitsCollection.
+     21 hits are stored in ExN04CalorimeterHitsCollection.
+     Total energy deposition in calorimeter : 0.45634323 (GeV)
      1 hits are stored in ExN04MuonHitsCollection.
 Stage 0->1 : 1 hits found in the muon chamber.
 Stage 1->2 : 1 isolated muon found.
 >>> Event 4
-     367 hits are stored in ExN04TrackerHitsCollection.
-     136 hits are stored in ExN04CalorimeterHitsCollection.
-     Total energy deposition in calorimeter : 2.04765 (GeV)
+     177 hits are stored in ExN04TrackerHitsCollection.
+     35 hits are stored in ExN04CalorimeterHitsCollection.
+     Total energy deposition in calorimeter : 0.78347475 (GeV)
      1 hits are stored in ExN04MuonHitsCollection.
+1********* PYSTAT:  Statistics on Number of Events and Cross-sections *********
+
+ ==============================================================================
+ I                                  I                            I            I
+ I            Subprocess            I      Number of points      I    Sigma   I
+ I                                  I                            I            I
+ I----------------------------------I----------------------------I    (mb)    I
+ I                                  I                            I            I
+ I N:o Type                         I    Generated         Tried I            I
+ I                                  I                            I            I
+ ==============================================================================
+ I                                  I                            I            I
+ I   0 All included subprocesses    I            5            10 I  6.034E-12 I
+ I 102 g + g -> h0                  I            2             4 I  2.874E-12 I
+ I 123 f + f' -> f + f' + h0        I            1             1 I  6.634E-13 I
+ I 124 f + f' -> f" + f"' + h0      I            2             5 I  2.497E-12 I
+ I                                  I                            I            I
+ ==============================================================================
+
+ ********* Fraction of events that fail fragmentation cuts =  0.00000 *********
+
+Graphics systems deleted.
+Visualization Manager deleting...
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04RunAction.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04RunAction.hh
index 5435388675533fe110eb5003705ce3f3e9579492..ebe3458c5d1c0d40961738b4e104b3a2c46bc031 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04RunAction.hh
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04RunAction.hh
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: ExN04RunAction.hh,v 1.2 2006/06/29 17:07:37 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: ExN04RunAction.hh,v 1.3 2006/07/05 09:50:45 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 // 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -48,7 +48,6 @@ class ExN04RunAction : public G4UserRunAction
 
   public:
     void BeginOfRunAction(const G4Run*);
-    void EndOfRunAction(const G4Run*);
 };
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04CalorimeterSD.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04CalorimeterSD.cc
index e532b5170f64e68dcf28008e2f57688c2dc52c0d..fd5fc04e22b446e689f0153edd714a6fa2b27955 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04CalorimeterSD.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04CalorimeterSD.cc
@@ -50,24 +50,26 @@ void ExN04CalorimeterSD::Initialize(G4HCofThisEvent*)
 {
   CalCollection = new ExN04CalorimeterHitsCollection
                       (SensitiveDetectorName,collectionName[0]); 
-  for(int j=0;j<numberOfCellsInZ;j++)
-  for(int k=0;k<numberOfCellsInPhi;k++)
+  for(G4int j=0;j<numberOfCellsInZ;j++)
+  for(G4int k=0;k<numberOfCellsInPhi;k++)
   {
     CellID[j][k] = -1;
   }
+  verboseLevel = 0;
 }
 
 G4bool ExN04CalorimeterSD::ProcessHits(G4Step*aStep,G4TouchableHistory*ROhist)
 {
   if(!ROhist) return false;
   G4double edep = aStep->GetTotalEnergyDeposit();
+  if(verboseLevel>1) G4cout << "Next step edep(MeV) = " << edep/MeV << G4endl;
   if(edep==0.) return false;
 
   G4VPhysicalVolume* physVol = ROhist->GetVolume();
   //ROhist->MoveUpHistory();
   //G4VPhysicalVolume* mothVol = ROhist->GetVolume(1);
-  int copyIDinZ = ROhist->GetReplicaNumber();
-  int copyIDinPhi = ROhist->GetReplicaNumber(1);
+  G4int copyIDinZ = ROhist->GetReplicaNumber();
+  G4int copyIDinPhi = ROhist->GetReplicaNumber(1);
 
   if(CellID[copyIDinZ][copyIDinPhi]==-1)
   {
@@ -79,7 +81,7 @@ G4bool ExN04CalorimeterSD::ProcessHits(G4Step*aStep,G4TouchableHistory*ROhist)
     calHit->SetEdep( edep );
     calHit->SetPos( physVol->GetTranslation() );
     calHit->SetRot( rotM );
-    int icell = CalCollection->insert( calHit );
+    G4int icell = CalCollection->insert( calHit );
     CellID[copyIDinZ][copyIDinPhi] = icell - 1;
     if(verboseLevel>0)
     { G4cout << " New Calorimeter Hit on CellID " 
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04EventAction.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04EventAction.cc
index f6e4f4ba73fafb5dba8ef29b38a2190813f66ae2..a45a9cd5bbc0502abfd30725d942177c4da87d1d 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04EventAction.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04EventAction.cc
@@ -67,24 +67,6 @@ void ExN04EventAction::EndOfEventAction(const G4Event* evt)
 {
   G4cout << ">>> Event " << evt->GetEventID() << G4endl;
   
-  // get number of stored trajectories
-  //
-  G4TrajectoryContainer* trajectoryContainer = evt->GetTrajectoryContainer();
-  G4int n_trajectories = 0;
-  if (trajectoryContainer) n_trajectories = trajectoryContainer->entries();
-  
-  // extract the trajectories and draw them
-  //
-  if (G4VVisManager::GetConcreteInstance())
-    {
-     for (G4int i=0; i<n_trajectories; i++) 
-        { G4Trajectory* trj = (G4Trajectory*)
-	                            ((*(evt->GetTrajectoryContainer()))[i]);
-          trj->DrawTrajectory(50);
-        }
-    }
-    
-    
   if(trackerCollID<0||calorimeterCollID<0||muonCollID<0) return;
 
   G4HCofThisEvent * HCE = evt->GetHCofThisEvent();
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04RunAction.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04RunAction.cc
index 1fdbb93067249511ee27812bf6839365febbe22c..2a7e76aa3f6d4be8e8943e27b5296128cb6bbb0e 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04RunAction.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04RunAction.cc
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: ExN04RunAction.cc,v 1.2 2006/06/29 17:08:53 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: ExN04RunAction.cc,v 1.3 2006/07/05 09:50:45 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 // 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -55,22 +55,6 @@ void ExN04RunAction::BeginOfRunAction(const G4Run* aRun)
   G4cout << "### Run " << aRun->GetRunID() << " start." << G4endl;
   
   G4RunManager::GetRunManager()->SetRandomNumberStore(true);
-
-  if (G4VVisManager::GetConcreteInstance())
-    {
-      G4UImanager* UI = G4UImanager::GetUIpointer();
-      UI->ApplyCommand("/vis/scene/notifyHandlers");
-    } 
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-void ExN04RunAction::EndOfRunAction(const G4Run*)
-{
-  if (G4VVisManager::GetConcreteInstance())
-    {
-     G4UImanager::GetUIpointer()->ApplyCommand("/vis/viewer/update");
-    }
 }
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04TrackerSD.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04TrackerSD.cc
index b83b11a795374b5ce5d27139ad892f5fb1266dc6..90b2a68f84368dd255ed4348ba4ffdf9aeede78d 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04TrackerSD.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04TrackerSD.cc
@@ -40,7 +40,7 @@ ExN04TrackerSD::ExN04TrackerSD(G4String name)
 
 ExN04TrackerSD::~ExN04TrackerSD(){;}
 
-void ExN04TrackerSD::Initialize(G4HCofThisEvent*HCE)
+void ExN04TrackerSD::Initialize(G4HCofThisEvent* HCE)
 {
   static int HCID = -1;
   trackerCollection = new ExN04TrackerHitsCollection
@@ -50,7 +50,7 @@ void ExN04TrackerSD::Initialize(G4HCofThisEvent*HCE)
   HCE->AddHitsCollection(HCID,trackerCollection);
 }
 
-G4bool ExN04TrackerSD::ProcessHits(G4Step*aStep,G4TouchableHistory*)
+G4bool ExN04TrackerSD::ProcessHits(G4Step* aStep, G4TouchableHistory*)
 {
   G4double edep = aStep->GetTotalEnergyDeposit();
   if(edep==0.) return false;
@@ -64,7 +64,8 @@ G4bool ExN04TrackerSD::ProcessHits(G4Step*aStep,G4TouchableHistory*)
 }
 
 void ExN04TrackerSD::EndOfEvent(G4HCofThisEvent*)
-{;}
+{
+}
 
 void ExN04TrackerSD::clear()
 {
@@ -77,4 +78,3 @@ void ExN04TrackerSD::DrawAll()
 void ExN04TrackerSD::PrintAll()
 {
 } 
-
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/vis.mac b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/vis.mac
index aacc1b037bf85a62cede8b9d4a21043b838ae652..aca6dd7eb6d7d721a68929a8fa9538090b62a3ef 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/vis.mac
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/vis.mac
@@ -25,7 +25,14 @@
 /vis/viewer/flush
 #
 # for drawing the tracks
+# Draw trajectories at end of event, showing trajectory points as
+# markers of size 2 pixels (parameter/1000).
+/vis/scene/add/trajectories 2000
 # (if too many tracks cause core dump => storeTrajectory 0)
 /tracking/storeTrajectory 1
 /vis/scene/endOfEventAction accumulate
-
+#
+# Refresh ready for run
+/vis/viewer/refresh
+#
+# Now ready for /run/beamOn.
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/GNUmakefile b/examples/extended/eventgenerator/HepMC/HepMCEx01/GNUmakefile
index 742eed7dac6dcd8e5884aab9358bc6ab06819463..ef6d21c2cf196a57f78ecb600758a05315ff5e42 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01/GNUmakefile
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.2 2002/05/28 14:05:16 murakami Exp $
+# $Id: GNUmakefile,v 1.4 2006/07/05 11:53:02 gcosmo Exp $
 # --------------------------------------------------------------
 # GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
 # --------------------------------------------------------------
@@ -6,70 +6,45 @@ name := hepmcEx01
 G4TARGET := $(name)
 G4EXLIB := true
 
-#ifndef G4WORKDIR
-#  G4WORKDIR := .
-#endif
+include hadronic_lists.gmk
 
 .PHONY: all
-all : lib bin
+all : had_list lib bin
+
+had_list:
+	@echo "This example uses the QGSP 'educated guess physics list'"
+	@echo "(see $(G4INSTALL)/physics_lists/hadronic)."
+	@echo "The hadronic physics lists should be compiled before"
+	@echo "compiling this example."
 
 include $(G4INSTALL)/config/binmake.gmk
 
 # -----------------------------------------------------------------
 # HepMC and PYTHIA
 
-# if you donnot use Pythia library, comment out.
-USE_PYTHIA := 1
-
-# HepMC
-HEPMC_DIR := /opt/heplib/HepMC/1.21
-INCFLAGS  += -I$(HEPMC_DIR)
-
-# check gcc
-USE_GCC := 0
-ifeq ($(G4SYSTEM),Linux-g++)
-  USE_GCC := 1
-endif
-ifeq ($(G4SYSTEM),Linux-egcs)
-  USE_GCC := 1
+# if you do not use Pythia library, comment out the next line.
+#
+G4LIB_USE_PYTHIA := 1
+ifdef G4LIB_USE_PYTHIA
+  CPPFLAGS += -DG4LIB_USE_PYTHIA
 endif
 
-ifeq ($(USE_GCC),1)
-   LDLIBS1  += -Wl,-rpath $(HEPMC_DIR)
+# Define HepMC installation path (HepMC 1.27)
+#
+ifndef HEPMC_DIR
+	@echo HEPMC_DIR not defined!
 endif
+INCFLAGS  += -I$(HEPMC_DIR)/include
 
-ifdef USE_PYTHIA
-    LDLIBS1  += -L$(HEPMC_DIR) -lHepMC
+ifdef G4LIB_USE_PYTHIA
+    LDLIBS1  += -L$(HEPMC_DIR)/lib -lHepMC -lHepMCfio
 else
-    LDLIBS1  += -L$(HEPMC_DIR) -lHepMC $(G4TMPDIR)/HEPEvtcom.o
-endif
-
-ifdef USE_PYTHIA 
-  CERNLIB_DIR := /cern/pro/lib
-  LDLIBS1     += -L$(CERNLIB_DIR) -lpythia6
-
-  # if you get pythia initialization errors, try the next flag.
-  #NEED_INITPYDATA := 1
-  ifdef NEED_INITPYDATA
-    CXXFLAGS  += -DNEED_INITPYDATA
-    LDLIBS1   += $(HepMC_DIR)/src/initpydata.o
-   #LDLIBS1   += external/initpydata.o
-  endif
-
-  LDLIBS1     += $(FCLIBS)
+    LDLIBS1  += -L$(HEPMC_DIR)/lib -lHepMC -lHepMCfio $(G4TMPDIR)/HEPEvtcom.o
 endif
-# -----------------------------------------------------------------
 
-CXXFLAGS_WITHOUT_O := $(filter-out -O% , $(CXXFLAGS))
-CXXFLAGS_WITHOUT_O := $(filter-out +O% , $(CXXFLAGS_WITHOUT_O))
-
-# On HP-acc optimization has to be turned off to compile ExN04HadronPhysics.
+# Path for PYTHIA Fortran library. Based on CERNLIB-2005.
+# Add "/cern/pro/bin" to $PATH first !
 #
-ifeq ($(G4SYSTEM),HP-aCC)
-  COMPILER := $(shell aCC -V 2>&1)
-ifeq ($(COMPILER), aCC: HP ANSI C++ B3910B A.01.15)
-$(G4TMP)/$(G4SYSTEM)/$(name)/XXHadronPhysics.o: src/XXHadronPhysics.cc
-	$(CXX) $(CXXFLAGS_WITHOUT_O) $(CPPFLAGS) -c $(OUT_OBJ)$@ src/XXHadronPhysics.cc
-endif
+ifdef G4LIB_USE_PYTHIA 
+  LDLIBS1     += $(shell cernlib -v pro pythia6205 pdflib804 mathlib) -lg2c
 endif
-
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/History b/examples/extended/eventgenerator/HepMC/HepMCEx01/History
index 68fec0ca9eb13cfc55a1dfe3ecc1f40d98321cd2..521c0a83342a9ed6941702afa384041cf1b57b6e 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01/History
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/History
@@ -1,4 +1,4 @@
-$Id: History,v 1.7 2005/05/03 10:05:49 allison Exp $
+$Id: History,v 1.8 2006/07/05 11:06:36 gcosmo Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -15,27 +15,32 @@ track of all tags.
      * Reverse chronological order (last date on top), please *
      ----------------------------------------------------------
 
-3rd May 2005  John Allison  (examples-V07-00-03)
+July 5th, 2006 G.Cosmo  (exHepMC-V08-01-00)
+- Updated to current version of exampleN04. Now working with release series 8.
+- Corrected GNUmakefile, now requiring CERNLIB 2005 for PYTHIA-8.0.4 and
+  HepMC 1.27 or greater.
+
+May 3rd, 2005  John Allison  (examples-V07-00-03)
 - Replaced vis manager with G4VisExecutive.
 
-Dec. 2nd, 2003  G.Cosmo
+December 2nd, 2003  G.Cosmo
 - Brought up-to-date with examples/novice/N04.
 
-Nov. 13th, 2003  J.Allison
+November 13th, 2003  J.Allison
 - Removed OPACS from Vis Manager.
 
-Jul. 04, 2003  G.Cosmo (exHepMC-V05-02-00)
+July 4th, 2003  G.Cosmo (exHepMC-V05-02-00)
 - fixed compilation errors due to incorrect code migration from g4std wrappers.
 - fixed pedantic compilation warnings on Linux-g++.
 
-Nov. 19, 2002  K.Murakami
+November 19th, 2002  K.Murakami
 - modified as is ExN04. (physics lists and vis. manager)
 - "std" namespace left/not cared was modified to "G4std".
 
-May. 28, 2002  K.Murakami
+May 28th, 2002  K.Murakami
 - renamed classes and filenames.
 
-Apr. 15, 2002  K.Murakami
+April 15th, 2002  K.Murakami
 - Creared from examples/novice/N04.
 - Replace N04PrimaryGeneatorAction with HepMC-interface version.
 - Resize the world volume.
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/README b/examples/extended/eventgenerator/HepMC/HepMCEx01/README
index d4783a19afe7aa08b4e5bcf6c46c260bfe79b298..aff1564afa9cabf1e70e81d40851989e3982f991 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01/README
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.2 2002/05/28 14:05:17 murakami Exp $
+$Id: README,v 1.3 2006/07/05 11:53:02 gcosmo Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -48,5 +48,7 @@ At the third stage, all particles in the RoI (Region of Interest) along
 the isolated muons are tracked. All these examinations are applied in
 ExN04StackingAction.
 
-
-
+NOTE: it requires the installation of:
+      - CERNLIB 2005 and proper access to the "/cern/pro/bin" path included
+        in $PATH.
+      - HepMC, version 1.27 or greater and proper path defined in $HEPMC_DIR.
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/hadronic_lists.gmk b/examples/extended/eventgenerator/HepMC/HepMCEx01/hadronic_lists.gmk
new file mode 100644
index 0000000000000000000000000000000000000000..65eded22f13671f60a9fd9e11b06b06bf65b23da
--- /dev/null
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/hadronic_lists.gmk
@@ -0,0 +1,63 @@
+# --------------------------------------------------------------
+# GNUmakefile for physics list user.  
+# JPW. Fri Jul 25 10:39:58 CEST 2003
+# --------------------------------------------------------------
+
+ifndef G4LISTS_BASE
+  EXTRALIBS += -L$(G4LIB)/plists/$(G4SYSTEM)
+  G4LISTS_BASE = $(G4INSTALL)/physics_lists
+else
+  EXTRALIBS += -L$(G4LISTS_BASE)/hadronic/plists/lib/$(G4SYSTEM)
+endif
+
+#
+# Select your physics lists to link against.
+#
+# EXTRALIBS += -lFTFC
+# EXTRALIBS += -lFTFP
+# EXTRALIBS += -lLBE
+# EXTRALIBS += -lLHEP
+# EXTRALIBS += -lLHEP_GN
+# EXTRALIBS += -lLHEP_HP
+# EXTRALIBS += -lLHEP_LEAD
+# EXTRALIBS += -lLHEP_BERT_HP
+# EXTRALIBS += -lLHEP_BIC_HP
+# EXTRALIBS += -lLHEP_LEAD_HP
+# EXTRALIBS += -lLHEP_PRECO
+# EXTRALIBS += -lQGSP_BERT
+# EXTRALIBS += -lLHEP_PRECO_HP
+# EXTRALIBS += -lQGSC
+# EXTRALIBS += -lQGSC_LEAD
+# EXTRALIBS += -lQGSC_LEAD_HP
+EXTRALIBS += -lQGSP
+# EXTRALIBS += -lQGSP_GN
+# EXTRALIBS += -lQGSP_HP
+# EXTRALIBS += -lLHEP_BERT
+# EXTRALIBS += -lLHEP_BIC
+# EXTRALIBS += -lQGSP_BIC
+EXTRALIBS += -lPackaging
+
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/FTFC/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/FTFP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LBE/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BERT/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BIC/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_GN/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BERT_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BIC_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_LEAD/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_LEAD_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_PRECO/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_PRECO_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/Packaging/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSC/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSC_LEAD/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSC_LEAD_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_BERT/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_BIC/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_GN/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_HP/include
+
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmcEx01.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmcEx01.cc
index 2da569a457685c1974f289b192fb5cf2be7c1178..ce8071b640ce2aa7daa2353619306ced351344e9 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmcEx01.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmcEx01.cc
@@ -24,27 +24,21 @@
 // ********************************************************************
 //
 //
-// $Id: hepmcEx01.cc,v 1.4 2006/06/29 17:04:02 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: hepmcEx01.cc,v 1.5 2006/07/05 11:06:36 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 // 
 // --------------------------------------------------------------
-//      GEANT 4 - exampleN04
-//
-// --------------------------------------------------------------
-// Comments
-//
-// 
+//      GEANT 4 - example derived from novice exampleN04
 // --------------------------------------------------------------
 
-
 #include "G4RunManager.hh"
 #include "G4UImanager.hh"
 #include "G4UIterminal.hh"
 #include "G4UItcsh.hh"
 
 #include "ExN04DetectorConstruction.hh"
-#include "ExN04PhysicsList.hh"
+#include "QGSP.hh"
 #include "ExN04PrimaryGeneratorAction.hh"
 #include "ExN04RunAction.hh"
 #include "ExN04EventAction.hh"
@@ -59,12 +53,22 @@
 
 int main(int argc,char** argv)
 {
-  G4VSteppingVerbose::SetInstance(new ExN04SteppingVerbose);
+  // User Verbose output class
+  //
+  G4VSteppingVerbose* verbosity = new ExN04SteppingVerbose;
+  G4VSteppingVerbose::SetInstance(verbosity);
   
+  // Run manager
+  //
   G4RunManager* runManager = new G4RunManager;
 
-  runManager->SetUserInitialization(new ExN04DetectorConstruction);
-  runManager->SetUserInitialization(new ExN04PhysicsList);
+  // User Initialization classes (mandatory)
+  //
+  G4VUserDetectorConstruction* detector = new ExN04DetectorConstruction;
+  runManager->SetUserInitialization(detector);
+  //
+  G4VUserPhysicsList* physics = new QGSP;
+  runManager->SetUserInitialization(physics);
   
 #ifdef G4VIS_USE
   // Visualization, if you choose to have it!
@@ -74,19 +78,33 @@ int main(int argc,char** argv)
 
   runManager->Initialize();
 
-  runManager->SetUserAction(new ExN04PrimaryGeneratorAction);
-  runManager->SetUserAction(new ExN04RunAction);  
-  runManager->SetUserAction(new ExN04EventAction);
-  runManager->SetUserAction(new ExN04StackingAction);
-  runManager->SetUserAction(new ExN04TrackingAction);
-  runManager->SetUserAction(new ExN04SteppingAction);
+  // User Action classes
+  //
+  G4VUserPrimaryGeneratorAction* gen_action = new ExN04PrimaryGeneratorAction;
+  runManager->SetUserAction(gen_action);
+  //
+  G4UserRunAction* run_action = new ExN04RunAction;
+  runManager->SetUserAction(run_action);  
+  //
+  G4UserEventAction* event_action = new ExN04EventAction;
+  runManager->SetUserAction(event_action);
+  //
+  G4UserStackingAction* stacking_action = new ExN04StackingAction;
+  runManager->SetUserAction(stacking_action);
+  //
+  G4UserTrackingAction* tracking_action = new ExN04TrackingAction;
+  runManager->SetUserAction(tracking_action);
+  //
+  G4UserSteppingAction* stepping_action = new ExN04SteppingAction;
+  runManager->SetUserAction(stepping_action);
   
   //get the pointer to the User Interface manager   
   G4UImanager* UImanager = G4UImanager::GetUIpointer();  
 
   if(argc==1)
   {
-    // G4UIterminal is a (dumb) terminal.
+    // G4UIterminal is a (dumb) terminal
+    //
 #ifdef G4UI_USE_TCSH
     G4UIsession* session = new G4UIterminal(new G4UItcsh);      
 #else
@@ -96,17 +114,22 @@ int main(int argc,char** argv)
     session->SessionStart();
     delete session;
   }
-  else
+  else   // Batch mode
   {
     G4String command = "/control/execute ";
     G4String fileName = argv[1];
     UImanager->ApplyCommand(command+fileName);
   }
 
-  delete runManager;
+  // Free the store: user actions, physics_list and detector_description are
+  //                 owned and deleted by the run manager, so they should not
+  //                 be deleted in the main() program !
+
 #ifdef G4VIS_USE
   delete visManager;
 #endif
+  delete runManager;
+  delete verbosity;
 
   return 0;
 }
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmc_ascii.out b/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmc_ascii.out
index 64eee1aa1a5bf21c7551ca760b21a2e21359e06c..181be9d7637d597a2650113adb01b378440ef7ed 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmc_ascii.out
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmc_ascii.out
@@ -1,81 +1,200 @@
-**********************************************
- Geant4 version $Name: geant4-08-01 $
-                                (31-Jul-2002)
-             Copyright : Geant4 Collaboration
-**********************************************
+
+*************************************************************
+ Geant4 version Name: geant4-08-01-ref-00    (30-June-2006)
+                      Copyright : Geant4 Collaboration
+                      Reference : NIM A 506 (2003), 250-303
+                            WWW : http://cern.ch/geant4
+*************************************************************
+
+
+<<< Geant4 Physics List engine packaging library: PACK 5.1
+<<< Geant4 Physics List simulation engine: QGSP 3.1
+
+Visualization Manager instantiating...
+Visualization Manager initialising...
+Registering graphics systems...
+
+You have successfully registered the following graphics systems.
+Current available graphics systems are:
+  ASCIITree (ATree)
+  DAWNFILE (DAWNFILE)
+  GAGTree (GAGTree)
+  G4HepRep (HepRepXML)
+  G4HepRepFile (HepRepFile)
+  RayTracer (RayTracer)
+  VRML1FILE (VRML1FILE)
+  VRML2FILE (VRML2FILE)
+  FukuiRenderer (DAWN)
+  OpenGLImmediateX (OGLIX)
+  OpenGLStoredX (OGLSX)
+  OpenGLImmediateXm (OGLIXm)
+  OpenGLStoredXm (OGLSXm)
+  OpenInventorXt (OIX)
+  RayTracerX (RayTracerX)
+  VRML1 (VRML1)
+  VRML2 (VRML2)
+
+Registering model factories...
+
+You have successfully registered the following model factories.
+Registered model factories:
+  generic
+  drawByCharge
+  drawByParticleID
+  drawByOriginVolume
+
+Registered models: 
+  None
+
+Registered filter factories:
+  chargeFilter
+  particleFilter
+  originVolumeFilter
+
+Registered filters:
+  None
+
+current generator type: hepmcAscii
+HepMC Ascii inputfile: data/example_MyPythia.dat
+IO_Ascii: unformated ascii file IO for machine reading.
+	File openmode: 8 file state: 0 bad:0 eof:0 fail:0 good:0
 
 phot:  Total cross sections from Sandia parametrisation. 
-MuonMinusCaptureAtRest is created 
 
-compt:  Total cross sections from a parametrisation. Good description from 10 KeV to (100/Z) GeV. 
-       Scattered gamma energy according Klein-Nishina.
-        PhysicsTables from 1 keV to 100 GeV in 80 bins. 
+compt:  Total cross sections has a good parametrisation from 10 KeV to (100/Z) GeV
+      Sampling according Klein-Nishina model
+      tables are built for  gamma
+      Lambda tables from 100 eV  to 100 GeV in 90 bins.
 
-conv:  Total cross sections from a parametrisation. Good description from 1.5 MeV to 100 GeV for all Z. 
-        e+e- energies according Bethe-Heitler
-        PhysicsTables from 1.022 MeV to 100 GeV in 100 bins. 
+conv:  Total cross sections has a good parametrisation from 1.5 MeV to 100 GeV for all Z;
+      sampling secondary e+e- according to the Bethe-Heitler model
+      tables are built for  gamma
+      Lambda tables from 1.022 MeV to 100 GeV in 100 bins.
 
-eBrem:  Total cross sections from a NEW parametrisation based on the EEDL data library. 
- Good description from 1 KeV to 100 GeV.
-        log scale extrapolation above 100 GeV 
-        Gamma energy sampled from a parametrised formula.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
+msc:  Model variant of multiple scattering for e-
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
 
-eIoni:  delta cross sections from Moller+Bhabha. Good description from 1 KeV to 100 GeV.
-        delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
+eIoni:   tables are built for  e-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
 
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
+eBrem:   tables are built for  e-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Total cross sections from a parametrisation based on the EEDL data library. 
+      Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV.
 
-annihil:  Total cross section from Heilter formula(annihilation into 2 photons).
-        gamma energies sampled according Heitler
-        PhysicsTables from 10 keV to 10 TeV in 100 bins. 
+eIoni:   tables are built for  e+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
 
-annihil:  Total cross section from Heilter formula(annihilation into 2 photons).
-        gamma energies sampled according Heitler
-        PhysicsTables from 10 keV to 10 TeV in 100 bins. 
+eBrem:   tables are built for  e+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Total cross sections from a parametrisation based on the EEDL data library. 
+      Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV.
 
-hIoni:    Knock-on electron cross sections . 
-         Good description above the mean excitation energy.
-         delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
+annihil:       Heilter model of formula of annihilation into 2 photons
+      tables are built for  e+
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
 
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
+msc:  Model variant of multiple scattering for proton
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
 
-MuIoni:    Knock-on electron cross sections . 
-         Good description above the mean excitation energy.
-         delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
+hIoni:   tables are built for  proton
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
 
-MuBrems:  theoretical cross section 
-          Good description up to 1000 PeV.
-    PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
+msc:  Model variant of multiple scattering for GenericIon
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
 
-MuPairProd:  theoretical cross sections 
-          Good description up to 1000 PeV.
-    PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
+ionIoni:   tables are built for  GenericIon
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for alpha particles below.
+      Stopping Power data for 8 ion/material pairs are used.
+      Step function: finalRange(mm)= 0.1, dRoverRange= 0.1, integral: 1
 
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
-current generator type: hepmcAscii
-HepMC Ascii inputfile: data/example_MyPythia.dat
-IO_Ascii: unformated ascii file IO for machine reading.
-	File openmode: 1 file state: 0 bad:0 eof:0 fail:0 good:0
+hIoni:   tables are built for  anti_proton
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for mu+
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+muIoni:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, 
+      radiative corrections for E > 1 GeV
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+muBrems:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muPairProd:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muIoni:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, 
+      radiative corrections for E > 1 GeV
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+muBrems:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muPairProd:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+hIoni:   tables are built for  pi+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 0.297504 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for pi-
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+hIoni:   tables are built for  pi-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 0.297504 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+### Run 0 start.
 ________________________________________________________________________________
 GenEvent: #1 ID=20 SignalProcessGenVertex Barcode: 0
  Current Memory Usage: 1 events, 78 vertices, 210 particles.
  Entries this event: 78 vertices, 210 particles.
  RndmState(0)=
  Wgts(0)=
- EventScale -1 GeV 	 alphaQCD=-1	 alphaQED=-1
+ EventScale -1 [energy] 	 alphaQCD=-1	 alphaQED=-1
                                     GenParticle Legend
         Barcode   PDG ID      ( Px,       Py,       Pz,     E ) Stat  DecayVtx
 ________________________________________________________________________________
@@ -106,17 +225,17 @@ GenVertex:       -5 ID:    0 (X,cT):0
               8       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   3        -7
 GenVertex:       -6 ID:    0 (X,cT):0
  I: 1         7       22 -4.03e+00,-1.23e+00,+2.46e+02,+2.46e+02   3        -6
- O: 1         9       22 -4.03e+00,-1.23e+00,+2.46e+02,+2.46e+02   1     (nil)
+ O: 1         9       22 -4.03e+00,-1.23e+00,+2.46e+02,+2.46e+02   1
 GenVertex:       -7 ID:    0 (X,cT):0
  I: 1         8       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   3        -7
  O: 1        10       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   2        -8
 GenVertex:       -8 ID:    0 (X,cT):0
  I: 1        10       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   2        -8
- O: 2        11      -13 -2.56e+01,+4.70e+01,+2.09e+02,+2.16e+02   1     (nil)
-             12       14 +2.47e+01,-3.63e+01,+1.02e+03,+1.02e+03   1     (nil)
+ O: 2        11      -13 -2.56e+01,+4.70e+01,+2.09e+02,+2.16e+02   1
+             12       14 +2.47e+01,-3.63e+01,+1.02e+03,+1.02e+03   1
 GenVertex:       -9 ID:    0 (X,cT):0
  I: 1        13     2214 +1.00e-00,+2.73e-02,-4.08e+03,+4.08e+03   2        -9
- O: 2        29     2212 +1.02e+00,+1.18e-01,-3.74e+03,+3.74e+03   1     (nil)
+ O: 2        29     2212 +1.02e+00,+1.18e-01,-3.74e+03,+3.74e+03   1
              30      111 -2.46e-02,-9.09e-02,-3.46e+02,+3.46e+02   2       -20
 GenVertex:      -10 ID:    0 (X,cT):0
  I: 2        14        1 +2.31e+00,+5.82e+00,+1.51e+02,+1.51e+02   2       -10
@@ -124,28 +243,28 @@ GenVertex:      -10 ID:    0 (X,cT):0
  O: 1        31       92 +0.00e+00,+0.00e+00,+1.97e+02,+1.97e+02   2       -11
 GenVertex:      -11 ID:    0 (X,cT):0
  I: 1        31       92 +0.00e+00,+0.00e+00,+1.97e+02,+1.97e+02   2       -11
- O: 8        32     -211 +2.54e-01,+1.65e+00,+3.42e+01,+3.42e+01   1     (nil)
-             33      211 +1.83e-01,-2.25e-01,+8.98e+00,+8.99e+00   1     (nil)
-             34     -211 +1.65e+00,+3.36e+00,+8.55e+01,+8.56e+01   1     (nil)
+ O: 8        32     -211 +2.54e-01,+1.65e+00,+3.42e+01,+3.42e+01   1
+             33      211 +1.83e-01,-2.25e-01,+8.98e+00,+8.99e+00   1
+             34     -211 +1.65e+00,+3.36e+00,+8.55e+01,+8.56e+01   1
              35      221 +1.53e-01,+1.01e-01,+1.68e+01,+1.68e+01   2       -21
-             36      211 -5.43e-01,+7.13e-02,+3.10e+00,+3.15e+00   1     (nil)
+             36      211 -5.43e-01,+7.13e-02,+3.10e+00,+3.15e+00   1
              37      221 -4.39e-01,-1.09e+00,+1.62e+01,+1.63e+01   2       -22
              38     -213 -1.18e+00,-2.20e+00,+1.67e+01,+1.70e+01   2       -23
-             39      211 -8.40e-02,-1.67e+00,+1.53e+01,+1.54e+01   1     (nil)
+             39      211 -8.40e-02,-1.67e+00,+1.53e+01,+1.54e+01   1
 GenVertex:      -12 ID:    0 (X,cT):0
- I: 2        17       -2 +3.95e+00,+1.33e+00,+4.38e+02,+4.38e+02   2       -12
-             16        2 -3.95e+00,-1.33e+00,+3.41e+01,+3.44e+01   2       -12
+ I: 2        16        2 -3.95e+00,-1.33e+00,+3.41e+01,+3.44e+01   2       -12
+             17       -2 +3.95e+00,+1.33e+00,+4.38e+02,+4.38e+02   2       -12
  O: 1        40       92 +0.00e+00,+0.00e+00,+4.72e+02,+4.72e+02   2       -13
 GenVertex:      -13 ID:    0 (X,cT):0
  I: 1        40       92 +0.00e+00,+0.00e+00,+4.72e+02,+4.72e+02   2       -13
- O: 8        47     -213 +4.18e-01,+2.70e-01,+5.63e+01,+5.63e+01   2       -28
-             48      111 +1.44e+00,+3.32e-01,+1.54e+02,+1.54e+02   2       -29
-             41      221 -2.68e+00,-7.41e-01,+2.70e+01,+2.71e+01   2       -24
-             42      211 -1.08e+00,-1.77e-01,+8.94e+00,+9.00e+00   1     (nil)
+ O: 8        41      221 -2.68e+00,-7.41e-01,+2.70e+01,+2.71e+01   2       -24
+             42      211 -1.08e+00,-1.77e-01,+8.94e+00,+9.00e+00   1
              43      223 +7.31e-01,-2.42e-01,+2.97e+01,+2.97e+01   2       -25
              44     -213 +6.83e-02,+2.16e-01,+2.67e+01,+2.67e+01   2       -26
-             45      211 -7.62e-02,+3.34e-01,+9.98e+00,+9.98e+00   1     (nil)
+             45      211 -7.62e-02,+3.34e-01,+9.98e+00,+9.98e+00   1
              46      223 +1.18e+00,+7.67e-03,+1.59e+02,+1.59e+02   2       -27
+             47     -213 +4.18e-01,+2.70e-01,+5.63e+01,+5.63e+01   2       -28
+             48      111 +1.44e+00,+3.32e-01,+1.54e+02,+1.54e+02   2       -29
 GenVertex:      -14 ID:    0 (X,cT):0
  I: 2        18        2 +1.54e+00,+3.04e+00,-6.32e+01,+6.33e+01   2       -14
              19       -2 -1.54e+00,-3.04e+00,-3.11e+02,+3.11e+02   2       -14
@@ -153,49 +272,49 @@ GenVertex:      -14 ID:    0 (X,cT):0
 GenVertex:      -15 ID:    0 (X,cT):0
  I: 1        49       92 +0.00e+00,+0.00e+00,-3.75e+02,+3.75e+02   2       -15
  O: 3        50      113 +1.57e+00,+2.83e+00,-6.11e+01,+6.12e+01   2       -30
-             51      211 +2.02e-01,+1.20e-01,-2.70e+01,+2.70e+01   1     (nil)
-             52     -211 -1.77e+00,-2.95e+00,-2.86e+02,+2.86e+02   1     (nil)
+             51      211 +2.02e-01,+1.20e-01,-2.70e+01,+2.70e+01   1
+             52     -211 -1.77e+00,-2.95e+00,-2.86e+02,+2.86e+02   1
 GenVertex:      -16 ID:    0 (X,cT):0
- I: 7        20     2101 +7.76e-01,+9.12e-01,+4.45e+03,+4.45e+03   2       -16
-             26        1 +8.08e-03,-1.46e-02,-2.46e+03,+2.46e+03   2       -16
+ I: 7        26        1 +8.08e-03,-1.46e-02,-2.46e+03,+2.46e+03   2       -16
              21       21 +1.46e+00,-3.91e-01,+1.09e+02,+1.09e+02   2       -16
              22       21 +3.11e+00,+2.32e-01,+1.46e+02,+1.47e+02   2       -16
              23       21 -1.09e-01,-1.87e+00,+8.61e+01,+8.61e+01   2       -16
              24       21 -5.37e-01,-6.68e+00,+4.75e+01,+4.79e+01   2       -16
              25       21 -7.11e-01,-1.71e+00,+1.08e+01,+1.10e+01   2       -16
+             20     2101 +7.76e-01,+9.12e-01,+4.45e+03,+4.45e+03   2       -16
  O: 1        53       92 +3.99e+00,-9.52e+00,+2.38e+03,+7.31e+03   2       -17
 GenVertex:      -17 ID:    0 (X,cT):0
  I: 1        53       92 +3.99e+00,-9.52e+00,+2.38e+03,+7.31e+03   2       -17
- O:31        54     2212 +8.22e-01,+7.58e-01,+2.86e+03,+2.86e+03   1     (nil)
+ O:31        54     2212 +8.22e-01,+7.58e-01,+2.86e+03,+2.86e+03   1
              55      113 -3.60e-01,-1.69e-01,+8.62e+02,+8.62e+02   2       -31
              56    -2214 +1.03e+00,+9.30e-02,+4.53e+02,+4.53e+02   2       -32
              57      223 -3.60e-01,+4.04e-01,+1.25e+02,+1.25e+02   2       -33
-             58     2212 +1.68e+00,-6.25e-01,+1.57e+02,+1.57e+02   1     (nil)
+             58     2212 +1.68e+00,-6.25e-01,+1.57e+02,+1.57e+02   1
              59     -213 +5.56e-01,+3.45e-01,+9.14e+01,+9.14e+01   2       -34
              60     -311 +6.88e-02,-2.98e-02,+3.77e+01,+3.77e+01   2       -35
              61      311 +5.59e-01,-2.32e-01,+5.88e+01,+5.88e+01   2       -36
-             62      211 +3.24e-01,-1.11e+00,+5.03e+01,+5.03e+01   1     (nil)
+             62      211 +3.24e-01,-1.11e+00,+5.03e+01,+5.03e+01   1
              63      113 -1.65e-02,-7.81e-02,+4.91e+00,+4.95e+00   2       -37
-             64     -211 +7.06e-01,-6.40e-01,+6.56e+01,+6.56e+01   1     (nil)
+             64     -211 +7.06e-01,-6.40e-01,+6.56e+01,+6.56e+01   1
              65      213 +4.72e-01,-4.39e-01,+1.44e+01,+1.44e+01   2       -38
              66     -213 -3.00e-01,-3.82e-01,+1.62e+01,+1.63e+01   2       -39
-             67      211 -4.39e-01,-3.19e+00,+2.48e+01,+2.50e+01   1     (nil)
-             68     -211 -1.40e-01,-1.20e-01,+4.92e-01,+5.44e-01   1     (nil)
+             67      211 -4.39e-01,-3.19e+00,+2.48e+01,+2.50e+01   1
+             68     -211 -1.40e-01,-1.20e-01,+4.92e-01,+5.44e-01   1
              69     -311 -2.66e-01,-2.65e+00,+2.07e+01,+2.08e+01   2       -40
              70      323 +1.09e-01,-8.86e-01,+4.66e+00,+4.83e+00   2       -41
              71      113 -4.98e-01,-2.28e-01,+1.70e+00,+1.96e+00   2       -42
              72     -323 -2.90e-01,-2.30e-01,+6.43e-01,+1.16e+00   2       -43
              73      311 +7.90e-02,-3.23e-02,-8.47e-01,+9.86e-01   2       -44
              74      113 +1.28e-01,+1.79e-01,-7.07e-01,+1.09e+00   2       -45
-             75    -2112 +2.40e-01,-6.43e-01,-2.35e+00,+2.62e+00   1     (nil)
-             76     2112 +1.43e-01,-2.20e-01,-2.23e+00,+2.43e+00   1     (nil)
+             75    -2112 +2.40e-01,-6.43e-01,-2.35e+00,+2.62e+00   1
+             76     2112 +1.43e-01,-2.20e-01,-2.23e+00,+2.43e+00   1
              77      221 -1.58e-01,+9.23e-01,-1.12e+01,+1.12e+01   2       -46
-             78      211 -3.97e-01,-5.01e-01,-1.11e+00,+1.29e+00   1     (nil)
+             78      211 -3.97e-01,-5.01e-01,-1.11e+00,+1.29e+00   1
              79      111 +2.87e-01,+2.82e-01,-1.04e+00,+1.12e+00   2       -47
              80      223 +4.06e-01,-2.45e-01,-3.51e+01,+3.51e+01   2       -48
-             81     -321 -6.14e-01,+2.77e-01,-2.28e+02,+2.28e+02   1     (nil)
+             81     -321 -6.14e-01,+2.77e-01,-2.28e+02,+2.28e+02   1
              82      323 +1.26e-01,-3.07e-01,-1.50e+03,+1.50e+03   2       -49
-             83     -321 +1.94e-01,+2.93e-01,-1.69e+02,+1.69e+02   1     (nil)
+             83     -321 +1.94e-01,+2.93e-01,-1.69e+02,+1.69e+02   1
              84      311 -9.36e-02,-1.11e-01,-5.09e+02,+5.09e+02   2       -50
 GenVertex:      -18 ID:    0 (X,cT):0
  I: 2        27       21 -1.37e-01,-5.99e+00,-1.38e+01,+1.51e+01   2       -18
@@ -203,23 +322,23 @@ GenVertex:      -18 ID:    0 (X,cT):0
  O: 1        85       92 +0.00e+00,+0.00e+00,-7.51e+01,+7.66e+01   2       -19
 GenVertex:      -19 ID:    0 (X,cT):0
  I: 1        85       92 +0.00e+00,+0.00e+00,-7.51e+01,+7.66e+01   2       -19
- O: 9        86    -2112 -3.84e-02,-2.48e+00,-7.98e+00,+8.41e+00   1     (nil)
-             87     2212 +1.88e-01,-2.14e+00,-4.49e+00,+5.07e+00   1     (nil)
+ O: 9        86    -2112 -3.84e-02,-2.48e+00,-7.98e+00,+8.41e+00   1
+             87     2212 +1.88e-01,-2.14e+00,-4.49e+00,+5.07e+00   1
              88     -213 +2.00e-01,-1.11e-01,-1.66e+00,+1.83e+00   2       -51
              89     -313 -6.26e-01,+1.37e+00,-1.29e+01,+1.30e+01   2       -52
-             90      321 +7.89e-02,+7.45e-01,-1.09e+01,+1.10e+01   1     (nil)
-             91     -211 +4.23e-02,+3.92e-01,-8.74e+00,+8.75e+00   1     (nil)
-             92      211 +6.44e-02,+3.67e-01,-1.38e+00,+1.43e+00   1     (nil)
-             93    -2212 +4.16e-02,+5.64e-01,-1.20e+01,+1.20e+01   1     (nil)
-             94     2112 +4.92e-02,+1.30e+00,-1.50e+01,+1.51e+01   1     (nil)
+             90      321 +7.89e-02,+7.45e-01,-1.09e+01,+1.10e+01   1
+             91     -211 +4.23e-02,+3.92e-01,-8.74e+00,+8.75e+00   1
+             92      211 +6.44e-02,+3.67e-01,-1.38e+00,+1.43e+00   1
+             93    -2212 +4.16e-02,+5.64e-01,-1.20e+01,+1.20e+01   1
+             94     2112 +4.92e-02,+1.30e+00,-1.50e+01,+1.51e+01   1
 Vertex:      -20 ID:    0 (X,cT)=-7.43e-06,-2.74e-05,-1.04e-01,+1.04e-01
  I: 1        30      111 -2.46e-02,-9.09e-02,-3.46e+02,+3.46e+02   2       -20
- O: 2        95       22 -4.57e-02,-1.20e-01,-2.72e+02,+2.72e+02   1     (nil)
-             96       22 +2.11e-02,+2.92e-02,-7.38e+01,+7.38e+01   1     (nil)
+ O: 2        95       22 -4.57e-02,-1.20e-01,-2.72e+02,+2.72e+02   1
+             96       22 +2.11e-02,+2.92e-02,-7.38e+01,+7.38e+01   1
 GenVertex:      -21 ID:    0 (X,cT):0
  I: 1        35      221 +1.53e-01,+1.01e-01,+1.68e+01,+1.68e+01   2       -21
- O: 3        97      211 +1.91e-01,+1.34e-01,+6.86e+00,+6.86e+00   1     (nil)
-             98     -211 -4.99e-02,-5.38e-02,+4.31e+00,+4.31e+00   1     (nil)
+ O: 3        97      211 +1.91e-01,+1.34e-01,+6.86e+00,+6.86e+00   1
+             98     -211 -4.99e-02,-5.38e-02,+4.31e+00,+4.31e+00   1
              99      111 +1.27e-02,+2.08e-02,+5.61e+00,+5.61e+00   2       -53
 GenVertex:      -22 ID:    0 (X,cT):0
  I: 1        37      221 -4.39e-01,-1.09e+00,+1.62e+01,+1.63e+01   2       -22
@@ -228,118 +347,118 @@ GenVertex:      -22 ID:    0 (X,cT):0
             102      111 -2.65e-01,-5.85e-01,+7.55e+00,+7.58e+00   2       -56
 GenVertex:      -23 ID:    0 (X,cT):0
  I: 1        38     -213 -1.18e+00,-2.20e+00,+1.67e+01,+1.70e+01   2       -23
- O: 2       103     -211 +5.93e-02,-7.99e-01,+3.99e+00,+4.07e+00   1     (nil)
+ O: 2       103     -211 +5.93e-02,-7.99e-01,+3.99e+00,+4.07e+00   1
             104      111 -1.24e+00,-1.40e+00,+1.27e+01,+1.29e+01   2       -57
 GenVertex:      -24 ID:    0 (X,cT):0
  I: 1        41      221 -2.68e+00,-7.41e-01,+2.70e+01,+2.71e+01   2       -24
- O: 2       105       22 -6.34e-03,-7.93e-02,+8.01e-01,+8.05e-01   1     (nil)
-            106       22 -2.67e+00,-6.61e-01,+2.62e+01,+2.63e+01   1     (nil)
+ O: 2       105       22 -6.34e-03,-7.93e-02,+8.01e-01,+8.05e-01   1
+            106       22 -2.67e+00,-6.61e-01,+2.62e+01,+2.63e+01   1
 GenVertex:      -25 ID:    0 (X,cT):0
  I: 1        43      223 +7.31e-01,-2.42e-01,+2.97e+01,+2.97e+01   2       -25
- O: 3       107     -211 +1.76e-02,+3.37e-02,+3.20e+00,+3.21e+00   1     (nil)
-            108      211 +3.94e-01,+9.73e-02,+1.40e+01,+1.40e+01   1     (nil)
+ O: 3       107     -211 +1.76e-02,+3.37e-02,+3.20e+00,+3.21e+00   1
+            108      211 +3.94e-01,+9.73e-02,+1.40e+01,+1.40e+01   1
             109      111 +3.20e-01,-3.73e-01,+1.25e+01,+1.25e+01   2       -58
 GenVertex:      -26 ID:    0 (X,cT):0
  I: 1        44     -213 +6.83e-02,+2.16e-01,+2.67e+01,+2.67e+01   2       -26
- O: 2       110     -211 -8.41e-02,-1.88e-01,+1.75e+01,+1.75e+01   1     (nil)
+ O: 2       110     -211 -8.41e-02,-1.88e-01,+1.75e+01,+1.75e+01   1
             111      111 +1.52e-01,+4.04e-01,+9.17e+00,+9.18e+00   2       -59
 GenVertex:      -27 ID:    0 (X,cT):0
  I: 1        46      223 +1.18e+00,+7.67e-03,+1.59e+02,+1.59e+02   2       -27
- O: 3       112     -211 +4.71e-01,+6.85e-02,+4.92e+01,+4.92e+01   1     (nil)
-            113      211 +5.97e-01,-1.23e-01,+1.01e+02,+1.01e+02   1     (nil)
+ O: 3       112     -211 +4.71e-01,+6.85e-02,+4.92e+01,+4.92e+01   1
+            113      211 +5.97e-01,-1.23e-01,+1.01e+02,+1.01e+02   1
             114      111 +1.09e-01,+6.20e-02,+9.26e+00,+9.26e+00   2       -60
 GenVertex:      -28 ID:    0 (X,cT):0
  I: 1        47     -213 +4.18e-01,+2.70e-01,+5.63e+01,+5.63e+01   2       -28
- O: 2       115     -211 +4.07e-02,+6.55e-03,+6.59e+00,+6.59e+00   1     (nil)
+ O: 2       115     -211 +4.07e-02,+6.55e-03,+6.59e+00,+6.59e+00   1
             116      111 +3.77e-01,+2.64e-01,+4.98e+01,+4.98e+01   2       -61
 Vertex:      -29 ID:    0 (X,cT)=+3.69e-04,+8.53e-05,+3.95e-02,+3.95e-02
  I: 1        48      111 +1.44e+00,+3.32e-01,+1.54e+02,+1.54e+02   2       -29
- O: 2       117       22 +4.72e-01,+4.59e-02,+5.06e+01,+5.06e+01   1     (nil)
-            118       22 +9.67e-01,+2.86e-01,+1.03e+02,+1.03e+02   1     (nil)
+ O: 2       117       22 +4.72e-01,+4.59e-02,+5.06e+01,+5.06e+01   1
+            118       22 +9.67e-01,+2.86e-01,+1.03e+02,+1.03e+02   1
 GenVertex:      -30 ID:    0 (X,cT):0
  I: 1        50      113 +1.57e+00,+2.83e+00,-6.11e+01,+6.12e+01   2       -30
- O: 2       119     -211 +9.16e-01,+2.13e+00,-4.37e+01,+4.38e+01   1     (nil)
-            120      211 +6.49e-01,+7.08e-01,-1.74e+01,+1.75e+01   1     (nil)
+ O: 2       119     -211 +9.16e-01,+2.13e+00,-4.37e+01,+4.38e+01   1
+            120      211 +6.49e-01,+7.08e-01,-1.74e+01,+1.75e+01   1
 GenVertex:      -31 ID:    0 (X,cT):0
  I: 1        55      113 -3.60e-01,-1.69e-01,+8.62e+02,+8.62e+02   2       -31
- O: 2       121      211 -1.07e-01,+4.26e-02,+1.56e+02,+1.56e+02   1     (nil)
-            122     -211 -2.53e-01,-2.12e-01,+7.07e+02,+7.07e+02   1     (nil)
+ O: 2       121      211 -1.07e-01,+4.26e-02,+1.56e+02,+1.56e+02   1
+            122     -211 -2.53e-01,-2.12e-01,+7.07e+02,+7.07e+02   1
 GenVertex:      -32 ID:    0 (X,cT):0
  I: 1        56    -2214 +1.03e+00,+9.30e-02,+4.53e+02,+4.53e+02   2       -32
- O: 2       123    -2212 +4.99e-01,+1.49e-01,+3.29e+02,+3.29e+02   1     (nil)
+ O: 2       123    -2212 +4.99e-01,+1.49e-01,+3.29e+02,+3.29e+02   1
             124      111 +5.28e-01,-5.58e-02,+1.24e+02,+1.24e+02   2       -62
 GenVertex:      -33 ID:    0 (X,cT):0
  I: 1        57      223 -3.60e-01,+4.04e-01,+1.25e+02,+1.25e+02   2       -33
- O: 3       125      211 -1.22e-01,+3.51e-01,+3.18e+01,+3.18e+01   1     (nil)
-            126     -211 -2.21e-01,+7.11e-02,+8.21e+01,+8.21e+01   1     (nil)
+ O: 3       125      211 -1.22e-01,+3.51e-01,+3.18e+01,+3.18e+01   1
+            126     -211 -2.21e-01,+7.11e-02,+8.21e+01,+8.21e+01   1
             127      111 -1.66e-02,-1.80e-02,+1.09e+01,+1.09e+01   2       -63
 GenVertex:      -34 ID:    0 (X,cT):0
  I: 1        59     -213 +5.56e-01,+3.45e-01,+9.14e+01,+9.14e+01   2       -34
- O: 2       128     -211 +3.11e-01,+3.56e-01,+3.44e+01,+3.44e+01   1     (nil)
+ O: 2       128     -211 +3.11e-01,+3.56e-01,+3.44e+01,+3.44e+01   1
             129      111 +2.45e-01,-1.18e-02,+5.70e+01,+5.70e+01   2       -64
 GenVertex:      -35 ID:    0 (X,cT):0
  I: 1        60     -311 +6.88e-02,-2.98e-02,+3.77e+01,+3.77e+01   2       -35
  O: 1       130      310 +6.88e-02,-2.98e-02,+3.77e+01,+3.77e+01   2       -65
 GenVertex:      -36 ID:    0 (X,cT):0
  I: 1        61      311 +5.59e-01,-2.32e-01,+5.88e+01,+5.88e+01   2       -36
- O: 1       131      130 +5.59e-01,-2.32e-01,+5.88e+01,+5.88e+01   1     (nil)
+ O: 1       131      130 +5.59e-01,-2.32e-01,+5.88e+01,+5.88e+01   1
 GenVertex:      -37 ID:    0 (X,cT):0
  I: 1        63      113 -1.65e-02,-7.81e-02,+4.91e+00,+4.95e+00   2       -37
- O: 2       132      211 +1.08e-01,-5.14e-02,+4.37e+00,+4.38e+00   1     (nil)
-            133     -211 -1.25e-01,-2.68e-02,+5.37e-01,+5.69e-01   1     (nil)
+ O: 2       132      211 +1.08e-01,-5.14e-02,+4.37e+00,+4.38e+00   1
+            133     -211 -1.25e-01,-2.68e-02,+5.37e-01,+5.69e-01   1
 GenVertex:      -38 ID:    0 (X,cT):0
  I: 1        65      213 +4.72e-01,-4.39e-01,+1.44e+01,+1.44e+01   2       -38
- O: 2       134      211 +1.82e-01,-5.33e-01,+1.18e+01,+1.18e+01   1     (nil)
+ O: 2       134      211 +1.82e-01,-5.33e-01,+1.18e+01,+1.18e+01   1
             135      111 +2.91e-01,+9.43e-02,+2.56e+00,+2.58e+00   2       -66
 GenVertex:      -39 ID:    0 (X,cT):0
  I: 1        66     -213 -3.00e-01,-3.82e-01,+1.62e+01,+1.63e+01   2       -39
- O: 2       136     -211 -4.94e-01,-2.13e-01,+6.74e+00,+6.77e+00   1     (nil)
+ O: 2       136     -211 -4.94e-01,-2.13e-01,+6.74e+00,+6.77e+00   1
             137      111 +1.93e-01,-1.69e-01,+9.48e+00,+9.49e+00   2       -67
 GenVertex:      -40 ID:    0 (X,cT):0
  I: 1        69     -311 -2.66e-01,-2.65e+00,+2.07e+01,+2.08e+01   2       -40
- O: 1       138      130 -2.66e-01,-2.65e+00,+2.07e+01,+2.08e+01   1     (nil)
+ O: 1       138      130 -2.66e-01,-2.65e+00,+2.07e+01,+2.08e+01   1
 GenVertex:      -41 ID:    0 (X,cT):0
  I: 1        70      323 +1.09e-01,-8.86e-01,+4.66e+00,+4.83e+00   2       -41
  O: 2       139      311 -4.56e-02,-1.94e-01,+1.85e+00,+1.93e+00   2       -68
-            140      211 +1.54e-01,-6.92e-01,+2.81e+00,+2.90e+00   1     (nil)
+            140      211 +1.54e-01,-6.92e-01,+2.81e+00,+2.90e+00   1
 GenVertex:      -42 ID:    0 (X,cT):0
  I: 1        71      113 -4.98e-01,-2.28e-01,+1.70e+00,+1.96e+00   2       -42
- O: 2       141      211 +7.24e-02,-1.33e-01,+6.29e-02,+2.15e-01   1     (nil)
-            142     -211 -5.70e-01,-9.51e-02,+1.64e+00,+1.75e+00   1     (nil)
+ O: 2       141      211 +7.24e-02,-1.33e-01,+6.29e-02,+2.15e-01   1
+            142     -211 -5.70e-01,-9.51e-02,+1.64e+00,+1.75e+00   1
 GenVertex:      -43 ID:    0 (X,cT):0
  I: 1        72     -323 -2.90e-01,-2.30e-01,+6.43e-01,+1.16e+00   2       -43
  O: 2       143     -311 -1.02e-01,-3.76e-01,+2.53e-01,+6.81e-01   2       -69
-            144     -211 -1.88e-01,+1.45e-01,+3.90e-01,+4.77e-01   1     (nil)
+            144     -211 -1.88e-01,+1.45e-01,+3.90e-01,+4.77e-01   1
 GenVertex:      -44 ID:    0 (X,cT):0
  I: 1        73      311 +7.90e-02,-3.23e-02,-8.47e-01,+9.86e-01   2       -44
  O: 1       145      310 +7.90e-02,-3.23e-02,-8.47e-01,+9.86e-01   2       -70
 GenVertex:      -45 ID:    0 (X,cT):0
  I: 1        74      113 +1.28e-01,+1.79e-01,-7.07e-01,+1.09e+00   2       -45
- O: 2       146     -211 -7.31e-02,+3.05e-01,-7.33e-01,+8.10e-01   1     (nil)
-            147      211 +2.01e-01,-1.27e-01,+2.56e-02,+2.77e-01   1     (nil)
+ O: 2       146     -211 -7.31e-02,+3.05e-01,-7.33e-01,+8.10e-01   1
+            147      211 +2.01e-01,-1.27e-01,+2.56e-02,+2.77e-01   1
 GenVertex:      -46 ID:    0 (X,cT):0
  I: 1        77      221 -1.58e-01,+9.23e-01,-1.12e+01,+1.12e+01   2       -46
- O: 3       148     -211 -1.37e-01,+2.12e-01,-2.48e+00,+2.50e+00   1     (nil)
-            149      211 -6.29e-02,+5.66e-01,-6.65e+00,+6.68e+00   1     (nil)
+ O: 3       148     -211 -1.37e-01,+2.12e-01,-2.48e+00,+2.50e+00   1
+            149      211 -6.29e-02,+5.66e-01,-6.65e+00,+6.68e+00   1
             150      111 +4.20e-02,+1.44e-01,-2.05e+00,+2.06e+00   2       -71
 Vertex:      -47 ID:    0 (X,cT)=+2.15e-05,+2.11e-05,-7.77e-05,+8.40e-05
  I: 1        79      111 +2.87e-01,+2.82e-01,-1.04e+00,+1.12e+00   2       -47
- O: 2       151       22 +1.31e-01,+1.64e-01,-6.99e-01,+7.30e-01   1     (nil)
-            152       22 +1.57e-01,+1.18e-01,-3.38e-01,+3.91e-01   1     (nil)
+ O: 2       151       22 +1.31e-01,+1.64e-01,-6.99e-01,+7.30e-01   1
+            152       22 +1.57e-01,+1.18e-01,-3.38e-01,+3.91e-01   1
 GenVertex:      -48 ID:    0 (X,cT):0
  I: 1        80      223 +4.06e-01,-2.45e-01,-3.51e+01,+3.51e+01   2       -48
- O: 2       153     -211 -6.79e-02,+2.16e-01,-6.21e+00,+6.22e+00   1     (nil)
-            154      211 +4.74e-01,-4.61e-01,-2.89e+01,+2.89e+01   1     (nil)
+ O: 2       153     -211 -6.79e-02,+2.16e-01,-6.21e+00,+6.22e+00   1
+            154      211 +4.74e-01,-4.61e-01,-2.89e+01,+2.89e+01   1
 GenVertex:      -49 ID:    0 (X,cT):0
  I: 1        82      323 +1.26e-01,-3.07e-01,-1.50e+03,+1.50e+03   2       -49
- O: 2       155      321 +2.70e-01,-1.79e-01,-6.57e+02,+6.57e+02   1     (nil)
+ O: 2       155      321 +2.70e-01,-1.79e-01,-6.57e+02,+6.57e+02   1
             156      111 -1.45e-01,-1.29e-01,-8.42e+02,+8.42e+02   2       -72
 GenVertex:      -50 ID:    0 (X,cT):0
  I: 1        84      311 -9.36e-02,-1.11e-01,-5.09e+02,+5.09e+02   2       -50
- O: 1       157      130 -9.36e-02,-1.11e-01,-5.09e+02,+5.09e+02   1     (nil)
+ O: 1       157      130 -9.36e-02,-1.11e-01,-5.09e+02,+5.09e+02   1
 GenVertex:      -51 ID:    0 (X,cT):0
  I: 1        88     -213 +2.00e-01,-1.11e-01,-1.66e+00,+1.83e+00   2       -51
- O: 2       158     -211 -1.33e-01,-2.94e-01,-9.51e-01,+1.01e+00   1     (nil)
+ O: 2       158     -211 -1.33e-01,-2.94e-01,-9.51e-01,+1.01e+00   1
             159      111 +3.33e-01,+1.83e-01,-7.05e-01,+8.13e-01   2       -73
 GenVertex:      -52 ID:    0 (X,cT):0
  I: 1        89     -313 -6.26e-01,+1.37e+00,-1.29e+01,+1.30e+01   2       -52
@@ -347,64 +466,64 @@ GenVertex:      -52 ID:    0 (X,cT):0
             161      111 -5.98e-01,+7.99e-01,-7.16e+00,+7.23e+00   2       -75
 Vertex:      -53 ID:    0 (X,cT)=+6.33e-07,+1.04e-06,+2.79e-04,+2.79e-04
  I: 1        99      111 +1.27e-02,+2.08e-02,+5.61e+00,+5.61e+00   2       -53
- O: 2       162       22 +5.81e-02,+5.34e-02,+3.78e+00,+3.78e+00   1     (nil)
-            163       22 -4.54e-02,-3.26e-02,+1.83e+00,+1.83e+00   1     (nil)
+ O: 2       162       22 +5.81e-02,+5.34e-02,+3.78e+00,+3.78e+00   1
+            163       22 -4.54e-02,-3.26e-02,+1.83e+00,+1.83e+00   1
 Vertex:      -54 ID:    0 (X,cT)=+3.79e-06,-3.71e-05,+5.03e-04,+5.05e-04
  I: 1       100      111 +2.02e-02,-1.98e-01,+2.68e+00,+2.69e+00   2       -54
- O: 2       164       22 +2.39e-02,-9.50e-02,+2.06e+00,+2.06e+00   1     (nil)
-            165       22 -3.65e-03,-1.03e-01,+6.27e-01,+6.35e-01   1     (nil)
+ O: 2       164       22 +2.39e-02,-9.50e-02,+2.06e+00,+2.06e+00   1
+            165       22 -3.65e-03,-1.03e-01,+6.27e-01,+6.35e-01   1
 Vertex:      -55 ID:    0 (X,cT)=-2.82e-05,-4.46e-05,+8.64e-04,+8.66e-04
  I: 1       101      111 -1.94e-01,-3.08e-01,+5.97e+00,+5.98e+00   2       -55
- O: 2       166       22 -2.13e-01,-2.53e-01,+5.08e+00,+5.10e+00   1     (nil)
-            167       22 +1.82e-02,-5.48e-02,+8.85e-01,+8.87e-01   1     (nil)
+ O: 2       166       22 -2.13e-01,-2.53e-01,+5.08e+00,+5.10e+00   1
+            167       22 +1.82e-02,-5.48e-02,+8.85e-01,+8.87e-01   1
 Vertex:      -56 ID:    0 (X,cT)=-1.01e-04,-2.22e-04,+2.87e-03,+2.88e-03
  I: 1       102      111 -2.65e-01,-5.85e-01,+7.55e+00,+7.58e+00   2       -56
- O: 2       168       22 -2.34e-01,-3.64e-01,+4.90e+00,+4.92e+00   1     (nil)
-            169       22 -3.04e-02,-2.21e-01,+2.65e+00,+2.66e+00   1     (nil)
+ O: 2       168       22 -2.34e-01,-3.64e-01,+4.90e+00,+4.92e+00   1
+            169       22 -3.04e-02,-2.21e-01,+2.65e+00,+2.66e+00   1
 Vertex:      -57 ID:    0 (X,cT)=-2.73e-04,-3.09e-04,+2.81e-03,+2.84e-03
  I: 1       104      111 -1.24e+00,-1.40e+00,+1.27e+01,+1.29e+01   2       -57
- O: 2       170       22 -1.22e-02,-1.70e-02,+7.27e-02,+7.56e-02   1     (nil)
-            171       22 -1.22e+00,-1.38e+00,+1.27e+01,+1.28e+01   1     (nil)
+ O: 2       170       22 -1.22e-02,-1.70e-02,+7.27e-02,+7.56e-02   1
+            171       22 -1.22e+00,-1.38e+00,+1.27e+01,+1.28e+01   1
 Vertex:      -58 ID:    0 (X,cT)=+7.51e-05,-8.77e-05,+2.93e-03,+2.94e-03
  I: 1       109      111 +3.20e-01,-3.73e-01,+1.25e+01,+1.25e+01   2       -58
- O: 2       172       22 +3.26e-01,-3.46e-01,+1.21e+01,+1.21e+01   1     (nil)
-            173       22 -6.46e-03,-2.66e-02,+3.50e-01,+3.51e-01   1     (nil)
+ O: 2       172       22 +3.26e-01,-3.46e-01,+1.21e+01,+1.21e+01   1
+            173       22 -6.46e-03,-2.66e-02,+3.50e-01,+3.51e-01   1
 Vertex:      -59 ID:    0 (X,cT)=+1.45e-06,+3.84e-06,+8.70e-05,+8.71e-05
  I: 1       111      111 +1.52e-01,+4.04e-01,+9.17e+00,+9.18e+00   2       -59
- O: 2       174       22 -2.15e-02,+1.49e-02,+4.86e-01,+4.86e-01   1     (nil)
-            175       22 +1.74e-01,+3.89e-01,+8.68e+00,+8.69e+00   1     (nil)
+ O: 2       174       22 -2.15e-02,+1.49e-02,+4.86e-01,+4.86e-01   1
+            175       22 +1.74e-01,+3.89e-01,+8.68e+00,+8.69e+00   1
 Vertex:      -60 ID:    0 (X,cT)=+1.34e-05,+7.65e-06,+1.14e-03,+1.14e-03
  I: 1       114      111 +1.09e-01,+6.20e-02,+9.26e+00,+9.26e+00   2       -60
- O: 2       176       22 -1.64e-02,+4.04e-02,+4.24e+00,+4.24e+00   1     (nil)
-            177       22 +1.25e-01,+2.17e-02,+5.02e+00,+5.02e+00   1     (nil)
+ O: 2       176       22 -1.64e-02,+4.04e-02,+4.24e+00,+4.24e+00   1
+            177       22 +1.25e-01,+2.17e-02,+5.02e+00,+5.02e+00   1
 Vertex:      -61 ID:    0 (X,cT)=+1.85e-05,+1.29e-05,+2.43e-03,+2.43e-03
  I: 1       116      111 +3.77e-01,+2.64e-01,+4.98e+01,+4.98e+01   2       -61
- O: 2       178       22 +1.08e-01,+2.89e-02,+7.90e+00,+7.91e+00   1     (nil)
-            179       22 +2.70e-01,+2.35e-01,+4.19e+01,+4.19e+01   1     (nil)
+ O: 2       178       22 +1.08e-01,+2.89e-02,+7.90e+00,+7.91e+00   1
+            179       22 +2.70e-01,+2.35e-01,+4.19e+01,+4.19e+01   1
 Vertex:      -62 ID:    0 (X,cT)=+5.58e-05,-5.89e-06,+1.31e-02,+1.31e-02
  I: 1       124      111 +5.28e-01,-5.58e-02,+1.24e+02,+1.24e+02   2       -62
- O: 2       180       22 +2.10e-01,+4.29e-02,+4.58e+01,+4.58e+01   1     (nil)
-            181       22 +3.18e-01,-9.86e-02,+7.82e+01,+7.82e+01   1     (nil)
+ O: 2       180       22 +2.10e-01,+4.29e-02,+4.58e+01,+4.58e+01   1
+            181       22 +3.18e-01,-9.86e-02,+7.82e+01,+7.82e+01   1
 Vertex:      -63 ID:    0 (X,cT)=-7.71e-06,-8.34e-06,+5.03e-03,+5.03e-03
  I: 1       127      111 -1.66e-02,-1.80e-02,+1.09e+01,+1.09e+01   2       -63
- O: 2       182       22 -6.61e-02,-4.57e-02,+6.07e+00,+6.07e+00   1     (nil)
-            183       22 +4.94e-02,+2.77e-02,+4.78e+00,+4.78e+00   1     (nil)
+ O: 2       182       22 -6.61e-02,-4.57e-02,+6.07e+00,+6.07e+00   1
+            183       22 +4.94e-02,+2.77e-02,+4.78e+00,+4.78e+00   1
 Vertex:      -64 ID:    0 (X,cT)=+1.66e-05,-7.99e-07,+3.86e-03,+3.86e-03
  I: 1       129      111 +2.45e-01,-1.18e-02,+5.70e+01,+5.70e+01   2       -64
- O: 2       184       22 +1.69e-01,+5.36e-02,+3.26e+01,+3.26e+01   1     (nil)
-            185       22 +7.62e-02,-6.54e-02,+2.44e+01,+2.44e+01   1     (nil)
+ O: 2       184       22 +1.69e-01,+5.36e-02,+3.26e+01,+3.26e+01   1
+            185       22 +7.62e-02,-6.54e-02,+2.44e+01,+2.44e+01   1
 Vertex:      -65 ID:    0 (X,cT)=+7.56e+00,-3.28e+00,+4.14e+03,+4.14e+03
  I: 1       130      310 +6.88e-02,-2.98e-02,+3.77e+01,+3.77e+01   2       -65
- O: 2       186      211 +1.58e-01,-6.43e-02,+3.22e+01,+3.22e+01   1     (nil)
-            187     -211 -8.94e-02,+3.44e-02,+5.50e+00,+5.50e+00   1     (nil)
+ O: 2       186      211 +1.58e-01,-6.43e-02,+3.22e+01,+3.22e+01   1
+            187     -211 -8.94e-02,+3.44e-02,+5.50e+00,+5.50e+00   1
 Vertex:      -66 ID:    0 (X,cT)=+2.53e-06,+8.21e-07,+2.23e-05,+2.25e-05
  I: 1       135      111 +2.91e-01,+9.43e-02,+2.56e+00,+2.58e+00   2       -66
- O: 2       188       22 +1.27e-02,-2.62e-02,+3.17e-01,+3.18e-01   1     (nil)
-            189       22 +2.78e-01,+1.20e-01,+2.24e+00,+2.26e+00   1     (nil)
+ O: 2       188       22 +1.27e-02,-2.62e-02,+3.17e-01,+3.18e-01   1
+            189       22 +2.78e-01,+1.20e-01,+2.24e+00,+2.26e+00   1
 Vertex:      -67 ID:    0 (X,cT)=+1.37e-04,-1.19e-04,+6.70e-03,+6.70e-03
  I: 1       137      111 +1.93e-01,-1.69e-01,+9.48e+00,+9.49e+00   2       -67
- O: 2       190       22 +3.61e-04,+4.27e-04,-3.17e-04,+6.42e-04   1     (nil)
-            191       22 +1.93e-01,-1.69e-01,+9.49e+00,+9.49e+00   1     (nil)
+ O: 2       190       22 +3.61e-04,+4.27e-04,-3.17e-04,+6.42e-04   1
+            191       22 +1.93e-01,-1.69e-01,+9.49e+00,+9.49e+00   1
 GenVertex:      -68 ID:    0 (X,cT):0
  I: 1       139      311 -4.56e-02,-1.94e-01,+1.85e+00,+1.93e+00   2       -68
  O: 1       192      310 -4.56e-02,-1.94e-01,+1.85e+00,+1.93e+00   2       -76
@@ -413,39 +532,39 @@ GenVertex:      -69 ID:    0 (X,cT):0
  O: 1       193      310 -1.02e-01,-3.76e-01,+2.53e-01,+6.81e-01   2       -77
 Vertex:      -70 ID:    0 (X,cT)=+5.44e+00,-2.22e+00,-5.83e+01,+6.79e+01
  I: 1       145      310 +7.90e-02,-3.23e-02,-8.47e-01,+9.86e-01   2       -70
- O: 2       194      211 +3.78e-02,+1.72e-01,-5.70e-01,+6.12e-01   1     (nil)
-            195     -211 +4.12e-02,-2.04e-01,-2.77e-01,+3.74e-01   1     (nil)
+ O: 2       194      211 +3.78e-02,+1.72e-01,-5.70e-01,+6.12e-01   1
+            195     -211 +4.12e-02,-2.04e-01,-2.77e-01,+3.74e-01   1
 Vertex:      -71 ID:    0 (X,cT)=+8.77e-06,+3.01e-05,-4.27e-04,+4.30e-04
  I: 1       150      111 +4.20e-02,+1.44e-01,-2.05e+00,+2.06e+00   2       -71
- O: 2       196       22 +2.27e-02,+1.42e-01,-1.05e+00,+1.06e+00   1     (nil)
-            197       22 +1.93e-02,+2.42e-03,-9.95e-01,+9.95e-01   1     (nil)
+ O: 2       196       22 +2.27e-02,+1.42e-01,-1.05e+00,+1.06e+00   1
+            197       22 +1.93e-02,+2.42e-03,-9.95e-01,+9.95e-01   1
 Vertex:      -72 ID:    0 (X,cT)=-6.15e-05,-5.48e-05,-3.58e-01,+3.58e-01
  I: 1       156      111 -1.45e-01,-1.29e-01,-8.42e+02,+8.42e+02   2       -72
- O: 2       198       22 -1.62e-01,-1.30e-01,-6.73e+02,+6.73e+02   1     (nil)
-            199       22 +1.77e-02,+1.35e-03,-1.69e+02,+1.69e+02   1     (nil)
+ O: 2       198       22 -1.62e-01,-1.30e-01,-6.73e+02,+6.73e+02   1
+            199       22 +1.77e-02,+1.35e-03,-1.69e+02,+1.69e+02   1
 Vertex:      -73 ID:    0 (X,cT)=+1.59e-06,+8.76e-07,-3.37e-06,+3.89e-06
  I: 1       159      111 +3.33e-01,+1.83e-01,-7.05e-01,+8.13e-01   2       -73
- O: 2       200       22 +1.34e-01,+3.84e-02,-1.48e-01,+2.03e-01   1     (nil)
-            201       22 +1.99e-01,+1.45e-01,-5.58e-01,+6.10e-01   1     (nil)
+ O: 2       200       22 +1.34e-01,+3.84e-02,-1.48e-01,+2.03e-01   1
+            201       22 +1.99e-01,+1.45e-01,-5.58e-01,+6.10e-01   1
 GenVertex:      -74 ID:    0 (X,cT):0
  I: 1       160     -311 -2.82e-02,+5.68e-01,-5.71e+00,+5.76e+00   2       -74
  O: 1       202      310 -2.82e-02,+5.68e-01,-5.71e+00,+5.76e+00   2       -78
 Vertex:      -75 ID:    0 (X,cT)=-2.71e-05,+3.62e-05,-3.25e-04,+3.28e-04
  I: 1       161      111 -5.98e-01,+7.99e-01,-7.16e+00,+7.23e+00   2       -75
- O: 2       203       22 -4.61e-01,+6.62e-01,-6.07e+00,+6.13e+00   1     (nil)
-            204       22 -1.37e-01,+1.37e-01,-1.09e+00,+1.10e+00   1     (nil)
+ O: 2       203       22 -4.61e-01,+6.62e-01,-6.07e+00,+6.13e+00   1
+            204       22 -1.37e-01,+1.37e-01,-1.09e+00,+1.10e+00   1
 Vertex:      -76 ID:    0 (X,cT)=-2.44e+00,-1.04e+01,+9.94e+01,+1.04e+02
  I: 1       192      310 -4.56e-02,-1.94e-01,+1.85e+00,+1.93e+00   2       -76
- O: 2       205     -211 -6.12e-02,+7.90e-02,+2.98e-01,+3.44e-01   1     (nil)
-            206      211 +1.56e-02,-2.73e-01,+1.56e+00,+1.59e+00   1     (nil)
+ O: 2       205     -211 -6.12e-02,+7.90e-02,+2.98e-01,+3.44e-01   1
+            206      211 +1.56e-02,-2.73e-01,+1.56e+00,+1.59e+00   1
 Vertex:      -77 ID:    0 (X,cT)=-1.49e+01,-5.46e+01,+3.68e+01,+9.90e+01
  I: 1       193      310 -1.02e-01,-3.76e-01,+2.53e-01,+6.81e-01   2       -77
- O: 2       207     -211 -2.41e-01,-3.27e-01,+1.77e-01,+4.65e-01   1     (nil)
-            208      211 +1.38e-01,-4.84e-02,+7.57e-02,+2.16e-01   1     (nil)
+ O: 2       207     -211 -2.41e-01,-3.27e-01,+1.77e-01,+4.65e-01   1
+            208      211 +1.38e-01,-4.84e-02,+7.57e-02,+2.16e-01   1
 Vertex:      -78 ID:    0 (X,cT)=-1.33e-01,+2.68e+00,-2.69e+01,+2.71e+01
  I: 1       202      310 -2.82e-02,+5.68e-01,-5.71e+00,+5.76e+00   2       -78
- O: 2       209      211 +5.42e-02,+4.89e-01,-5.04e+00,+5.07e+00   1     (nil)
-            210     -211 -8.24e-02,+7.87e-02,-6.67e-01,+6.91e-01   1     (nil)
+ O: 2       209      211 +5.42e-02,+4.89e-01,-5.04e+00,+5.07e+00   1
+            210     -211 -8.24e-02,+7.87e-02,-6.67e-01,+6.91e-01   1
 ________________________________________________________________________________
 Stage 0->1 : 0 hits found in the muon chamber.
 ++++++++ event aborted
@@ -460,51 +579,51 @@ GenEvent: #2 ID=20 SignalProcessGenVertex Barcode: 0
  Entries this event: 224 vertices, 624 particles.
  RndmState(0)=
  Wgts(0)=
- EventScale -1 GeV 	 alphaQCD=-1	 alphaQED=-1
+ EventScale -1 [energy] 	 alphaQCD=-1	 alphaQED=-1
                                     GenParticle Legend
         Barcode   PDG ID      ( Px,       Py,       Pz,     E ) Stat  DecayVtx
 ________________________________________________________________________________
 GenVertex:       -1 ID:    0 (X,cT):0
  I: 1         1     2212 +0.00e+00,+0.00e+00,+7.00e+03,+7.00e+03   3        -1
- O: 3        41     2203 +1.57e-01,+9.19e-02,+4.12e+03,+4.12e+03   2       -13
+ O: 3         3       21 +2.24e-03,-3.47e-01,+8.58e+00,+8.58e+00   3        -3
              13        1 -1.60e-01,+2.55e-01,+4.51e+02,+4.51e+02   2        -9
-              3       21 +2.24e-03,-3.47e-01,+8.58e+00,+8.58e+00   3        -3
+             41     2203 +1.57e-01,+9.19e-02,+4.12e+03,+4.12e+03   2       -13
 GenVertex:       -2 ID:    0 (X,cT):0
  I: 1         2     2212 +0.00e+00,+0.00e+00,-7.00e+03,+7.00e+03   3        -2
- O: 2         4        1 +1.81e-01,-9.21e-01,-1.91e+03,+1.91e+03   3        -4
-             39     2203 -1.81e-01,+9.21e-01,-4.33e+03,+4.33e+03   2       -11
+ O: 2        39     2203 -1.81e-01,+9.21e-01,-4.33e+03,+4.33e+03   2       -11
+              4        1 +1.81e-01,-9.21e-01,-1.91e+03,+1.91e+03   3        -4
 GenVertex:       -3 ID:    0 (X,cT):0
  I: 1         3       21 +2.24e-03,-3.47e-01,+8.58e+00,+8.58e+00   3        -3
- O: 8        15       21 +3.52e-01,-6.45e-01,-1.11e+00,+1.33e+00   2       -11
-             40        2 -5.76e-01,-2.17e+00,+2.82e+00,+3.62e+00   2       -13
+ O: 8        11       -4 +1.95e+00,-1.06e+00,-8.18e+00,+8.61e+00   2        -9
               5       -2 -1.22e+01,+1.16e+00,-1.11e+01,+1.65e+01   3        -5
-             11       -4 +1.95e+00,-1.06e+00,-8.18e+00,+8.61e+00   2        -9
              12       21 +1.85e+00,+6.48e+00,-3.61e+01,+3.67e+01   2        -9
              14        4 +1.07e+01,-5.18e+00,-2.71e+01,+2.96e+01   2       -11
              16       21 +3.32e-02,+9.61e-02,-6.60e-02,+1.21e-01   2       -11
              17       21 -3.76e-02,-1.65e-01,-9.73e-01,+9.88e-01   2       -11
+             15       21 +3.52e-01,-6.45e-01,-1.11e+00,+1.33e+00   2       -11
+             40        2 -5.76e-01,-2.17e+00,+2.82e+00,+3.62e+00   2       -13
 GenVertex:       -4 ID:    0 (X,cT):0
  I: 1         4        1 +1.81e-01,-9.21e-01,-1.91e+03,+1.91e+03   3        -4
- O:12         6        1 -1.04e+01,-7.53e+00,-8.52e+02,+8.53e+02   3        -5
+ O:12        35       21 -3.17e+00,-1.74e+00,-8.38e+01,+8.39e+01   2       -11
+             36       21 -3.72e-01,-3.53e+00,-1.09e+02,+1.09e+02   2       -11
+             37       21 -3.12e-01,+2.46e-01,-7.86e+01,+7.86e+01   2       -11
+             38       21 +2.18e+00,-6.98e-01,-1.55e+02,+1.55e+02   2       -11
              28       21 +8.30e-01,+1.28e+00,-3.84e+01,+3.84e+01   2       -11
+              6        1 -1.04e+01,-7.53e+00,-8.52e+02,+8.53e+02   3        -5
              29       21 +1.45e+00,+3.41e+00,-3.48e+01,+3.50e+01   2       -11
              30       21 +4.75e+00,+5.08e+00,-7.07e+01,+7.11e+01   2       -11
              31       21 +7.05e+00,+5.30e+00,-7.09e+01,+7.14e+01   2       -11
              32       21 +6.43e-05,-2.87e-01,-2.01e+00,+2.03e+00   2       -11
              33       21 -2.01e+00,+1.84e-01,-1.00e+02,+1.00e+02   2       -11
              34       21 -1.92e+00,-1.52e+00,-2.29e+02,+2.29e+02   2       -11
-             35       21 -3.17e+00,-1.74e+00,-8.38e+01,+8.39e+01   2       -11
-             36       21 -3.72e-01,-3.53e+00,-1.09e+02,+1.09e+02   2       -11
-             37       21 -3.12e-01,+2.46e-01,-7.86e+01,+7.86e+01   2       -11
-             38       21 +2.18e+00,-6.98e-01,-1.55e+02,+1.55e+02   2       -11
 GenVertex:       -5 ID:    0 (X,cT):0
- I: 2         6        1 -1.04e+01,-7.53e+00,-8.52e+02,+8.53e+02   3        -5
-              5       -2 -1.22e+01,+1.16e+00,-1.11e+01,+1.65e+01   3        -5
+ I: 2         5       -2 -1.22e+01,+1.16e+00,-1.11e+01,+1.65e+01   3        -5
+              6        1 -1.04e+01,-7.53e+00,-8.52e+02,+8.53e+02   3        -5
  O: 2         7       22 -1.33e+01,-8.08e+00,-1.04e+02,+1.05e+02   3        -6
               8      -24 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   3        -7
 GenVertex:       -6 ID:    0 (X,cT):0
  I: 1         7       22 -1.33e+01,-8.08e+00,-1.04e+02,+1.05e+02   3        -6
- O: 1         9       22 -1.33e+01,-8.08e+00,-1.04e+02,+1.05e+02   1     (nil)
+ O: 1         9       22 -1.33e+01,-8.08e+00,-1.04e+02,+1.05e+02   1
 GenVertex:       -7 ID:    0 (X,cT):0
  I: 1         8      -24 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   3        -7
  O: 1        10      -24 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   2        -8
@@ -518,13 +637,16 @@ GenVertex:       -8 ID:    0 (X,cT):0
              47        3 +2.49e+01,-1.94e+01,-3.48e+02,+3.50e+02   2       -15
 GenVertex:       -9 ID:    0 (X,cT):0
  I: 3        11       -4 +1.95e+00,-1.06e+00,-8.18e+00,+8.61e+00   2        -9
-             12       21 +1.85e+00,+6.48e+00,-3.61e+01,+3.67e+01   2        -9
              13        1 -1.60e-01,+2.55e-01,+4.51e+02,+4.51e+02   2        -9
+             12       21 +1.85e+00,+6.48e+00,-3.61e+01,+3.67e+01   2        -9
  O: 1        52       92 +3.65e+00,+5.68e+00,+4.07e+02,+4.96e+02   2       -10
 GenVertex:      -10 ID:    0 (X,cT):0
  I: 1        52       92 +3.65e+00,+5.68e+00,+4.07e+02,+4.96e+02   2       -10
- O:17        53     -423 +1.80e+00,-7.41e-01,-9.90e+00,+1.03e+01   2       -21
+ O:17        64     -213 -3.57e-01,-2.47e-01,+4.39e+00,+4.44e+00   2       -32
+             67      113 -3.73e-01,+1.18e-02,+3.83e+01,+3.84e+01   2       -34
+             68      113 -9.06e-02,+1.63e-01,+1.67e+02,+1.67e+02   2       -35
              54     -323 +5.03e-01,+1.51e+00,-6.41e+00,+6.67e+00   2       -22
+             53     -423 +1.80e+00,-7.41e-01,-9.90e+00,+1.03e+01   2       -21
              55      313 +6.48e-01,+1.70e+00,-1.25e+01,+1.27e+01   2       -23
              56      113 +3.14e-01,+1.06e+00,-3.82e+00,+4.04e+00   2       -24
              57      223 +8.27e-03,+4.69e-01,-5.55e+00,+5.62e+00   2       -25
@@ -534,29 +656,27 @@ GenVertex:      -10 ID:    0 (X,cT):0
              61      313 -7.71e-02,+3.71e-01,+6.58e-01,+1.14e+00   2       -29
              62      213 -3.58e-01,-1.85e-01,+2.02e-01,+7.59e-01   2       -30
              63      221 +5.37e-01,+2.24e-01,+7.68e+00,+7.72e+00   2       -31
-             64     -213 -3.57e-01,-2.47e-01,+4.39e+00,+4.44e+00   2       -32
-             65      211 -9.70e-03,-2.00e-01,+9.73e-01,+1.00e+00   1     (nil)
+             65      211 -9.70e-03,-2.00e-01,+9.73e-01,+1.00e+00   1
              66     -213 +3.60e-01,-1.91e-02,+2.45e+01,+2.45e+01   2       -33
-             67      113 -3.73e-01,+1.18e-02,+3.83e+01,+3.84e+01   2       -34
-             68      113 -9.06e-02,+1.63e-01,+1.67e+02,+1.67e+02   2       -35
              69      221 +1.73e-01,+4.07e-01,+2.06e+02,+2.06e+02   2       -36
 GenVertex:      -11 ID:    0 (X,cT):0
- I:26        15       21 +3.52e-01,-6.45e-01,-1.11e+00,+1.33e+00   2       -11
+ I:26        35       21 -3.17e+00,-1.74e+00,-8.38e+01,+8.39e+01   2       -11
+             36       21 -3.72e-01,-3.53e+00,-1.09e+02,+1.09e+02   2       -11
+             37       21 -3.12e-01,+2.46e-01,-7.86e+01,+7.86e+01   2       -11
+             38       21 +2.18e+00,-6.98e-01,-1.55e+02,+1.55e+02   2       -11
+             39     2203 -1.81e-01,+9.21e-01,-4.33e+03,+4.33e+03   2       -11
+             14        4 +1.07e+01,-5.18e+00,-2.71e+01,+2.96e+01   2       -11
              28       21 +8.30e-01,+1.28e+00,-3.84e+01,+3.84e+01   2       -11
+             16       21 +3.32e-02,+9.61e-02,-6.60e-02,+1.21e-01   2       -11
+             17       21 -3.76e-02,-1.65e-01,-9.73e-01,+9.88e-01   2       -11
+             15       21 +3.52e-01,-6.45e-01,-1.11e+00,+1.33e+00   2       -11
+             23       21 -1.76e+00,-3.29e+00,+9.66e+00,+1.04e+01   2       -11
              29       21 +1.45e+00,+3.41e+00,-3.48e+01,+3.50e+01   2       -11
              30       21 +4.75e+00,+5.08e+00,-7.07e+01,+7.11e+01   2       -11
              31       21 +7.05e+00,+5.30e+00,-7.09e+01,+7.14e+01   2       -11
              32       21 +6.43e-05,-2.87e-01,-2.01e+00,+2.03e+00   2       -11
-             14        4 +1.07e+01,-5.18e+00,-2.71e+01,+2.96e+01   2       -11
-             16       21 +3.32e-02,+9.61e-02,-6.60e-02,+1.21e-01   2       -11
-             17       21 -3.76e-02,-1.65e-01,-9.73e-01,+9.88e-01   2       -11
              33       21 -2.01e+00,+1.84e-01,-1.00e+02,+1.00e+02   2       -11
              34       21 -1.92e+00,-1.52e+00,-2.29e+02,+2.29e+02   2       -11
-             35       21 -3.17e+00,-1.74e+00,-8.38e+01,+8.39e+01   2       -11
-             36       21 -3.72e-01,-3.53e+00,-1.09e+02,+1.09e+02   2       -11
-             37       21 -3.12e-01,+2.46e-01,-7.86e+01,+7.86e+01   2       -11
-             38       21 +2.18e+00,-6.98e-01,-1.55e+02,+1.55e+02   2       -11
-             23       21 -1.76e+00,-3.29e+00,+9.66e+00,+1.04e+01   2       -11
              24       21 -4.37e+00,-6.72e+00,+8.76e-01,+8.07e+00   2       -11
              25       21 -2.35e+00,-1.77e+00,-4.88e+00,+5.70e+00   2       -11
              26       21 +1.76e+00,+3.29e+00,-4.65e+00,+5.96e+00   2       -11
@@ -566,120 +686,119 @@ GenVertex:      -11 ID:    0 (X,cT):0
              21       21 +4.37e+00,+6.72e+00,+8.31e+01,+8.35e+01   2       -11
              22       21 +3.91e+00,-3.13e+00,+3.66e+01,+3.69e+01   2       -11
              18       21 -3.89e+00,-1.90e+00,+4.34e+01,+4.36e+01   2       -11
-             39     2203 -1.81e-01,+9.21e-01,-4.33e+03,+4.33e+03   2       -11
  O: 1        70       92 +1.93e+01,+2.76e+00,-3.69e+03,+8.47e+03   2       -12
 GenVertex:      -12 ID:    0 (X,cT):0
  I: 1        70       92 +1.93e+01,+2.76e+00,-3.69e+03,+8.47e+03   2       -12
- O:90       104      211 +6.95e-01,-7.43e-02,+2.83e+00,+2.91e+00   1     (nil)
-            105      311 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2       -63
+ O:90        75      111 -2.29e-01,-5.45e-02,-1.11e+00,+1.15e+00   2       -41
+             77     -211 +2.15e-01,+4.10e-01,+1.16e-01,+4.98e-01   1
+             80      311 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2       -43
+             96      113 +1.17e+00,-6.49e-01,+1.09e+02,+1.09e+02   2       -56
+             98      221 +4.22e-01,+3.30e-01,+8.56e+00,+8.60e+00   2       -58
+            101      331 +1.59e+00,+2.22e+00,+3.03e+01,+3.04e+01   2       -61
             106      333 +8.72e-02,-2.03e+00,+7.62e+00,+7.95e+00   2       -64
+            109      213 -7.23e-01,-7.70e-01,+6.13e-01,+1.63e+00   2       -67
+            120     -321 +1.03e-01,-1.31e-01,-8.45e-01,+9.93e-01   1
+            123      223 +1.59e-01,-2.33e-01,-7.42e+00,+7.46e+00   2       -75
+            157      211 +7.13e-01,-3.28e-01,-1.35e+02,+1.35e+02   1
+            158      113 -8.56e-01,+4.51e-01,-3.86e+02,+3.86e+02   2      -101
+            159     -211 +8.50e-01,-2.44e-01,-2.40e+03,+2.40e+03   1
+            160     2224 -1.90e-03,+7.51e-01,-1.39e+03,+1.39e+03   2      -102
+             71      423 +6.74e+00,-3.13e+00,-1.81e+01,+1.96e+01   2       -37
+             72      213 +1.08e+00,-6.60e-01,-2.31e+00,+2.70e+00   2       -38
+             73      331 +8.84e-01,-9.17e-01,-1.33e+00,+2.07e+00   2       -39
+             74     -213 +1.67e+00,-6.02e-01,-4.33e+00,+4.71e+00   2       -40
+            132      223 +3.02e-01,+2.43e-01,-3.21e+01,+3.21e+01   2       -81
+             76      211 +1.91e-01,-3.77e-01,+3.30e-01,+5.54e-01   1
+             78      211 +1.18e-01,-7.30e-01,-1.31e+00,+1.51e+00   1
+             79     3112 -1.25e-01,-5.92e-02,+4.02e+00,+4.19e+00   2       -42
+             81    -1114 -5.93e-01,-4.62e-01,+7.53e+00,+7.69e+00   2       -44
+             82     -211 -3.95e-01,+3.08e-01,+9.39e+00,+9.40e+00   1
+             83      211 -3.13e-01,-7.22e-01,+8.53e+00,+8.56e+00   1
+            137      111 +7.22e-01,+1.16e+00,-1.29e+01,+1.29e+01   2       -85
+             84     -213 -1.27e-01,-1.01e-01,+5.15e+00,+5.19e+00   2       -45
+             85      213 -1.20e+00,-1.22e-01,+2.34e+01,+2.35e+01   2       -46
+             86      223 -7.42e-02,+1.42e-01,+1.52e+01,+1.52e+01   2       -47
+            138      113 +1.21e+00,+1.68e+00,-1.89e+01,+1.90e+01   2       -86
+             87     -213 -9.01e-01,-6.04e-01,+2.49e+01,+2.49e+01   2       -48
+            141      213 +2.08e+00,+1.68e+00,-2.61e+01,+2.63e+01   2       -88
+             88      323 -3.96e-01,+4.77e-01,+8.35e+01,+8.35e+01   2       -49
+             89     -313 -1.18e+00,+4.38e-01,+2.34e+02,+2.34e+02   2       -50
+             90      111 -2.10e-02,+1.47e-01,+2.20e+01,+2.20e+01   2       -51
+             91     -213 -1.47e+00,+1.82e+00,+3.92e+02,+3.92e+02   2       -52
+             92      213 +1.75e+00,+1.50e+00,+6.91e+02,+6.91e+02   2       -53
+             93     -211 -8.94e-02,-3.08e-01,+1.41e+02,+1.41e+02   1
+             94      111 +7.06e-01,+3.83e-01,+1.68e+02,+1.68e+02   2       -54
+             95      223 +1.83e-01,+6.58e-01,+2.64e+02,+2.64e+02   2       -55
+             97      213 -3.59e-02,+9.92e-01,+3.73e+01,+3.74e+01   2       -57
+             99     -213 +9.75e-01,+2.54e+00,+3.20e+01,+3.22e+01   2       -59
+            100      111 +1.28e+00,+5.91e-01,+1.83e+01,+1.84e+01   2       -60
+            148      211 -1.19e+00,-2.34e-01,-3.93e+01,+3.93e+01   1
+            149      311 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   2       -94
+            102      213 +1.77e+00,-1.58e+00,+1.71e+01,+1.73e+01   2       -62
+            103     -211 -1.88e-01,-1.28e-01,+3.87e+00,+3.88e+00   1
+            104      211 +6.95e-01,-7.43e-02,+2.83e+00,+2.91e+00   1
+            105      311 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2       -63
             107     -323 -1.98e-01,-1.55e-01,+2.64e+00,+2.79e+00   2       -65
             108      113 -1.10e+00,-1.90e+00,+5.32e+00,+5.81e+00   2       -66
-            109      213 -7.23e-01,-7.70e-01,+6.13e-01,+1.63e+00   2       -67
-            110     -211 -4.35e-01,-8.15e-01,+1.78e-01,+9.51e-01   1     (nil)
+            110     -211 -4.35e-01,-8.15e-01,+1.78e-01,+9.51e-01   1
             111      213 -5.97e-01,-1.22e+00,+2.67e-01,+1.55e+00   2       -68
-            112     -211 -1.43e+00,-1.65e+00,+4.83e-01,+2.24e+00   1     (nil)
+            112     -211 -1.43e+00,-1.65e+00,+4.83e-01,+2.24e+00   1
             113      111 +4.36e-02,-2.43e-01,+6.27e-02,+2.89e-01   2       -69
             114      213 -1.15e+00,-1.72e+00,-2.01e+00,+2.97e+00   2       -70
             115     -213 -9.95e-01,-3.87e-01,-1.11e+00,+1.63e+00   2       -71
-            116      321 +3.64e-01,+4.39e-01,+9.92e-02,+7.61e-01   1     (nil)
-            117     -321 -1.27e-01,-1.02e+00,-1.45e+00,+1.85e+00   1     (nil)
-            118      211 -2.01e-01,+3.58e-01,-1.79e+00,+1.84e+00   1     (nil)
+            116      321 +3.64e-01,+4.39e-01,+9.92e-02,+7.61e-01   1
+            117     -321 -1.27e-01,-1.02e+00,-1.45e+00,+1.85e+00   1
+            118      211 -2.01e-01,+3.58e-01,-1.79e+00,+1.84e+00   1
             119      311 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2       -72
-            120     -321 +1.03e-01,-1.31e-01,-8.45e-01,+9.93e-01   1     (nil)
             121      113 -2.01e-02,+9.67e-01,-2.76e+00,+3.05e+00   2       -73
             122      213 +6.99e-01,+4.88e-01,-2.14e+00,+2.37e+00   2       -74
-            123      223 +1.59e-01,-2.33e-01,-7.42e+00,+7.46e+00   2       -75
             124      223 -3.07e-01,+5.68e-01,-1.77e+01,+1.77e+01   2       -76
             125     1114 +7.70e-01,-3.47e-01,-1.94e+02,+1.94e+02   2       -77
             126      111 +6.52e-01,+1.56e+00,-1.11e+02,+1.11e+02   2       -78
-            127    -2112 +1.08e-01,+9.33e-02,-7.63e+01,+7.63e+01   1     (nil)
-            128      211 +3.93e-01,-4.83e-01,-5.97e+01,+5.97e+01   1     (nil)
-            129     -211 -4.91e-02,+3.02e-01,-5.27e+01,+5.27e+01   1     (nil)
+            127    -2112 +1.08e-01,+9.33e-02,-7.63e+01,+7.63e+01   1
+            128      211 +3.93e-01,-4.83e-01,-5.97e+01,+5.97e+01   1
+            129     -211 -4.91e-02,+3.02e-01,-5.27e+01,+5.27e+01   1
             130      113 +7.74e-01,+8.64e-01,-8.89e+01,+8.89e+01   2       -79
             131      223 +1.70e-02,+2.83e-01,-9.69e+01,+9.69e+01   2       -80
-            132      223 +3.02e-01,+2.43e-01,-3.21e+01,+3.21e+01   2       -81
             133      221 +6.52e-01,-1.30e-02,-7.49e+00,+7.53e+00   2       -82
             134      213 +1.25e+00,+2.45e+00,-3.91e+01,+3.93e+01   2       -83
             135      221 +8.86e-01,+9.16e-01,-1.24e+01,+1.25e+01   2       -84
-            136     -211 +1.82e+00,+1.89e+00,-2.77e+01,+2.78e+01   1     (nil)
-            137      111 +7.22e-01,+1.16e+00,-1.29e+01,+1.29e+01   2       -85
-            138      113 +1.21e+00,+1.68e+00,-1.89e+01,+1.90e+01   2       -86
-            139      211 +1.12e+00,+5.04e-01,-1.16e+01,+1.17e+01   1     (nil)
+            136     -211 +1.82e+00,+1.89e+00,-2.77e+01,+2.78e+01   1
+            154      311 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   2       -99
+            139      211 +1.12e+00,+5.04e-01,-1.16e+01,+1.17e+01   1
             140     -213 +4.58e-01,+1.15e+00,-1.84e+01,+1.85e+01   2       -87
-            141      213 +2.08e+00,+1.68e+00,-2.61e+01,+2.63e+01   2       -88
             142      313 +1.78e+00,+1.24e+00,-2.26e+01,+2.27e+01   2       -89
             143     -313 +1.42e+00,+6.47e-01,-1.81e+01,+1.82e+01   2       -90
-            144     2112 -1.12e+00,+5.37e-01,-5.10e+01,+5.10e+01   1     (nil)
+            144     2112 -1.12e+00,+5.37e-01,-5.10e+01,+5.10e+01   1
             145     -213 -5.75e-01,-4.78e-01,-9.45e+01,+9.45e+01   2       -91
             146    -1114 -8.04e-01,-7.43e-01,-3.40e+01,+3.40e+01   2       -92
             147     -213 -1.80e-01,+6.29e-02,-4.32e+01,+4.32e+01   2       -93
-            148      211 -1.19e+00,-2.34e-01,-3.93e+01,+3.93e+01   1     (nil)
-            149      311 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   2       -94
             150     -323 -3.04e-01,-3.92e-01,-7.88e+01,+7.88e+01   2       -95
             151      213 -1.80e+00,-1.21e+00,-8.93e+01,+8.94e+01   2       -96
             152      113 +4.91e-01,-9.72e-01,-5.04e+01,+5.05e+01   2       -97
             153      221 +2.67e-01,-2.61e-01,-2.16e+01,+2.16e+01   2       -98
-            154      311 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   2       -99
-            155     -321 +3.69e-01,-3.68e-01,-5.25e+01,+5.25e+01   1     (nil)
+            155     -321 +3.69e-01,-3.68e-01,-5.25e+01,+5.25e+01   1
             156      221 -4.10e-01,-2.74e-01,-4.88e+01,+4.88e+01   2      -100
-            157      211 +7.13e-01,-3.28e-01,-1.35e+02,+1.35e+02   1     (nil)
-            158      113 -8.56e-01,+4.51e-01,-3.86e+02,+3.86e+02   2      -101
-            159     -211 +8.50e-01,-2.44e-01,-2.40e+03,+2.40e+03   1     (nil)
-            160     2224 -1.90e-03,+7.51e-01,-1.39e+03,+1.39e+03   2      -102
-             71      423 +6.74e+00,-3.13e+00,-1.81e+01,+1.96e+01   2       -37
-             72      213 +1.08e+00,-6.60e-01,-2.31e+00,+2.70e+00   2       -38
-             73      331 +8.84e-01,-9.17e-01,-1.33e+00,+2.07e+00   2       -39
-             74     -213 +1.67e+00,-6.02e-01,-4.33e+00,+4.71e+00   2       -40
-             75      111 -2.29e-01,-5.45e-02,-1.11e+00,+1.15e+00   2       -41
-             76      211 +1.91e-01,-3.77e-01,+3.30e-01,+5.54e-01   1     (nil)
-             77     -211 +2.15e-01,+4.10e-01,+1.16e-01,+4.98e-01   1     (nil)
-             78      211 +1.18e-01,-7.30e-01,-1.31e+00,+1.51e+00   1     (nil)
-             79     3112 -1.25e-01,-5.92e-02,+4.02e+00,+4.19e+00   2       -42
-             80      311 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2       -43
-             81    -1114 -5.93e-01,-4.62e-01,+7.53e+00,+7.69e+00   2       -44
-             82     -211 -3.95e-01,+3.08e-01,+9.39e+00,+9.40e+00   1     (nil)
-             83      211 -3.13e-01,-7.22e-01,+8.53e+00,+8.56e+00   1     (nil)
-             84     -213 -1.27e-01,-1.01e-01,+5.15e+00,+5.19e+00   2       -45
-             85      213 -1.20e+00,-1.22e-01,+2.34e+01,+2.35e+01   2       -46
-             86      223 -7.42e-02,+1.42e-01,+1.52e+01,+1.52e+01   2       -47
-             87     -213 -9.01e-01,-6.04e-01,+2.49e+01,+2.49e+01   2       -48
-             88      323 -3.96e-01,+4.77e-01,+8.35e+01,+8.35e+01   2       -49
-             89     -313 -1.18e+00,+4.38e-01,+2.34e+02,+2.34e+02   2       -50
-             90      111 -2.10e-02,+1.47e-01,+2.20e+01,+2.20e+01   2       -51
-             91     -213 -1.47e+00,+1.82e+00,+3.92e+02,+3.92e+02   2       -52
-             92      213 +1.75e+00,+1.50e+00,+6.91e+02,+6.91e+02   2       -53
-             93     -211 -8.94e-02,-3.08e-01,+1.41e+02,+1.41e+02   1     (nil)
-             94      111 +7.06e-01,+3.83e-01,+1.68e+02,+1.68e+02   2       -54
-             95      223 +1.83e-01,+6.58e-01,+2.64e+02,+2.64e+02   2       -55
-             96      113 +1.17e+00,-6.49e-01,+1.09e+02,+1.09e+02   2       -56
-             97      213 -3.59e-02,+9.92e-01,+3.73e+01,+3.74e+01   2       -57
-             98      221 +4.22e-01,+3.30e-01,+8.56e+00,+8.60e+00   2       -58
-             99     -213 +9.75e-01,+2.54e+00,+3.20e+01,+3.22e+01   2       -59
-            100      111 +1.28e+00,+5.91e-01,+1.83e+01,+1.84e+01   2       -60
-            101      331 +1.59e+00,+2.22e+00,+3.03e+01,+3.04e+01   2       -61
-            102      213 +1.77e+00,-1.58e+00,+1.71e+01,+1.73e+01   2       -62
-            103     -211 -1.88e-01,-1.28e-01,+3.87e+00,+3.88e+00   1     (nil)
 GenVertex:      -13 ID:    0 (X,cT):0
  I: 2        41     2203 +1.57e-01,+9.19e-02,+4.12e+03,+4.12e+03   2       -13
              40        2 -5.76e-01,-2.17e+00,+2.82e+00,+3.62e+00   2       -13
  O: 1       161       92 -4.19e-01,-2.08e+00,+4.13e+03,+4.13e+03   2       -14
 GenVertex:      -14 ID:    0 (X,cT):0
  I: 1       161       92 -4.19e-01,-2.08e+00,+4.13e+03,+4.13e+03   2       -14
- O:14       162      211 -3.13e-01,-1.66e+00,+2.96e+00,+3.41e+00   1     (nil)
-            163      223 -1.35e-02,+1.05e-01,+2.90e+00,+3.01e+00   2      -103
-            164     -213 -7.67e-02,-1.58e-01,+2.83e+00,+2.94e+00   2      -104
+ O:14       164     -213 -7.67e-02,-1.58e-01,+2.83e+00,+2.94e+00   2      -104
             165      113 -3.96e-01,-2.46e-01,+7.66e+00,+7.72e+00   2      -105
             166      223 +8.97e-02,-2.51e-02,+1.83e+01,+1.83e+01   2      -106
             167      331 +7.92e-02,-2.14e-01,+1.65e+01,+1.65e+01   2      -107
-            168      211 +1.55e-01,-4.55e-02,+2.09e+01,+2.09e+01   1     (nil)
+            168      211 +1.55e-01,-4.55e-02,+2.09e+01,+2.09e+01   1
             169      113 -9.07e-02,+1.70e-01,+7.69e+00,+7.71e+00   2      -108
-            170     -211 +1.96e-02,-3.42e-02,+4.36e+00,+4.36e+00   1     (nil)
-            171      211 +1.50e-01,-7.36e-02,+6.14e+01,+6.14e+01   1     (nil)
+            170     -211 +1.96e-02,-3.42e-02,+4.36e+00,+4.36e+00   1
+            171      211 +1.50e-01,-7.36e-02,+6.14e+01,+6.14e+01   1
             172      313 -9.79e-02,+5.68e-01,+7.20e+01,+7.20e+01   2      -109
             173     -313 -1.30e-01,-7.96e-01,+2.37e+02,+2.37e+02   2      -110
-            174     2112 +5.28e-01,-1.88e-01,+1.06e+03,+1.06e+03   1     (nil)
-            175      211 -3.22e-01,+5.25e-01,+2.61e+03,+2.61e+03   1     (nil)
+            174     2112 +5.28e-01,-1.88e-01,+1.06e+03,+1.06e+03   1
+            175      211 -3.22e-01,+5.25e-01,+2.61e+03,+2.61e+03   1
+            163      223 -1.35e-02,+1.05e-01,+2.90e+00,+3.01e+00   2      -103
+            162      211 -3.13e-01,-1.66e+00,+2.96e+00,+3.41e+00   1
 GenVertex:      -15 ID:    0 (X,cT):0
  I: 6        42       -4 -3.64e+01,+2.35e+01,-3.49e+02,+3.52e+02   2       -15
              43       21 -1.27e+00,-7.35e-02,-1.13e+01,+1.14e+01   2       -15
@@ -691,35 +810,35 @@ GenVertex:      -15 ID:    0 (X,cT):0
 GenVertex:      -16 ID:    0 (X,cT):0
  I: 1       176       92 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   2       -16
  O:10       177     -411 -2.64e+01,+1.68e+01,-2.54e+02,+2.56e+02   2      -111
-            178    -2112 -3.30e+00,+1.95e+00,-3.12e+01,+3.14e+01   1     (nil)
-            179     2112 -3.69e+00,+2.38e+00,-3.47e+01,+3.50e+01   1     (nil)
+            178    -2112 -3.30e+00,+1.95e+00,-3.12e+01,+3.14e+01   1
+            179     2112 -3.69e+00,+2.38e+00,-3.47e+01,+3.50e+01   1
             180     -313 -1.69e+00,+9.52e-01,-1.93e+01,+1.94e+01   2      -112
             181      323 -1.07e+00,+1.14e+00,-1.19e+01,+1.20e+01   2      -113
             182     -323 -1.04e+00,-2.43e-02,-1.56e+01,+1.57e+01   2      -114
-            183      321 +9.73e-01,-7.75e-01,-1.20e+01,+1.21e+01   1     (nil)
+            183      321 +9.73e-01,-7.75e-01,-1.20e+01,+1.21e+01   1
             184      113 +9.16e+00,-6.89e+00,-1.32e+02,+1.32e+02   2      -115
             185      111 +1.57e+00,-1.44e+00,-2.40e+01,+2.41e+01   2      -116
-            186     -321 +1.62e+01,-1.24e+01,-2.25e+02,+2.26e+02   1     (nil)
+            186     -321 +1.62e+01,-1.24e+01,-2.25e+02,+2.26e+02   1
 GenVertex:      -17 ID:    0 (X,cT):0
  I: 2        48        3 +2.68e+00,-2.13e+00,-4.93e+00,+6.00e+00   2       -17
              49       -3 -2.68e+00,+2.13e+00,+2.54e+01,+2.56e+01   2       -17
  O: 1       187       92 +0.00e+00,+0.00e+00,+2.05e+01,+3.16e+01   2       -18
 GenVertex:      -18 ID:    0 (X,cT):0
  I: 1       187       92 +0.00e+00,+0.00e+00,+2.05e+01,+3.16e+01   2       -18
- O:11       188     -321 +2.32e+00,-1.47e+00,-3.73e+00,+4.66e+00   1     (nil)
+ O:11       188     -321 +2.32e+00,-1.47e+00,-3.73e+00,+4.66e+00   1
             189      213 -1.88e-01,-4.78e-01,-1.86e-02,+8.02e-01   2      -117
-            190     -211 +5.28e-01,-6.99e-02,+3.78e-01,+6.68e-01   1     (nil)
+            190     -211 +5.28e-01,-6.99e-02,+3.78e-01,+6.68e-01   1
             191      213 -1.69e-01,+6.66e-02,+1.66e+00,+1.95e+00   2      -118
             192      113 -7.42e-01,+4.97e-01,+2.71e+00,+2.94e+00   2      -119
             193     -213 +2.70e-02,+3.31e-01,+2.97e-01,+7.93e-01   2      -120
-            194      211 -6.87e-03,-3.65e-01,+8.22e-01,+9.10e-01   1     (nil)
+            194      211 -6.87e-03,-3.65e-01,+8.22e-01,+9.10e-01   1
             195      113 -1.79e-01,+4.58e-01,+4.36e+00,+4.46e+00   2      -121
             196     -213 -8.75e-02,+1.16e-01,+1.21e+00,+1.46e+00   2      -122
             197      323 -7.63e-01,+6.20e-01,+7.15e+00,+7.28e+00   2      -123
             198      221 -7.36e-01,+2.91e-01,+5.63e+00,+5.72e+00   2      -124
 GenVertex:      -19 ID:    0 (X,cT):0
- I: 2        50       21 +1.28e+00,-2.63e+00,+9.77e-01,+3.09e+00   2       -19
-             51       21 -1.28e+00,+2.63e+00,+2.15e+00,+3.63e+00   2       -19
+ I: 2        51       21 -1.28e+00,+2.63e+00,+2.15e+00,+3.63e+00   2       -19
+             50       21 +1.28e+00,-2.63e+00,+9.77e-01,+3.09e+00   2       -19
  O: 1       199       92 +0.00e+00,+0.00e+00,+3.12e+00,+6.71e+00   2       -20
 GenVertex:      -20 ID:    0 (X,cT):0
  I: 1       199       92 +0.00e+00,+0.00e+00,+3.12e+00,+6.71e+00   2       -20
@@ -735,66 +854,66 @@ GenVertex:      -21 ID:    0 (X,cT):0
 GenVertex:      -22 ID:    0 (X,cT):0
  I: 1        54     -323 +5.03e-01,+1.51e+00,-6.41e+00,+6.67e+00   2       -22
  O: 2       207     -311 +3.84e-01,+6.75e-01,-2.32e+00,+2.49e+00   2      -132
-            208     -211 +1.19e-01,+8.35e-01,-4.09e+00,+4.18e+00   1     (nil)
+            208     -211 +1.19e-01,+8.35e-01,-4.09e+00,+4.18e+00   1
 GenVertex:      -23 ID:    0 (X,cT):0
  I: 1        55      313 +6.48e-01,+1.70e+00,-1.25e+01,+1.27e+01   2       -23
  O: 2       209      311 +4.92e-01,+1.67e+00,-1.03e+01,+1.05e+01   2      -133
             210      111 +1.56e-01,+3.28e-02,-2.20e+00,+2.21e+00   2      -134
 GenVertex:      -24 ID:    0 (X,cT):0
  I: 1        56      113 +3.14e-01,+1.06e+00,-3.82e+00,+4.04e+00   2       -24
- O: 2       211     -211 +2.07e-01,-7.41e-03,-8.44e-01,+8.80e-01   1     (nil)
-            212      211 +1.07e-01,+1.07e+00,-2.97e+00,+3.16e+00   1     (nil)
+ O: 2       211     -211 +2.07e-01,-7.41e-03,-8.44e-01,+8.80e-01   1
+            212      211 +1.07e-01,+1.07e+00,-2.97e+00,+3.16e+00   1
 GenVertex:      -25 ID:    0 (X,cT):0
  I: 1        57      223 +8.27e-03,+4.69e-01,-5.55e+00,+5.62e+00   2       -25
- O: 3       213      211 +1.65e-01,+9.37e-02,-1.12e+00,+1.14e+00   1     (nil)
-            214     -211 -3.30e-02,+9.79e-02,-3.21e+00,+3.22e+00   1     (nil)
+ O: 3       213      211 +1.65e-01,+9.37e-02,-1.12e+00,+1.14e+00   1
+            214     -211 -3.30e-02,+9.79e-02,-3.21e+00,+3.22e+00   1
             215      111 -1.24e-01,+2.78e-01,-1.22e+00,+1.26e+00   2      -135
 GenVertex:      -26 ID:    0 (X,cT):0
  I: 1        58      213 +1.90e-01,+8.19e-01,-3.63e+00,+3.80e+00   2       -26
- O: 2       216      211 +2.62e-01,+8.26e-01,-2.45e+00,+2.61e+00   1     (nil)
+ O: 2       216      211 +2.62e-01,+8.26e-01,-2.45e+00,+2.61e+00   1
             217      111 -7.15e-02,-6.31e-03,-1.18e+00,+1.19e+00   2      -136
 GenVertex:      -27 ID:    0 (X,cT):0
  I: 1        59      223 +4.76e-01,+3.30e-01,-1.30e+00,+1.62e+00   2       -27
- O: 3       218     -211 +1.28e-01,-6.04e-02,-2.75e-01,+3.39e-01   1     (nil)
-            219      211 +2.00e-01,+3.04e-01,-9.82e-01,+1.06e+00   1     (nil)
+ O: 3       218     -211 +1.28e-01,-6.04e-02,-2.75e-01,+3.39e-01   1
+            219      211 +2.00e-01,+3.04e-01,-9.82e-01,+1.06e+00   1
             220      111 +1.49e-01,+8.68e-02,-4.65e-02,+2.24e-01   2      -137
 GenVertex:      -28 ID:    0 (X,cT):0
  I: 1        60     -323 -1.01e-01,+5.65e-03,+1.73e-01,+8.22e-01   2       -28
- O: 2       221     -311 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   2      -138
-            222     -211 -1.84e-02,-1.34e-01,-1.14e-01,+2.25e-01   1     (nil)
+ O: 2       222     -211 -1.84e-02,-1.34e-01,-1.14e-01,+2.25e-01   1
+            221     -311 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   2      -138
 GenVertex:      -29 ID:    0 (X,cT):0
  I: 1        61      313 -7.71e-02,+3.71e-01,+6.58e-01,+1.14e+00   2       -29
- O: 2       223      321 -1.86e-02,+1.84e-02,+1.85e-01,+5.28e-01   1     (nil)
-            224     -211 -5.85e-02,+3.52e-01,+4.73e-01,+6.09e-01   1     (nil)
+ O: 2       223      321 -1.86e-02,+1.84e-02,+1.85e-01,+5.28e-01   1
+            224     -211 -5.85e-02,+3.52e-01,+4.73e-01,+6.09e-01   1
 GenVertex:      -30 ID:    0 (X,cT):0
  I: 1        62      213 -3.58e-01,-1.85e-01,+2.02e-01,+7.59e-01   2       -30
- O: 2       225      211 +1.06e-01,-2.99e-02,+1.77e-01,+2.51e-01   1     (nil)
+ O: 2       225      211 +1.06e-01,-2.99e-02,+1.77e-01,+2.51e-01   1
             226      111 -4.64e-01,-1.55e-01,+2.53e-02,+5.08e-01   2      -139
 GenVertex:      -31 ID:    0 (X,cT):0
  I: 1        63      221 +5.37e-01,+2.24e-01,+7.68e+00,+7.72e+00   2       -31
- O: 3       227       22 +9.24e-02,+1.22e-01,+1.51e+00,+1.52e+00   1     (nil)
-            228     -211 +1.64e-01,-1.14e-01,+3.22e+00,+3.23e+00   1     (nil)
-            229      211 +2.81e-01,+2.16e-01,+2.94e+00,+2.97e+00   1     (nil)
+ O: 3       229      211 +2.81e-01,+2.16e-01,+2.94e+00,+2.97e+00   1
+            227       22 +9.24e-02,+1.22e-01,+1.51e+00,+1.52e+00   1
+            228     -211 +1.64e-01,-1.14e-01,+3.22e+00,+3.23e+00   1
 GenVertex:      -32 ID:    0 (X,cT):0
  I: 1        64     -213 -3.57e-01,-2.47e-01,+4.39e+00,+4.44e+00   2       -32
- O: 2       230     -211 -3.46e-01,-7.92e-02,+3.34e+00,+3.37e+00   1     (nil)
+ O: 2       230     -211 -3.46e-01,-7.92e-02,+3.34e+00,+3.37e+00   1
             231      111 -1.13e-02,-1.68e-01,+1.05e+00,+1.07e+00   2      -140
 GenVertex:      -33 ID:    0 (X,cT):0
  I: 1        66     -213 +3.60e-01,-1.91e-02,+2.45e+01,+2.45e+01   2       -33
- O: 2       232     -211 +2.45e-01,+2.11e-01,+2.06e+01,+2.06e+01   1     (nil)
+ O: 2       232     -211 +2.45e-01,+2.11e-01,+2.06e+01,+2.06e+01   1
             233      111 +1.15e-01,-2.30e-01,+3.89e+00,+3.90e+00   2      -141
 GenVertex:      -34 ID:    0 (X,cT):0
  I: 1        67      113 -3.73e-01,+1.18e-02,+3.83e+01,+3.84e+01   2       -34
- O: 2       234     -211 +1.07e-02,+2.95e-01,+1.86e+01,+1.86e+01   1     (nil)
-            235      211 -3.83e-01,-2.83e-01,+1.98e+01,+1.98e+01   1     (nil)
+ O: 2       234     -211 +1.07e-02,+2.95e-01,+1.86e+01,+1.86e+01   1
+            235      211 -3.83e-01,-2.83e-01,+1.98e+01,+1.98e+01   1
 GenVertex:      -35 ID:    0 (X,cT):0
  I: 1        68      113 -9.06e-02,+1.63e-01,+1.67e+02,+1.67e+02   2       -35
- O: 2       236      211 -2.00e-02,-2.69e-01,+6.04e+01,+6.04e+01   1     (nil)
-            237     -211 -7.06e-02,+4.32e-01,+1.07e+02,+1.07e+02   1     (nil)
+ O: 2       236      211 -2.00e-02,-2.69e-01,+6.04e+01,+6.04e+01   1
+            237     -211 -7.06e-02,+4.32e-01,+1.07e+02,+1.07e+02   1
 GenVertex:      -36 ID:    0 (X,cT):0
  I: 1        69      221 +1.73e-01,+4.07e-01,+2.06e+02,+2.06e+02   2       -36
- O: 3       238      211 +2.30e-02,+1.07e-01,+4.89e+01,+4.89e+01   1     (nil)
-            239     -211 +1.52e-01,+2.49e-01,+1.36e+02,+1.36e+02   1     (nil)
+ O: 3       238      211 +2.30e-02,+1.07e-01,+4.89e+01,+4.89e+01   1
+            239     -211 +1.52e-01,+2.49e-01,+1.36e+02,+1.36e+02   1
             240      111 -1.84e-03,+5.13e-02,+2.10e+01,+2.10e+01   2      -142
 GenVertex:      -37 ID:    0 (X,cT):0
  I: 1        71      423 +6.74e+00,-3.13e+00,-1.81e+01,+1.96e+01   2       -37
@@ -802,85 +921,85 @@ GenVertex:      -37 ID:    0 (X,cT):0
             242      111 +4.94e-01,-2.63e-01,-1.28e+00,+1.40e+00   2      -144
 GenVertex:      -38 ID:    0 (X,cT):0
  I: 1        72      213 +1.08e+00,-6.60e-01,-2.31e+00,+2.70e+00   2       -38
- O: 2       243      211 +2.70e-01,-4.65e-01,-9.32e-01,+1.08e+00   1     (nil)
+ O: 2       243      211 +2.70e-01,-4.65e-01,-9.32e-01,+1.08e+00   1
             244      111 +8.10e-01,-1.96e-01,-1.38e+00,+1.62e+00   2      -145
 GenVertex:      -39 ID:    0 (X,cT):0
  I: 1        73      331 +8.84e-01,-9.17e-01,-1.33e+00,+2.07e+00   2       -39
- O: 3       245      211 +4.27e-01,-3.13e-01,-3.45e-01,+6.47e-01   1     (nil)
-            246     -211 +6.70e-02,-6.53e-02,-1.12e-01,+2.02e-01   1     (nil)
+ O: 3       245      211 +4.27e-01,-3.13e-01,-3.45e-01,+6.47e-01   1
+            246     -211 +6.70e-02,-6.53e-02,-1.12e-01,+2.02e-01   1
             247      221 +3.89e-01,-5.39e-01,-8.71e-01,+1.22e+00   2      -146
 GenVertex:      -40 ID:    0 (X,cT):0
  I: 1        74     -213 +1.67e+00,-6.02e-01,-4.33e+00,+4.71e+00   2       -40
- O: 2       248     -211 +8.95e-01,-3.43e-01,-1.67e+00,+1.93e+00   1     (nil)
+ O: 2       248     -211 +8.95e-01,-3.43e-01,-1.67e+00,+1.93e+00   1
             249      111 +7.72e-01,-2.59e-01,-2.66e+00,+2.78e+00   2      -147
 Vertex:      -41 ID:    0 (X,cT)=-1.15e-05,-2.74e-06,-5.60e-05,+5.77e-05
  I: 1        75      111 -2.29e-01,-5.45e-02,-1.11e+00,+1.15e+00   2       -41
- O: 2       250       22 -1.87e-01,-7.34e-02,-6.48e-01,+6.78e-01   1     (nil)
-            251       22 -4.27e-02,+1.89e-02,-4.65e-01,+4.68e-01   1     (nil)
+ O: 2       250       22 -1.87e-01,-7.34e-02,-6.48e-01,+6.78e-01   1
+            251       22 -4.27e-02,+1.89e-02,-4.65e-01,+4.68e-01   1
 Vertex:      -42 ID:    0 (X,cT)=-9.58e+00,-4.54e+00,+3.08e+02,+3.22e+02
  I: 1        79     3112 -1.25e-01,-5.92e-02,+4.02e+00,+4.19e+00   2       -42
- O: 2       252     2112 +2.35e-02,-7.71e-02,+3.69e+00,+3.81e+00   1     (nil)
-            253     -211 -1.48e-01,+1.79e-02,+3.30e-01,+3.88e-01   1     (nil)
+ O: 2       252     2112 +2.35e-02,-7.71e-02,+3.69e+00,+3.81e+00   1
+            253     -211 -1.48e-01,+1.79e-02,+3.30e-01,+3.88e-01   1
 GenVertex:      -43 ID:    0 (X,cT):0
  I: 1        80      311 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2       -43
  O: 1       254      310 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2      -148
 GenVertex:      -44 ID:    0 (X,cT):0
  I: 1        81    -1114 -5.93e-01,-4.62e-01,+7.53e+00,+7.69e+00   2       -44
- O: 2       255    -2112 -7.16e-01,-5.94e-01,+6.69e+00,+6.82e+00   1     (nil)
-            256      211 +1.23e-01,+1.32e-01,+8.42e-01,+8.72e-01   1     (nil)
+ O: 2       255    -2112 -7.16e-01,-5.94e-01,+6.69e+00,+6.82e+00   1
+            256      211 +1.23e-01,+1.32e-01,+8.42e-01,+8.72e-01   1
 GenVertex:      -45 ID:    0 (X,cT):0
  I: 1        84     -213 -1.27e-01,-1.01e-01,+5.15e+00,+5.19e+00   2       -45
- O: 2       257     -211 +1.09e-01,-2.00e-01,+3.92e+00,+3.93e+00   1     (nil)
+ O: 2       257     -211 +1.09e-01,-2.00e-01,+3.92e+00,+3.93e+00   1
             258      111 -2.36e-01,+9.89e-02,+1.22e+00,+1.25e+00   2      -149
 GenVertex:      -46 ID:    0 (X,cT):0
  I: 1        85      213 -1.20e+00,-1.22e-01,+2.34e+01,+2.35e+01   2       -46
- O: 2       259      211 -9.25e-02,+6.68e-02,+1.06e+00,+1.07e+00   1     (nil)
+ O: 2       259      211 -9.25e-02,+6.68e-02,+1.06e+00,+1.07e+00   1
             260      111 -1.11e+00,-1.89e-01,+2.24e+01,+2.24e+01   2      -150
 GenVertex:      -47 ID:    0 (X,cT):0
  I: 1        86      223 -7.42e-02,+1.42e-01,+1.52e+01,+1.52e+01   2       -47
- O: 3       261      211 -8.80e-02,-1.85e-01,+7.90e+00,+7.90e+00   1     (nil)
-            262     -211 -9.38e-02,+7.23e-02,+3.34e+00,+3.35e+00   1     (nil)
+ O: 3       261      211 -8.80e-02,-1.85e-01,+7.90e+00,+7.90e+00   1
+            262     -211 -9.38e-02,+7.23e-02,+3.34e+00,+3.35e+00   1
             263      111 +1.08e-01,+2.55e-01,+3.93e+00,+3.94e+00   2      -151
 GenVertex:      -48 ID:    0 (X,cT):0
  I: 1        87     -213 -9.01e-01,-6.04e-01,+2.49e+01,+2.49e+01   2       -48
- O: 2       264     -211 -5.80e-01,-4.05e-01,+2.11e+01,+2.11e+01   1     (nil)
+ O: 2       264     -211 -5.80e-01,-4.05e-01,+2.11e+01,+2.11e+01   1
             265      111 -3.21e-01,-1.99e-01,+3.80e+00,+3.82e+00   2      -152
 GenVertex:      -49 ID:    0 (X,cT):0
  I: 1        88      323 -3.96e-01,+4.77e-01,+8.35e+01,+8.35e+01   2       -49
- O: 2       266      321 -2.79e-01,+6.38e-01,+6.43e+01,+6.43e+01   1     (nil)
+ O: 2       266      321 -2.79e-01,+6.38e-01,+6.43e+01,+6.43e+01   1
             267      111 -1.18e-01,-1.61e-01,+1.92e+01,+1.92e+01   2      -153
 GenVertex:      -50 ID:    0 (X,cT):0
  I: 1        89     -313 -1.18e+00,+4.38e-01,+2.34e+02,+2.34e+02   2       -50
- O: 2       268     -321 -8.94e-01,+2.08e-02,+1.54e+02,+1.54e+02   1     (nil)
-            269      211 -2.85e-01,+4.17e-01,+8.01e+01,+8.01e+01   1     (nil)
+ O: 2       268     -321 -8.94e-01,+2.08e-02,+1.54e+02,+1.54e+02   1
+            269      211 -2.85e-01,+4.17e-01,+8.01e+01,+8.01e+01   1
 Vertex:      -51 ID:    0 (X,cT)=-6.60e-06,+4.63e-05,+6.91e-03,+6.91e-03
  I: 1        90      111 -2.10e-02,+1.47e-01,+2.20e+01,+2.20e+01   2       -51
- O: 2       270       22 +3.30e-03,+1.38e-01,+2.13e+01,+2.13e+01   1     (nil)
-            271       22 -2.43e-02,+9.55e-03,+7.24e-01,+7.25e-01   1     (nil)
+ O: 2       270       22 +3.30e-03,+1.38e-01,+2.13e+01,+2.13e+01   1
+            271       22 -2.43e-02,+9.55e-03,+7.24e-01,+7.25e-01   1
 GenVertex:      -52 ID:    0 (X,cT):0
  I: 1        91     -213 -1.47e+00,+1.82e+00,+3.92e+02,+3.92e+02   2       -52
- O: 2       272     -211 -2.85e-01,+9.40e-01,+1.43e+02,+1.43e+02   1     (nil)
+ O: 2       272     -211 -2.85e-01,+9.40e-01,+1.43e+02,+1.43e+02   1
             273      111 -1.19e+00,+8.85e-01,+2.49e+02,+2.49e+02   2      -154
 GenVertex:      -53 ID:    0 (X,cT):0
  I: 1        92      213 +1.75e+00,+1.50e+00,+6.91e+02,+6.91e+02   2       -53
- O: 2       274      211 +1.79e+00,+1.29e+00,+6.18e+02,+6.18e+02   1     (nil)
+ O: 2       274      211 +1.79e+00,+1.29e+00,+6.18e+02,+6.18e+02   1
             275      111 -3.94e-02,+2.10e-01,+7.29e+01,+7.29e+01   2      -155
 Vertex:      -54 ID:    0 (X,cT)=+1.07e-04,+5.79e-05,+2.54e-02,+2.54e-02
  I: 1        94      111 +7.06e-01,+3.83e-01,+1.68e+02,+1.68e+02   2       -54
- O: 2       276       22 +2.50e-01,+1.51e-01,+4.86e+01,+4.86e+01   1     (nil)
-            277       22 +4.56e-01,+2.32e-01,+1.20e+02,+1.20e+02   1     (nil)
+ O: 2       276       22 +2.50e-01,+1.51e-01,+4.86e+01,+4.86e+01   1
+            277       22 +4.56e-01,+2.32e-01,+1.20e+02,+1.20e+02   1
 GenVertex:      -55 ID:    0 (X,cT):0
  I: 1        95      223 +1.83e-01,+6.58e-01,+2.64e+02,+2.64e+02   2       -55
- O: 3       278      211 +2.62e-01,+6.67e-02,+8.45e+01,+8.45e+01   1     (nil)
-            279     -211 +3.03e-02,+5.27e-01,+1.40e+02,+1.40e+02   1     (nil)
+ O: 3       278      211 +2.62e-01,+6.67e-02,+8.45e+01,+8.45e+01   1
+            279     -211 +3.03e-02,+5.27e-01,+1.40e+02,+1.40e+02   1
             280      111 -1.09e-01,+6.39e-02,+3.93e+01,+3.93e+01   2      -156
 GenVertex:      -56 ID:    0 (X,cT):0
  I: 1        96      113 +1.17e+00,-6.49e-01,+1.09e+02,+1.09e+02   2       -56
- O: 2       281     -211 +1.05e+00,-3.90e-01,+9.92e+01,+9.92e+01   1     (nil)
-            282      211 +1.20e-01,-2.59e-01,+1.03e+01,+1.03e+01   1     (nil)
+ O: 2       281     -211 +1.05e+00,-3.90e-01,+9.92e+01,+9.92e+01   1
+            282      211 +1.20e-01,-2.59e-01,+1.03e+01,+1.03e+01   1
 GenVertex:      -57 ID:    0 (X,cT):0
  I: 1        97      213 -3.59e-02,+9.92e-01,+3.73e+01,+3.74e+01   2       -57
- O: 2       283      211 -1.62e-01,+3.10e-02,+2.19e+00,+2.20e+00   1     (nil)
+ O: 2       283      211 -1.62e-01,+3.10e-02,+2.19e+00,+2.20e+00   1
             284      111 +1.27e-01,+9.61e-01,+3.52e+01,+3.52e+01   2      -157
 GenVertex:      -58 ID:    0 (X,cT):0
  I: 1        98      221 +4.22e-01,+3.30e-01,+8.56e+00,+8.60e+00   2       -58
@@ -889,96 +1008,96 @@ GenVertex:      -58 ID:    0 (X,cT):0
             287      111 +5.73e-02,+1.07e-02,+3.27e+00,+3.27e+00   2      -160
 GenVertex:      -59 ID:    0 (X,cT):0
  I: 1        99     -213 +9.75e-01,+2.54e+00,+3.20e+01,+3.22e+01   2       -59
- O: 2       288     -211 +5.56e-01,+1.36e+00,+1.23e+01,+1.24e+01   1     (nil)
+ O: 2       288     -211 +5.56e-01,+1.36e+00,+1.23e+01,+1.24e+01   1
             289      111 +4.18e-01,+1.18e+00,+1.97e+01,+1.98e+01   2      -161
 Vertex:      -60 ID:    0 (X,cT)=+3.89e-05,+1.80e-05,+5.58e-04,+5.60e-04
  I: 1       100      111 +1.28e+00,+5.91e-01,+1.83e+01,+1.84e+01   2       -60
- O: 2       290       22 +1.23e+00,+5.60e-01,+1.78e+01,+1.79e+01   1     (nil)
-            291       22 +5.03e-02,+3.14e-02,+4.95e-01,+4.99e-01   1     (nil)
+ O: 2       290       22 +1.23e+00,+5.60e-01,+1.78e+01,+1.79e+01   1
+            291       22 +5.03e-02,+3.14e-02,+4.95e-01,+4.99e-01   1
 GenVertex:      -61 ID:    0 (X,cT):0
  I: 1       101      331 +1.59e+00,+2.22e+00,+3.03e+01,+3.04e+01   2       -61
- O: 3       292      211 +3.32e-01,+2.48e-01,+4.45e+00,+4.47e+00   1     (nil)
-            293     -211 +3.06e-01,+6.92e-01,+8.24e+00,+8.28e+00   1     (nil)
+ O: 3       292      211 +3.32e-01,+2.48e-01,+4.45e+00,+4.47e+00   1
+            293     -211 +3.06e-01,+6.92e-01,+8.24e+00,+8.28e+00   1
             294      221 +9.56e-01,+1.28e+00,+1.76e+01,+1.77e+01   2      -162
 GenVertex:      -62 ID:    0 (X,cT):0
  I: 1       102      213 +1.77e+00,-1.58e+00,+1.71e+01,+1.73e+01   2       -62
- O: 2       295      211 +8.03e-02,+2.02e-02,+5.69e-01,+5.92e-01   1     (nil)
+ O: 2       295      211 +8.03e-02,+2.02e-02,+5.69e-01,+5.92e-01   1
             296      111 +1.69e+00,-1.60e+00,+1.65e+01,+1.67e+01   2      -163
 GenVertex:      -63 ID:    0 (X,cT):0
  I: 1       105      311 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2       -63
  O: 1       297      310 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2      -164
 GenVertex:      -64 ID:    0 (X,cT):0
  I: 1       106      333 +8.72e-02,-2.03e+00,+7.62e+00,+7.95e+00   2       -64
- O: 2       298      130 +1.44e-01,-1.08e+00,+4.20e+00,+4.37e+00   1     (nil)
+ O: 2       298      130 +1.44e-01,-1.08e+00,+4.20e+00,+4.37e+00   1
             299      310 -5.64e-02,-9.48e-01,+3.42e+00,+3.58e+00   2      -165
 GenVertex:      -65 ID:    0 (X,cT):0
  I: 1       107     -323 -1.98e-01,-1.55e-01,+2.64e+00,+2.79e+00   2       -65
- O: 2       300     -321 -2.21e-01,+1.56e-01,+1.65e+00,+1.74e+00   1     (nil)
+ O: 2       300     -321 -2.21e-01,+1.56e-01,+1.65e+00,+1.74e+00   1
             301      111 +2.32e-02,-3.11e-01,+9.92e-01,+1.05e+00   2      -166
 GenVertex:      -66 ID:    0 (X,cT):0
  I: 1       108      113 -1.10e+00,-1.90e+00,+5.32e+00,+5.81e+00   2       -66
- O: 2       302     -211 -1.16e+00,-1.76e+00,+5.02e+00,+5.45e+00   1     (nil)
-            303      211 +5.82e-02,-1.40e-01,+3.02e-01,+3.65e-01   1     (nil)
+ O: 2       302     -211 -1.16e+00,-1.76e+00,+5.02e+00,+5.45e+00   1
+            303      211 +5.82e-02,-1.40e-01,+3.02e-01,+3.65e-01   1
 GenVertex:      -67 ID:    0 (X,cT):0
  I: 1       109      213 -7.23e-01,-7.70e-01,+6.13e-01,+1.63e+00   2       -67
- O: 2       304      211 +1.49e-03,+1.26e-01,-1.51e-01,+2.41e-01   1     (nil)
+ O: 2       304      211 +1.49e-03,+1.26e-01,-1.51e-01,+2.41e-01   1
             305      111 -7.25e-01,-8.95e-01,+7.64e-01,+1.39e+00   2      -167
 GenVertex:      -68 ID:    0 (X,cT):0
  I: 1       111      213 -5.97e-01,-1.22e+00,+2.67e-01,+1.55e+00   2       -68
- O: 2       306      211 +1.06e-01,-2.72e-01,-4.01e-02,+3.26e-01   1     (nil)
+ O: 2       306      211 +1.06e-01,-2.72e-01,-4.01e-02,+3.26e-01   1
             307      111 -7.03e-01,-9.49e-01,+3.08e-01,+1.23e+00   2      -168
 Vertex:      -69 ID:    0 (X,cT)=+1.27e-05,-7.07e-05,+1.82e-05,+8.39e-05
  I: 1       113      111 +4.36e-02,-2.43e-01,+6.27e-02,+2.89e-01   2       -69
- O: 2       308       22 +5.40e-02,-1.99e-02,+1.91e-02,+6.07e-02   1     (nil)
-            309       22 -1.04e-02,-2.23e-01,+4.36e-02,+2.28e-01   1     (nil)
+ O: 2       308       22 +5.40e-02,-1.99e-02,+1.91e-02,+6.07e-02   1
+            309       22 -1.04e-02,-2.23e-01,+4.36e-02,+2.28e-01   1
 GenVertex:      -70 ID:    0 (X,cT):0
  I: 1       114      213 -1.15e+00,-1.72e+00,-2.01e+00,+2.97e+00   2       -70
- O: 2       310      211 -4.37e-02,-6.49e-02,-3.59e-02,+1.64e-01   1     (nil)
+ O: 2       310      211 -4.37e-02,-6.49e-02,-3.59e-02,+1.64e-01   1
             311      111 -1.10e+00,-1.65e+00,-1.97e+00,+2.80e+00   2      -169
 GenVertex:      -71 ID:    0 (X,cT):0
  I: 1       115     -213 -9.95e-01,-3.87e-01,-1.11e+00,+1.63e+00   2       -71
- O: 2       312     -211 -7.40e-01,-4.72e-01,-9.20e-01,+1.28e+00   1     (nil)
+ O: 2       312     -211 -7.40e-01,-4.72e-01,-9.20e-01,+1.28e+00   1
             313      111 -2.55e-01,+8.51e-02,-1.87e-01,+3.54e-01   2      -170
 GenVertex:      -72 ID:    0 (X,cT):0
  I: 1       119      311 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2       -72
  O: 1       314      310 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2      -171
 GenVertex:      -73 ID:    0 (X,cT):0
  I: 1       121      113 -2.01e-02,+9.67e-01,-2.76e+00,+3.05e+00   2       -73
- O: 2       315     -211 -5.02e-03,+1.03e+00,-2.68e+00,+2.88e+00   1     (nil)
-            316      211 -1.50e-02,-6.21e-02,-7.50e-02,+1.71e-01   1     (nil)
+ O: 2       315     -211 -5.02e-03,+1.03e+00,-2.68e+00,+2.88e+00   1
+            316      211 -1.50e-02,-6.21e-02,-7.50e-02,+1.71e-01   1
 GenVertex:      -74 ID:    0 (X,cT):0
  I: 1       122      213 +6.99e-01,+4.88e-01,-2.14e+00,+2.37e+00   2       -74
- O: 2       317      211 +2.31e-01,+4.39e-01,-1.27e+00,+1.37e+00   1     (nil)
+ O: 2       317      211 +2.31e-01,+4.39e-01,-1.27e+00,+1.37e+00   1
             318      111 +4.68e-01,+4.92e-02,-8.74e-01,+1.00e+00   2      -172
 GenVertex:      -75 ID:    0 (X,cT):0
  I: 1       123      223 +1.59e-01,-2.33e-01,-7.42e+00,+7.46e+00   2       -75
- O: 2       319     -211 +2.57e-01,+5.62e-02,-5.93e+00,+5.93e+00   1     (nil)
-            320      211 -9.87e-02,-2.90e-01,-1.49e+00,+1.53e+00   1     (nil)
+ O: 2       319     -211 +2.57e-01,+5.62e-02,-5.93e+00,+5.93e+00   1
+            320      211 -9.87e-02,-2.90e-01,-1.49e+00,+1.53e+00   1
 GenVertex:      -76 ID:    0 (X,cT):0
  I: 1       124      223 -3.07e-01,+5.68e-01,-1.77e+01,+1.77e+01   2       -76
- O: 2       321     -211 -1.81e-01,+2.32e-01,-1.48e+01,+1.48e+01   1     (nil)
-            322      211 -1.26e-01,+3.36e-01,-2.88e+00,+2.90e+00   1     (nil)
+ O: 2       321     -211 -1.81e-01,+2.32e-01,-1.48e+01,+1.48e+01   1
+            322      211 -1.26e-01,+3.36e-01,-2.88e+00,+2.90e+00   1
 GenVertex:      -77 ID:    0 (X,cT):0
  I: 1       125     1114 +7.70e-01,-3.47e-01,-1.94e+02,+1.94e+02   2       -77
- O: 2       323     2112 +6.85e-01,-3.51e-01,-1.63e+02,+1.63e+02   1     (nil)
-            324     -211 +8.47e-02,+3.52e-03,-3.06e+01,+3.06e+01   1     (nil)
+ O: 2       323     2112 +6.85e-01,-3.51e-01,-1.63e+02,+1.63e+02   1
+            324     -211 +8.47e-02,+3.52e-03,-3.06e+01,+3.06e+01   1
 Vertex:      -78 ID:    0 (X,cT)=+9.27e-06,+2.22e-05,-1.58e-03,+1.58e-03
  I: 1       126      111 +6.52e-01,+1.56e+00,-1.11e+02,+1.11e+02   2       -78
- O: 2       325       22 +6.52e-01,+1.50e+00,-1.08e+02,+1.08e+02   1     (nil)
-            326       22 -1.55e-04,+6.21e-02,-3.67e+00,+3.67e+00   1     (nil)
+ O: 2       325       22 +6.52e-01,+1.50e+00,-1.08e+02,+1.08e+02   1
+            326       22 -1.55e-04,+6.21e-02,-3.67e+00,+3.67e+00   1
 GenVertex:      -79 ID:    0 (X,cT):0
  I: 1       130      113 +7.74e-01,+8.64e-01,-8.89e+01,+8.89e+01   2       -79
- O: 2       327     -211 +6.68e-01,+7.08e-01,-4.84e+01,+4.84e+01   1     (nil)
-            328      211 +1.06e-01,+1.56e-01,-4.05e+01,+4.05e+01   1     (nil)
+ O: 2       327     -211 +6.68e-01,+7.08e-01,-4.84e+01,+4.84e+01   1
+            328      211 +1.06e-01,+1.56e-01,-4.05e+01,+4.05e+01   1
 GenVertex:      -80 ID:    0 (X,cT):0
  I: 1       131      223 +1.70e-02,+2.83e-01,-9.69e+01,+9.69e+01   2       -80
- O: 3       329      211 -1.62e-01,+5.36e-02,-3.29e+01,+3.29e+01   1     (nil)
-            330     -211 +6.38e-02,-3.43e-02,-4.30e+01,+4.30e+01   1     (nil)
+ O: 3       329      211 -1.62e-01,+5.36e-02,-3.29e+01,+3.29e+01   1
+            330     -211 +6.38e-02,-3.43e-02,-4.30e+01,+4.30e+01   1
             331      111 +1.15e-01,+2.64e-01,-2.11e+01,+2.11e+01   2      -173
 GenVertex:      -81 ID:    0 (X,cT):0
  I: 1       132      223 +3.02e-01,+2.43e-01,-3.21e+01,+3.21e+01   2       -81
- O: 3       332     -211 +5.67e-02,-4.99e-02,-1.78e+01,+1.78e+01   1     (nil)
-            333      211 +8.54e-02,+2.91e-01,-8.16e+00,+8.17e+00   1     (nil)
+ O: 3       332     -211 +5.67e-02,-4.99e-02,-1.78e+01,+1.78e+01   1
+            333      211 +8.54e-02,+2.91e-01,-8.16e+00,+8.17e+00   1
             334      111 +1.60e-01,+1.64e-03,-6.16e+00,+6.16e+00   2      -174
 GenVertex:      -82 ID:    0 (X,cT):0
  I: 1       133      221 +6.52e-01,-1.30e-02,-7.49e+00,+7.53e+00   2       -82
@@ -987,123 +1106,123 @@ GenVertex:      -82 ID:    0 (X,cT):0
             337      111 +4.06e-02,+5.17e-03,-1.02e+00,+1.02e+00   2      -177
 GenVertex:      -83 ID:    0 (X,cT):0
  I: 1       134      213 +1.25e+00,+2.45e+00,-3.91e+01,+3.93e+01   2       -83
- O: 2       338      211 +6.58e-01,+5.66e-01,-1.72e+01,+1.72e+01   1     (nil)
+ O: 2       338      211 +6.58e-01,+5.66e-01,-1.72e+01,+1.72e+01   1
             339      111 +5.88e-01,+1.89e+00,-2.20e+01,+2.20e+01   2      -178
 GenVertex:      -84 ID:    0 (X,cT):0
  I: 1       135      221 +8.86e-01,+9.16e-01,-1.24e+01,+1.25e+01   2       -84
- O: 2       340       22 +6.66e-01,+6.36e-01,-6.31e+00,+6.38e+00   1     (nil)
-            341       22 +2.20e-01,+2.80e-01,-6.11e+00,+6.12e+00   1     (nil)
+ O: 2       340       22 +6.66e-01,+6.36e-01,-6.31e+00,+6.38e+00   1
+            341       22 +2.20e-01,+2.80e-01,-6.11e+00,+6.12e+00   1
 Vertex:      -85 ID:    0 (X,cT)=+3.02e-04,+4.87e-04,-5.38e-03,+5.41e-03
  I: 1       137      111 +7.22e-01,+1.16e+00,-1.29e+01,+1.29e+01   2       -85
- O: 2       342       22 +5.79e-02,+1.36e-01,-1.76e+00,+1.76e+00   1     (nil)
-            343       22 +6.65e-01,+1.03e+00,-1.11e+01,+1.12e+01   1     (nil)
+ O: 2       342       22 +5.79e-02,+1.36e-01,-1.76e+00,+1.76e+00   1
+            343       22 +6.65e-01,+1.03e+00,-1.11e+01,+1.12e+01   1
 GenVertex:      -86 ID:    0 (X,cT):0
  I: 1       138      113 +1.21e+00,+1.68e+00,-1.89e+01,+1.90e+01   2       -86
- O: 2       344     -211 +4.13e-01,+1.29e-01,-3.64e+00,+3.67e+00   1     (nil)
-            345      211 +8.01e-01,+1.55e+00,-1.52e+01,+1.53e+01   1     (nil)
+ O: 2       344     -211 +4.13e-01,+1.29e-01,-3.64e+00,+3.67e+00   1
+            345      211 +8.01e-01,+1.55e+00,-1.52e+01,+1.53e+01   1
 GenVertex:      -87 ID:    0 (X,cT):0
  I: 1       140     -213 +4.58e-01,+1.15e+00,-1.84e+01,+1.85e+01   2       -87
- O: 2       346     -211 +4.43e-01,+4.32e-01,-3.36e+00,+3.42e+00   1     (nil)
+ O: 2       346     -211 +4.43e-01,+4.32e-01,-3.36e+00,+3.42e+00   1
             347      111 +1.51e-02,+7.22e-01,-1.51e+01,+1.51e+01   2      -179
 GenVertex:      -88 ID:    0 (X,cT):0
  I: 1       141      213 +2.08e+00,+1.68e+00,-2.61e+01,+2.63e+01   2       -88
- O: 2       348      211 +2.03e+00,+1.63e+00,-2.51e+01,+2.52e+01   1     (nil)
+ O: 2       348      211 +2.03e+00,+1.63e+00,-2.51e+01,+2.52e+01   1
             349      111 +5.56e-02,+5.31e-02,-1.06e+00,+1.07e+00   2      -180
 GenVertex:      -89 ID:    0 (X,cT):0
  I: 1       142      313 +1.78e+00,+1.24e+00,-2.26e+01,+2.27e+01   2       -89
- O: 2       350      321 +5.53e-01,+4.44e-01,-6.45e+00,+6.51e+00   1     (nil)
-            351     -211 +1.23e+00,+7.92e-01,-1.62e+01,+1.62e+01   1     (nil)
+ O: 2       350      321 +5.53e-01,+4.44e-01,-6.45e+00,+6.51e+00   1
+            351     -211 +1.23e+00,+7.92e-01,-1.62e+01,+1.62e+01   1
 GenVertex:      -90 ID:    0 (X,cT):0
  I: 1       143     -313 +1.42e+00,+6.47e-01,-1.81e+01,+1.82e+01   2       -90
  O: 2       352     -311 +4.98e-01,+5.10e-01,-7.52e+00,+7.57e+00   2      -181
             353      111 +9.21e-01,+1.38e-01,-1.06e+01,+1.06e+01   2      -182
 GenVertex:      -91 ID:    0 (X,cT):0
  I: 1       145     -213 -5.75e-01,-4.78e-01,-9.45e+01,+9.45e+01   2       -91
- O: 2       354     -211 -4.16e-01,-6.42e-04,-4.57e+01,+4.57e+01   1     (nil)
+ O: 2       354     -211 -4.16e-01,-6.42e-04,-4.57e+01,+4.57e+01   1
             355      111 -1.59e-01,-4.77e-01,-4.88e+01,+4.88e+01   2      -183
 GenVertex:      -92 ID:    0 (X,cT):0
  I: 1       146    -1114 -8.04e-01,-7.43e-01,-3.40e+01,+3.40e+01   2       -92
- O: 2       356    -2112 -5.09e-01,-4.51e-01,-2.85e+01,+2.85e+01   1     (nil)
-            357      211 -2.95e-01,-2.92e-01,-5.48e+00,+5.50e+00   1     (nil)
+ O: 2       356    -2112 -5.09e-01,-4.51e-01,-2.85e+01,+2.85e+01   1
+            357      211 -2.95e-01,-2.92e-01,-5.48e+00,+5.50e+00   1
 GenVertex:      -93 ID:    0 (X,cT):0
  I: 1       147     -213 -1.80e-01,+6.29e-02,-4.32e+01,+4.32e+01   2       -93
- O: 2       358     -211 -2.49e-01,+3.34e-01,-2.84e+01,+2.84e+01   1     (nil)
+ O: 2       358     -211 -2.49e-01,+3.34e-01,-2.84e+01,+2.84e+01   1
             359      111 +6.89e-02,-2.71e-01,-1.49e+01,+1.49e+01   2      -184
 GenVertex:      -94 ID:    0 (X,cT):0
  I: 1       149      311 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   2       -94
- O: 1       360      130 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   1     (nil)
+ O: 1       360      130 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   1
 GenVertex:      -95 ID:    0 (X,cT):0
  I: 1       150     -323 -3.04e-01,-3.92e-01,-7.88e+01,+7.88e+01   2       -95
- O: 2       361     -321 -3.90e-02,+2.37e-02,-4.50e+01,+4.50e+01   1     (nil)
+ O: 2       361     -321 -3.90e-02,+2.37e-02,-4.50e+01,+4.50e+01   1
             362      111 -2.65e-01,-4.16e-01,-3.38e+01,+3.38e+01   2      -185
 GenVertex:      -96 ID:    0 (X,cT):0
  I: 1       151      213 -1.80e+00,-1.21e+00,-8.93e+01,+8.94e+01   2       -96
- O: 2       363      211 -1.88e+00,-1.09e+00,-8.20e+01,+8.20e+01   1     (nil)
+ O: 2       363      211 -1.88e+00,-1.09e+00,-8.20e+01,+8.20e+01   1
             364      111 +7.55e-02,-1.18e-01,-7.35e+00,+7.36e+00   2      -186
 GenVertex:      -97 ID:    0 (X,cT):0
  I: 1       152      113 +4.91e-01,-9.72e-01,-5.04e+01,+5.05e+01   2       -97
- O: 2       365     -211 +3.30e-01,-1.08e+00,-4.62e+01,+4.62e+01   1     (nil)
-            366      211 +1.61e-01,+1.05e-01,-4.23e+00,+4.23e+00   1     (nil)
+ O: 2       365     -211 +3.30e-01,-1.08e+00,-4.62e+01,+4.62e+01   1
+            366      211 +1.61e-01,+1.05e-01,-4.23e+00,+4.23e+00   1
 GenVertex:      -98 ID:    0 (X,cT):0
  I: 1       153      221 +2.67e-01,-2.61e-01,-2.16e+01,+2.16e+01   2       -98
- O: 2       367       22 -1.53e-01,-5.63e-02,-3.12e+00,+3.12e+00   1     (nil)
-            368       22 +4.20e-01,-2.04e-01,-1.84e+01,+1.85e+01   1     (nil)
+ O: 2       367       22 -1.53e-01,-5.63e-02,-3.12e+00,+3.12e+00   1
+            368       22 +4.20e-01,-2.04e-01,-1.84e+01,+1.85e+01   1
 GenVertex:      -99 ID:    0 (X,cT):0
  I: 1       154      311 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   2       -99
- O: 1       369      130 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   1     (nil)
+ O: 1       369      130 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   1
 GenVertex:     -100 ID:    0 (X,cT):0
  I: 1       156      221 -4.10e-01,-2.74e-01,-4.88e+01,+4.88e+01   2      -100
- O: 3       370      211 -2.54e-01,-1.08e-01,-2.26e+01,+2.26e+01   1     (nil)
-            371     -211 -9.47e-02,-7.03e-02,-6.26e+00,+6.26e+00   1     (nil)
+ O: 3       370      211 -2.54e-01,-1.08e-01,-2.26e+01,+2.26e+01   1
+            371     -211 -9.47e-02,-7.03e-02,-6.26e+00,+6.26e+00   1
             372      111 -6.13e-02,-9.53e-02,-1.99e+01,+1.99e+01   2      -187
 GenVertex:     -101 ID:    0 (X,cT):0
  I: 1       158      113 -8.56e-01,+4.51e-01,-3.86e+02,+3.86e+02   2      -101
- O: 2       373      211 -5.66e-01,+1.70e-01,-3.23e+02,+3.23e+02   1     (nil)
-            374     -211 -2.90e-01,+2.81e-01,-6.32e+01,+6.32e+01   1     (nil)
+ O: 2       373      211 -5.66e-01,+1.70e-01,-3.23e+02,+3.23e+02   1
+            374     -211 -2.90e-01,+2.81e-01,-6.32e+01,+6.32e+01   1
 GenVertex:     -102 ID:    0 (X,cT):0
  I: 1       160     2224 -1.90e-03,+7.51e-01,-1.39e+03,+1.39e+03   2      -102
- O: 2       375     2212 +9.56e-04,+8.62e-01,-1.17e+03,+1.17e+03   1     (nil)
-            376      211 -2.86e-03,-1.12e-01,-2.17e+02,+2.17e+02   1     (nil)
+ O: 2       375     2212 +9.56e-04,+8.62e-01,-1.17e+03,+1.17e+03   1
+            376      211 -2.86e-03,-1.12e-01,-2.17e+02,+2.17e+02   1
 GenVertex:     -103 ID:    0 (X,cT):0
  I: 1       163      223 -1.35e-02,+1.05e-01,+2.90e+00,+3.01e+00   2      -103
- O: 3       377     -211 +6.98e-02,+4.75e-02,+2.34e+00,+2.34e+00   1     (nil)
-            378      211 -3.36e-03,-3.94e-02,+1.39e-01,+2.01e-01   1     (nil)
+ O: 3       377     -211 +6.98e-02,+4.75e-02,+2.34e+00,+2.34e+00   1
+            378      211 -3.36e-03,-3.94e-02,+1.39e-01,+2.01e-01   1
             379      111 -7.99e-02,+9.68e-02,+4.23e-01,+4.62e-01   2      -188
 GenVertex:     -104 ID:    0 (X,cT):0
  I: 1       164     -213 -7.67e-02,-1.58e-01,+2.83e+00,+2.94e+00   2      -104
- O: 2       380     -211 +2.46e-01,-2.54e-01,+9.52e-01,+1.02e+00   1     (nil)
+ O: 2       380     -211 +2.46e-01,-2.54e-01,+9.52e-01,+1.02e+00   1
             381      111 -3.23e-01,+9.61e-02,+1.88e+00,+1.91e+00   2      -189
 GenVertex:     -105 ID:    0 (X,cT):0
  I: 1       165      113 -3.96e-01,-2.46e-01,+7.66e+00,+7.72e+00   2      -105
- O: 2       382     -211 -4.58e-01,-1.09e-01,+2.26e+00,+2.31e+00   1     (nil)
-            383      211 +6.19e-02,-1.38e-01,+5.40e+00,+5.41e+00   1     (nil)
+ O: 2       382     -211 -4.58e-01,-1.09e-01,+2.26e+00,+2.31e+00   1
+            383      211 +6.19e-02,-1.38e-01,+5.40e+00,+5.41e+00   1
 GenVertex:     -106 ID:    0 (X,cT):0
  I: 1       166      223 +8.97e-02,-2.51e-02,+1.83e+01,+1.83e+01   2      -106
- O: 3       384      211 +1.54e-02,+2.33e-01,+6.44e+00,+6.45e+00   1     (nil)
-            385     -211 -1.25e-01,-1.91e-01,+6.30e+00,+6.31e+00   1     (nil)
+ O: 3       384      211 +1.54e-02,+2.33e-01,+6.44e+00,+6.45e+00   1
+            385     -211 -1.25e-01,-1.91e-01,+6.30e+00,+6.31e+00   1
             386      111 +1.99e-01,-6.72e-02,+5.57e+00,+5.57e+00   2      -190
 GenVertex:     -107 ID:    0 (X,cT):0
  I: 1       167      331 +7.92e-02,-2.14e-01,+1.65e+01,+1.65e+01   2      -107
- O: 2       387       22 -3.78e-03,+6.83e-02,+3.46e-01,+3.53e-01   1     (nil)
+ O: 2       387       22 -3.78e-03,+6.83e-02,+3.46e-01,+3.53e-01   1
             388      113 +8.30e-02,-2.83e-01,+1.61e+01,+1.61e+01   2      -191
 GenVertex:     -108 ID:    0 (X,cT):0
  I: 1       169      113 -9.07e-02,+1.70e-01,+7.69e+00,+7.71e+00   2      -108
- O: 2       389      211 -1.47e-01,+1.94e-03,+5.31e+00,+5.31e+00   1     (nil)
-            390     -211 +5.60e-02,+1.68e-01,+2.38e+00,+2.39e+00   1     (nil)
+ O: 2       389      211 -1.47e-01,+1.94e-03,+5.31e+00,+5.31e+00   1
+            390     -211 +5.60e-02,+1.68e-01,+2.38e+00,+2.39e+00   1
 GenVertex:     -109 ID:    0 (X,cT):0
  I: 1       172      313 -9.79e-02,+5.68e-01,+7.20e+01,+7.20e+01   2      -109
- O: 2       391      321 +1.98e-01,+2.04e-01,+3.95e+01,+3.95e+01   1     (nil)
-            392     -211 -2.96e-01,+3.65e-01,+3.25e+01,+3.25e+01   1     (nil)
+ O: 2       391      321 +1.98e-01,+2.04e-01,+3.95e+01,+3.95e+01   1
+            392     -211 -2.96e-01,+3.65e-01,+3.25e+01,+3.25e+01   1
 GenVertex:     -110 ID:    0 (X,cT):0
  I: 1       173     -313 -1.30e-01,-7.96e-01,+2.37e+02,+2.37e+02   2      -110
- O: 2       393     -321 +8.77e-02,-3.77e-01,+1.73e+02,+1.73e+02   1     (nil)
-            394      211 -2.18e-01,-4.20e-01,+6.41e+01,+6.41e+01   1     (nil)
+ O: 2       393     -321 +8.77e-02,-3.77e-01,+1.73e+02,+1.73e+02   1
+            394      211 -2.18e-01,-4.20e-01,+6.41e+01,+6.41e+01   1
 Vertex:     -111 ID:    0 (X,cT)=-3.81e+00,+2.43e+00,-3.67e+01,+3.70e+01
  I: 1       177     -411 -2.64e+01,+1.68e+01,-2.54e+02,+2.56e+02   2      -111
- O: 4       395       13 -1.41e+00,+1.04e+00,-1.32e+01,+1.33e+01   1     (nil)
-            396      -14 -1.31e+00,+1.05e+00,-1.23e+01,+1.24e+01   1     (nil)
+ O: 4       395       13 -1.41e+00,+1.04e+00,-1.32e+01,+1.33e+01   1
+            396      -14 -1.31e+00,+1.05e+00,-1.23e+01,+1.24e+01   1
             397      323 -2.16e+01,+1.35e+01,-2.09e+02,+2.11e+02   2      -192
-            398     -211 -2.09e+00,+1.24e+00,-1.91e+01,+1.92e+01   1     (nil)
+            398     -211 -2.09e+00,+1.24e+00,-1.91e+01,+1.92e+01   1
 GenVertex:     -112 ID:    0 (X,cT):0
  I: 1       180     -313 -1.69e+00,+9.52e-01,-1.93e+01,+1.94e+01   2      -112
  O: 2       399     -311 -4.47e-01,+3.05e-01,-6.33e+00,+6.37e+00   2      -193
@@ -1111,82 +1230,82 @@ GenVertex:     -112 ID:    0 (X,cT):0
 GenVertex:     -113 ID:    0 (X,cT):0
  I: 1       181      323 -1.07e+00,+1.14e+00,-1.19e+01,+1.20e+01   2      -113
  O: 2       401      311 -9.33e-01,+9.63e-01,-1.12e+01,+1.13e+01   2      -195
-            402      211 -1.36e-01,+1.77e-01,-7.16e-01,+7.63e-01   1     (nil)
+            402      211 -1.36e-01,+1.77e-01,-7.16e-01,+7.63e-01   1
 GenVertex:     -114 ID:    0 (X,cT):0
  I: 1       182     -323 -1.04e+00,-2.43e-02,-1.56e+01,+1.57e+01   2      -114
- O: 2       403     -321 -9.22e-01,-9.25e-02,-1.49e+01,+1.49e+01   1     (nil)
+ O: 2       403     -321 -9.22e-01,-9.25e-02,-1.49e+01,+1.49e+01   1
             404      111 -1.17e-01,+6.82e-02,-7.01e-01,+7.26e-01   2      -196
 GenVertex:     -115 ID:    0 (X,cT):0
  I: 1       184      113 +9.16e+00,-6.89e+00,-1.32e+02,+1.32e+02   2      -115
- O: 2       405     -211 +8.07e+00,-6.29e+00,-1.19e+02,+1.20e+02   1     (nil)
-            406      211 +1.09e+00,-5.97e-01,-1.23e+01,+1.24e+01   1     (nil)
+ O: 2       405     -211 +8.07e+00,-6.29e+00,-1.19e+02,+1.20e+02   1
+            406      211 +1.09e+00,-5.97e-01,-1.23e+01,+1.24e+01   1
 Vertex:     -116 ID:    0 (X,cT)=+1.87e-03,-1.71e-03,-2.84e-02,+2.85e-02
  I: 1       185      111 +1.57e+00,-1.44e+00,-2.40e+01,+2.41e+01   2      -116
- O: 2       407       22 +1.03e+00,-8.53e-01,-1.49e+01,+1.50e+01   1     (nil)
-            408       22 +5.46e-01,-5.88e-01,-9.04e+00,+9.08e+00   1     (nil)
+ O: 2       407       22 +1.03e+00,-8.53e-01,-1.49e+01,+1.50e+01   1
+            408       22 +5.46e-01,-5.88e-01,-9.04e+00,+9.08e+00   1
 GenVertex:     -117 ID:    0 (X,cT):0
  I: 1       189      213 -1.88e-01,-4.78e-01,-1.86e-02,+8.02e-01   2      -117
- O: 2       409      211 +6.32e-02,-4.07e-02,-1.95e-01,+2.51e-01   1     (nil)
+ O: 2       409      211 +6.32e-02,-4.07e-02,-1.95e-01,+2.51e-01   1
             410      111 -2.51e-01,-4.37e-01,+1.76e-01,+5.51e-01   2      -197
 GenVertex:     -118 ID:    0 (X,cT):0
  I: 1       191      213 -1.69e-01,+6.66e-02,+1.66e+00,+1.95e+00   2      -118
- O: 2       411      211 -8.99e-02,-4.44e-01,+8.88e-01,+1.01e+00   1     (nil)
+ O: 2       411      211 -8.99e-02,-4.44e-01,+8.88e-01,+1.01e+00   1
             412      111 -7.90e-02,+5.11e-01,+7.72e-01,+9.39e-01   2      -198
 GenVertex:     -119 ID:    0 (X,cT):0
  I: 1       192      113 -7.42e-01,+4.97e-01,+2.71e+00,+2.94e+00   2      -119
- O: 2       413     -211 -6.65e-02,+8.33e-02,+1.29e+00,+1.30e+00   1     (nil)
-            414      211 -6.76e-01,+4.14e-01,+1.43e+00,+1.64e+00   1     (nil)
+ O: 2       413     -211 -6.65e-02,+8.33e-02,+1.29e+00,+1.30e+00   1
+            414      211 -6.76e-01,+4.14e-01,+1.43e+00,+1.64e+00   1
 GenVertex:     -120 ID:    0 (X,cT):0
  I: 1       193     -213 +2.70e-02,+3.31e-01,+2.97e-01,+7.93e-01   2      -120
- O: 2       415     -211 -1.79e-01,+3.73e-02,+3.36e-01,+4.08e-01   1     (nil)
+ O: 2       415     -211 -1.79e-01,+3.73e-02,+3.36e-01,+4.08e-01   1
             416      111 +2.06e-01,+2.93e-01,-3.94e-02,+3.85e-01   2      -199
 GenVertex:     -121 ID:    0 (X,cT):0
  I: 1       195      113 -1.79e-01,+4.58e-01,+4.36e+00,+4.46e+00   2      -121
- O: 2       417     -211 -4.09e-01,+9.88e-02,+1.62e+00,+1.68e+00   1     (nil)
-            418      211 +2.30e-01,+3.59e-01,+2.75e+00,+2.78e+00   1     (nil)
+ O: 2       417     -211 -4.09e-01,+9.88e-02,+1.62e+00,+1.68e+00   1
+            418      211 +2.30e-01,+3.59e-01,+2.75e+00,+2.78e+00   1
 GenVertex:     -122 ID:    0 (X,cT):0
  I: 1       196     -213 -8.75e-02,+1.16e-01,+1.21e+00,+1.46e+00   2      -122
- O: 2       419     -211 +1.71e-01,-8.56e-03,+1.11e+00,+1.13e+00   1     (nil)
+ O: 2       419     -211 +1.71e-01,-8.56e-03,+1.11e+00,+1.13e+00   1
             420      111 -2.59e-01,+1.24e-01,+1.06e-01,+3.34e-01   2      -200
 GenVertex:     -123 ID:    0 (X,cT):0
  I: 1       197      323 -7.63e-01,+6.20e-01,+7.15e+00,+7.28e+00   2      -123
- O: 2       421      321 -4.34e-01,+3.13e-01,+2.39e+00,+2.49e+00   1     (nil)
+ O: 2       421      321 -4.34e-01,+3.13e-01,+2.39e+00,+2.49e+00   1
             422      111 -3.29e-01,+3.07e-01,+4.76e+00,+4.78e+00   2      -201
 GenVertex:     -124 ID:    0 (X,cT):0
  I: 1       198      221 -7.36e-01,+2.91e-01,+5.63e+00,+5.72e+00   2      -124
- O: 3       423       22 -3.68e-01,+1.74e-01,+3.63e+00,+3.66e+00   1     (nil)
-            424      211 -2.05e-01,+1.05e-01,+1.26e+00,+1.28e+00   1     (nil)
-            425     -211 -1.63e-01,+1.25e-02,+7.47e-01,+7.77e-01   1     (nil)
+ O: 3       423       22 -3.68e-01,+1.74e-01,+3.63e+00,+3.66e+00   1
+            424      211 -2.05e-01,+1.05e-01,+1.26e+00,+1.28e+00   1
+            425     -211 -1.63e-01,+1.25e-02,+7.47e-01,+7.77e-01   1
 GenVertex:     -125 ID:    0 (X,cT):0
  I: 1       200      213 +4.69e-02,-1.77e-01,-3.64e-01,+1.10e+00   2      -125
- O: 2       426      211 -3.67e-01,-1.30e-01,-4.96e-01,+6.46e-01   1     (nil)
+ O: 2       426      211 -3.67e-01,-1.30e-01,-4.96e-01,+6.46e-01   1
             427      111 +4.14e-01,-4.69e-02,+1.31e-01,+4.58e-01   2      -202
 Vertex:     -126 ID:    0 (X,cT)=+6.94e-05,-7.03e-06,+2.19e-04,+2.31e-04
  I: 1       201      111 +3.73e-01,-3.78e-02,+1.18e+00,+1.24e+00   2      -126
- O: 2       428       22 +1.73e-01,-3.58e-02,+3.54e-01,+3.96e-01   1     (nil)
-            429       22 +2.00e-01,-2.02e-03,+8.22e-01,+8.46e-01   1     (nil)
+ O: 2       428       22 +1.73e-01,-3.58e-02,+3.54e-01,+3.96e-01   1
+            429       22 +2.00e-01,-2.02e-03,+8.22e-01,+8.46e-01   1
 GenVertex:     -127 ID:    0 (X,cT):0
  I: 1       202     -213 -7.72e-01,+1.13e+00,+1.14e+00,+1.96e+00   2      -127
- O: 2       430     -211 -3.73e-02,+7.08e-01,+6.44e-01,+9.68e-01   1     (nil)
+ O: 2       430     -211 -3.73e-02,+7.08e-01,+6.44e-01,+9.68e-01   1
             431      111 -7.34e-01,+4.26e-01,+4.97e-01,+9.93e-01   2      -203
 GenVertex:     -128 ID:    0 (X,cT):0
  I: 1       203      223 +4.07e-01,-5.29e-01,+1.12e-01,+1.04e+00   2      -128
- O: 3       432      211 +3.59e-01,-2.82e-01,+1.18e-01,+4.92e-01   1     (nil)
-            433     -211 -1.50e-02,+9.43e-02,+3.19e-02,+1.72e-01   1     (nil)
+ O: 3       432      211 +3.59e-01,-2.82e-01,+1.18e-01,+4.92e-01   1
+            433     -211 -1.50e-02,+9.43e-02,+3.19e-02,+1.72e-01   1
             434      111 +6.29e-02,-3.41e-01,-3.80e-02,+3.74e-01   2      -204
 GenVertex:     -129 ID:    0 (X,cT):0
  I: 1       204      223 -5.49e-02,-3.91e-01,+1.06e+00,+1.37e+00   2      -129
- O: 3       435     -211 +6.25e-02,-1.04e-01,+1.78e-01,+2.57e-01   1     (nil)
-            436      211 +2.00e-02,-2.71e-01,+8.68e-01,+9.20e-01   1     (nil)
+ O: 3       435     -211 +6.25e-02,-1.04e-01,+1.78e-01,+2.57e-01   1
+            436      211 +2.00e-02,-2.71e-01,+8.68e-01,+9.20e-01   1
             437      111 -1.37e-01,-1.63e-02,+1.18e-02,+1.94e-01   2      -205
 Vertex:     -130 ID:    0 (X,cT)=+1.58e-01,-6.64e-02,-8.93e-01,+9.27e-01
  I: 1       205     -421 +1.62e+00,-6.80e-01,-9.14e+00,+9.49e+00   2      -130
  O: 2       438    10323 +8.73e-01,-6.30e-01,-7.46e+00,+7.64e+00   2      -206
-            439     -211 +7.49e-01,-4.97e-02,-1.68e+00,+1.85e+00   1     (nil)
+            439     -211 +7.49e-01,-4.97e-02,-1.68e+00,+1.85e+00   1
 Vertex:     -131 ID:    0 (X,cT)=+6.33e-05,-2.16e-05,-2.68e-04,+2.80e-04
  I: 1       206      111 +1.80e-01,-6.13e-02,-7.60e-01,+7.95e-01   2      -131
- O: 2       440       22 +1.83e-01,-8.44e-02,-7.27e-01,+7.54e-01   1     (nil)
-            441       22 -3.44e-03,+2.31e-02,-3.29e-02,+4.04e-02   1     (nil)
+ O: 2       440       22 +1.83e-01,-8.44e-02,-7.27e-01,+7.54e-01   1
+            441       22 -3.44e-03,+2.31e-02,-3.29e-02,+4.04e-02   1
 GenVertex:     -132 ID:    0 (X,cT):0
  I: 1       207     -311 +3.84e-01,+6.75e-01,-2.32e+00,+2.49e+00   2      -132
  O: 1       442      310 +3.84e-01,+6.75e-01,-2.32e+00,+2.49e+00   2      -207
@@ -1195,116 +1314,116 @@ GenVertex:     -133 ID:    0 (X,cT):0
  O: 1       443      310 +4.92e-01,+1.67e+00,-1.03e+01,+1.05e+01   2      -208
 Vertex:     -134 ID:    0 (X,cT)=+9.60e-06,+2.02e-06,-1.35e-04,+1.36e-04
  I: 1       210      111 +1.56e-01,+3.28e-02,-2.20e+00,+2.21e+00   2      -134
- O: 2       444       22 +1.58e-01,+4.61e-02,-2.17e+00,+2.18e+00   1     (nil)
-            445       22 -2.08e-03,-1.33e-02,-2.27e-02,+2.64e-02   1     (nil)
+ O: 2       444       22 +1.58e-01,+4.61e-02,-2.17e+00,+2.18e+00   1
+            445       22 -2.08e-03,-1.33e-02,-2.27e-02,+2.64e-02   1
 Vertex:     -135 ID:    0 (X,cT)=-6.11e-05,+1.37e-04,-6.02e-04,+6.24e-04
  I: 1       215      111 -1.24e-01,+2.78e-01,-1.22e+00,+1.26e+00   2      -135
- O: 2       446       22 -2.52e-02,+2.45e-02,-3.81e-01,+3.83e-01   1     (nil)
-            447       22 -9.85e-02,+2.53e-01,-8.38e-01,+8.81e-01   1     (nil)
+ O: 2       446       22 -2.52e-02,+2.45e-02,-3.81e-01,+3.83e-01   1
+            447       22 -9.85e-02,+2.53e-01,-8.38e-01,+8.81e-01   1
 Vertex:     -136 ID:    0 (X,cT)=-4.44e-05,-3.92e-06,-7.34e-04,+7.40e-04
  I: 1       217      111 -7.15e-02,-6.31e-03,-1.18e+00,+1.19e+00   2      -136
- O: 2       448       22 -9.35e-02,-3.77e-02,-1.03e+00,+1.04e+00   1     (nil)
-            449       22 +2.21e-02,+3.14e-02,-1.46e-01,+1.51e-01   1     (nil)
+ O: 2       448       22 -9.35e-02,-3.77e-02,-1.03e+00,+1.04e+00   1
+            449       22 +2.21e-02,+3.14e-02,-1.46e-01,+1.51e-01   1
 Vertex:     -137 ID:    0 (X,cT)=+3.41e-05,+1.99e-05,-1.06e-05,+5.12e-05
  I: 1       220      111 +1.49e-01,+8.68e-02,-4.65e-02,+2.24e-01   2      -137
- O: 2       450       22 +1.62e-01,+9.36e-02,-6.67e-02,+1.99e-01   1     (nil)
-            451       22 -1.32e-02,-6.86e-03,+2.02e-02,+2.51e-02   1     (nil)
+ O: 2       450       22 +1.62e-01,+9.36e-02,-6.67e-02,+1.99e-01   1
+            451       22 -1.32e-02,-6.86e-03,+2.02e-02,+2.51e-02   1
 GenVertex:     -138 ID:    0 (X,cT):0
  I: 1       221     -311 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   2      -138
- O: 1       452      130 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   1     (nil)
+ O: 1       452      130 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   1
 Vertex:     -139 ID:    0 (X,cT)=-3.00e-05,-1.01e-05,+1.64e-06,+3.29e-05
  I: 1       226      111 -4.64e-01,-1.55e-01,+2.53e-02,+5.08e-01   2      -139
- O: 2       453       22 -2.22e-01,-3.76e-02,-4.59e-02,+2.30e-01   1     (nil)
-            454       22 -2.42e-01,-1.18e-01,+7.12e-02,+2.78e-01   1     (nil)
+ O: 2       453       22 -2.22e-01,-3.76e-02,-4.59e-02,+2.30e-01   1
+            454       22 -2.42e-01,-1.18e-01,+7.12e-02,+2.78e-01   1
 Vertex:     -140 ID:    0 (X,cT)=-5.23e-07,-7.76e-06,+4.86e-05,+4.96e-05
  I: 1       231      111 -1.13e-02,-1.68e-01,+1.05e+00,+1.07e+00   2      -140
- O: 2       455       22 +4.72e-02,-1.23e-01,+8.16e-01,+8.27e-01   1     (nil)
-            456       22 -5.85e-02,-4.52e-02,+2.34e-01,+2.45e-01   1     (nil)
+ O: 2       455       22 +4.72e-02,-1.23e-01,+8.16e-01,+8.27e-01   1
+            456       22 -5.85e-02,-4.52e-02,+2.34e-01,+2.45e-01   1
 Vertex:     -141 ID:    0 (X,cT)=+3.06e-05,-6.13e-05,+1.04e-03,+1.04e-03
  I: 1       233      111 +1.15e-01,-2.30e-01,+3.89e+00,+3.90e+00   2      -141
- O: 2       457       22 +4.00e-02,+3.07e-04,+9.61e-01,+9.62e-01   1     (nil)
-            458       22 +7.48e-02,-2.30e-01,+2.93e+00,+2.94e+00   1     (nil)
+ O: 2       457       22 +4.00e-02,+3.07e-04,+9.61e-01,+9.62e-01   1
+            458       22 +7.48e-02,-2.30e-01,+2.93e+00,+2.94e+00   1
 Vertex:     -142 ID:    0 (X,cT)=-4.86e-07,+1.36e-05,+5.54e-03,+5.54e-03
  I: 1       240      111 -1.84e-03,+5.13e-02,+2.10e+01,+2.10e+01   2      -142
- O: 2       459       22 +6.53e-02,+3.07e-02,+8.88e+00,+8.88e+00   1     (nil)
-            460       22 -6.72e-02,+2.07e-02,+1.21e+01,+1.21e+01   1     (nil)
+ O: 2       459       22 +6.53e-02,+3.07e-02,+8.88e+00,+8.88e+00   1
+            460       22 -6.72e-02,+2.07e-02,+1.21e+01,+1.21e+01   1
 Vertex:     -143 ID:    0 (X,cT)=+9.00e-01,-4.13e-01,-2.42e+00,+2.63e+00
  I: 1       241      421 +6.24e+00,-2.87e+00,-1.68e+01,+1.82e+01   2      -143
  O: 2       461     -313 +3.33e+00,-1.55e+00,-7.24e+00,+8.16e+00   2      -209
             462      111 +2.92e+00,-1.31e+00,-9.56e+00,+1.01e+01   2      -210
 Vertex:     -144 ID:    0 (X,cT)=+1.11e-04,-5.90e-05,-2.87e-04,+3.15e-04
  I: 1       242      111 +4.94e-01,-2.63e-01,-1.28e+00,+1.40e+00   2      -144
- O: 2       463       22 +3.13e-01,-2.24e-01,-9.52e-01,+1.03e+00   1     (nil)
-            464       22 +1.81e-01,-3.87e-02,-3.28e-01,+3.76e-01   1     (nil)
+ O: 2       463       22 +3.13e-01,-2.24e-01,-9.52e-01,+1.03e+00   1
+            464       22 +1.81e-01,-3.87e-02,-3.28e-01,+3.76e-01   1
 Vertex:     -145 ID:    0 (X,cT)=+2.18e-05,-5.26e-06,-3.70e-05,+4.34e-05
  I: 1       244      111 +8.10e-01,-1.96e-01,-1.38e+00,+1.62e+00   2      -145
- O: 2       465       22 +6.12e-01,-2.00e-01,-1.10e+00,+1.28e+00   1     (nil)
-            466       22 +1.98e-01,+3.77e-03,-2.74e-01,+3.39e-01   1     (nil)
+ O: 2       465       22 +6.12e-01,-2.00e-01,-1.10e+00,+1.28e+00   1
+            466       22 +1.98e-01,+3.77e-03,-2.74e-01,+3.39e-01   1
 GenVertex:     -146 ID:    0 (X,cT):0
  I: 1       247      221 +3.89e-01,-5.39e-01,-8.71e-01,+1.22e+00   2      -146
- O: 3       467     -211 +1.74e-01,-1.31e-01,-4.30e-01,+5.02e-01   1     (nil)
-            468      211 +5.41e-02,-2.04e-01,-3.15e-01,+4.04e-01   1     (nil)
+ O: 3       467     -211 +1.74e-01,-1.31e-01,-4.30e-01,+5.02e-01   1
+            468      211 +5.41e-02,-2.04e-01,-3.15e-01,+4.04e-01   1
             469      111 +1.61e-01,-2.04e-01,-1.26e-01,+3.19e-01   2      -211
 Vertex:     -147 ID:    0 (X,cT)=+1.07e-04,-3.60e-05,-3.69e-04,+3.86e-04
  I: 1       249      111 +7.72e-01,-2.59e-01,-2.66e+00,+2.78e+00   2      -147
- O: 2       470       22 +2.51e-02,-3.16e-02,-2.06e-01,+2.10e-01   1     (nil)
-            471       22 +7.47e-01,-2.27e-01,-2.45e+00,+2.57e+00   1     (nil)
+ O: 2       470       22 +2.51e-02,-3.16e-02,-2.06e-01,+2.10e-01   1
+            471       22 +7.47e-01,-2.27e-01,-2.45e+00,+2.57e+00   1
 Vertex:     -148 ID:    0 (X,cT)=-8.22e+00,-2.29e+00,+1.29e+02,+1.35e+02
  I: 1       254      310 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2      -148
- O: 2       472      211 +1.20e-02,+1.80e-01,+6.79e-01,+7.16e-01   1     (nil)
-            473     -211 -1.20e-01,-2.10e-01,+1.02e+00,+1.05e+00   1     (nil)
+ O: 2       472      211 +1.20e-02,+1.80e-01,+6.79e-01,+7.16e-01   1
+            473     -211 -1.20e-01,-2.10e-01,+1.02e+00,+1.05e+00   1
 Vertex:     -149 ID:    0 (X,cT)=-9.20e-06,+3.86e-06,+4.76e-05,+4.89e-05
  I: 1       258      111 -2.36e-01,+9.89e-02,+1.22e+00,+1.25e+00   2      -149
- O: 2       474       22 -1.60e-01,+3.34e-03,+8.26e-01,+8.41e-01   1     (nil)
-            475       22 -7.61e-02,+9.56e-02,+3.95e-01,+4.13e-01   1     (nil)
+ O: 2       474       22 -1.60e-01,+3.34e-03,+8.26e-01,+8.41e-01   1
+            475       22 -7.61e-02,+9.56e-02,+3.95e-01,+4.13e-01   1
 Vertex:     -150 ID:    0 (X,cT)=-5.14e-04,-8.73e-05,+1.03e-02,+1.04e-02
  I: 1       260      111 -1.11e+00,-1.89e-01,+2.24e+01,+2.24e+01   2      -150
- O: 2       476       22 -9.81e-01,-1.35e-01,+2.02e+01,+2.02e+01   1     (nil)
-            477       22 -1.30e-01,-5.37e-02,+2.22e+00,+2.22e+00   1     (nil)
+ O: 2       476       22 -9.81e-01,-1.35e-01,+2.02e+01,+2.02e+01   1
+            477       22 -1.30e-01,-5.37e-02,+2.22e+00,+2.22e+00   1
 Vertex:     -151 ID:    0 (X,cT)=+1.88e-05,+4.46e-05,+6.87e-04,+6.89e-04
  I: 1       263      111 +1.08e-01,+2.55e-01,+3.93e+00,+3.94e+00   2      -151
- O: 2       478       22 +1.10e-01,+2.16e-01,+2.55e+00,+2.56e+00   1     (nil)
-            479       22 -2.65e-03,+3.91e-02,+1.38e+00,+1.38e+00   1     (nil)
+ O: 2       478       22 +1.10e-01,+2.16e-01,+2.55e+00,+2.56e+00   1
+            479       22 -2.65e-03,+3.91e-02,+1.38e+00,+1.38e+00   1
 Vertex:     -152 ID:    0 (X,cT)=-6.14e-05,-3.82e-05,+7.27e-04,+7.31e-04
  I: 1       265      111 -3.21e-01,-1.99e-01,+3.80e+00,+3.82e+00   2      -152
- O: 2       480       22 -2.34e-01,-1.54e-01,+3.28e+00,+3.29e+00   1     (nil)
-            481       22 -8.72e-02,-4.50e-02,+5.19e-01,+5.28e-01   1     (nil)
+ O: 2       480       22 -2.34e-01,-1.54e-01,+3.28e+00,+3.29e+00   1
+            481       22 -8.72e-02,-4.50e-02,+5.19e-01,+5.28e-01   1
 Vertex:     -153 ID:    0 (X,cT)=-2.19e-06,-3.00e-06,+3.58e-04,+3.58e-04
  I: 1       267      111 -1.18e-01,-1.61e-01,+1.92e+01,+1.92e+01   2      -153
- O: 2       482       22 -9.69e-02,-1.72e-01,+1.33e+01,+1.34e+01   1     (nil)
-            483       22 -2.08e-02,+1.15e-02,+5.82e+00,+5.82e+00   1     (nil)
+ O: 2       482       22 -9.69e-02,-1.72e-01,+1.33e+01,+1.34e+01   1
+            483       22 -2.08e-02,+1.15e-02,+5.82e+00,+5.82e+00   1
 Vertex:     -154 ID:    0 (X,cT)=-9.00e-04,+6.71e-04,+1.89e-01,+1.89e-01
  I: 1       273      111 -1.19e+00,+8.85e-01,+2.49e+02,+2.49e+02   2      -154
- O: 2       484       22 -5.91e-01,+4.58e-01,+1.37e+02,+1.37e+02   1     (nil)
-            485       22 -5.96e-01,+4.27e-01,+1.12e+02,+1.12e+02   1     (nil)
+ O: 2       484       22 -5.91e-01,+4.58e-01,+1.37e+02,+1.37e+02   1
+            485       22 -5.96e-01,+4.27e-01,+1.12e+02,+1.12e+02   1
 Vertex:     -155 ID:    0 (X,cT)=-5.19e-06,+2.77e-05,+9.61e-03,+9.61e-03
  I: 1       275      111 -3.94e-02,+2.10e-01,+7.29e+01,+7.29e+01   2      -155
- O: 2       486       22 -5.34e-02,+1.01e-01,+2.01e+01,+2.01e+01   1     (nil)
-            487       22 +1.40e-02,+1.09e-01,+5.28e+01,+5.28e+01   1     (nil)
+ O: 2       486       22 -5.34e-02,+1.01e-01,+2.01e+01,+2.01e+01   1
+            487       22 +1.40e-02,+1.09e-01,+5.28e+01,+5.28e+01   1
 Vertex:     -156 ID:    0 (X,cT)=-3.80e-05,+2.22e-05,+1.37e-02,+1.37e-02
  I: 1       280      111 -1.09e-01,+6.39e-02,+3.93e+01,+3.93e+01   2      -156
- O: 2       488       22 -5.83e-02,+1.46e-02,+3.27e+01,+3.27e+01   1     (nil)
-            489       22 -5.08e-02,+4.93e-02,+6.60e+00,+6.60e+00   1     (nil)
+ O: 2       488       22 -5.83e-02,+1.46e-02,+3.27e+01,+3.27e+01   1
+            489       22 -5.08e-02,+4.93e-02,+6.60e+00,+6.60e+00   1
 Vertex:     -157 ID:    0 (X,cT)=+6.48e-05,+4.92e-04,+1.80e-02,+1.80e-02
  I: 1       284      111 +1.27e-01,+9.61e-01,+3.52e+01,+3.52e+01   2      -157
- O: 2       490       22 -2.52e-02,+2.35e-01,+8.00e+00,+8.00e+00   1     (nil)
-            491       22 +1.52e-01,+7.26e-01,+2.72e+01,+2.72e+01   1     (nil)
+ O: 2       490       22 -2.52e-02,+2.35e-01,+8.00e+00,+8.00e+00   1
+            491       22 +1.52e-01,+7.26e-01,+2.72e+01,+2.72e+01   1
 Vertex:     -158 ID:    0 (X,cT)=+1.48e-04,+1.07e-04,+1.80e-03,+1.81e-03
  I: 1       285      111 +2.92e-01,+2.10e-01,+3.56e+00,+3.58e+00   2      -158
- O: 2       492       22 +2.42e-01,+1.03e-01,+2.23e+00,+2.25e+00   1     (nil)
-            493       22 +5.02e-02,+1.07e-01,+1.33e+00,+1.33e+00   1     (nil)
+ O: 2       492       22 +2.42e-01,+1.03e-01,+2.23e+00,+2.25e+00   1
+            493       22 +5.02e-02,+1.07e-01,+1.33e+00,+1.33e+00   1
 Vertex:     -159 ID:    0 (X,cT)=+2.50e-05,+3.78e-05,+5.99e-04,+6.03e-04
  I: 1       286      111 +7.22e-02,+1.09e-01,+1.73e+00,+1.74e+00   2      -159
- O: 2       494       22 +2.13e-02,+6.88e-02,+1.49e+00,+1.49e+00   1     (nil)
-            495       22 +5.09e-02,+4.05e-02,+2.47e-01,+2.55e-01   1     (nil)
+ O: 2       494       22 +2.13e-02,+6.88e-02,+1.49e+00,+1.49e+00   1
+            495       22 +5.09e-02,+4.05e-02,+2.47e-01,+2.55e-01   1
 Vertex:     -160 ID:    0 (X,cT)=+2.02e-05,+3.78e-06,+1.16e-03,+1.16e-03
  I: 1       287      111 +5.73e-02,+1.07e-02,+3.27e+00,+3.27e+00   2      -160
- O: 2       496       22 -1.28e-02,-2.31e-02,+1.49e-01,+1.51e-01   1     (nil)
-            497       22 +7.01e-02,+3.38e-02,+3.12e+00,+3.12e+00   1     (nil)
+ O: 2       496       22 -1.28e-02,-2.31e-02,+1.49e-01,+1.51e-01   1
+            497       22 +7.01e-02,+3.38e-02,+3.12e+00,+3.12e+00   1
 Vertex:     -161 ID:    0 (X,cT)=+9.91e-05,+2.78e-04,+4.67e-03,+4.68e-03
  I: 1       289      111 +4.18e-01,+1.18e+00,+1.97e+01,+1.98e+01   2      -161
- O: 2       498       22 +2.65e-01,+6.35e-01,+1.17e+01,+1.18e+01   1     (nil)
-            499       22 +1.54e-01,+5.40e-01,+7.99e+00,+8.01e+00   1     (nil)
+ O: 2       498       22 +2.65e-01,+6.35e-01,+1.17e+01,+1.18e+01   1
+            499       22 +1.54e-01,+5.40e-01,+7.99e+00,+8.01e+00   1
 GenVertex:     -162 ID:    0 (X,cT):0
  I: 1       294      221 +9.56e-01,+1.28e+00,+1.76e+01,+1.77e+01   2      -162
  O: 3       500      111 +3.73e-01,+4.04e-01,+4.84e+00,+4.87e+00   2      -212
@@ -1312,217 +1431,217 @@ GenVertex:     -162 ID:    0 (X,cT):0
             502      111 +1.53e-01,+1.59e-01,+2.85e+00,+2.86e+00   2      -214
 Vertex:     -163 ID:    0 (X,cT)=+2.58e-04,-2.44e-04,+2.53e-03,+2.55e-03
  I: 1       296      111 +1.69e+00,-1.60e+00,+1.65e+01,+1.67e+01   2      -163
- O: 2       503       22 +1.04e+00,-1.02e+00,+1.08e+01,+1.09e+01   1     (nil)
-            504       22 +6.52e-01,-5.77e-01,+5.78e+00,+5.84e+00   1     (nil)
+ O: 2       503       22 +1.04e+00,-1.02e+00,+1.08e+01,+1.09e+01   1
+            504       22 +6.52e-01,-5.77e-01,+5.78e+00,+5.84e+00   1
 Vertex:     -164 ID:    0 (X,cT)=+2.91e+01,-1.32e+01,+2.80e+02,+2.82e+02
  I: 1       297      310 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2      -164
- O: 2       505     -211 +1.68e-01,+3.96e-04,+7.88e-01,+8.18e-01   1     (nil)
-            506      211 +4.69e-01,-2.90e-01,+5.34e+00,+5.37e+00   1     (nil)
+ O: 2       505     -211 +1.68e-01,+3.96e-04,+7.88e-01,+8.18e-01   1
+            506      211 +4.69e-01,-2.90e-01,+5.34e+00,+5.37e+00   1
 Vertex:     -165 ID:    0 (X,cT)=-3.01e+00,-5.05e+01,+1.82e+02,+1.91e+02
  I: 1       299      310 -5.64e-02,-9.48e-01,+3.42e+00,+3.58e+00   2      -165
- O: 2       507      211 -9.80e-03,-8.77e-01,+3.10e+00,+3.22e+00   1     (nil)
-            508     -211 -4.66e-02,-7.14e-02,+3.18e-01,+3.57e-01   1     (nil)
+ O: 2       507      211 -9.80e-03,-8.77e-01,+3.10e+00,+3.22e+00   1
+            508     -211 -4.66e-02,-7.14e-02,+3.18e-01,+3.57e-01   1
 Vertex:     -166 ID:    0 (X,cT)=+5.65e-06,-7.57e-05,+2.42e-04,+2.55e-04
  I: 1       301      111 +2.32e-02,-3.11e-01,+9.92e-01,+1.05e+00   2      -166
- O: 2       509       22 -1.58e-02,-2.94e-01,+9.06e-01,+9.53e-01   1     (nil)
-            510       22 +3.90e-02,-1.71e-02,+8.60e-02,+9.59e-02   1     (nil)
+ O: 2       509       22 -1.58e-02,-2.94e-01,+9.06e-01,+9.53e-01   1
+            510       22 +3.90e-02,-1.71e-02,+8.60e-02,+9.59e-02   1
 Vertex:     -167 ID:    0 (X,cT)=-1.40e-04,-1.73e-04,+1.47e-04,+2.68e-04
  I: 1       305      111 -7.25e-01,-8.95e-01,+7.64e-01,+1.39e+00   2      -167
- O: 2       511       22 -1.23e-01,-1.25e-01,+1.74e-01,+2.47e-01   1     (nil)
-            512       22 -6.01e-01,-7.71e-01,+5.90e-01,+1.14e+00   1     (nil)
+ O: 2       511       22 -1.23e-01,-1.25e-01,+1.74e-01,+2.47e-01   1
+            512       22 -6.01e-01,-7.71e-01,+5.90e-01,+1.14e+00   1
 Vertex:     -168 ID:    0 (X,cT)=-2.82e-04,-3.80e-04,+1.23e-04,+4.92e-04
  I: 1       307      111 -7.03e-01,-9.49e-01,+3.08e-01,+1.23e+00   2      -168
- O: 2       513       22 -4.88e-01,-5.82e-01,+1.49e-01,+7.74e-01   1     (nil)
-            514       22 -2.15e-01,-3.67e-01,+1.58e-01,+4.54e-01   1     (nil)
+ O: 2       513       22 -4.88e-01,-5.82e-01,+1.49e-01,+7.74e-01   1
+            514       22 -2.15e-01,-3.67e-01,+1.58e-01,+4.54e-01   1
 Vertex:     -169 ID:    0 (X,cT)=-3.47e-04,-5.20e-04,-6.20e-04,+8.81e-04
  I: 1       311      111 -1.10e+00,-1.65e+00,-1.97e+00,+2.80e+00   2      -169
- O: 2       515       22 -1.08e+00,-1.63e+00,-1.96e+00,+2.76e+00   1     (nil)
-            516       22 -2.45e-02,-2.46e-02,-1.45e-02,+3.76e-02   1     (nil)
+ O: 2       515       22 -1.08e+00,-1.63e+00,-1.96e+00,+2.76e+00   1
+            516       22 -2.45e-02,-2.46e-02,-1.45e-02,+3.76e-02   1
 Vertex:     -170 ID:    0 (X,cT)=-3.29e-06,+1.10e-06,-2.41e-06,+4.57e-06
  I: 1       313      111 -2.55e-01,+8.51e-02,-1.87e-01,+3.54e-01   2      -170
- O: 2       517       22 -1.13e-01,-2.84e-02,-9.56e-02,+1.51e-01   1     (nil)
-            518       22 -1.42e-01,+1.13e-01,-9.12e-02,+2.04e-01   1     (nil)
+ O: 2       517       22 -1.13e-01,-2.84e-02,-9.56e-02,+1.51e-01   1
+            518       22 -1.42e-01,+1.13e-01,-9.12e-02,+2.04e-01   1
 Vertex:     -171 ID:    0 (X,cT)=-2.73e+00,+6.86e+00,-1.26e+01,+1.53e+01
  I: 1       314      310 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2      -171
- O: 2       519     -211 -3.73e-01,+4.98e-01,-1.02e+00,+1.20e+00   1     (nil)
-            520      211 +8.58e-02,+2.25e-01,-3.14e-01,+4.20e-01   1     (nil)
+ O: 2       519     -211 -3.73e-01,+4.98e-01,-1.02e+00,+1.20e+00   1
+            520      211 +8.58e-02,+2.25e-01,-3.14e-01,+4.20e-01   1
 Vertex:     -172 ID:    0 (X,cT)=+3.20e-04,+3.36e-05,-5.97e-04,+6.84e-04
  I: 1       318      111 +4.68e-01,+4.92e-02,-8.74e-01,+1.00e+00   2      -172
- O: 2       521       22 +1.99e-02,+1.62e-02,-1.31e-01,+1.33e-01   1     (nil)
-            522       22 +4.48e-01,+3.29e-02,-7.43e-01,+8.69e-01   1     (nil)
+ O: 2       521       22 +1.99e-02,+1.62e-02,-1.31e-01,+1.33e-01   1
+            522       22 +4.48e-01,+3.29e-02,-7.43e-01,+8.69e-01   1
 Vertex:     -173 ID:    0 (X,cT)=+1.96e-05,+4.48e-05,-3.57e-03,+3.57e-03
  I: 1       331      111 +1.15e-01,+2.64e-01,-2.11e+01,+2.11e+01   2      -173
- O: 2       523       22 +5.11e-03,+1.71e-01,-1.28e+01,+1.28e+01   1     (nil)
-            524       22 +1.10e-01,+9.28e-02,-8.25e+00,+8.26e+00   1     (nil)
+ O: 2       523       22 +5.11e-03,+1.71e-01,-1.28e+01,+1.28e+01   1
+            524       22 +1.10e-01,+9.28e-02,-8.25e+00,+8.26e+00   1
 Vertex:     -174 ID:    0 (X,cT)=+5.52e-05,+5.68e-07,-2.13e-03,+2.13e-03
  I: 1       334      111 +1.60e-01,+1.64e-03,-6.16e+00,+6.16e+00   2      -174
- O: 2       525       22 +9.75e-02,+6.03e-02,-2.60e+00,+2.61e+00   1     (nil)
-            526       22 +6.22e-02,-5.86e-02,-3.55e+00,+3.56e+00   1     (nil)
+ O: 2       525       22 +9.75e-02,+6.03e-02,-2.60e+00,+2.61e+00   1
+            526       22 +6.22e-02,-5.86e-02,-3.55e+00,+3.56e+00   1
 Vertex:     -175 ID:    0 (X,cT)=+5.38e-05,-1.78e-05,-4.71e-04,+4.74e-04
  I: 1       335      111 +3.20e-01,-1.06e-01,-2.80e+00,+2.83e+00   2      -175
- O: 2       527       22 +5.30e-02,+1.88e-02,-7.85e-01,+7.87e-01   1     (nil)
-            528       22 +2.67e-01,-1.25e-01,-2.02e+00,+2.04e+00   1     (nil)
+ O: 2       527       22 +5.30e-02,+1.88e-02,-7.85e-01,+7.87e-01   1
+            528       22 +2.67e-01,-1.25e-01,-2.02e+00,+2.04e+00   1
 Vertex:     -176 ID:    0 (X,cT)=+2.93e-05,+8.83e-06,-3.69e-04,+3.70e-04
  I: 1       336      111 +2.91e-01,+8.79e-02,-3.67e+00,+3.68e+00   2      -176
- O: 2       529       22 +2.68e-01,+3.23e-02,-2.79e+00,+2.81e+00   1     (nil)
-            530       22 +2.34e-02,+5.56e-02,-8.74e-01,+8.76e-01   1     (nil)
+ O: 2       529       22 +2.68e-01,+3.23e-02,-2.79e+00,+2.81e+00   1
+            530       22 +2.34e-02,+5.56e-02,-8.74e-01,+8.76e-01   1
 Vertex:     -177 ID:    0 (X,cT)=+1.18e-05,+1.50e-06,-2.95e-04,+2.98e-04
  I: 1       337      111 +4.06e-02,+5.17e-03,-1.02e+00,+1.02e+00   2      -177
- O: 2       531       22 -1.54e-02,-5.04e-02,-2.38e-01,+2.44e-01   1     (nil)
-            532       22 +5.60e-02,+5.56e-02,-7.77e-01,+7.81e-01   1     (nil)
+ O: 2       531       22 -1.54e-02,-5.04e-02,-2.38e-01,+2.44e-01   1
+            532       22 +5.60e-02,+5.56e-02,-7.77e-01,+7.81e-01   1
 Vertex:     -178 ID:    0 (X,cT)=+3.27e-04,+1.05e-03,-1.22e-02,+1.23e-02
  I: 1       339      111 +5.88e-01,+1.89e+00,-2.20e+01,+2.20e+01   2      -178
- O: 2       533       22 +9.44e-02,+2.34e-01,-3.28e+00,+3.29e+00   1     (nil)
-            534       22 +4.93e-01,+1.65e+00,-1.87e+01,+1.88e+01   1     (nil)
+ O: 2       533       22 +9.44e-02,+2.34e-01,-3.28e+00,+3.29e+00   1
+            534       22 +4.93e-01,+1.65e+00,-1.87e+01,+1.88e+01   1
 Vertex:     -179 ID:    0 (X,cT)=+1.73e-05,+8.31e-04,-1.74e-02,+1.74e-02
  I: 1       347      111 +1.51e-02,+7.22e-01,-1.51e+01,+1.51e+01   2      -179
- O: 2       535       22 -3.85e-02,+1.69e-01,-2.84e+00,+2.85e+00   1     (nil)
-            536       22 +5.35e-02,+5.53e-01,-1.22e+01,+1.23e+01   1     (nil)
+ O: 2       535       22 -3.85e-02,+1.69e-01,-2.84e+00,+2.85e+00   1
+            536       22 +5.35e-02,+5.53e-01,-1.22e+01,+1.23e+01   1
 Vertex:     -180 ID:    0 (X,cT)=+1.08e-05,+1.04e-05,-2.06e-04,+2.08e-04
  I: 1       349      111 +5.56e-02,+5.31e-02,-1.06e+00,+1.07e+00   2      -180
- O: 2       537       22 -2.80e-02,+6.26e-02,-5.73e-01,+5.77e-01   1     (nil)
-            538       22 +8.36e-02,-9.58e-03,-4.84e-01,+4.91e-01   1     (nil)
+ O: 2       537       22 -2.80e-02,+6.26e-02,-5.73e-01,+5.77e-01   1
+            538       22 +8.36e-02,-9.58e-03,-4.84e-01,+4.91e-01   1
 GenVertex:     -181 ID:    0 (X,cT):0
  I: 1       352     -311 +4.98e-01,+5.10e-01,-7.52e+00,+7.57e+00   2      -181
  O: 1       539      310 +4.98e-01,+5.10e-01,-7.52e+00,+7.57e+00   2      -215
 Vertex:     -182 ID:    0 (X,cT)=+8.78e-05,+1.31e-05,-1.01e-03,+1.01e-03
  I: 1       353      111 +9.21e-01,+1.38e-01,-1.06e+01,+1.06e+01   2      -182
- O: 2       540       22 +2.76e-01,+8.46e-03,-3.75e+00,+3.76e+00   1     (nil)
-            541       22 +6.45e-01,+1.29e-01,-6.82e+00,+6.85e+00   1     (nil)
+ O: 2       540       22 +2.76e-01,+8.46e-03,-3.75e+00,+3.76e+00   1
+            541       22 +6.45e-01,+1.29e-01,-6.82e+00,+6.85e+00   1
 Vertex:     -183 ID:    0 (X,cT)=-2.61e-05,-7.86e-05,-8.03e-03,+8.03e-03
  I: 1       355      111 -1.59e-01,-4.77e-01,-4.88e+01,+4.88e+01   2      -183
- O: 2       542       22 -7.47e-03,+4.92e-03,-2.71e-01,+2.71e-01   1     (nil)
-            543       22 -1.51e-01,-4.82e-01,-4.85e+01,+4.85e+01   1     (nil)
+ O: 2       542       22 -7.47e-03,+4.92e-03,-2.71e-01,+2.71e-01   1
+            543       22 -1.51e-01,-4.82e-01,-4.85e+01,+4.85e+01   1
 Vertex:     -184 ID:    0 (X,cT)=+3.04e-05,-1.20e-04,-6.56e-03,+6.56e-03
  I: 1       359      111 +6.89e-02,-2.71e-01,-1.49e+01,+1.49e+01   2      -184
- O: 2       544       22 +1.36e-02,-6.16e-02,-1.31e+00,+1.31e+00   1     (nil)
-            545       22 +5.54e-02,-2.10e-01,-1.35e+01,+1.35e+01   1     (nil)
+ O: 2       544       22 +1.36e-02,-6.16e-02,-1.31e+00,+1.31e+00   1
+            545       22 +5.54e-02,-2.10e-01,-1.35e+01,+1.35e+01   1
 Vertex:     -185 ID:    0 (X,cT)=-3.11e-05,-4.88e-05,-3.97e-03,+3.97e-03
  I: 1       362      111 -2.65e-01,-4.16e-01,-3.38e+01,+3.38e+01   2      -185
- O: 2       546       22 -2.39e-02,-6.37e-02,-2.40e+00,+2.40e+00   1     (nil)
-            547       22 -2.41e-01,-3.52e-01,-3.14e+01,+3.14e+01   1     (nil)
+ O: 2       546       22 -2.39e-02,-6.37e-02,-2.40e+00,+2.40e+00   1
+            547       22 -2.41e-01,-3.52e-01,-3.14e+01,+3.14e+01   1
 Vertex:     -186 ID:    0 (X,cT)=+4.99e-06,-7.81e-06,-4.87e-04,+4.87e-04
  I: 1       364      111 +7.55e-02,-1.18e-01,-7.35e+00,+7.36e+00   2      -186
- O: 3       548       22 -7.69e-03,-3.50e-03,-3.43e+00,+3.43e+00   1     (nil)
-            549       11 +3.80e-02,-5.45e-02,-1.98e+00,+1.99e+00   1     (nil)
-            550      -11 +4.52e-02,-6.00e-02,-1.94e+00,+1.94e+00   1     (nil)
+ O: 3       548       22 -7.69e-03,-3.50e-03,-3.43e+00,+3.43e+00   1
+            549       11 +3.80e-02,-5.45e-02,-1.98e+00,+1.99e+00   1
+            550      -11 +4.52e-02,-6.00e-02,-1.94e+00,+1.94e+00   1
 Vertex:     -187 ID:    0 (X,cT)=-3.39e-06,-5.26e-06,-1.10e-03,+1.10e-03
  I: 1       372      111 -6.13e-02,-9.53e-02,-1.99e+01,+1.99e+01   2      -187
- O: 2       551       22 +3.73e-02,+2.39e-03,-4.50e+00,+4.50e+00   1     (nil)
-            552       22 -9.86e-02,-9.77e-02,-1.54e+01,+1.54e+01   1     (nil)
+ O: 2       551       22 +3.73e-02,+2.39e-03,-4.50e+00,+4.50e+00   1
+            552       22 -9.86e-02,-9.77e-02,-1.54e+01,+1.54e+01   1
 Vertex:     -188 ID:    0 (X,cT)=-4.64e-06,+5.62e-06,+2.46e-05,+2.68e-05
  I: 1       379      111 -7.99e-02,+9.68e-02,+4.23e-01,+4.62e-01   2      -188
- O: 2       553       22 -6.55e-03,+1.04e-01,+1.84e-01,+2.11e-01   1     (nil)
-            554       22 -7.33e-02,-6.90e-03,+2.39e-01,+2.50e-01   1     (nil)
+ O: 2       553       22 -6.55e-03,+1.04e-01,+1.84e-01,+2.11e-01   1
+            554       22 -7.33e-02,-6.90e-03,+2.39e-01,+2.50e-01   1
 Vertex:     -189 ID:    0 (X,cT)=-4.97e-05,+1.48e-05,+2.90e-04,+2.95e-04
  I: 1       381      111 -3.23e-01,+9.61e-02,+1.88e+00,+1.91e+00   2      -189
- O: 2       555       22 -1.22e-01,-2.90e-02,+7.14e-01,+7.25e-01   1     (nil)
-            556       22 -2.00e-01,+1.25e-01,+1.16e+00,+1.19e+00   1     (nil)
+ O: 2       555       22 -1.22e-01,-2.90e-02,+7.14e-01,+7.25e-01   1
+            556       22 -2.00e-01,+1.25e-01,+1.16e+00,+1.19e+00   1
 Vertex:     -190 ID:    0 (X,cT)=+4.11e-06,-1.39e-06,+1.15e-04,+1.15e-04
  I: 1       386      111 +1.99e-01,-6.72e-02,+5.57e+00,+5.57e+00   2      -190
- O: 2       557       22 +9.39e-02,+3.48e-02,+1.85e+00,+1.85e+00   1     (nil)
-            558       22 +1.05e-01,-1.02e-01,+3.72e+00,+3.72e+00   1     (nil)
+ O: 2       557       22 +9.39e-02,+3.48e-02,+1.85e+00,+1.85e+00   1
+            558       22 +1.05e-01,-1.02e-01,+3.72e+00,+3.72e+00   1
 GenVertex:     -191 ID:    0 (X,cT):0
  I: 1       388      113 +8.30e-02,-2.83e-01,+1.61e+01,+1.61e+01   2      -191
- O: 2       559      211 +2.80e-01,-4.59e-01,+9.99e+00,+1.00e+01   1     (nil)
-            560     -211 -1.97e-01,+1.77e-01,+6.12e+00,+6.13e+00   1     (nil)
+ O: 2       559      211 +2.80e-01,-4.59e-01,+9.99e+00,+1.00e+01   1
+            560     -211 -1.97e-01,+1.77e-01,+6.12e+00,+6.13e+00   1
 Vertex:     -192 ID:    0 (X,cT)=-3.81e+00,+2.43e+00,-3.67e+01,+3.70e+01
  I: 1       397      323 -2.16e+01,+1.35e+01,-2.09e+02,+2.11e+02   2      -192
  O: 2       561      311 -1.87e+01,+1.16e+01,-1.82e+02,+1.84e+02   2      -216
-            562      211 -2.87e+00,+1.93e+00,-2.71e+01,+2.73e+01   1     (nil)
+            562      211 -2.87e+00,+1.93e+00,-2.71e+01,+2.73e+01   1
 GenVertex:     -193 ID:    0 (X,cT):0
  I: 1       399     -311 -4.47e-01,+3.05e-01,-6.33e+00,+6.37e+00   2      -193
  O: 1       563      310 -4.47e-01,+3.05e-01,-6.33e+00,+6.37e+00   2      -217
 Vertex:     -194 ID:    0 (X,cT)=-3.15e-04,+1.64e-04,-3.28e-03,+3.30e-03
  I: 1       400      111 -1.24e+00,+6.47e-01,-1.29e+01,+1.30e+01   2      -194
- O: 2       564       22 -2.94e-01,+1.77e-01,-3.70e+00,+3.71e+00   1     (nil)
-            565       22 -9.48e-01,+4.69e-01,-9.23e+00,+9.29e+00   1     (nil)
+ O: 2       564       22 -2.94e-01,+1.77e-01,-3.70e+00,+3.71e+00   1
+            565       22 -9.48e-01,+4.69e-01,-9.23e+00,+9.29e+00   1
 GenVertex:     -195 ID:    0 (X,cT):0
  I: 1       401      311 -9.33e-01,+9.63e-01,-1.12e+01,+1.13e+01   2      -195
  O: 1       566      310 -9.33e-01,+9.63e-01,-1.12e+01,+1.13e+01   2      -218
 Vertex:     -196 ID:    0 (X,cT)=-6.57e-06,+3.84e-06,-3.95e-05,+4.09e-05
  I: 1       404      111 -1.17e-01,+6.82e-02,-7.01e-01,+7.26e-01   2      -196
- O: 2       567       22 +1.75e-02,+4.41e-02,-2.82e-01,+2.86e-01   1     (nil)
-            568       22 -1.34e-01,+2.41e-02,-4.19e-01,+4.40e-01   1     (nil)
+ O: 2       567       22 +1.75e-02,+4.41e-02,-2.82e-01,+2.86e-01   1
+            568       22 -1.34e-01,+2.41e-02,-4.19e-01,+4.40e-01   1
 Vertex:     -197 ID:    0 (X,cT)=-4.47e-05,-7.78e-05,+3.13e-05,+9.80e-05
  I: 1       410      111 -2.51e-01,-4.37e-01,+1.76e-01,+5.51e-01   2      -197
- O: 2       569       22 -1.16e-01,-2.11e-01,+1.32e-02,+2.41e-01   1     (nil)
-            570       22 -1.36e-01,-2.27e-01,+1.63e-01,+3.10e-01   1     (nil)
+ O: 2       569       22 -1.16e-01,-2.11e-01,+1.32e-02,+2.41e-01   1
+            570       22 -1.36e-01,-2.27e-01,+1.63e-01,+3.10e-01   1
 Vertex:     -198 ID:    0 (X,cT)=-4.20e-06,+2.71e-05,+4.10e-05,+4.99e-05
  I: 1       412      111 -7.90e-02,+5.11e-01,+7.72e-01,+9.39e-01   2      -198
- O: 2       571       22 -9.13e-02,+4.77e-01,+7.59e-01,+9.01e-01   1     (nil)
-            572       22 +1.23e-02,+3.33e-02,+1.37e-02,+3.81e-02   1     (nil)
+ O: 2       571       22 -9.13e-02,+4.77e-01,+7.59e-01,+9.01e-01   1
+            572       22 +1.23e-02,+3.33e-02,+1.37e-02,+3.81e-02   1
 Vertex:     -199 ID:    0 (X,cT)=+2.92e-05,+4.15e-05,-5.58e-06,+5.45e-05
  I: 1       416      111 +2.06e-01,+2.93e-01,-3.94e-02,+3.85e-01   2      -199
- O: 2       573       22 +2.03e-01,+2.67e-01,-7.22e-02,+3.43e-01   1     (nil)
-            574       22 +3.43e-03,+2.63e-02,+3.28e-02,+4.22e-02   1     (nil)
+ O: 2       573       22 +2.03e-01,+2.67e-01,-7.22e-02,+3.43e-01   1
+            574       22 +3.43e-03,+2.63e-02,+3.28e-02,+4.22e-02   1
 Vertex:     -200 ID:    0 (X,cT)=-2.16e-05,+1.04e-05,+8.87e-06,+2.79e-05
  I: 1       420      111 -2.59e-01,+1.24e-01,+1.06e-01,+3.34e-01   2      -200
- O: 2       575       22 -3.89e-02,+8.36e-02,+4.53e-02,+1.03e-01   1     (nil)
-            576       22 -2.20e-01,+4.05e-02,+6.09e-02,+2.32e-01   1     (nil)
+ O: 2       575       22 -3.89e-02,+8.36e-02,+4.53e-02,+1.03e-01   1
+            576       22 -2.20e-01,+4.05e-02,+6.09e-02,+2.32e-01   1
 Vertex:     -201 ID:    0 (X,cT)=-5.59e-05,+5.21e-05,+8.09e-04,+8.13e-04
  I: 1       422      111 -3.29e-01,+3.07e-01,+4.76e+00,+4.78e+00   2      -201
- O: 2       577       22 -2.64e-01,+1.59e-01,+3.14e+00,+3.16e+00   1     (nil)
-            578       22 -6.51e-02,+1.48e-01,+1.62e+00,+1.62e+00   1     (nil)
+ O: 2       577       22 -2.64e-01,+1.59e-01,+3.14e+00,+3.16e+00   1
+            578       22 -6.51e-02,+1.48e-01,+1.62e+00,+1.62e+00   1
 Vertex:     -202 ID:    0 (X,cT)=+2.56e-05,-2.90e-06,+8.11e-06,+2.82e-05
  I: 1       427      111 +4.14e-01,-4.69e-02,+1.31e-01,+4.58e-01   2      -202
- O: 2       579       22 +4.15e-01,-2.52e-02,+1.20e-01,+4.33e-01   1     (nil)
-            580       22 -9.68e-04,-2.17e-02,+1.13e-02,+2.45e-02   1     (nil)
+ O: 2       579       22 +4.15e-01,-2.52e-02,+1.20e-01,+4.33e-01   1
+            580       22 -9.68e-04,-2.17e-02,+1.13e-02,+2.45e-02   1
 Vertex:     -203 ID:    0 (X,cT)=-9.79e-05,+5.68e-05,+6.63e-05,+1.32e-04
  I: 1       431      111 -7.34e-01,+4.26e-01,+4.97e-01,+9.93e-01   2      -203
- O: 2       581       22 -3.41e-01,+2.71e-01,+2.25e-01,+4.90e-01   1     (nil)
-            582       22 -3.94e-01,+1.56e-01,+2.73e-01,+5.03e-01   1     (nil)
+ O: 2       581       22 -3.41e-01,+2.71e-01,+2.25e-01,+4.90e-01   1
+            582       22 -3.94e-01,+1.56e-01,+2.73e-01,+5.03e-01   1
 Vertex:     -204 ID:    0 (X,cT)=+1.01e-05,-5.45e-05,-6.08e-06,+5.98e-05
  I: 1       434      111 +6.29e-02,-3.41e-01,-3.80e-02,+3.74e-01   2      -204
- O: 2       583       22 +5.58e-02,-8.25e-02,+3.46e-02,+1.05e-01   1     (nil)
-            584       22 +7.11e-03,-2.58e-01,-7.26e-02,+2.69e-01   1     (nil)
+ O: 2       583       22 +5.58e-02,-8.25e-02,+3.46e-02,+1.05e-01   1
+            584       22 +7.11e-03,-2.58e-01,-7.26e-02,+2.69e-01   1
 Vertex:     -205 ID:    0 (X,cT)=-3.75e-05,-4.46e-06,+3.21e-06,+5.29e-05
  I: 1       437      111 -1.37e-01,-1.63e-02,+1.18e-02,+1.94e-01   2      -205
- O: 2       585       22 -9.46e-02,+4.14e-02,+4.73e-02,+1.14e-01   1     (nil)
-            586       22 -4.29e-02,-5.77e-02,-3.55e-02,+8.02e-02   1     (nil)
+ O: 2       585       22 -9.46e-02,+4.14e-02,+4.73e-02,+1.14e-01   1
+            586       22 -4.29e-02,-5.77e-02,-3.55e-02,+8.02e-02   1
 Vertex:     -206 ID:    0 (X,cT)=+1.58e-01,-6.64e-02,-8.93e-01,+9.27e-01
  I: 1       438    10323 +8.73e-01,-6.30e-01,-7.46e+00,+7.64e+00   2      -206
- O: 2       587      321 +3.86e-01,-2.73e-01,-2.92e+00,+3.00e+00   1     (nil)
+ O: 2       587      321 +3.86e-01,-2.73e-01,-2.92e+00,+3.00e+00   1
             588      223 +4.87e-01,-3.58e-01,-4.53e+00,+4.64e+00   2      -219
 Vertex:     -207 ID:    0 (X,cT)=+6.34e+00,+1.12e+01,-3.83e+01,+4.12e+01
  I: 1       442      310 +3.84e-01,+6.75e-01,-2.32e+00,+2.49e+00   2      -207
- O: 2       589     -211 +1.48e-01,+5.93e-01,-1.74e+00,+1.85e+00   1     (nil)
-            590      211 +2.36e-01,+8.15e-02,-5.72e-01,+6.40e-01   1     (nil)
+ O: 2       589     -211 +1.48e-01,+5.93e-01,-1.74e+00,+1.85e+00   1
+            590      211 +2.36e-01,+8.15e-02,-5.72e-01,+6.40e-01   1
 Vertex:     -208 ID:    0 (X,cT)=+6.83e+00,+2.32e+01,-1.43e+02,+1.45e+02
  I: 1       443      310 +4.92e-01,+1.67e+00,-1.03e+01,+1.05e+01   2      -208
- O: 2       591      211 +2.44e-01,+1.36e+00,-7.90e+00,+8.02e+00   1     (nil)
-            592     -211 +2.48e-01,+3.05e-01,-2.40e+00,+2.43e+00   1     (nil)
+ O: 2       591      211 +2.44e-01,+1.36e+00,-7.90e+00,+8.02e+00   1
+            592     -211 +2.48e-01,+3.05e-01,-2.40e+00,+2.43e+00   1
 Vertex:     -209 ID:    0 (X,cT)=+9.00e-01,-4.13e-01,-2.42e+00,+2.63e+00
  I: 1       461     -313 +3.33e+00,-1.55e+00,-7.24e+00,+8.16e+00   2      -209
- O: 2       593     -321 +2.28e+00,-1.05e+00,-5.51e+00,+6.07e+00   1     (nil)
-            594      211 +1.05e+00,-5.07e-01,-1.73e+00,+2.09e+00   1     (nil)
+ O: 2       593     -321 +2.28e+00,-1.05e+00,-5.51e+00,+6.07e+00   1
+            594      211 +1.05e+00,-5.07e-01,-1.73e+00,+2.09e+00   1
 Vertex:     -210 ID:    0 (X,cT)=+9.00e-01,-4.13e-01,-2.42e+00,+2.63e+00
  I: 1       462      111 +2.92e+00,-1.31e+00,-9.56e+00,+1.01e+01   2      -210
- O: 2       595       22 +2.61e+00,-1.13e+00,-8.44e+00,+8.90e+00   1     (nil)
-            596       22 +3.12e-01,-1.85e-01,-1.12e+00,+1.18e+00   1     (nil)
+ O: 2       595       22 +2.61e+00,-1.13e+00,-8.44e+00,+8.90e+00   1
+            596       22 +3.12e-01,-1.85e-01,-1.12e+00,+1.18e+00   1
 Vertex:     -211 ID:    0 (X,cT)=+1.16e-05,-1.47e-05,-9.04e-06,+2.29e-05
  I: 1       469      111 +1.61e-01,-2.04e-01,-1.26e-01,+3.19e-01   2      -211
- O: 2       597       22 +1.53e-02,-6.02e-02,-9.24e-02,+1.11e-01   1     (nil)
-            598       22 +1.46e-01,-1.44e-01,-3.35e-02,+2.08e-01   1     (nil)
+ O: 2       597       22 +1.53e-02,-6.02e-02,-9.24e-02,+1.11e-01   1
+            598       22 +1.46e-01,-1.44e-01,-3.35e-02,+2.08e-01   1
 Vertex:     -212 ID:    0 (X,cT)=+4.54e-05,+4.92e-05,+5.89e-04,+5.93e-04
  I: 1       500      111 +3.73e-01,+4.04e-01,+4.84e+00,+4.87e+00   2      -212
- O: 2       599       22 +6.24e-02,+9.07e-02,+5.92e-01,+6.02e-01   1     (nil)
-            600       22 +3.10e-01,+3.13e-01,+4.25e+00,+4.27e+00   1     (nil)
+ O: 2       599       22 +6.24e-02,+9.07e-02,+5.92e-01,+6.02e-01   1
+            600       22 +3.10e-01,+3.13e-01,+4.25e+00,+4.27e+00   1
 Vertex:     -213 ID:    0 (X,cT)=+1.06e-05,+1.77e-05,+2.45e-04,+2.46e-04
  I: 1       501      111 +4.30e-01,+7.17e-01,+9.92e+00,+9.96e+00   2      -213
- O: 2       601       22 +2.70e-01,+3.42e-01,+4.68e+00,+4.70e+00   1     (nil)
-            602       22 +1.60e-01,+3.75e-01,+5.24e+00,+5.26e+00   1     (nil)
+ O: 2       601       22 +2.70e-01,+3.42e-01,+4.68e+00,+4.70e+00   1
+            602       22 +1.60e-01,+3.75e-01,+5.24e+00,+5.26e+00   1
 Vertex:     -214 ID:    0 (X,cT)=+3.42e-05,+3.55e-05,+6.36e-04,+6.39e-04
  I: 1       502      111 +1.53e-01,+1.59e-01,+2.85e+00,+2.86e+00   2      -214
- O: 2       603       22 +1.66e-01,+9.32e-02,+2.21e+00,+2.21e+00   1     (nil)
-            604       22 -1.33e-02,+6.57e-02,+6.40e-01,+6.43e-01   1     (nil)
+ O: 2       603       22 +1.66e-01,+9.32e-02,+2.21e+00,+2.21e+00   1
+            604       22 -1.33e-02,+6.57e-02,+6.40e-01,+6.43e-01   1
 Vertex:     -215 ID:    0 (X,cT)=+2.34e+01,+2.39e+01,-3.53e+02,+3.55e+02
  I: 1       539      310 +4.98e-01,+5.10e-01,-7.52e+00,+7.57e+00   2      -215
- O: 2       605     -211 -2.61e-02,+1.43e-01,-1.27e+00,+1.29e+00   1     (nil)
-            606      211 +5.24e-01,+3.67e-01,-6.25e+00,+6.28e+00   1     (nil)
+ O: 2       605     -211 -2.61e-02,+1.43e-01,-1.27e+00,+1.29e+00   1
+            606      211 +5.24e-01,+3.67e-01,-6.25e+00,+6.28e+00   1
 Vertex:     -216 ID:    0 (X,cT)=-3.81e+00,+2.43e+00,-3.67e+01,+3.70e+01
  I: 1       561      311 -1.87e+01,+1.16e+01,-1.82e+02,+1.84e+02   2      -216
- O: 1       607      130 -1.87e+01,+1.16e+01,-1.82e+02,+1.84e+02   1     (nil)
+ O: 1       607      130 -1.87e+01,+1.16e+01,-1.82e+02,+1.84e+02   1
 Vertex:     -217 ID:    0 (X,cT)=-8.57e+01,+5.84e+01,-1.21e+03,+1.22e+03
  I: 1       563      310 -4.47e-01,+3.05e-01,-6.33e+00,+6.37e+00   2      -217
  O: 2       608      111 -3.60e-01,+3.29e-01,-3.33e+00,+3.37e+00   2      -220
@@ -1533,29 +1652,29 @@ Vertex:     -218 ID:    0 (X,cT)=-1.70e+00,+1.75e+00,-2.03e+01,+2.05e+01
             611      111 -7.72e-01,+7.38e-01,-9.69e+00,+9.75e+00   2      -223
 Vertex:     -219 ID:    0 (X,cT)=+1.58e-01,-6.64e-02,-8.93e-01,+9.27e-01
  I: 1       588      223 +4.87e-01,-3.58e-01,-4.53e+00,+4.64e+00   2      -219
- O: 3       612     -211 +3.21e-01,-2.23e-01,-1.77e+00,+1.82e+00   1     (nil)
-            613      211 +1.03e-01,-2.97e-01,-2.00e+00,+2.03e+00   1     (nil)
+ O: 3       612     -211 +3.21e-01,-2.23e-01,-1.77e+00,+1.82e+00   1
+            613      211 +1.03e-01,-2.97e-01,-2.00e+00,+2.03e+00   1
             614      111 +6.30e-02,+1.63e-01,-7.63e-01,+7.94e-01   2      -224
 Vertex:     -220 ID:    0 (X,cT)=-8.57e+01,+5.84e+01,-1.21e+03,+1.22e+03
  I: 1       608      111 -3.60e-01,+3.29e-01,-3.33e+00,+3.37e+00   2      -220
- O: 2       615       22 -3.26e-01,+2.76e-01,-3.12e+00,+3.15e+00   1     (nil)
-            616       22 -3.41e-02,+5.33e-02,-2.15e-01,+2.24e-01   1     (nil)
+ O: 2       615       22 -3.26e-01,+2.76e-01,-3.12e+00,+3.15e+00   1
+            616       22 -3.41e-02,+5.33e-02,-2.15e-01,+2.24e-01   1
 Vertex:     -221 ID:    0 (X,cT)=-8.57e+01,+5.84e+01,-1.21e+03,+1.22e+03
  I: 1       609      111 -8.72e-02,-2.40e-02,-2.99e+00,+3.00e+00   2      -221
- O: 2       617       22 -1.01e-01,+2.75e-02,-2.29e+00,+2.30e+00   1     (nil)
-            618       22 +1.37e-02,-5.15e-02,-7.01e-01,+7.03e-01   1     (nil)
+ O: 2       617       22 -1.01e-01,+2.75e-02,-2.29e+00,+2.30e+00   1
+            618       22 +1.37e-02,-5.15e-02,-7.01e-01,+7.03e-01   1
 Vertex:     -222 ID:    0 (X,cT)=-1.70e+00,+1.75e+00,-2.03e+01,+2.05e+01
  I: 1       610      111 -1.61e-01,+2.25e-01,-1.49e+00,+1.52e+00   2      -222
- O: 2       619       22 -7.30e-02,+2.04e-01,-1.01e+00,+1.03e+00   1     (nil)
-            620       22 -8.76e-02,+2.04e-02,-4.77e-01,+4.85e-01   1     (nil)
+ O: 2       619       22 -7.30e-02,+2.04e-01,-1.01e+00,+1.03e+00   1
+            620       22 -8.76e-02,+2.04e-02,-4.77e-01,+4.85e-01   1
 Vertex:     -223 ID:    0 (X,cT)=-1.70e+00,+1.75e+00,-2.03e+01,+2.05e+01
  I: 1       611      111 -7.72e-01,+7.38e-01,-9.69e+00,+9.75e+00   2      -223
- O: 2       621       22 -6.72e-01,+5.71e-01,-7.86e+00,+7.91e+00   1     (nil)
-            622       22 -1.00e-01,+1.67e-01,-1.82e+00,+1.83e+00   1     (nil)
+ O: 2       621       22 -6.72e-01,+5.71e-01,-7.86e+00,+7.91e+00   1
+            622       22 -1.00e-01,+1.67e-01,-1.82e+00,+1.83e+00   1
 Vertex:     -224 ID:    0 (X,cT)=+1.58e-01,-6.64e-02,-8.93e-01,+9.27e-01
  I: 1       614      111 +6.30e-02,+1.63e-01,-7.63e-01,+7.94e-01   2      -224
- O: 2       623       22 -8.72e-03,-2.00e-02,-1.18e-01,+1.20e-01   1     (nil)
-            624       22 +7.17e-02,+1.83e-01,-6.45e-01,+6.74e-01   1     (nil)
+ O: 2       623       22 -8.72e-03,-2.00e-02,-1.18e-01,+1.20e-01   1
+            624       22 +7.17e-02,+1.83e-01,-6.45e-01,+6.74e-01   1
 ________________________________________________________________________________
 Stage 0->1 : 0 hits found in the muon chamber.
 ++++++++ event aborted
@@ -1570,7 +1689,7 @@ GenEvent: #3 ID=20 SignalProcessGenVertex Barcode: 0
  Entries this event: 102 vertices, 280 particles.
  RndmState(0)=
  Wgts(0)=
- EventScale -1 GeV 	 alphaQCD=-1	 alphaQED=-1
+ EventScale -1 [energy] 	 alphaQCD=-1	 alphaQED=-1
                                     GenParticle Legend
         Barcode   PDG ID      ( Px,       Py,       Pz,     E ) Stat  DecayVtx
 ________________________________________________________________________________
@@ -1585,71 +1704,88 @@ GenVertex:       -2 ID:    0 (X,cT):0
               4        1 -2.49e+00,-5.11e-01,-1.27e+03,+1.27e+03   3        -4
 GenVertex:       -3 ID:    0 (X,cT):0
  I: 1         3       21 +5.50e-01,+2.26e-01,+5.57e+01,+5.57e+01   3        -3
- O: 4        13        2 -1.06e+00,+5.40e-01,+6.25e-01,+1.38e+00   2        -9
+ O: 4        17       21 -1.67e-01,+9.43e-01,-4.22e+00,+4.33e+00   2       -11
+             13        2 -1.06e+00,+5.40e-01,+6.25e-01,+1.38e+00   2        -9
              16       21 +1.28e+00,-8.74e-01,+5.02e+01,+5.02e+01   2       -11
               5       -2 +5.15e-01,-3.71e-01,+4.37e+00,+4.41e+00   3        -5
-             17       21 -1.67e-01,+9.43e-01,-4.22e+00,+4.33e+00   2       -11
 GenVertex:       -4 ID:    0 (X,cT):0
  I: 1         4        1 -2.49e+00,-5.11e-01,-1.27e+03,+1.27e+03   3        -4
- O: 7        23       21 -6.21e-01,-2.83e+00,-4.24e+01,+4.25e+01   2       -11
-             24       21 -1.09e-01,+2.50e-02,-1.28e+01,+1.28e+01   2       -11
-             25       21 -4.72e-02,-2.81e-01,-7.30e+00,+7.31e+00   2       -11
-             26       21 -3.65e+00,+1.06e+00,-1.44e+02,+1.44e+02   2       -11
+ O: 7        26       21 -3.65e+00,+1.06e+00,-1.44e+02,+1.44e+02   2       -11
              27       21 -8.57e-01,+1.30e+00,-8.64e+01,+8.64e+01   2       -11
              28       21 +2.10e-01,-2.36e-01,-5.04e+02,+5.04e+02   2       -11
               6        1 +2.57e+00,+4.38e-01,-4.63e+02,+4.63e+02   3        -5
+             23       21 -6.21e-01,-2.83e+00,-4.24e+01,+4.25e+01   2       -11
+             25       21 -4.72e-02,-2.81e-01,-7.30e+00,+7.31e+00   2       -11
+             24       21 -1.09e-01,+2.50e-02,-1.28e+01,+1.28e+01   2       -11
 GenVertex:       -5 ID:    0 (X,cT):0
- I: 2         5       -2 +5.15e-01,-3.71e-01,+4.37e+00,+4.41e+00   3        -5
-              6        1 +2.57e+00,+4.38e-01,-4.63e+02,+4.63e+02   3        -5
+ I: 2         6        1 +2.57e+00,+4.38e-01,-4.63e+02,+4.63e+02   3        -5
+              5       -2 +5.15e-01,-3.71e-01,+4.37e+00,+4.41e+00   3        -5
  O: 2         8      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   3        -7
               7       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   3        -6
 GenVertex:       -6 ID:    0 (X,cT):0
  I: 1         7       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   3        -6
- O: 1         9       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   1     (nil)
+ O: 1         9       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   1
 GenVertex:       -7 ID:    0 (X,cT):0
  I: 1         8      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   3        -7
  O: 1        10      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   2        -8
 GenVertex:       -8 ID:    0 (X,cT):0
  I: 1        10      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   2        -8
- O: 2        12      -14 -9.19e+00,-3.92e+01,-1.68e+02,+1.73e+02   1     (nil)
-             11       13 +1.17e+01,+3.45e+01,-2.85e+02,+2.87e+02   1     (nil)
+ O: 2        12      -14 -9.19e+00,-3.92e+01,-1.68e+02,+1.73e+02   1
+             11       13 +1.17e+01,+3.45e+01,-2.85e+02,+2.87e+02   1
 GenVertex:       -9 ID:    0 (X,cT):0
- I: 2        14     2101 -9.42e-01,+2.17e-01,+6.53e+03,+6.53e+03   2        -9
-             13        2 -1.06e+00,+5.40e-01,+6.25e-01,+1.38e+00   2        -9
+ I: 2        13        2 -1.06e+00,+5.40e-01,+6.25e-01,+1.38e+00   2        -9
+             14     2101 -9.42e-01,+2.17e-01,+6.53e+03,+6.53e+03   2        -9
  O: 1        35       92 -2.00e+00,+7.56e-01,+6.53e+03,+6.54e+03   2       -10
 GenVertex:      -10 ID:    0 (X,cT):0
  I: 1        35       92 -2.00e+00,+7.56e-01,+6.53e+03,+6.54e+03   2       -10
  O: 9        37      333 -1.11e+00,+1.44e-01,+2.44e+00,+2.87e+00   2       -17
-             38     -321 +5.75e-01,-1.63e-01,+3.07e+00,+3.17e+00   1     (nil)
+             38     -321 +5.75e-01,-1.63e-01,+3.07e+00,+3.17e+00   1
              39      323 -4.93e-01,+1.18e-01,+1.14e+01,+1.14e+01   2       -18
              40      333 +4.67e-02,-1.10e-02,+6.10e+01,+6.10e+01   2       -19
              41     -313 +6.61e-02,+2.00e-01,+1.02e+02,+1.02e+02   2       -20
-             42     -211 +6.62e-01,+2.34e-03,+1.91e+01,+1.92e+01   1     (nil)
+             42     -211 +6.62e-01,+2.34e-03,+1.91e+01,+1.92e+01   1
              43      213 -1.13e+00,+2.68e-01,+8.99e+02,+8.99e+02   2       -21
-             44     2112 -3.44e-01,+2.18e-02,+5.44e+03,+5.44e+03   1     (nil)
-             36      321 -2.73e-01,+1.76e-01,+9.69e-01,+1.13e+00   1     (nil)
+             44     2112 -3.44e-01,+2.18e-02,+5.44e+03,+5.44e+03   1
+             36      321 -2.73e-01,+1.76e-01,+9.69e-01,+1.13e+00   1
 GenVertex:      -11 ID:    0 (X,cT):0
- I:15        29     2203 +2.49e+00,+5.11e-01,-5.57e+03,+5.57e+03   2       -11
-             23       21 -6.21e-01,-2.83e+00,-4.24e+01,+4.25e+01   2       -11
-             24       21 -1.09e-01,+2.50e-02,-1.28e+01,+1.28e+01   2       -11
-             25       21 -4.72e-02,-2.81e-01,-7.30e+00,+7.31e+00   2       -11
+ I:15        17       21 -1.67e-01,+9.43e-01,-4.22e+00,+4.33e+00   2       -11
              26       21 -3.65e+00,+1.06e+00,-1.44e+02,+1.44e+02   2       -11
+             15        2 +3.93e-01,-4.42e-01,+2.02e+01,+2.03e+01   2       -11
              27       21 -8.57e-01,+1.30e+00,-8.64e+01,+8.64e+01   2       -11
              28       21 +2.10e-01,-2.36e-01,-5.04e+02,+5.04e+02   2       -11
-             15        2 +3.93e-01,-4.42e-01,+2.02e+01,+2.03e+01   2       -11
+             23       21 -6.21e-01,-2.83e+00,-4.24e+01,+4.25e+01   2       -11
+             29     2203 +2.49e+00,+5.11e-01,-5.57e+03,+5.57e+03   2       -11
+             16       21 +1.28e+00,-8.74e-01,+5.02e+01,+5.02e+01   2       -11
+             25       21 -4.72e-02,-2.81e-01,-7.30e+00,+7.31e+00   2       -11
+             24       21 -1.09e-01,+2.50e-02,-1.28e+01,+1.28e+01   2       -11
              18       21 +9.34e-01,+2.91e+00,+1.97e+01,+2.00e+01   2       -11
              19       21 -2.14e+00,+4.17e+00,-2.51e+00,+5.32e+00   2       -11
              20       21 +2.14e+00,-4.17e+00,-7.24e+00,+8.62e+00   2       -11
              21       21 +2.68e+00,-1.72e+00,-3.07e+01,+3.09e+01   2       -11
              22       21 -2.68e+00,+1.72e+00,-1.05e+02,+1.05e+02   2       -11
-             16       21 +1.28e+00,-8.74e-01,+5.02e+01,+5.02e+01   2       -11
-             17       21 -1.67e-01,+9.43e-01,-4.22e+00,+4.33e+00   2       -11
  O: 1        45       92 -1.50e-01,+2.09e+00,-6.43e+03,+6.61e+03   2       -12
 GenVertex:      -12 ID:    0 (X,cT):0
  I: 1        45       92 -1.50e-01,+2.09e+00,-6.43e+03,+6.61e+03   2       -12
- O:44        46      211 +1.39e+00,-8.14e-01,+3.12e+01,+3.13e+01   1     (nil)
+ O:44        82      311 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -45
+             84      211 -1.34e-01,-9.12e-02,-7.11e+00,+7.11e+00   1
+             72      213 +4.81e-01,-1.41e-01,-1.37e+01,+1.37e+01   2       -40
+             73      111 -6.69e-01,+1.78e-01,-1.87e+01,+1.87e+01   2       -41
+             83     -323 -5.63e-01,-7.34e-02,-1.48e+02,+1.48e+02   2       -46
+             86     -211 +2.67e-01,-2.79e-01,-5.20e+02,+5.20e+02   1
              47      113 +6.88e-02,-1.41e-01,+2.65e+01,+2.66e+01   2       -22
-             48     -211 -3.37e-01,-1.68e-01,+9.43e+00,+9.44e+00   1     (nil)
+             76    -2212 -6.65e-01,+6.91e-02,-2.61e+01,+2.61e+01   1
+             77     3224 -4.07e-01,-1.66e+00,-3.45e+01,+3.46e+01   2       -43
+             78      311 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   2       -44
+             79    -2112 -1.86e+00,+2.64e-01,-6.69e+01,+6.69e+01   1
+             80     -211 -4.20e-01,-6.99e-02,-4.46e+01,+4.47e+01   1
+             81      211 -1.23e+00,+5.35e-01,-3.48e+01,+3.49e+01   1
+             85      113 +1.80e-02,+8.34e-01,-6.47e+02,+6.47e+02   2       -47
+             88     2214 +5.67e-01,+9.88e-02,-8.80e+02,+8.80e+02   2       -49
+             87      213 +3.40e-01,+1.94e-01,-1.02e+03,+1.02e+03   2       -48
+             89      223 +1.23e+00,+3.33e-01,-2.87e+03,+2.87e+03   2       -50
+             48     -211 -3.37e-01,-1.68e-01,+9.43e+00,+9.44e+00   1
+             46      211 +1.39e+00,-8.14e-01,+3.12e+01,+3.13e+01   1
+             71     -321 -2.78e-01,+3.30e-01,-8.84e+00,+8.87e+00   1
              49      113 +6.00e-01,-2.67e-01,+2.22e+00,+2.44e+00   2       -23
              50      323 -3.07e-01,-6.12e-02,-1.42e-02,+9.76e-01   2       -24
              51     -313 +1.43e-02,+4.68e-01,-3.88e-01,+1.12e+00   2       -25
@@ -1659,38 +1795,21 @@ GenVertex:      -12 ID:    0 (X,cT):0
              55      113 +1.21e-01,+1.16e-01,+9.83e-01,+1.26e+00   2       -29
              56     -213 +8.69e-02,+1.01e+00,+7.42e+00,+7.52e+00   2       -30
              57      323 +1.76e-01,+4.23e-01,+1.93e+00,+2.16e+00   2       -31
-             58     -321 +1.93e-01,+1.97e-01,+6.13e+00,+6.16e+00   1     (nil)
+             58     -321 +1.93e-01,+1.97e-01,+6.13e+00,+6.16e+00   1
              59      223 -2.63e-01,+7.90e-01,+6.47e-01,+1.31e+00   2       -32
              60      213 +1.35e-01,+1.08e+00,+5.74e-01,+1.37e+00   2       -33
-             61     -211 -1.05e+00,+1.11e+00,-1.21e-01,+1.54e+00   1     (nil)
+             61     -211 -1.05e+00,+1.11e+00,-1.21e-01,+1.54e+00   1
              62      213 -9.08e-02,+5.82e-01,-1.54e+00,+1.76e+00   2       -34
              63      221 +1.94e-01,-2.74e-01,-2.66e-01,+6.95e-01   2       -35
              64     -213 +2.31e-01,+2.74e-01,-1.31e+00,+1.58e+00   2       -36
              65      213 -4.52e-01,+2.86e-01,-1.23e+00,+1.57e+00   2       -37
              66     2114 +9.53e-01,-6.69e-01,-3.09e+00,+3.53e+00   2       -38
-             67      211 -1.36e-01,-6.50e-01,-8.86e-01,+1.12e+00   1     (nil)
-             68    -2212 +8.49e-01,-2.09e+00,-5.29e+00,+5.82e+00   1     (nil)
-             69     -211 +1.20e-01,+2.39e-01,-1.06e+00,+1.10e+00   1     (nil)
+             67      211 -1.36e-01,-6.50e-01,-8.86e-01,+1.12e+00   1
+             68    -2212 +8.49e-01,-2.09e+00,-5.29e+00,+5.82e+00   1
+             69     -211 +1.20e-01,+2.39e-01,-1.06e+00,+1.10e+00   1
              70      323 +1.48e+00,-9.63e-01,-1.55e+01,+1.56e+01   2       -39
-             71     -321 -2.78e-01,+3.30e-01,-8.84e+00,+8.87e+00   1     (nil)
-             72      213 +4.81e-01,-1.41e-01,-1.37e+01,+1.37e+01   2       -40
-             73      111 -6.69e-01,+1.78e-01,-1.87e+01,+1.87e+01   2       -41
+             75     2212 -3.93e-01,+8.27e-02,-3.98e+01,+3.98e+01   1
              74     -213 -3.45e-01,-1.71e-01,-1.77e+01,+1.77e+01   2       -42
-             75     2212 -3.93e-01,+8.27e-02,-3.98e+01,+3.98e+01   1     (nil)
-             76    -2212 -6.65e-01,+6.91e-02,-2.61e+01,+2.61e+01   1     (nil)
-             77     3224 -4.07e-01,-1.66e+00,-3.45e+01,+3.46e+01   2       -43
-             78      311 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   2       -44
-             79    -2112 -1.86e+00,+2.64e-01,-6.69e+01,+6.69e+01   1     (nil)
-             80     -211 -4.20e-01,-6.99e-02,-4.46e+01,+4.47e+01   1     (nil)
-             81      211 -1.23e+00,+5.35e-01,-3.48e+01,+3.49e+01   1     (nil)
-             82      311 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -45
-             83     -323 -5.63e-01,-7.34e-02,-1.48e+02,+1.48e+02   2       -46
-             84      211 -1.34e-01,-9.12e-02,-7.11e+00,+7.11e+00   1     (nil)
-             85      113 +1.80e-02,+8.34e-01,-6.47e+02,+6.47e+02   2       -47
-             86     -211 +2.67e-01,-2.79e-01,-5.20e+02,+5.20e+02   1     (nil)
-             87      213 +3.40e-01,+1.94e-01,-1.02e+03,+1.02e+03   2       -48
-             88     2214 +5.67e-01,+9.88e-02,-8.80e+02,+8.80e+02   2       -49
-             89      223 +1.23e+00,+3.33e-01,-2.87e+03,+2.87e+03   2       -50
 GenVertex:      -13 ID:    0 (X,cT):0
  I: 3        30       21 -3.00e+00,+2.35e+00,+2.36e+02,+2.36e+02   2       -13
              31       21 -9.34e-01,-2.91e+00,+1.02e+02,+1.02e+02   2       -13
@@ -1698,218 +1817,218 @@ GenVertex:      -13 ID:    0 (X,cT):0
  O: 1        90       92 -9.34e-01,-2.91e+00,+3.67e+02,+3.67e+02   2       -14
 GenVertex:      -14 ID:    0 (X,cT):0
  I: 1        90       92 -9.34e-01,-2.91e+00,+3.67e+02,+3.67e+02   2       -14
- O:11        91      211 -8.24e-01,-1.45e-02,+1.59e+01,+1.59e+01   1     (nil)
-             92     -211 -1.30e+00,+8.92e-01,+8.32e+01,+8.33e+01   1     (nil)
-             93     -311 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   2       -51
-             94      313 -3.62e-01,+5.42e-01,+5.03e+01,+5.03e+01   2       -52
+ O:11        96      113 -1.28e-01,-1.56e-01,+3.41e+01,+3.41e+01   2       -54
+            100     2112 +5.39e-01,-8.02e-01,+1.40e+01,+1.41e+01   1
+             92     -211 -1.30e+00,+8.92e-01,+8.32e+01,+8.33e+01   1
              95      213 -8.94e-01,-3.47e-01,+5.52e+01,+5.52e+01   2       -53
-             96      113 -1.28e-01,-1.56e-01,+3.41e+01,+3.41e+01   2       -54
-             97     -211 -5.72e-01,-9.49e-01,+3.99e+01,+3.99e+01   1     (nil)
+             97     -211 -5.72e-01,-9.49e-01,+3.99e+01,+3.99e+01   1
              98      111 +4.23e-01,-2.45e-01,+3.08e+00,+3.12e+00   2       -55
-             99    -2112 +1.14e+00,-1.49e+00,+2.49e+01,+2.50e+01   1     (nil)
-            100     2112 +5.39e-01,-8.02e-01,+1.40e+01,+1.41e+01   1     (nil)
+             99    -2112 +1.14e+00,-1.49e+00,+2.49e+01,+2.50e+01   1
             101      223 +1.06e+00,-1.22e-01,+2.53e+01,+2.53e+01   2       -56
+             91      211 -8.24e-01,-1.45e-02,+1.59e+01,+1.59e+01   1
+             93     -311 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   2       -51
+             94      313 -3.62e-01,+5.42e-01,+5.03e+01,+5.03e+01   2       -52
 GenVertex:      -15 ID:    0 (X,cT):0
  I: 2        33       21 +1.02e+00,-2.88e+00,-9.85e+00,+1.03e+01   2       -15
              34       21 -1.02e+00,+2.88e+00,-7.45e+00,+8.05e+00   2       -15
  O: 1       102       92 +0.00e+00,+0.00e+00,-1.73e+01,+1.84e+01   2       -16
 GenVertex:      -16 ID:    0 (X,cT):0
  I: 1       102       92 +0.00e+00,+0.00e+00,-1.73e+01,+1.84e+01   2       -16
- O: 7       106      111 +1.94e-01,-8.30e-01,-1.78e+00,+1.98e+00   2       -60
-            107     -211 -2.88e-01,+5.23e-01,-3.10e+00,+3.16e+00   1     (nil)
-            108      223 +2.53e-01,-1.38e-01,-2.52e+00,+2.66e+00   2       -61
+ O: 7       103      113 +2.54e-01,-1.28e-01,-3.69e+00,+3.77e+00   2       -57
             109      113 -5.13e-01,+2.04e-01,-2.60e+00,+2.77e+00   2       -62
-            103      113 +2.54e-01,-1.28e-01,-3.69e+00,+3.77e+00   2       -57
             104      223 -7.85e-02,+4.34e-02,-9.82e-01,+1.26e+00   2       -58
             105      213 +1.78e-01,+3.27e-01,-2.62e+00,+2.77e+00   2       -59
+            106      111 +1.94e-01,-8.30e-01,-1.78e+00,+1.98e+00   2       -60
+            107     -211 -2.88e-01,+5.23e-01,-3.10e+00,+3.16e+00   1
+            108      223 +2.53e-01,-1.38e-01,-2.52e+00,+2.66e+00   2       -61
 GenVertex:      -17 ID:    0 (X,cT):0
  I: 1        37      333 -1.11e+00,+1.44e-01,+2.44e+00,+2.87e+00   2       -17
- O: 2       110      321 -5.35e-01,-4.15e-03,+1.39e+00,+1.57e+00   1     (nil)
-            111     -321 -5.74e-01,+1.48e-01,+1.05e+00,+1.30e+00   1     (nil)
+ O: 2       111     -321 -5.74e-01,+1.48e-01,+1.05e+00,+1.30e+00   1
+            110      321 -5.35e-01,-4.15e-03,+1.39e+00,+1.57e+00   1
 GenVertex:      -18 ID:    0 (X,cT):0
  I: 1        39      323 -4.93e-01,+1.18e-01,+1.14e+01,+1.14e+01   2       -18
  O: 2       112      311 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -63
-            113      211 -3.29e-01,+3.86e-02,+3.09e+00,+3.12e+00   1     (nil)
+            113      211 -3.29e-01,+3.86e-02,+3.09e+00,+3.12e+00   1
 GenVertex:      -19 ID:    0 (X,cT):0
  I: 1        40      333 +4.67e-02,-1.10e-02,+6.10e+01,+6.10e+01   2       -19
- O: 2       114      321 -8.91e-02,+3.84e-02,+3.21e+01,+3.21e+01   1     (nil)
-            115     -321 +1.36e-01,-4.94e-02,+2.89e+01,+2.89e+01   1     (nil)
+ O: 2       114      321 -8.91e-02,+3.84e-02,+3.21e+01,+3.21e+01   1
+            115     -321 +1.36e-01,-4.94e-02,+2.89e+01,+2.89e+01   1
 GenVertex:      -20 ID:    0 (X,cT):0
  I: 1        41     -313 +6.61e-02,+2.00e-01,+1.02e+02,+1.02e+02   2       -20
  O: 2       116     -311 -2.08e-01,+2.83e-01,+4.52e+01,+4.53e+01   2       -64
             117      111 +2.74e-01,-8.21e-02,+5.65e+01,+5.65e+01   2       -65
 GenVertex:      -21 ID:    0 (X,cT):0
  I: 1        43      213 -1.13e+00,+2.68e-01,+8.99e+02,+8.99e+02   2       -21
- O: 2       118      211 -1.03e+00,+4.32e-01,+6.38e+02,+6.38e+02   1     (nil)
+ O: 2       118      211 -1.03e+00,+4.32e-01,+6.38e+02,+6.38e+02   1
             119      111 -1.00e-01,-1.65e-01,+2.61e+02,+2.61e+02   2       -66
 GenVertex:      -22 ID:    0 (X,cT):0
  I: 1        47      113 +6.88e-02,-1.41e-01,+2.65e+01,+2.66e+01   2       -22
- O: 2       120     -211 +2.55e-01,-1.00e-02,+2.33e+01,+2.33e+01   1     (nil)
-            121      211 -1.86e-01,-1.31e-01,+3.23e+00,+3.24e+00   1     (nil)
+ O: 2       120     -211 +2.55e-01,-1.00e-02,+2.33e+01,+2.33e+01   1
+            121      211 -1.86e-01,-1.31e-01,+3.23e+00,+3.24e+00   1
 GenVertex:      -23 ID:    0 (X,cT):0
  I: 1        49      113 +6.00e-01,-2.67e-01,+2.22e+00,+2.44e+00   2       -23
- O: 2       122      211 +7.62e-01,-2.15e-01,+1.64e+00,+1.83e+00   1     (nil)
-            123     -211 -1.62e-01,-5.17e-02,+5.74e-01,+6.14e-01   1     (nil)
+ O: 2       122      211 +7.62e-01,-2.15e-01,+1.64e+00,+1.83e+00   1
+            123     -211 -1.62e-01,-5.17e-02,+5.74e-01,+6.14e-01   1
 GenVertex:      -24 ID:    0 (X,cT):0
  I: 1        50      323 -3.07e-01,-6.12e-02,-1.42e-02,+9.76e-01   2       -24
  O: 2       124      311 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -67
-            125      211 +1.40e-01,+1.66e-01,+6.23e-02,+2.65e-01   1     (nil)
+            125      211 +1.40e-01,+1.66e-01,+6.23e-02,+2.65e-01   1
 GenVertex:      -25 ID:    0 (X,cT):0
  I: 1        51     -313 +1.43e-02,+4.68e-01,-3.88e-01,+1.12e+00   2       -25
- O: 2       126     -321 -2.60e-02,+2.92e-01,+9.54e-02,+5.82e-01   1     (nil)
-            127      211 +4.03e-02,+1.76e-01,-4.83e-01,+5.35e-01   1     (nil)
+ O: 2       126     -321 -2.60e-02,+2.92e-01,+9.54e-02,+5.82e-01   1
+            127      211 +4.03e-02,+1.76e-01,-4.83e-01,+5.35e-01   1
 Vertex:      -26 ID:    0 (X,cT)=+4.64e-05,-7.72e-06,-4.10e-04,+4.20e-04
  I: 1        52      111 +8.08e-02,-1.35e-02,-7.15e-01,+7.33e-01   2       -26
- O: 2       128       22 -1.68e-02,+2.28e-02,-3.88e-02,+4.80e-02   1     (nil)
-            129       22 +9.76e-02,-3.63e-02,-6.77e-01,+6.85e-01   1     (nil)
+ O: 2       129       22 +9.76e-02,-3.63e-02,-6.77e-01,+6.85e-01   1
+            128       22 -1.68e-02,+2.28e-02,-3.88e-02,+4.80e-02   1
 GenVertex:      -27 ID:    0 (X,cT):0
  I: 1        53      113 -2.30e-01,+1.48e-01,-1.62e+00,+1.84e+00   2       -27
- O: 2       130     -211 -8.09e-02,+2.95e-01,-1.97e-01,+3.90e-01   1     (nil)
-            131      211 -1.49e-01,-1.47e-01,-1.43e+00,+1.45e+00   1     (nil)
+ O: 2       130     -211 -8.09e-02,+2.95e-01,-1.97e-01,+3.90e-01   1
+            131      211 -1.49e-01,-1.47e-01,-1.43e+00,+1.45e+00   1
 GenVertex:      -28 ID:    0 (X,cT):0
  I: 1        54      223 +3.60e-01,+7.58e-01,+8.72e-01,+1.44e+00   2       -28
- O: 3       132      211 +1.97e-01,+3.51e-01,+6.75e-01,+7.98e-01   1     (nil)
-            133     -211 -3.88e-02,+1.47e-01,+2.00e-01,+2.87e-01   1     (nil)
+ O: 3       132      211 +1.97e-01,+3.51e-01,+6.75e-01,+7.98e-01   1
+            133     -211 -3.88e-02,+1.47e-01,+2.00e-01,+2.87e-01   1
             134      111 +2.02e-01,+2.60e-01,-3.27e-03,+3.56e-01   2       -68
 GenVertex:      -29 ID:    0 (X,cT):0
  I: 1        55      113 +1.21e-01,+1.16e-01,+9.83e-01,+1.26e+00   2       -29
- O: 2       135     -211 +1.15e-01,+2.71e-01,+9.97e-01,+1.05e+00   1     (nil)
-            136      211 +5.83e-03,-1.56e-01,-1.47e-02,+2.10e-01   1     (nil)
+ O: 2       135     -211 +1.15e-01,+2.71e-01,+9.97e-01,+1.05e+00   1
+            136      211 +5.83e-03,-1.56e-01,-1.47e-02,+2.10e-01   1
 GenVertex:      -30 ID:    0 (X,cT):0
  I: 1        56     -213 +8.69e-02,+1.01e+00,+7.42e+00,+7.52e+00   2       -30
- O: 2       137     -211 -8.49e-03,+1.28e-01,+3.83e-01,+4.28e-01   1     (nil)
+ O: 2       137     -211 -8.49e-03,+1.28e-01,+3.83e-01,+4.28e-01   1
             138      111 +9.53e-02,+8.80e-01,+7.03e+00,+7.09e+00   2       -69
 GenVertex:      -31 ID:    0 (X,cT):0
  I: 1        57      323 +1.76e-01,+4.23e-01,+1.93e+00,+2.16e+00   2       -31
  O: 2       139      311 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -70
-            140      211 +1.10e-01,-9.78e-02,+1.66e-01,+2.62e-01   1     (nil)
+            140      211 +1.10e-01,-9.78e-02,+1.66e-01,+2.62e-01   1
 GenVertex:      -32 ID:    0 (X,cT):0
  I: 1        59      223 -2.63e-01,+7.90e-01,+6.47e-01,+1.31e+00   2       -32
- O: 3       141      211 -1.81e-01,+4.47e-01,+1.25e-01,+5.17e-01   1     (nil)
-            142     -211 -2.25e-01,+2.99e-01,+3.59e-01,+5.38e-01   1     (nil)
-            143      111 +1.43e-01,+4.38e-02,+1.63e-01,+2.59e-01   2       -71
+ O: 3       143      111 +1.43e-01,+4.38e-02,+1.63e-01,+2.59e-01   2       -71
+            141      211 -1.81e-01,+4.47e-01,+1.25e-01,+5.17e-01   1
+            142     -211 -2.25e-01,+2.99e-01,+3.59e-01,+5.38e-01   1
 GenVertex:      -33 ID:    0 (X,cT):0
  I: 1        60      213 +1.35e-01,+1.08e+00,+5.74e-01,+1.37e+00   2       -33
- O: 2       144      211 +6.61e-02,+1.08e+00,+5.00e-01,+1.20e+00   1     (nil)
+ O: 2       144      211 +6.61e-02,+1.08e+00,+5.00e-01,+1.20e+00   1
             145      111 +6.86e-02,-8.01e-04,+7.43e-02,+1.69e-01   2       -72
 GenVertex:      -34 ID:    0 (X,cT):0
  I: 1        62      213 -9.08e-02,+5.82e-01,-1.54e+00,+1.76e+00   2       -34
- O: 2       146      211 -4.09e-02,-5.32e-02,-5.87e-01,+6.07e-01   1     (nil)
+ O: 2       146      211 -4.09e-02,-5.32e-02,-5.87e-01,+6.07e-01   1
             147      111 -4.99e-02,+6.35e-01,-9.56e-01,+1.16e+00   2       -73
 GenVertex:      -35 ID:    0 (X,cT):0
  I: 1        63      221 +1.94e-01,-2.74e-01,-2.66e-01,+6.95e-01   2       -35
- O: 3       148      111 -8.07e-02,-5.76e-02,-3.25e-02,+1.71e-01   2       -74
-            149      111 +2.01e-01,-6.40e-02,-9.60e-02,+2.68e-01   2       -75
+ O: 3       149      111 +2.01e-01,-6.40e-02,-9.60e-02,+2.68e-01   2       -75
+            148      111 -8.07e-02,-5.76e-02,-3.25e-02,+1.71e-01   2       -74
             150      111 +7.41e-02,-1.52e-01,-1.38e-01,+2.57e-01   2       -76
 GenVertex:      -36 ID:    0 (X,cT):0
  I: 1        64     -213 +2.31e-01,+2.74e-01,-1.31e+00,+1.58e+00   2       -36
- O: 2       151     -211 +4.35e-01,+4.07e-01,-8.38e-01,+1.04e+00   1     (nil)
+ O: 2       151     -211 +4.35e-01,+4.07e-01,-8.38e-01,+1.04e+00   1
             152      111 -2.04e-01,-1.33e-01,-4.69e-01,+5.45e-01   2       -77
 GenVertex:      -37 ID:    0 (X,cT):0
  I: 1        65      213 -4.52e-01,+2.86e-01,-1.23e+00,+1.57e+00   2       -37
- O: 2       153      211 -1.15e-01,-2.61e-01,-4.89e-01,+5.83e-01   1     (nil)
+ O: 2       153      211 -1.15e-01,-2.61e-01,-4.89e-01,+5.83e-01   1
             154      111 -3.37e-01,+5.47e-01,-7.40e-01,+9.89e-01   2       -78
 GenVertex:      -38 ID:    0 (X,cT):0
  I: 1        66     2114 +9.53e-01,-6.69e-01,-3.09e+00,+3.53e+00   2       -38
- O: 2       155     2212 +6.04e-01,-7.13e-01,-2.45e+00,+2.79e+00   1     (nil)
-            156     -211 +3.49e-01,+4.35e-02,-6.38e-01,+7.42e-01   1     (nil)
+ O: 2       155     2212 +6.04e-01,-7.13e-01,-2.45e+00,+2.79e+00   1
+            156     -211 +3.49e-01,+4.35e-02,-6.38e-01,+7.42e-01   1
 GenVertex:      -39 ID:    0 (X,cT):0
  I: 1        70      323 +1.48e+00,-9.63e-01,-1.55e+01,+1.56e+01   2       -39
  O: 2       157      311 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   2       -79
-            158      211 +9.45e-01,-6.64e-01,-1.11e+01,+1.11e+01   1     (nil)
+            158      211 +9.45e-01,-6.64e-01,-1.11e+01,+1.11e+01   1
 GenVertex:      -40 ID:    0 (X,cT):0
  I: 1        72      213 +4.81e-01,-1.41e-01,-1.37e+01,+1.37e+01   2       -40
- O: 2       159      211 +1.18e-04,-3.58e-01,-6.34e+00,+6.36e+00   1     (nil)
-            160      111 +4.80e-01,+2.17e-01,-7.34e+00,+7.36e+00   2       -80
+ O: 2       160      111 +4.80e-01,+2.17e-01,-7.34e+00,+7.36e+00   2       -80
+            159      211 +1.18e-04,-3.58e-01,-6.34e+00,+6.36e+00   1
 Vertex:      -41 ID:    0 (X,cT)=-1.16e-04,+3.09e-05,-3.23e-03,+3.24e-03
  I: 1        73      111 -6.69e-01,+1.78e-01,-1.87e+01,+1.87e+01   2       -41
- O: 2       161       22 -5.04e-01,+7.96e-02,-1.28e+01,+1.28e+01   1     (nil)
-            162       22 -1.65e-01,+9.88e-02,-5.90e+00,+5.90e+00   1     (nil)
+ O: 2       161       22 -5.04e-01,+7.96e-02,-1.28e+01,+1.28e+01   1
+            162       22 -1.65e-01,+9.88e-02,-5.90e+00,+5.90e+00   1
 GenVertex:      -42 ID:    0 (X,cT):0
  I: 1        74     -213 -3.45e-01,-1.71e-01,-1.77e+01,+1.77e+01   2       -42
- O: 2       163     -211 +1.33e-01,+1.21e-01,-7.19e+00,+7.19e+00   1     (nil)
+ O: 2       163     -211 +1.33e-01,+1.21e-01,-7.19e+00,+7.19e+00   1
             164      111 -4.77e-01,-2.92e-01,-1.05e+01,+1.05e+01   2       -81
 GenVertex:      -43 ID:    0 (X,cT):0
  I: 1        77     3224 -4.07e-01,-1.66e+00,-3.45e+01,+3.46e+01   2       -43
- O: 2       165     3122 -4.69e-01,-1.62e+00,-3.09e+01,+3.09e+01   2       -82
-            166      211 +6.12e-02,-3.83e-02,-3.63e+00,+3.64e+00   1     (nil)
+ O: 2       166      211 +6.12e-02,-3.83e-02,-3.63e+00,+3.64e+00   1
+            165     3122 -4.69e-01,-1.62e+00,-3.09e+01,+3.09e+01   2       -82
 GenVertex:      -44 ID:    0 (X,cT):0
  I: 1        78      311 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   2       -44
- O: 1       167      130 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   1     (nil)
+ O: 1       167      130 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   1
 GenVertex:      -45 ID:    0 (X,cT):0
  I: 1        82      311 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -45
  O: 1       168      310 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -83
 GenVertex:      -46 ID:    0 (X,cT):0
  I: 1        83     -323 -5.63e-01,-7.34e-02,-1.48e+02,+1.48e+02   2       -46
  O: 2       169     -311 -5.45e-01,+2.59e-01,-8.99e+01,+8.99e+01   2       -84
-            170     -211 -1.76e-02,-3.32e-01,-5.80e+01,+5.80e+01   1     (nil)
+            170     -211 -1.76e-02,-3.32e-01,-5.80e+01,+5.80e+01   1
 GenVertex:      -47 ID:    0 (X,cT):0
  I: 1        85      113 +1.80e-02,+8.34e-01,-6.47e+02,+6.47e+02   2       -47
- O: 2       171      211 +9.30e-02,-1.09e-02,-3.29e+01,+3.29e+01   1     (nil)
-            172     -211 -7.50e-02,+8.45e-01,-6.14e+02,+6.14e+02   1     (nil)
+ O: 2       171      211 +9.30e-02,-1.09e-02,-3.29e+01,+3.29e+01   1
+            172     -211 -7.50e-02,+8.45e-01,-6.14e+02,+6.14e+02   1
 GenVertex:      -48 ID:    0 (X,cT):0
  I: 1        87      213 +3.40e-01,+1.94e-01,-1.02e+03,+1.02e+03   2       -48
- O: 2       173      211 +8.59e-02,+3.47e-01,-6.99e+02,+6.99e+02   1     (nil)
+ O: 2       173      211 +8.59e-02,+3.47e-01,-6.99e+02,+6.99e+02   1
             174      111 +2.54e-01,-1.53e-01,-3.24e+02,+3.24e+02   2       -85
 GenVertex:      -49 ID:    0 (X,cT):0
  I: 1        88     2214 +5.67e-01,+9.88e-02,-8.80e+02,+8.80e+02   2       -49
- O: 2       175     2212 +3.83e-01,+1.63e-01,-5.77e+02,+5.77e+02   1     (nil)
+ O: 2       175     2212 +3.83e-01,+1.63e-01,-5.77e+02,+5.77e+02   1
             176      111 +1.84e-01,-6.41e-02,-3.04e+02,+3.04e+02   2       -86
 GenVertex:      -50 ID:    0 (X,cT):0
  I: 1        89      223 +1.23e+00,+3.33e-01,-2.87e+03,+2.87e+03   2       -50
- O: 3       177      211 +5.33e-01,+7.46e-02,-1.01e+03,+1.01e+03   1     (nil)
-            178     -211 +4.00e-01,-1.62e-02,-1.32e+03,+1.32e+03   1     (nil)
+ O: 3       177      211 +5.33e-01,+7.46e-02,-1.01e+03,+1.01e+03   1
+            178     -211 +4.00e-01,-1.62e-02,-1.32e+03,+1.32e+03   1
             179      111 +2.98e-01,+2.74e-01,-5.41e+02,+5.41e+02   2       -87
 GenVertex:      -51 ID:    0 (X,cT):0
  I: 1        93     -311 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   2       -51
- O: 1       180      130 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   1     (nil)
+ O: 1       180      130 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   1
 GenVertex:      -52 ID:    0 (X,cT):0
  I: 1        94      313 -3.62e-01,+5.42e-01,+5.03e+01,+5.03e+01   2       -52
- O: 2       181      321 -3.90e-01,+2.06e-01,+3.09e+01,+3.09e+01   1     (nil)
-            182     -211 +2.79e-02,+3.36e-01,+1.94e+01,+1.94e+01   1     (nil)
+ O: 2       181      321 -3.90e-01,+2.06e-01,+3.09e+01,+3.09e+01   1
+            182     -211 +2.79e-02,+3.36e-01,+1.94e+01,+1.94e+01   1
 GenVertex:      -53 ID:    0 (X,cT):0
  I: 1        95      213 -8.94e-01,-3.47e-01,+5.52e+01,+5.52e+01   2       -53
- O: 2       183      211 -8.91e-01,-1.82e-01,+3.63e+01,+3.63e+01   1     (nil)
+ O: 2       183      211 -8.91e-01,-1.82e-01,+3.63e+01,+3.63e+01   1
             184      111 -2.63e-03,-1.65e-01,+1.89e+01,+1.89e+01   2       -88
 GenVertex:      -54 ID:    0 (X,cT):0
  I: 1        96      113 -1.28e-01,-1.56e-01,+3.41e+01,+3.41e+01   2       -54
- O: 2       185     -211 -1.20e-02,-3.34e-01,+2.86e+01,+2.86e+01   1     (nil)
-            186      211 -1.16e-01,+1.78e-01,+5.45e+00,+5.46e+00   1     (nil)
+ O: 2       185     -211 -1.20e-02,-3.34e-01,+2.86e+01,+2.86e+01   1
+            186      211 -1.16e-01,+1.78e-01,+5.45e+00,+5.46e+00   1
 Vertex:      -55 ID:    0 (X,cT)=+4.23e-05,-2.45e-05,+3.08e-04,+3.12e-04
  I: 1        98      111 +4.23e-01,-2.45e-01,+3.08e+00,+3.12e+00   2       -55
- O: 2       187       22 +2.88e-01,-9.56e-02,+1.70e+00,+1.72e+00   1     (nil)
-            188       22 +1.35e-01,-1.49e-01,+1.38e+00,+1.40e+00   1     (nil)
+ O: 2       188       22 +1.35e-01,-1.49e-01,+1.38e+00,+1.40e+00   1
+            187       22 +2.88e-01,-9.56e-02,+1.70e+00,+1.72e+00   1
 GenVertex:      -56 ID:    0 (X,cT):0
  I: 1       101      223 +1.06e+00,-1.22e-01,+2.53e+01,+2.53e+01   2       -56
- O: 3       189      211 +5.04e-01,-1.97e-01,+8.76e+00,+8.77e+00   1     (nil)
-            190     -211 +2.54e-02,-9.08e-02,+3.85e+00,+3.86e+00   1     (nil)
-            191      111 +5.32e-01,+1.66e-01,+1.27e+01,+1.27e+01   2       -89
+ O: 3       191      111 +5.32e-01,+1.66e-01,+1.27e+01,+1.27e+01   2       -89
+            189      211 +5.04e-01,-1.97e-01,+8.76e+00,+8.77e+00   1
+            190     -211 +2.54e-02,-9.08e-02,+3.85e+00,+3.86e+00   1
 GenVertex:      -57 ID:    0 (X,cT):0
  I: 1       103      113 +2.54e-01,-1.28e-01,-3.69e+00,+3.77e+00   2       -57
- O: 2       192     -211 -1.71e-01,-5.67e-02,-2.24e+00,+2.25e+00   1     (nil)
-            193      211 +4.26e-01,-7.15e-02,-1.45e+00,+1.52e+00   1     (nil)
+ O: 2       192     -211 -1.71e-01,-5.67e-02,-2.24e+00,+2.25e+00   1
+            193      211 +4.26e-01,-7.15e-02,-1.45e+00,+1.52e+00   1
 GenVertex:      -58 ID:    0 (X,cT):0
  I: 1       104      223 -7.85e-02,+4.34e-02,-9.82e-01,+1.26e+00   2       -58
- O: 3       194     -211 +7.65e-02,-8.75e-02,-7.83e-01,+8.04e-01   1     (nil)
-            195      211 -1.94e-01,+1.20e-01,-1.32e-01,+2.98e-01   1     (nil)
+ O: 3       194     -211 +7.65e-02,-8.75e-02,-7.83e-01,+8.04e-01   1
+            195      211 -1.94e-01,+1.20e-01,-1.32e-01,+2.98e-01   1
             196      111 +3.92e-02,+1.08e-02,-6.72e-02,+1.56e-01   2       -90
 GenVertex:      -59 ID:    0 (X,cT):0
  I: 1       105      213 +1.78e-01,+3.27e-01,-2.62e+00,+2.77e+00   2       -59
- O: 2       197      211 -2.80e-01,+2.51e-01,-1.39e+00,+1.44e+00   1     (nil)
+ O: 2       197      211 -2.80e-01,+2.51e-01,-1.39e+00,+1.44e+00   1
             198      111 +4.58e-01,+7.63e-02,-1.24e+00,+1.33e+00   2       -91
 Vertex:      -60 ID:    0 (X,cT)=+9.83e-05,-4.21e-04,-9.04e-04,+1.00e-03
  I: 1       106      111 +1.94e-01,-8.30e-01,-1.78e+00,+1.98e+00   2       -60
- O: 2       199       22 +1.08e-01,-5.84e-01,-1.11e+00,+1.25e+00   1     (nil)
-            200       22 +8.65e-02,-2.46e-01,-6.78e-01,+7.27e-01   1     (nil)
+ O: 2       199       22 +1.08e-01,-5.84e-01,-1.11e+00,+1.25e+00   1
+            200       22 +8.65e-02,-2.46e-01,-6.78e-01,+7.27e-01   1
 GenVertex:      -61 ID:    0 (X,cT):0
  I: 1       108      223 +2.53e-01,-1.38e-01,-2.52e+00,+2.66e+00   2       -61
- O: 3       201     -211 -4.19e-02,+9.47e-02,-3.16e-01,+3.61e-01   1     (nil)
-            202      211 +1.25e-01,+2.93e-02,-2.70e-01,+3.30e-01   1     (nil)
+ O: 3       201     -211 -4.19e-02,+9.47e-02,-3.16e-01,+3.61e-01   1
+            202      211 +1.25e-01,+2.93e-02,-2.70e-01,+3.30e-01   1
             203      111 +1.70e-01,-2.62e-01,-1.93e+00,+1.96e+00   2       -92
 GenVertex:      -62 ID:    0 (X,cT):0
  I: 1       109      113 -5.13e-01,+2.04e-01,-2.60e+00,+2.77e+00   2       -62
- O: 2       204      211 -6.28e-01,+1.34e-01,-1.31e+00,+1.46e+00   1     (nil)
-            205     -211 +1.15e-01,+6.97e-02,-1.29e+00,+1.30e+00   1     (nil)
+ O: 2       204      211 -6.28e-01,+1.34e-01,-1.31e+00,+1.46e+00   1
+            205     -211 +1.15e-01,+6.97e-02,-1.29e+00,+1.30e+00   1
 GenVertex:      -63 ID:    0 (X,cT):0
  I: 1       112      311 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -63
  O: 1       206      310 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -93
@@ -1918,153 +2037,153 @@ GenVertex:      -64 ID:    0 (X,cT):0
  O: 1       207      310 -2.08e-01,+2.83e-01,+4.52e+01,+4.53e+01   2       -94
 Vertex:      -65 ID:    0 (X,cT)=+7.38e-05,-2.21e-05,+1.52e-02,+1.52e-02
  I: 1       117      111 +2.74e-01,-8.21e-02,+5.65e+01,+5.65e+01   2       -65
- O: 2       208       22 +3.27e-02,-6.35e-02,+1.64e+01,+1.64e+01   1     (nil)
-            209       22 +2.41e-01,-1.86e-02,+4.01e+01,+4.01e+01   1     (nil)
+ O: 2       208       22 +3.27e-02,-6.35e-02,+1.64e+01,+1.64e+01   1
+            209       22 +2.41e-01,-1.86e-02,+4.01e+01,+4.01e+01   1
 Vertex:      -66 ID:    0 (X,cT)=-2.41e-05,-3.97e-05,+6.29e-02,+6.29e-02
  I: 1       119      111 -1.00e-01,-1.65e-01,+2.61e+02,+2.61e+02   2       -66
- O: 2       210       22 -3.55e-02,-4.32e-03,+1.12e+02,+1.12e+02   1     (nil)
-            211       22 -6.45e-02,-1.60e-01,+1.49e+02,+1.49e+02   1     (nil)
+ O: 2       210       22 -3.55e-02,-4.32e-03,+1.12e+02,+1.12e+02   1
+            211       22 -6.45e-02,-1.60e-01,+1.49e+02,+1.49e+02   1
 GenVertex:      -67 ID:    0 (X,cT):0
  I: 1       124      311 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -67
  O: 1       212      310 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -95
 Vertex:      -68 ID:    0 (X,cT)=+5.62e-07,+7.23e-07,-9.08e-09,+9.90e-07
  I: 1       134      111 +2.02e-01,+2.60e-01,-3.27e-03,+3.56e-01   2       -68
- O: 2       213       22 +5.96e-02,+3.17e-04,-3.48e-03,+5.97e-02   1     (nil)
-            214       22 +1.43e-01,+2.60e-01,+2.13e-04,+2.96e-01   1     (nil)
+ O: 2       213       22 +5.96e-02,+3.17e-04,-3.48e-03,+5.97e-02   1
+            214       22 +1.43e-01,+2.60e-01,+2.13e-04,+2.96e-01   1
 Vertex:      -69 ID:    0 (X,cT)=+6.81e-05,+6.29e-04,+5.02e-03,+5.07e-03
  I: 1       138      111 +9.53e-02,+8.80e-01,+7.03e+00,+7.09e+00   2       -69
- O: 2       215       22 +9.82e-02,+6.35e-01,+5.48e+00,+5.52e+00   1     (nil)
-            216       22 -2.90e-03,+2.45e-01,+1.55e+00,+1.57e+00   1     (nil)
+ O: 2       215       22 +9.82e-02,+6.35e-01,+5.48e+00,+5.52e+00   1
+            216       22 -2.90e-03,+2.45e-01,+1.55e+00,+1.57e+00   1
 GenVertex:      -70 ID:    0 (X,cT):0
  I: 1       139      311 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -70
  O: 1       217      310 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -96
 Vertex:      -71 ID:    0 (X,cT)=+2.07e-05,+6.35e-06,+2.36e-05,+3.76e-05
  I: 1       143      111 +1.43e-01,+4.38e-02,+1.63e-01,+2.59e-01   2       -71
- O: 2       219       22 -2.87e-03,+5.32e-02,+2.80e-02,+6.02e-02   1     (nil)
-            218       22 +1.46e-01,-9.35e-03,+1.35e-01,+1.99e-01   1     (nil)
+ O: 2       219       22 -2.87e-03,+5.32e-02,+2.80e-02,+6.02e-02   1
+            218       22 +1.46e-01,-9.35e-03,+1.35e-01,+1.99e-01   1
 Vertex:      -72 ID:    0 (X,cT)=+3.76e-05,-4.39e-07,+4.07e-05,+9.25e-05
  I: 1       145      111 +6.86e-02,-8.01e-04,+7.43e-02,+1.69e-01   2       -72
- O: 2       220       22 +2.42e-02,+6.45e-02,+1.68e-02,+7.09e-02   1     (nil)
-            221       22 +4.44e-02,-6.53e-02,+5.76e-02,+9.78e-02   1     (nil)
+ O: 2       220       22 +2.42e-02,+6.45e-02,+1.68e-02,+7.09e-02   1
+            221       22 +4.44e-02,-6.53e-02,+5.76e-02,+9.78e-02   1
 Vertex:      -73 ID:    0 (X,cT)=-5.91e-06,+7.52e-05,-1.13e-04,+1.37e-04
  I: 1       147      111 -4.99e-02,+6.35e-01,-9.56e-01,+1.16e+00   2       -73
- O: 2       222       22 -6.98e-02,+2.12e-01,-3.96e-01,+4.55e-01   1     (nil)
-            223       22 +1.99e-02,+4.23e-01,-5.60e-01,+7.02e-01   1     (nil)
+ O: 2       222       22 -6.98e-02,+2.12e-01,-3.96e-01,+4.55e-01   1
+            223       22 +1.99e-02,+4.23e-01,-5.60e-01,+7.02e-01   1
 Vertex:      -74 ID:    0 (X,cT)=-3.84e-05,-2.74e-05,-1.55e-05,+8.12e-05
  I: 1       148      111 -8.07e-02,-5.76e-02,-3.25e-02,+1.71e-01   2       -74
- O: 2       224       22 -1.12e-01,-6.36e-02,-5.73e-03,+1.29e-01   1     (nil)
-            225       22 +3.13e-02,+6.07e-03,-2.68e-02,+4.17e-02   1     (nil)
+ O: 2       224       22 -1.12e-01,-6.36e-02,-5.73e-03,+1.29e-01   1
+            225       22 +3.13e-02,+6.07e-03,-2.68e-02,+4.17e-02   1
 Vertex:      -75 ID:    0 (X,cT)=+4.38e-07,-1.40e-07,-2.10e-07,+5.85e-07
  I: 1       149      111 +2.01e-01,-6.40e-02,-9.60e-02,+2.68e-01   2       -75
- O: 2       226       22 +1.78e-01,-9.49e-02,-1.07e-01,+2.28e-01   1     (nil)
-            227       22 +2.25e-02,+3.09e-02,+1.06e-02,+3.97e-02   1     (nil)
+ O: 2       226       22 +1.78e-01,-9.49e-02,-1.07e-01,+2.28e-01   1
+            227       22 +2.25e-02,+3.09e-02,+1.06e-02,+3.97e-02   1
 Vertex:      -76 ID:    0 (X,cT)=+2.78e-06,-5.71e-06,-5.17e-06,+9.63e-06
  I: 1       150      111 +7.41e-02,-1.52e-01,-1.38e-01,+2.57e-01   2       -76
- O: 2       228       22 +2.08e-02,-3.01e-03,-8.82e-02,+9.06e-02   1     (nil)
-            229       22 +5.32e-02,-1.49e-01,-4.97e-02,+1.66e-01   1     (nil)
+ O: 2       228       22 +2.08e-02,-3.01e-03,-8.82e-02,+9.06e-02   1
+            229       22 +5.32e-02,-1.49e-01,-4.97e-02,+1.66e-01   1
 Vertex:      -77 ID:    0 (X,cT)=-1.62e-04,-1.05e-04,-3.72e-04,+4.33e-04
  I: 1       152      111 -2.04e-01,-1.33e-01,-4.69e-01,+5.45e-01   2       -77
- O: 2       230       22 -5.35e-02,-1.09e-01,-1.58e-01,+1.99e-01   1     (nil)
-            231       22 -1.50e-01,-2.43e-02,-3.11e-01,+3.46e-01   1     (nil)
+ O: 2       230       22 -5.35e-02,-1.09e-01,-1.58e-01,+1.99e-01   1
+            231       22 -1.50e-01,-2.43e-02,-3.11e-01,+3.46e-01   1
 Vertex:      -78 ID:    0 (X,cT)=-3.66e-05,+5.95e-05,-8.05e-05,+1.08e-04
  I: 1       154      111 -3.37e-01,+5.47e-01,-7.40e-01,+9.89e-01   2       -78
- O: 2       232       22 -2.19e-01,+4.46e-01,-6.11e-01,+7.88e-01   1     (nil)
-            233       22 -1.17e-01,+1.01e-01,-1.29e-01,+2.01e-01   1     (nil)
+ O: 2       232       22 -2.19e-01,+4.46e-01,-6.11e-01,+7.88e-01   1
+            233       22 -1.17e-01,+1.01e-01,-1.29e-01,+2.01e-01   1
 GenVertex:      -79 ID:    0 (X,cT):0
  I: 1       157      311 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   2       -79
- O: 1       234      130 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   1     (nil)
+ O: 1       234      130 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   1
 Vertex:      -80 ID:    0 (X,cT)=+1.61e-05,+7.28e-06,-2.46e-04,+2.47e-04
  I: 1       160      111 +4.80e-01,+2.17e-01,-7.34e+00,+7.36e+00   2       -80
- O: 2       235       22 +2.66e-01,+1.44e-01,-3.31e+00,+3.33e+00   1     (nil)
-            236       22 +2.15e-01,+7.28e-02,-4.03e+00,+4.03e+00   1     (nil)
+ O: 2       235       22 +2.66e-01,+1.44e-01,-3.31e+00,+3.33e+00   1
+            236       22 +2.15e-01,+7.28e-02,-4.03e+00,+4.03e+00   1
 Vertex:      -81 ID:    0 (X,cT)=-3.45e-05,-2.11e-05,-7.57e-04,+7.58e-04
  I: 1       164      111 -4.77e-01,-2.92e-01,-1.05e+01,+1.05e+01   2       -81
- O: 2       237       22 -1.85e-01,-4.71e-02,-2.98e+00,+2.99e+00   1     (nil)
-            238       22 -2.92e-01,-2.45e-01,-7.48e+00,+7.49e+00   1     (nil)
+ O: 2       237       22 -1.85e-01,-4.71e-02,-2.98e+00,+2.99e+00   1
+            238       22 -2.92e-01,-2.45e-01,-7.48e+00,+7.49e+00   1
 Vertex:      -82 ID:    0 (X,cT)=-9.53e+01,-3.29e+02,-6.28e+03,+6.29e+03
  I: 1       165     3122 -4.69e-01,-1.62e+00,-3.09e+01,+3.09e+01   2       -82
- O: 2       239     2212 -4.74e-01,-1.44e+00,-2.62e+01,+2.62e+01   1     (nil)
-            240     -211 +5.01e-03,-1.82e-01,-4.71e+00,+4.71e+00   1     (nil)
+ O: 2       240     -211 +5.01e-03,-1.82e-01,-4.71e+00,+4.71e+00   1
+            239     2212 -4.74e-01,-1.44e+00,-2.62e+01,+2.62e+01   1
 Vertex:      -83 ID:    0 (X,cT)=-1.49e+00,+1.99e+01,-5.17e+03,+5.17e+03
  I: 1       168      310 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -83
- O: 2       241     -211 -1.84e-01,-3.33e-04,-2.55e+01,+2.55e+01   1     (nil)
-            242      211 +1.67e-01,+2.33e-01,-3.49e+01,+3.49e+01   1     (nil)
+ O: 2       241     -211 -1.84e-01,-3.33e-04,-2.55e+01,+2.55e+01   1
+            242      211 +1.67e-01,+2.33e-01,-3.49e+01,+3.49e+01   1
 GenVertex:      -84 ID:    0 (X,cT):0
  I: 1       169     -311 -5.45e-01,+2.59e-01,-8.99e+01,+8.99e+01   2       -84
- O: 1       243      130 -5.45e-01,+2.59e-01,-8.99e+01,+8.99e+01   1     (nil)
+ O: 1       243      130 -5.45e-01,+2.59e-01,-8.99e+01,+8.99e+01   1
 Vertex:      -85 ID:    0 (X,cT)=+5.73e-06,-3.45e-06,-7.31e-03,+7.31e-03
  I: 1       174      111 +2.54e-01,-1.53e-01,-3.24e+02,+3.24e+02   2       -85
- O: 2       244       22 +1.63e-01,-5.83e-02,-2.39e+02,+2.39e+02   1     (nil)
-            245       22 +9.09e-02,-9.45e-02,-8.53e+01,+8.53e+01   1     (nil)
+ O: 2       245       22 +9.09e-02,-9.45e-02,-8.53e+01,+8.53e+01   1
+            244       22 +1.63e-01,-5.83e-02,-2.39e+02,+2.39e+02   1
 Vertex:      -86 ID:    0 (X,cT)=+4.34e-06,-1.51e-06,-7.14e-03,+7.14e-03
  I: 1       176      111 +1.84e-01,-6.41e-02,-3.04e+02,+3.04e+02   2       -86
- O: 2       246       22 +3.56e-02,-7.99e-02,-1.18e+02,+1.18e+02   1     (nil)
-            247       22 +1.49e-01,+1.58e-02,-1.86e+02,+1.86e+02   1     (nil)
+ O: 2       246       22 +3.56e-02,-7.99e-02,-1.18e+02,+1.18e+02   1
+            247       22 +1.49e-01,+1.58e-02,-1.86e+02,+1.86e+02   1
 Vertex:      -87 ID:    0 (X,cT)=+7.08e-05,+6.51e-05,-1.28e-01,+1.28e-01
  I: 1       179      111 +2.98e-01,+2.74e-01,-5.41e+02,+5.41e+02   2       -87
- O: 2       248       22 +1.81e-01,+2.40e-01,-4.18e+02,+4.18e+02   1     (nil)
-            249       22 +1.17e-01,+3.44e-02,-1.23e+02,+1.23e+02   1     (nil)
+ O: 2       248       22 +1.81e-01,+2.40e-01,-4.18e+02,+4.18e+02   1
+            249       22 +1.17e-01,+3.44e-02,-1.23e+02,+1.23e+02   1
 Vertex:      -88 ID:    0 (X,cT)=-6.24e-07,-3.92e-05,+4.48e-03,+4.48e-03
  I: 1       184      111 -2.63e-03,-1.65e-01,+1.89e+01,+1.89e+01   2       -88
- O: 2       250       22 -1.32e-02,-1.02e-02,+2.51e-01,+2.52e-01   1     (nil)
-            251       22 +1.06e-02,-1.55e-01,+1.86e+01,+1.86e+01   1     (nil)
+ O: 2       250       22 -1.32e-02,-1.02e-02,+2.51e-01,+2.52e-01   1
+            251       22 +1.06e-02,-1.55e-01,+1.86e+01,+1.86e+01   1
 Vertex:      -89 ID:    0 (X,cT)=+1.36e-04,+4.24e-05,+3.24e-03,+3.24e-03
  I: 1       191      111 +5.32e-01,+1.66e-01,+1.27e+01,+1.27e+01   2       -89
- O: 2       252       22 +1.83e-01,+1.10e-01,+5.73e+00,+5.73e+00   1     (nil)
-            253       22 +3.49e-01,+5.63e-02,+6.96e+00,+6.97e+00   1     (nil)
+ O: 2       252       22 +1.83e-01,+1.10e-01,+5.73e+00,+5.73e+00   1
+            253       22 +3.49e-01,+5.63e-02,+6.96e+00,+6.97e+00   1
 Vertex:      -90 ID:    0 (X,cT)=+3.53e-05,+9.71e-06,-6.05e-05,+1.41e-04
  I: 1       196      111 +3.92e-02,+1.08e-02,-6.72e-02,+1.56e-01   2       -90
- O: 2       254       22 +7.69e-02,+3.56e-02,-7.15e-02,+1.11e-01   1     (nil)
-            255       22 -3.77e-02,-2.48e-02,+4.24e-03,+4.53e-02   1     (nil)
+ O: 2       254       22 +7.69e-02,+3.56e-02,-7.15e-02,+1.11e-01   1
+            255       22 -3.77e-02,-2.48e-02,+4.24e-03,+4.53e-02   1
 Vertex:      -91 ID:    0 (X,cT)=+4.08e-05,+6.79e-06,-1.10e-04,+1.18e-04
  I: 1       198      111 +4.58e-01,+7.63e-02,-1.24e+00,+1.33e+00   2       -91
- O: 2       257       22 +3.37e-01,+1.15e-01,-8.96e-01,+9.65e-01   1     (nil)
-            256       22 +1.21e-01,-3.91e-02,-3.40e-01,+3.63e-01   1     (nil)
+ O: 2       256       22 +1.21e-01,-3.91e-02,-3.40e-01,+3.63e-01   1
+            257       22 +3.37e-01,+1.15e-01,-8.96e-01,+9.65e-01   1
 Vertex:      -92 ID:    0 (X,cT)=+5.61e-06,-8.66e-06,-6.40e-05,+6.49e-05
  I: 1       203      111 +1.70e-01,-2.62e-01,-1.93e+00,+1.96e+00   2       -92
- O: 3       258       22 +3.78e-02,-1.90e-02,-5.69e-01,+5.70e-01   1     (nil)
-            259       11 +1.27e-01,-2.18e-01,-1.21e+00,+1.24e+00   1     (nil)
-            260      -11 +4.80e-03,-2.48e-02,-1.54e-01,+1.56e-01   1     (nil)
+ O: 3       260      -11 +4.80e-03,-2.48e-02,-1.54e-01,+1.56e-01   1
+            258       22 +3.78e-02,-1.90e-02,-5.69e-01,+5.70e-01   1
+            259       11 +1.27e-01,-2.18e-01,-1.21e+00,+1.24e+00   1
 Vertex:      -93 ID:    0 (X,cT)=-1.44e+01,+6.94e+00,+7.21e+02,+7.22e+02
  I: 1       206      310 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -93
- O: 2       261      111 +9.20e-02,+1.32e-01,+2.25e+00,+2.26e+00   2       -97
-            262      111 -2.57e-01,-5.26e-02,+6.00e+00,+6.01e+00   2       -98
+ O: 2       262      111 -2.57e-01,-5.26e-02,+6.00e+00,+6.01e+00   2       -98
+            261      111 +9.20e-02,+1.32e-01,+2.25e+00,+2.26e+00   2       -97
 Vertex:      -94 ID:    0 (X,cT)=-7.78e+00,+1.06e+01,+1.70e+03,+1.70e+03
  I: 1       207      310 -2.08e-01,+2.83e-01,+4.52e+01,+4.53e+01   2       -94
  O: 2       263      111 -2.89e-01,+1.56e-01,+3.66e+01,+3.66e+01   2       -99
             264      111 +8.17e-02,+1.26e-01,+8.62e+00,+8.62e+00   2      -100
 Vertex:      -95 ID:    0 (X,cT)=-1.37e+01,-6.92e+00,-2.33e+00,+2.17e+01
  I: 1       212      310 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -95
- O: 2       265      211 -2.95e-01,-9.17e-02,+1.55e-01,+3.73e-01   1     (nil)
-            266     -211 -1.52e-01,-1.35e-01,-2.31e-01,+3.38e-01   1     (nil)
+ O: 2       265      211 -2.95e-01,-9.17e-02,+1.55e-01,+3.73e-01   1
+            266     -211 -1.52e-01,-1.35e-01,-2.31e-01,+3.38e-01   1
 Vertex:      -96 ID:    0 (X,cT)=+5.58e+00,+4.38e+01,+1.48e+02,+1.60e+02
  I: 1       217      310 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -96
  O: 2       267      111 +1.60e-01,+1.55e-01,+1.10e+00,+1.13e+00   2      -101
             268      111 -9.38e-02,+3.66e-01,+6.60e-01,+7.72e-01   2      -102
 Vertex:      -97 ID:    0 (X,cT)=-1.44e+01,+6.94e+00,+7.21e+02,+7.22e+02
  I: 1       261      111 +9.20e-02,+1.32e-01,+2.25e+00,+2.26e+00   2       -97
- O: 2       269       22 +1.66e-02,-2.70e-02,+2.39e-01,+2.41e-01   1     (nil)
-            270       22 +7.54e-02,+1.59e-01,+2.02e+00,+2.02e+00   1     (nil)
+ O: 2       269       22 +1.66e-02,-2.70e-02,+2.39e-01,+2.41e-01   1
+            270       22 +7.54e-02,+1.59e-01,+2.02e+00,+2.02e+00   1
 Vertex:      -98 ID:    0 (X,cT)=-1.44e+01,+6.94e+00,+7.21e+02,+7.22e+02
  I: 1       262      111 -2.57e-01,-5.26e-02,+6.00e+00,+6.01e+00   2       -98
- O: 2       271       22 -7.17e-02,-3.17e-02,+3.25e+00,+3.25e+00   1     (nil)
-            272       22 -1.85e-01,-2.09e-02,+2.76e+00,+2.76e+00   1     (nil)
+ O: 2       271       22 -7.17e-02,-3.17e-02,+3.25e+00,+3.25e+00   1
+            272       22 -1.85e-01,-2.09e-02,+2.76e+00,+2.76e+00   1
 Vertex:      -99 ID:    0 (X,cT)=-7.78e+00,+1.06e+01,+1.70e+03,+1.70e+03
  I: 1       263      111 -2.89e-01,+1.56e-01,+3.66e+01,+3.66e+01   2       -99
- O: 2       273       22 -9.96e-02,+2.50e-02,+6.20e+00,+6.20e+00   1     (nil)
-            274       22 -1.90e-01,+1.31e-01,+3.04e+01,+3.04e+01   1     (nil)
+ O: 2       273       22 -9.96e-02,+2.50e-02,+6.20e+00,+6.20e+00   1
+            274       22 -1.90e-01,+1.31e-01,+3.04e+01,+3.04e+01   1
 Vertex:     -100 ID:    0 (X,cT)=-7.78e+00,+1.06e+01,+1.70e+03,+1.70e+03
  I: 1       264      111 +8.17e-02,+1.26e-01,+8.62e+00,+8.62e+00   2      -100
- O: 2       275       22 +7.76e-02,+2.39e-03,+3.60e+00,+3.60e+00   1     (nil)
-            276       22 +4.09e-03,+1.24e-01,+5.01e+00,+5.02e+00   1     (nil)
+ O: 2       275       22 +7.76e-02,+2.39e-03,+3.60e+00,+3.60e+00   1
+            276       22 +4.09e-03,+1.24e-01,+5.01e+00,+5.02e+00   1
 Vertex:     -101 ID:    0 (X,cT)=+5.58e+00,+4.38e+01,+1.48e+02,+1.60e+02
  I: 1       267      111 +1.60e-01,+1.55e-01,+1.10e+00,+1.13e+00   2      -101
- O: 2       277       22 +1.49e-01,+9.93e-02,+5.70e-01,+5.98e-01   1     (nil)
-            278       22 +1.13e-02,+5.56e-02,+5.29e-01,+5.32e-01   1     (nil)
+ O: 2       277       22 +1.49e-01,+9.93e-02,+5.70e-01,+5.98e-01   1
+            278       22 +1.13e-02,+5.56e-02,+5.29e-01,+5.32e-01   1
 Vertex:     -102 ID:    0 (X,cT)=+5.58e+00,+4.38e+01,+1.48e+02,+1.60e+02
  I: 1       268      111 -9.38e-02,+3.66e-01,+6.60e-01,+7.72e-01   2      -102
- O: 2       279       22 -6.60e-02,+5.16e-02,+1.69e-01,+1.89e-01   1     (nil)
-            280       22 -2.77e-02,+3.15e-01,+4.91e-01,+5.84e-01   1     (nil)
+ O: 2       279       22 -6.60e-02,+5.16e-02,+1.69e-01,+1.89e-01   1
+            280       22 -2.77e-02,+3.15e-01,+4.91e-01,+5.84e-01   1
 ________________________________________________________________________________
 Stage 0->1 : 0 hits found in the muon chamber.
 ++++++++ event aborted
@@ -2073,3 +2192,5 @@ Stage 0->1 : 0 hits found in the muon chamber.
      0 hits are stored in ExN04CalorimeterHitsCollection.
      Total energy deposition in calorimeter : 0 (GeV)
      0 hits are stored in ExN04MuonHitsCollection.
+Graphics systems deleted.
+Visualization Manager deleting...
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmc_pygen.out b/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmc_pygen.out
index c3f49b72be2832079f31e5669b98c7dc4c8e1105..8a8f32ee15230fd26e00c8979682b8998ee0fac3 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmc_pygen.out
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmc_pygen.out
@@ -1,70 +1,59 @@
-**********************************************
- Geant4 version $Name: geant4-08-01 $
-                                (31-Jul-2002)
-             Copyright : Geant4 Collaboration
-**********************************************
 
-phot:  Total cross sections from Sandia parametrisation. 
-MuonMinusCaptureAtRest is created 
-
-compt:  Total cross sections from a parametrisation. Good description from 10 KeV to (100/Z) GeV. 
-       Scattered gamma energy according Klein-Nishina.
-        PhysicsTables from 1 keV to 100 GeV in 80 bins. 
-
-conv:  Total cross sections from a parametrisation. Good description from 1.5 MeV to 100 GeV for all Z. 
-        e+e- energies according Bethe-Heitler
-        PhysicsTables from 1.022 MeV to 100 GeV in 100 bins. 
-
-eBrem:  Total cross sections from a NEW parametrisation based on the EEDL data library. 
- Good description from 1 KeV to 100 GeV.
-        log scale extrapolation above 100 GeV 
-        Gamma energy sampled from a parametrised formula.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-eIoni:  delta cross sections from Moller+Bhabha. Good description from 1 KeV to 100 GeV.
-        delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
-
-annihil:  Total cross section from Heilter formula(annihilation into 2 photons).
-        gamma energies sampled according Heitler
-        PhysicsTables from 10 keV to 10 TeV in 100 bins. 
-
-annihil:  Total cross section from Heilter formula(annihilation into 2 photons).
-        gamma energies sampled according Heitler
-        PhysicsTables from 10 keV to 10 TeV in 100 bins. 
-
-hIoni:    Knock-on electron cross sections . 
-         Good description above the mean excitation energy.
-         delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
-
-MuIoni:    Knock-on electron cross sections . 
-         Good description above the mean excitation energy.
-         delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-MuBrems:  theoretical cross section 
-          Good description up to 1000 PeV.
-    PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-MuPairProd:  theoretical cross sections 
-          Good description up to 1000 PeV.
-    PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
+*************************************************************
+ Geant4 version Name: geant4-08-01-ref-00    (30-June-2006)
+                      Copyright : Geant4 Collaboration
+                      Reference : NIM A 506 (2003), 250-303
+                            WWW : http://cern.ch/geant4
+*************************************************************
+
+
+<<< Geant4 Physics List engine packaging library: PACK 5.1
+<<< Geant4 Physics List simulation engine: QGSP 3.1
+
+Visualization Manager instantiating...
+Visualization Manager initialising...
+Registering graphics systems...
+
+You have successfully registered the following graphics systems.
+Current available graphics systems are:
+  ASCIITree (ATree)
+  DAWNFILE (DAWNFILE)
+  GAGTree (GAGTree)
+  G4HepRep (HepRepXML)
+  G4HepRepFile (HepRepFile)
+  RayTracer (RayTracer)
+  VRML1FILE (VRML1FILE)
+  VRML2FILE (VRML2FILE)
+  FukuiRenderer (DAWN)
+  OpenGLImmediateX (OGLIX)
+  OpenGLStoredX (OGLSX)
+  OpenGLImmediateXm (OGLIXm)
+  OpenGLStoredXm (OGLSXm)
+  OpenInventorXt (OIX)
+  RayTracerX (RayTracerX)
+  VRML1 (VRML1)
+  VRML2 (VRML2)
+
+Registering model factories...
+
+You have successfully registered the following model factories.
+Registered model factories:
+  generic
+  drawByCharge
+  drawByParticleID
+  drawByOriginVolume
+
+Registered models: 
+  None
+
+Registered filter factories:
+  chargeFilter
+  particleFilter
+  originVolumeFilter
+
+Registered filters:
+  None
+
 current generator type: pythia
 1                                                                              
  ******************************************************************************
@@ -187,38 +176,193 @@ current generator type: pythia
            ==========================================================
 
  ********************** PYINIT: initialization completed **********************
+
+phot:  Total cross sections from Sandia parametrisation. 
+
+compt:  Total cross sections has a good parametrisation from 10 KeV to (100/Z) GeV
+      Sampling according Klein-Nishina model
+      tables are built for  gamma
+      Lambda tables from 100 eV  to 100 GeV in 90 bins.
+
+conv:  Total cross sections has a good parametrisation from 1.5 MeV to 100 GeV for all Z;
+      sampling secondary e+e- according to the Bethe-Heitler model
+      tables are built for  gamma
+      Lambda tables from 1.022 MeV to 100 GeV in 100 bins.
+
+msc:  Model variant of multiple scattering for e-
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+eIoni:   tables are built for  e-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+eBrem:   tables are built for  e-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Total cross sections from a parametrisation based on the EEDL data library. 
+      Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV.
+
+eIoni:   tables are built for  e+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+eBrem:   tables are built for  e+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Total cross sections from a parametrisation based on the EEDL data library. 
+      Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV.
+
+annihil:       Heilter model of formula of annihilation into 2 photons
+      tables are built for  e+
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+
+msc:  Model variant of multiple scattering for proton
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+hIoni:   tables are built for  proton
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for GenericIon
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+ionIoni:   tables are built for  GenericIon
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for alpha particles below.
+      Stopping Power data for 8 ion/material pairs are used.
+      Step function: finalRange(mm)= 0.1, dRoverRange= 0.1, integral: 1
+
+hIoni:   tables are built for  anti_proton
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for mu+
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+muIoni:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, 
+      radiative corrections for E > 1 GeV
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+muBrems:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muPairProd:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muIoni:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, 
+      radiative corrections for E > 1 GeV
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+muBrems:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muPairProd:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+hIoni:   tables are built for  pi+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 0.297504 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for pi-
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+hIoni:   tables are built for  pi-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 0.297504 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+### Run 0 start.
 Stage 0->1 : 1 hits found in the muon chamber.
-Stage 1->2 : 1 isolated muon found.
+Stage 1->2 : 0 isolated muon found.
+++++++++ event aborted
 >>> Event 0
-     107 hits are stored in ExN04TrackerHitsCollection.
-     45 hits are stored in ExN04CalorimeterHitsCollection.
-     Total energy deposition in calorimeter : 0.892332 (GeV)
+     213 hits are stored in ExN04TrackerHitsCollection.
+     21 hits are stored in ExN04CalorimeterHitsCollection.
+     Total energy deposition in calorimeter : 0.49951823 (GeV)
      1 hits are stored in ExN04MuonHitsCollection.
-Stage 0->1 : 1 hits found in the muon chamber.
-Stage 1->2 : 1 isolated muon found.
+Stage 0->1 : 0 hits found in the muon chamber.
+++++++++ event aborted
 >>> Event 1
-     179 hits are stored in ExN04TrackerHitsCollection.
-     67 hits are stored in ExN04CalorimeterHitsCollection.
-     Total energy deposition in calorimeter : 1.15456 (GeV)
-     1 hits are stored in ExN04MuonHitsCollection.
+     0 hits are stored in ExN04TrackerHitsCollection.
+     14 hits are stored in ExN04CalorimeterHitsCollection.
+     Total energy deposition in calorimeter : 0.20789644 (GeV)
+     0 hits are stored in ExN04MuonHitsCollection.
 Stage 0->1 : 1 hits found in the muon chamber.
 Stage 1->2 : 1 isolated muon found.
 >>> Event 2
-     176 hits are stored in ExN04TrackerHitsCollection.
-     84 hits are stored in ExN04CalorimeterHitsCollection.
-     Total energy deposition in calorimeter : 1.33361 (GeV)
+     129 hits are stored in ExN04TrackerHitsCollection.
+     45 hits are stored in ExN04CalorimeterHitsCollection.
+     Total energy deposition in calorimeter : 1.808844 (GeV)
      1 hits are stored in ExN04MuonHitsCollection.
 Stage 0->1 : 1 hits found in the muon chamber.
-Stage 1->2 : 1 isolated muon found.
+Stage 1->2 : 0 isolated muon found.
+++++++++ event aborted
 >>> Event 3
-     90 hits are stored in ExN04TrackerHitsCollection.
-     80 hits are stored in ExN04CalorimeterHitsCollection.
-     Total energy deposition in calorimeter : 0.953729 (GeV)
+     166 hits are stored in ExN04TrackerHitsCollection.
+     21 hits are stored in ExN04CalorimeterHitsCollection.
+     Total energy deposition in calorimeter : 0.45672857 (GeV)
      1 hits are stored in ExN04MuonHitsCollection.
 Stage 0->1 : 1 hits found in the muon chamber.
 Stage 1->2 : 1 isolated muon found.
 >>> Event 4
-     346 hits are stored in ExN04TrackerHitsCollection.
-     167 hits are stored in ExN04CalorimeterHitsCollection.
-     Total energy deposition in calorimeter : 2.95158 (GeV)
+     177 hits are stored in ExN04TrackerHitsCollection.
+     35 hits are stored in ExN04CalorimeterHitsCollection.
+     Total energy deposition in calorimeter : 0.78347475 (GeV)
      1 hits are stored in ExN04MuonHitsCollection.
+1********* PYSTAT:  Statistics on Number of Events and Cross-sections *********
+
+ ==============================================================================
+ I                                  I                            I            I
+ I            Subprocess            I      Number of points      I    Sigma   I
+ I                                  I                            I            I
+ I----------------------------------I----------------------------I    (mb)    I
+ I                                  I                            I            I
+ I N:o Type                         I    Generated         Tried I            I
+ I                                  I                            I            I
+ ==============================================================================
+ I                                  I                            I            I
+ I   0 All included subprocesses    I            5            10 I  6.034E-12 I
+ I 102 g + g -> h0                  I            2             4 I  2.874E-12 I
+ I 123 f + f' -> f + f' + h0        I            1             1 I  6.634E-13 I
+ I 124 f + f' -> f" + f"' + h0      I            2             5 I  2.497E-12 I
+ I                                  I                            I            I
+ ==============================================================================
+
+ ********* Fraction of events that fail fragmentation cuts =  0.00000 *********
+
+Graphics systems deleted.
+Visualization Manager deleting...
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04RunAction.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04RunAction.hh
index 234255386b87beb10f3a8576da0e2e16f04fa0a5..30323a43f5fea07288268ea4e3ec467cbf4dd424 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04RunAction.hh
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04RunAction.hh
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: ExN04RunAction.hh,v 1.2 2006/06/29 17:04:55 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: ExN04RunAction.hh,v 1.3 2006/07/05 11:06:36 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 // 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -48,7 +48,6 @@ class ExN04RunAction : public G4UserRunAction
 
   public:
     void BeginOfRunAction(const G4Run*);
-    void EndOfRunAction(const G4Run*);
 };
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04EventAction.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04EventAction.cc
index f6e4f4ba73fafb5dba8ef29b38a2190813f66ae2..a45a9cd5bbc0502abfd30725d942177c4da87d1d 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04EventAction.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04EventAction.cc
@@ -67,24 +67,6 @@ void ExN04EventAction::EndOfEventAction(const G4Event* evt)
 {
   G4cout << ">>> Event " << evt->GetEventID() << G4endl;
   
-  // get number of stored trajectories
-  //
-  G4TrajectoryContainer* trajectoryContainer = evt->GetTrajectoryContainer();
-  G4int n_trajectories = 0;
-  if (trajectoryContainer) n_trajectories = trajectoryContainer->entries();
-  
-  // extract the trajectories and draw them
-  //
-  if (G4VVisManager::GetConcreteInstance())
-    {
-     for (G4int i=0; i<n_trajectories; i++) 
-        { G4Trajectory* trj = (G4Trajectory*)
-	                            ((*(evt->GetTrajectoryContainer()))[i]);
-          trj->DrawTrajectory(50);
-        }
-    }
-    
-    
   if(trackerCollID<0||calorimeterCollID<0||muonCollID<0) return;
 
   G4HCofThisEvent * HCE = evt->GetHCofThisEvent();
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04PrimaryGeneratorAction.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04PrimaryGeneratorAction.cc
index efe143821192169e5a9b8794adc31b62b79776ed..16b63823942242ae37df277be2ef36de1cd33ce0 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04PrimaryGeneratorAction.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04PrimaryGeneratorAction.cc
@@ -26,7 +26,7 @@
 // ====================================================================
 //
 //   ExN04PrimaryGeneratorAction.cc
-//   $Id: ExN04PrimaryGeneratorAction.cc,v 1.4 2006/06/29 17:06:08 gunter Exp $
+//   $Id: ExN04PrimaryGeneratorAction.cc,v 1.5 2006/07/05 11:06:36 gcosmo Exp $
 //
 // ====================================================================
 #include "ExN04PrimaryGeneratorAction.hh"
@@ -45,8 +45,11 @@ ExN04PrimaryGeneratorAction::ExN04PrimaryGeneratorAction()
   currentGenerator= particleGun= new G4ParticleGun();
   currentGeneratorName= "particleGun";
   hepmcAscii= new HepMCG4AsciiReader();
+#ifdef G4LIB_USE_PYTHIA
   pythiaGen= new HepMCG4PythiaInterface();
-
+#else
+  pythiaGen= 0;
+#endif
   gentypeMap["particleGun"]= particleGun;
   gentypeMap["hepmcAscii"]= hepmcAscii;
   gentypeMap["pythia"]= pythiaGen;
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04RunAction.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04RunAction.cc
index ccdb6da817f21eaef67af1e7dd950236e65f58d9..f51b91a204e23f169066fe151beeeba4352e5d2e 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04RunAction.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04RunAction.cc
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: ExN04RunAction.cc,v 1.2 2006/06/29 17:06:13 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: ExN04RunAction.cc,v 1.3 2006/07/05 11:06:36 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 // 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -55,22 +55,6 @@ void ExN04RunAction::BeginOfRunAction(const G4Run* aRun)
   G4cout << "### Run " << aRun->GetRunID() << " start." << G4endl;
   
   G4RunManager::GetRunManager()->SetRandomNumberStore(true);
-
-  if (G4VVisManager::GetConcreteInstance())
-    {
-      G4UImanager* UI = G4UImanager::GetUIpointer();
-      UI->ApplyCommand("/vis/scene/notifyHandlers");
-    } 
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-void ExN04RunAction::EndOfRunAction(const G4Run*)
-{
-  if (G4VVisManager::GetConcreteInstance())
-    {
-     G4UImanager::GetUIpointer()->ApplyCommand("/vis/viewer/update");
-    }
 }
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/HepMCG4PythiaInterface.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/HepMCG4PythiaInterface.cc
index 97115e45c01935577ecd0064dd4389755ffd53db..77fc7cf60a93cb2bc2a64a396c3a55f2480c4b30 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/HepMCG4PythiaInterface.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/HepMCG4PythiaInterface.cc
@@ -26,9 +26,12 @@
 // ====================================================================
 //
 //   HepMCG4PythiaInterface.cc
-//   $Id: HepMCG4PythiaInterface.cc,v 1.4 2006/06/29 17:06:43 gunter Exp $
+//   $Id: HepMCG4PythiaInterface.cc,v 1.5 2006/07/05 11:06:36 gcosmo Exp $
 //
 // ====================================================================
+
+#ifdef G4LIB_USE_PYTHIA
+
 #include "HepMCG4PythiaInterface.hh"
 #include "HepMCG4PythiaMessenger.hh"
 
@@ -162,3 +165,4 @@ void HepMCG4PythiaInterface::Print() const
   G4cout << "PythiaInterface::Print()..." << G4endl;
 }
 
+#endif
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/HepMCG4PythiaMessenger.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/HepMCG4PythiaMessenger.cc
index c3063c6617db4e8cecdc2e63937f36e48c49f537..156b7e98af21b853c445182136793ced5a785264 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/HepMCG4PythiaMessenger.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/HepMCG4PythiaMessenger.cc
@@ -26,9 +26,12 @@
 // ====================================================================
 //
 //   HepMCG4PythiaMessenger.cc
-//   $Id: HepMCG4PythiaMessenger.cc,v 1.5 2006/06/29 17:06:45 gunter Exp $
+//   $Id: HepMCG4PythiaMessenger.cc,v 1.6 2006/07/05 11:06:36 gcosmo Exp $
 //
 // ====================================================================
+
+#ifdef G4LIB_USE_PYTHIA
+
 #include "HepMCG4PythiaMessenger.hh"
 #include "HepMCG4PythiaInterface.hh"
 
@@ -215,3 +218,4 @@ G4String HepMCG4PythiaMessenger::GetCurrentValue(G4UIcommand* command)
   return cv;
 }
 
+#endif
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/vis.mac b/examples/extended/eventgenerator/HepMC/HepMCEx01/vis.mac
index aacc1b037bf85a62cede8b9d4a21043b838ae652..aca6dd7eb6d7d721a68929a8fa9538090b62a3ef 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx01/vis.mac
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/vis.mac
@@ -25,7 +25,14 @@
 /vis/viewer/flush
 #
 # for drawing the tracks
+# Draw trajectories at end of event, showing trajectory points as
+# markers of size 2 pixels (parameter/1000).
+/vis/scene/add/trajectories 2000
 # (if too many tracks cause core dump => storeTrajectory 0)
 /tracking/storeTrajectory 1
 /vis/scene/endOfEventAction accumulate
-
+#
+# Refresh ready for run
+/vis/viewer/refresh
+#
+# Now ready for /run/beamOn.
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/GNUmakefile b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/GNUmakefile
index c27f28030c85f618eb469bbefe7e7f75171d8f5a..4dc241b2f7dfbf1bf835273a06f6e03243f59f6b 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/GNUmakefile
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.1 2002/11/19 10:37:08 murakami Exp $
+# $Id: GNUmakefile,v 1.2 2006/07/05 11:41:20 gcosmo Exp $
 # --------------------------------------------------------------
 # GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
 # --------------------------------------------------------------
@@ -15,34 +15,7 @@ all : lib bin
 
 include $(G4INSTALL)/config/binmake.gmk
 
-# check gcc
-USE_GCC := 0
-ifeq ($(G4SYSTEM),Linux-g++)
-  USE_GCC := 1
-endif
-ifeq ($(G4SYSTEM),Linux-egcs)
-  USE_GCC := 1
-endif
-
-# PYTHIA
-  CERNLIB_DIR := /cern/pro/lib
-
-ifeq ($(USE_GCC),1)
-  LDLIBS1     += -L$(CERNLIB_DIR) -lpythia6 -lg2c
-else
-  LDLIBS1     += -L$(CERNLIB_DIR) -lpythia6 # and something?
-endif
-
-CXXFLAGS_WITHOUT_O := $(filter-out -O% , $(CXXFLAGS))
-CXXFLAGS_WITHOUT_O := $(filter-out +O% , $(CXXFLAGS_WITHOUT_O))
-
-# On HP-acc optimization has to be turned off to compile ExN04HadronPhysics.
+# Path for PYTHIA Fortran library. Based on CERNLIB-2005.
+# Add "/cern/pro/bin" to $PATH first !
 #
-ifeq ($(G4SYSTEM),HP-aCC)
-  COMPILER := $(shell aCC -V 2>&1)
-ifeq ($(COMPILER), aCC: HP ANSI C++ B3910B A.01.15)
-$(G4TMP)/$(G4SYSTEM)/$(name)/XXHadronPhysics.o: src/XXHadronPhysics.cc
-	$(CXX) $(CXXFLAGS_WITHOUT_O) $(CPPFLAGS) -c $(OUT_OBJ)$@ src/XXHadronPhysics.cc
-endif
-endif
-
+LDLIBS1     += $(shell cernlib -v pro pythia6205 pdflib804 mathlib) -lg2c
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/History b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/History
index 1d285c7d151fd05dbe8dabb2cc6799f4129062a7..217ed11efb32c30a53f81af1ba76c4e2615dfe3d 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/History
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/History
@@ -1,4 +1,4 @@
-$Id: History,v 1.6 2005/12/06 13:50:16 gcosmo Exp $
+$Id: History,v 1.7 2006/07/05 11:43:27 gcosmo Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -15,29 +15,34 @@ track of all tags.
      * Reverse chronological order (last date on top), please *
      ----------------------------------------------------------
 
-Dec. 6th, 2005  G.Cosmo
+Jul, 5th, 2006 G.Cosmo  (exHepMC-V08-01-00)
+- Updated to current version of exampleN02 for physics lists.
+  Now working with release series 8.
+- Corrected GNUmakefile, now requiring CERNLIB 2005 for PYTHIA-8.0.4.
+
+Dec, 6th, 2005  G.Cosmo
 - Trivial changes for support of CLHEP-2.0.X series.
 
-May 3rd, 2005  J.Allison  (examples-V07-00-03)
+May, 3rd, 2005  J.Allison  (examples-V07-00-03)
 - Replaced vis manager with G4VisExecutive.
 
 Dec, 3rd, 2004  G.Cosmo
 - Implemented migration to <cmath>.
 
-Nov 13th, 2003  J.Allison
+Nov, 13th, 2003  J.Allison
 - Reconstructed Vis Manager.
 
-Jul. 4th, 2003  G.Cosmo (exHepMC-V05-02-00)
+Jul, 4th, 2003  G.Cosmo (exHepMC-V05-02-00)
 - fixed compilation errors due to incorrect code migration from g4std wrappers.
 - fixed pedantic compilation warnings on Linux-g++.
 
-Nov. 19th, 2002  K.Murakami
+Nov, 19th, 2002  K.Murakami
 - modified physics lists as is ExN04.
 - "std" namespace left/not cared was modified to "G4std".
 
-May. 28th, 2002  K.Murakami
+May, 28th, 2002  K.Murakami
 - rename classes and filenames.
 
-Apr. 15th, 02  K.Murakami
+Apr, 15th, 02  K.Murakami
 
 - Created.
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/README b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/README
index 98cb62a824388fde9e74cf5191760dae64d330ae..9353f80b1a26ae21ffb5bb57f1176c5933e0155d 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/README
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.1 2002/11/19 10:38:06 murakami Exp $
+$Id: README,v 1.2 2006/07/05 11:41:21 gcosmo Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -40,3 +40,5 @@ ExN04PhysicsList.
 
   All particles except muons are killed in the calorimeter section.
 
+NOTE: it requires the installation of CERNLIB 2005 in the system and proper
+      access to the "/cern/pro/bin" path included in $PATH.
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmcEx02-clhep.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmcEx02-clhep.cc
index cfc0cf62c39b9d1f6cb84767f06e1aa747301937..648bf01904aa69f9f1a13380799015e50d727aeb 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmcEx02-clhep.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmcEx02-clhep.cc
@@ -24,17 +24,12 @@
 // ********************************************************************
 //
 //
-// $Id: hepmcEx02-clhep.cc,v 1.3 2006/06/29 17:12:30 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: hepmcEx02-clhep.cc,v 1.4 2006/07/05 11:41:21 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 // 
 // --------------------------------------------------------------
 //      GEANT 4 - example of HepMC-interface
-//
-// --------------------------------------------------------------
-// Comments
-//
-// 
 // --------------------------------------------------------------
 
 #include "G4RunManager.hh"
@@ -56,25 +51,37 @@ int main(int argc, char** argv)
 {
   G4RunManager* runManager= new G4RunManager;
 
-  runManager-> SetUserInitialization(new H02DetectorConstruction);
-  runManager-> SetUserInitialization(new H02PhysicsList);
+  // User Initialization classes (mandatory)
+  //
+  G4VUserDetectorConstruction* detector = new H02DetectorConstruction;
+  runManager-> SetUserInitialization(detector);
+  //
+  G4VUserPhysicsList* physics = new H02PhysicsList;
+  runManager-> SetUserInitialization(physics);
 
   runManager-> Initialize();
 
-  runManager-> SetUserAction(new H02PrimaryGeneratorAction);
-  runManager-> SetUserAction(new H02EventAction);
-  runManager-> SetUserAction(new H02SteppingAction);
+  // User Action classes
+  //
+  G4VUserPrimaryGeneratorAction* gen_action = new H02PrimaryGeneratorAction;
+  runManager-> SetUserAction(gen_action);
+  //
+  G4UserEventAction* event_action = new H02EventAction;
+  runManager-> SetUserAction(event_action);
+  //
+  G4UserSteppingAction* stepping_action = new H02SteppingAction;
+  runManager-> SetUserAction(stepping_action);
 
 #ifdef G4VIS_USE
-  // initialize visualization package
+  // Initialize visualization package
+  //
   G4VisManager* visManager= new G4VisExecutive;
   visManager-> Initialize();
   G4cout << G4endl;
 #endif
 
-  if(argc==1) {
-    // G4UIterminal is a (dumb) terminal.
-
+  if(argc==1)  // G4UIterminal is a (dumb) terminal
+  {
 #ifdef QERAUOY
     G4UItcsh* tcsh= new
       G4UItcsh("hepmcEx02(%s)[%/]:");
@@ -87,13 +94,19 @@ int main(int argc, char** argv)
     session->SessionStart();
     delete session;
 
-  } else {
+  }
+  else  // Batch mode
+  {
     G4UImanager* UImanager= G4UImanager::GetUIpointer();
     G4String command= "/control/execute ";
     G4String fileName= argv[1];
     UImanager-> ApplyCommand(command+fileName);
   }
 
+  // Free the store: user actions, physics_list and detector_description are
+  //                 owned and deleted by the run manager, so they should not
+  //                 be deleted in the main() program !
+
 #ifdef G4VIS_USE
   delete visManager;
 #endif
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmc_ascii.out b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmc_ascii.out
index 2ae055e7eace4c423bc99af8c5ed98a2762b3b11..198350c326e51a852a5912fcb3bcbd02270daabd 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmc_ascii.out
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmc_ascii.out
@@ -1,110 +1,220 @@
-**********************************************
- Geant4 version $Name: geant4-08-01 $
-                                (31-Jul-2002)
-             Copyright : Geant4 Collaboration
-**********************************************
 
-phot:  Total cross sections from Sandia parametrisation. 
-MuonMinusCaptureAtRest is created 
-
-compt:  Total cross sections from a parametrisation. Good description from 10 KeV to (100/Z) GeV. 
-       Scattered gamma energy according Klein-Nishina.
-        PhysicsTables from 1 keV to 100 GeV in 80 bins. 
-
-conv:  Total cross sections from a parametrisation. Good description from 1.5 MeV to 100 GeV for all Z. 
-        e+e- energies according Bethe-Heitler
-        PhysicsTables from 1.022 MeV to 100 GeV in 100 bins. 
-
-eBrem:  Total cross sections from a NEW parametrisation based on the EEDL data library. 
- Good description from 1 KeV to 100 GeV.
-        log scale extrapolation above 100 GeV 
-        Gamma energy sampled from a parametrised formula.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-eIoni:  delta cross sections from Moller+Bhabha. Good description from 1 KeV to 100 GeV.
-        delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
-
-annihil:  Total cross section from Heilter formula(annihilation into 2 photons).
-        gamma energies sampled according Heitler
-        PhysicsTables from 10 keV to 10 TeV in 100 bins. 
-
-annihil:  Total cross section from Heilter formula(annihilation into 2 photons).
-        gamma energies sampled according Heitler
-        PhysicsTables from 10 keV to 10 TeV in 100 bins. 
-
-hIoni:    Knock-on electron cross sections . 
-         Good description above the mean excitation energy.
-         delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
+*************************************************************
+ Geant4 version Name: geant4-08-01-ref-00    (30-June-2006)
+                      Copyright : Geant4 Collaboration
+                      Reference : NIM A 506 (2003), 250-303
+                            WWW : http://cern.ch/geant4
+*************************************************************
 
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
-
-MuIoni:    Knock-on electron cross sections . 
-         Good description above the mean excitation energy.
-         delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-MuBrems:  theoretical cross section 
-          Good description up to 1000 PeV.
-    PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-MuPairProd:  theoretical cross sections 
-          Good description up to 1000 PeV.
-    PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
 Visualization Manager instantiating...
 Visualization Manager initialising...
 Registering graphics systems...
-*  Visualizaton Driver: DAWN
-*  Visualizaton Driver: VRML1/2
-*  Visualizaton Driver: VRML1/2 File
 
-You have successfully chosen to use the following graphics systems.
+You have successfully registered the following graphics systems.
 Current available graphics systems are:
   ASCIITree (ATree)
   DAWNFILE (DAWNFILE)
+  GAGTree (GAGTree)
+  G4HepRep (HepRepXML)
+  G4HepRepFile (HepRepFile)
+  RayTracer (RayTracer)
+  VRML1FILE (VRML1FILE)
+  VRML2FILE (VRML2FILE)
+  FukuiRenderer (DAWN)
   OpenGLImmediateX (OGLIX)
   OpenGLStoredX (OGLSX)
   OpenGLImmediateXm (OGLIXm)
   OpenGLStoredXm (OGLSXm)
+  OpenInventorXt (OIX)
+  RayTracerX (RayTracerX)
   VRML1 (VRML1)
   VRML2 (VRML2)
-  VRML1FILE (VRML1FILE)
-  VRML2FILE (VRML2FILE)
+
+Registering model factories...
+
+You have successfully registered the following model factories.
+Registered model factories:
+  generic
+  drawByCharge
+  drawByParticleID
+  drawByOriginVolume
+
+Registered models: 
+  None
+
+Registered filter factories:
+  chargeFilter
+  particleFilter
+  originVolumeFilter
+
+Registered filters:
+  None
+
 
 current generator type: hepmcAscii
 HepMC Ascii inputfile: data/example_MyPythia.dat
+
+phot:  Total cross sections from Sandia parametrisation. 
+
+compt:  Total cross sections has a good parametrisation from 10 KeV to (100/Z) GeV
+      Sampling according Klein-Nishina model
+      tables are built for  gamma
+      Lambda tables from 100 eV  to 100 GeV in 90 bins.
+
+conv:  Total cross sections has a good parametrisation from 1.5 MeV to 100 GeV for all Z;
+      sampling secondary e+e- according to the Bethe-Heitler model
+      tables are built for  gamma
+      Lambda tables from 1.022 MeV to 100 GeV in 100 bins.
+
+msc:  Model variant of multiple scattering for e-
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+eIoni:   tables are built for  e-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+eBrem:   tables are built for  e-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Total cross sections from a parametrisation based on the EEDL data library. 
+      Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV.
+
+eIoni:   tables are built for  e+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+eBrem:   tables are built for  e+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Total cross sections from a parametrisation based on the EEDL data library. 
+      Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV.
+
+annihil:       Heilter model of formula of annihilation into 2 photons
+      tables are built for  e+
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+
+msc:  Model variant of multiple scattering for proton
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+hIoni:   tables are built for  proton
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+hIoni:   tables are built for  anti_proton
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for mu+
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+muIoni:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, 
+      radiative corrections for E > 1 GeV
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+muBrems:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muPairProd:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muIoni:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, 
+      radiative corrections for E > 1 GeV
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+muBrems:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muPairProd:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+hIoni:   tables are built for  pi+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 0.297504 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for pi-
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+hIoni:   tables are built for  pi-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 0.297504 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+========= Table of registered couples ==============================
+
+Index : 0     used in the geometry : Yes     recalculation needed : No 
+ Material : Air
+ Range cuts        :  gamma 1 cm     e- 1 cm     e+ 1 cm 
+ Energy thresholds :  gamma 990 eV     e- 8.07135 keV    e+ 8.07135 keV
+ Region(s) which use this couple : 
+    DefaultRegionForTheWorld
+
+Index : 1     used in the geometry : Yes     recalculation needed : No 
+ Material : Lead
+ Range cuts        :  gamma 1 cm     e- 1 cm     e+ 1 cm 
+ Energy thresholds :  gamma 282.478 keV    e- 15.0137 MeV    e+ 13.9447 MeV
+ Region(s) which use this couple : 
+    DefaultRegionForTheWorld
+
+Index : 2     used in the geometry : Yes     recalculation needed : No 
+ Material : ArgonGas
+ Range cuts        :  gamma 1 cm     e- 1 cm     e+ 1 cm 
+ Energy thresholds :  gamma 990 eV     e- 10.3667 keV    e+ 10.2399 keV
+ Region(s) which use this couple : 
+    DefaultRegionForTheWorld
+
+====================================================================
+
 ________________________________________________________________________________
 GenEvent: #1 ID=20 SignalProcessGenVertex Barcode: 0
  Current Memory Usage: 1 events, 78 vertices, 210 particles.
  Entries this event: 78 vertices, 210 particles.
  RndmState(0)=
  Wgts(0)=
- EventScale -1 GeV 	 alphaQCD=-1	 alphaQED=-1
+ EventScale -1 [energy] 	 alphaQCD=-1	 alphaQED=-1
                                     GenParticle Legend
         Barcode   PDG ID      ( Px,       Py,       Pz,     E ) Stat  DecayVtx
 ________________________________________________________________________________
 GenVertex:       -1 ID:    0 (X,cT):0
  I: 1         1     2212 +0.00e+00,+0.00e+00,+7.00e+03,+7.00e+03   3        -1
- O: 2        20     2101 +7.76e-01,+9.12e-01,+4.45e+03,+4.45e+03   2       -16
-              3        2 -7.76e-01,-9.12e-01,+1.88e+03,+1.88e+03   3        -3
+ O: 2         3        2 -7.76e-01,-9.12e-01,+1.88e+03,+1.88e+03   3        -3
+             20     2101 +7.76e-01,+9.12e-01,+4.45e+03,+4.45e+03   2       -16
 GenVertex:       -2 ID:    0 (X,cT):0
  I: 1         2     2212 +0.00e+00,+0.00e+00,-7.00e+03,+7.00e+03   3        -2
- O: 3        13     2214 +1.00e-00,+2.73e-02,-4.08e+03,+4.08e+03   2        -9
-              4       -1 -1.01e+00,-1.27e-02,-4.15e+00,+4.27e+00   3        -4
+ O: 3         4       -1 -1.01e+00,-1.27e-02,-4.15e+00,+4.27e+00   3        -4
+             13     2214 +1.00e-00,+2.73e-02,-4.08e+03,+4.08e+03   2        -9
              26        1 +8.08e-03,-1.46e-02,-2.46e+03,+2.46e+03   2       -16
 GenVertex:       -3 ID:    0 (X,cT):0
  I: 1         3        2 -7.76e-01,-9.12e-01,+1.88e+03,+1.88e+03   3        -3
@@ -120,21 +230,21 @@ GenVertex:       -4 ID:    0 (X,cT):0
 GenVertex:       -5 ID:    0 (X,cT):0
  I: 2         5        2 -5.02e+00,+1.15e+00,+1.48e+03,+1.48e+03   3        -5
               6       -1 +2.54e-02,+8.35e+00,+6.60e-01,+8.37e+00   3        -5
- O: 2         8       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   3        -7
-              7       22 -4.03e+00,-1.23e+00,+2.46e+02,+2.46e+02   3        -6
+ O: 2         7       22 -4.03e+00,-1.23e+00,+2.46e+02,+2.46e+02   3        -6
+              8       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   3        -7
 GenVertex:       -6 ID:    0 (X,cT):0
  I: 1         7       22 -4.03e+00,-1.23e+00,+2.46e+02,+2.46e+02   3        -6
- O: 1         9       22 -4.03e+00,-1.23e+00,+2.46e+02,+2.46e+02   1     (nil)
+ O: 1         9       22 -4.03e+00,-1.23e+00,+2.46e+02,+2.46e+02   1
 GenVertex:       -7 ID:    0 (X,cT):0
  I: 1         8       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   3        -7
  O: 1        10       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   2        -8
 GenVertex:       -8 ID:    0 (X,cT):0
  I: 1        10       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   2        -8
- O: 2        11      -13 -2.56e+01,+4.70e+01,+2.09e+02,+2.16e+02   1     (nil)
-             12       14 +2.47e+01,-3.63e+01,+1.02e+03,+1.02e+03   1     (nil)
+ O: 2        11      -13 -2.56e+01,+4.70e+01,+2.09e+02,+2.16e+02   1
+             12       14 +2.47e+01,-3.63e+01,+1.02e+03,+1.02e+03   1
 GenVertex:       -9 ID:    0 (X,cT):0
  I: 1        13     2214 +1.00e-00,+2.73e-02,-4.08e+03,+4.08e+03   2        -9
- O: 2        29     2212 +1.02e+00,+1.18e-01,-3.74e+03,+3.74e+03   1     (nil)
+ O: 2        29     2212 +1.02e+00,+1.18e-01,-3.74e+03,+3.74e+03   1
              30      111 -2.46e-02,-9.09e-02,-3.46e+02,+3.46e+02   2       -20
 GenVertex:      -10 ID:    0 (X,cT):0
  I: 2        14        1 +2.31e+00,+5.82e+00,+1.51e+02,+1.51e+02   2       -10
@@ -142,14 +252,14 @@ GenVertex:      -10 ID:    0 (X,cT):0
  O: 1        31       92 +0.00e+00,+0.00e+00,+1.97e+02,+1.97e+02   2       -11
 GenVertex:      -11 ID:    0 (X,cT):0
  I: 1        31       92 +0.00e+00,+0.00e+00,+1.97e+02,+1.97e+02   2       -11
- O: 8        32     -211 +2.54e-01,+1.65e+00,+3.42e+01,+3.42e+01   1     (nil)
-             33      211 +1.83e-01,-2.25e-01,+8.98e+00,+8.99e+00   1     (nil)
-             34     -211 +1.65e+00,+3.36e+00,+8.55e+01,+8.56e+01   1     (nil)
+ O: 8        32     -211 +2.54e-01,+1.65e+00,+3.42e+01,+3.42e+01   1
+             33      211 +1.83e-01,-2.25e-01,+8.98e+00,+8.99e+00   1
+             34     -211 +1.65e+00,+3.36e+00,+8.55e+01,+8.56e+01   1
              35      221 +1.53e-01,+1.01e-01,+1.68e+01,+1.68e+01   2       -21
-             36      211 -5.43e-01,+7.13e-02,+3.10e+00,+3.15e+00   1     (nil)
+             36      211 -5.43e-01,+7.13e-02,+3.10e+00,+3.15e+00   1
              37      221 -4.39e-01,-1.09e+00,+1.62e+01,+1.63e+01   2       -22
              38     -213 -1.18e+00,-2.20e+00,+1.67e+01,+1.70e+01   2       -23
-             39      211 -8.40e-02,-1.67e+00,+1.53e+01,+1.54e+01   1     (nil)
+             39      211 -8.40e-02,-1.67e+00,+1.53e+01,+1.54e+01   1
 GenVertex:      -12 ID:    0 (X,cT):0
  I: 2        16        2 -3.95e+00,-1.33e+00,+3.41e+01,+3.44e+01   2       -12
              17       -2 +3.95e+00,+1.33e+00,+4.38e+02,+4.38e+02   2       -12
@@ -157,10 +267,10 @@ GenVertex:      -12 ID:    0 (X,cT):0
 GenVertex:      -13 ID:    0 (X,cT):0
  I: 1        40       92 +0.00e+00,+0.00e+00,+4.72e+02,+4.72e+02   2       -13
  O: 8        41      221 -2.68e+00,-7.41e-01,+2.70e+01,+2.71e+01   2       -24
-             42      211 -1.08e+00,-1.77e-01,+8.94e+00,+9.00e+00   1     (nil)
+             42      211 -1.08e+00,-1.77e-01,+8.94e+00,+9.00e+00   1
              43      223 +7.31e-01,-2.42e-01,+2.97e+01,+2.97e+01   2       -25
              44     -213 +6.83e-02,+2.16e-01,+2.67e+01,+2.67e+01   2       -26
-             45      211 -7.62e-02,+3.34e-01,+9.98e+00,+9.98e+00   1     (nil)
+             45      211 -7.62e-02,+3.34e-01,+9.98e+00,+9.98e+00   1
              46      223 +1.18e+00,+7.67e-03,+1.59e+02,+1.59e+02   2       -27
              47     -213 +4.18e-01,+2.70e-01,+5.63e+01,+5.63e+01   2       -28
              48      111 +1.44e+00,+3.32e-01,+1.54e+02,+1.54e+02   2       -29
@@ -171,49 +281,49 @@ GenVertex:      -14 ID:    0 (X,cT):0
 GenVertex:      -15 ID:    0 (X,cT):0
  I: 1        49       92 +0.00e+00,+0.00e+00,-3.75e+02,+3.75e+02   2       -15
  O: 3        50      113 +1.57e+00,+2.83e+00,-6.11e+01,+6.12e+01   2       -30
-             51      211 +2.02e-01,+1.20e-01,-2.70e+01,+2.70e+01   1     (nil)
-             52     -211 -1.77e+00,-2.95e+00,-2.86e+02,+2.86e+02   1     (nil)
+             51      211 +2.02e-01,+1.20e-01,-2.70e+01,+2.70e+01   1
+             52     -211 -1.77e+00,-2.95e+00,-2.86e+02,+2.86e+02   1
 GenVertex:      -16 ID:    0 (X,cT):0
- I: 7        20     2101 +7.76e-01,+9.12e-01,+4.45e+03,+4.45e+03   2       -16
-             26        1 +8.08e-03,-1.46e-02,-2.46e+03,+2.46e+03   2       -16
+ I: 7        26        1 +8.08e-03,-1.46e-02,-2.46e+03,+2.46e+03   2       -16
              21       21 +1.46e+00,-3.91e-01,+1.09e+02,+1.09e+02   2       -16
              22       21 +3.11e+00,+2.32e-01,+1.46e+02,+1.47e+02   2       -16
              23       21 -1.09e-01,-1.87e+00,+8.61e+01,+8.61e+01   2       -16
              24       21 -5.37e-01,-6.68e+00,+4.75e+01,+4.79e+01   2       -16
              25       21 -7.11e-01,-1.71e+00,+1.08e+01,+1.10e+01   2       -16
+             20     2101 +7.76e-01,+9.12e-01,+4.45e+03,+4.45e+03   2       -16
  O: 1        53       92 +3.99e+00,-9.52e+00,+2.38e+03,+7.31e+03   2       -17
 GenVertex:      -17 ID:    0 (X,cT):0
  I: 1        53       92 +3.99e+00,-9.52e+00,+2.38e+03,+7.31e+03   2       -17
- O:31        54     2212 +8.22e-01,+7.58e-01,+2.86e+03,+2.86e+03   1     (nil)
+ O:31        54     2212 +8.22e-01,+7.58e-01,+2.86e+03,+2.86e+03   1
              55      113 -3.60e-01,-1.69e-01,+8.62e+02,+8.62e+02   2       -31
              56    -2214 +1.03e+00,+9.30e-02,+4.53e+02,+4.53e+02   2       -32
              57      223 -3.60e-01,+4.04e-01,+1.25e+02,+1.25e+02   2       -33
-             58     2212 +1.68e+00,-6.25e-01,+1.57e+02,+1.57e+02   1     (nil)
+             58     2212 +1.68e+00,-6.25e-01,+1.57e+02,+1.57e+02   1
              59     -213 +5.56e-01,+3.45e-01,+9.14e+01,+9.14e+01   2       -34
              60     -311 +6.88e-02,-2.98e-02,+3.77e+01,+3.77e+01   2       -35
              61      311 +5.59e-01,-2.32e-01,+5.88e+01,+5.88e+01   2       -36
-             62      211 +3.24e-01,-1.11e+00,+5.03e+01,+5.03e+01   1     (nil)
+             62      211 +3.24e-01,-1.11e+00,+5.03e+01,+5.03e+01   1
              63      113 -1.65e-02,-7.81e-02,+4.91e+00,+4.95e+00   2       -37
-             64     -211 +7.06e-01,-6.40e-01,+6.56e+01,+6.56e+01   1     (nil)
+             64     -211 +7.06e-01,-6.40e-01,+6.56e+01,+6.56e+01   1
              65      213 +4.72e-01,-4.39e-01,+1.44e+01,+1.44e+01   2       -38
              66     -213 -3.00e-01,-3.82e-01,+1.62e+01,+1.63e+01   2       -39
-             67      211 -4.39e-01,-3.19e+00,+2.48e+01,+2.50e+01   1     (nil)
-             68     -211 -1.40e-01,-1.20e-01,+4.92e-01,+5.44e-01   1     (nil)
+             67      211 -4.39e-01,-3.19e+00,+2.48e+01,+2.50e+01   1
+             68     -211 -1.40e-01,-1.20e-01,+4.92e-01,+5.44e-01   1
              69     -311 -2.66e-01,-2.65e+00,+2.07e+01,+2.08e+01   2       -40
              70      323 +1.09e-01,-8.86e-01,+4.66e+00,+4.83e+00   2       -41
              71      113 -4.98e-01,-2.28e-01,+1.70e+00,+1.96e+00   2       -42
              72     -323 -2.90e-01,-2.30e-01,+6.43e-01,+1.16e+00   2       -43
              73      311 +7.90e-02,-3.23e-02,-8.47e-01,+9.86e-01   2       -44
              74      113 +1.28e-01,+1.79e-01,-7.07e-01,+1.09e+00   2       -45
-             75    -2112 +2.40e-01,-6.43e-01,-2.35e+00,+2.62e+00   1     (nil)
-             76     2112 +1.43e-01,-2.20e-01,-2.23e+00,+2.43e+00   1     (nil)
+             75    -2112 +2.40e-01,-6.43e-01,-2.35e+00,+2.62e+00   1
+             76     2112 +1.43e-01,-2.20e-01,-2.23e+00,+2.43e+00   1
              77      221 -1.58e-01,+9.23e-01,-1.12e+01,+1.12e+01   2       -46
-             78      211 -3.97e-01,-5.01e-01,-1.11e+00,+1.29e+00   1     (nil)
+             78      211 -3.97e-01,-5.01e-01,-1.11e+00,+1.29e+00   1
              79      111 +2.87e-01,+2.82e-01,-1.04e+00,+1.12e+00   2       -47
              80      223 +4.06e-01,-2.45e-01,-3.51e+01,+3.51e+01   2       -48
-             81     -321 -6.14e-01,+2.77e-01,-2.28e+02,+2.28e+02   1     (nil)
+             81     -321 -6.14e-01,+2.77e-01,-2.28e+02,+2.28e+02   1
              82      323 +1.26e-01,-3.07e-01,-1.50e+03,+1.50e+03   2       -49
-             83     -321 +1.94e-01,+2.93e-01,-1.69e+02,+1.69e+02   1     (nil)
+             83     -321 +1.94e-01,+2.93e-01,-1.69e+02,+1.69e+02   1
              84      311 -9.36e-02,-1.11e-01,-5.09e+02,+5.09e+02   2       -50
 GenVertex:      -18 ID:    0 (X,cT):0
  I: 2        27       21 -1.37e-01,-5.99e+00,-1.38e+01,+1.51e+01   2       -18
@@ -221,23 +331,23 @@ GenVertex:      -18 ID:    0 (X,cT):0
  O: 1        85       92 +0.00e+00,+0.00e+00,-7.51e+01,+7.66e+01   2       -19
 GenVertex:      -19 ID:    0 (X,cT):0
  I: 1        85       92 +0.00e+00,+0.00e+00,-7.51e+01,+7.66e+01   2       -19
- O: 9        86    -2112 -3.84e-02,-2.48e+00,-7.98e+00,+8.41e+00   1     (nil)
-             87     2212 +1.88e-01,-2.14e+00,-4.49e+00,+5.07e+00   1     (nil)
+ O: 9        86    -2112 -3.84e-02,-2.48e+00,-7.98e+00,+8.41e+00   1
+             87     2212 +1.88e-01,-2.14e+00,-4.49e+00,+5.07e+00   1
              88     -213 +2.00e-01,-1.11e-01,-1.66e+00,+1.83e+00   2       -51
              89     -313 -6.26e-01,+1.37e+00,-1.29e+01,+1.30e+01   2       -52
-             90      321 +7.89e-02,+7.45e-01,-1.09e+01,+1.10e+01   1     (nil)
-             91     -211 +4.23e-02,+3.92e-01,-8.74e+00,+8.75e+00   1     (nil)
-             92      211 +6.44e-02,+3.67e-01,-1.38e+00,+1.43e+00   1     (nil)
-             93    -2212 +4.16e-02,+5.64e-01,-1.20e+01,+1.20e+01   1     (nil)
-             94     2112 +4.92e-02,+1.30e+00,-1.50e+01,+1.51e+01   1     (nil)
+             90      321 +7.89e-02,+7.45e-01,-1.09e+01,+1.10e+01   1
+             91     -211 +4.23e-02,+3.92e-01,-8.74e+00,+8.75e+00   1
+             92      211 +6.44e-02,+3.67e-01,-1.38e+00,+1.43e+00   1
+             93    -2212 +4.16e-02,+5.64e-01,-1.20e+01,+1.20e+01   1
+             94     2112 +4.92e-02,+1.30e+00,-1.50e+01,+1.51e+01   1
 Vertex:      -20 ID:    0 (X,cT)=-7.43e-06,-2.74e-05,-1.04e-01,+1.04e-01
  I: 1        30      111 -2.46e-02,-9.09e-02,-3.46e+02,+3.46e+02   2       -20
- O: 2        95       22 -4.57e-02,-1.20e-01,-2.72e+02,+2.72e+02   1     (nil)
-             96       22 +2.11e-02,+2.92e-02,-7.38e+01,+7.38e+01   1     (nil)
+ O: 2        95       22 -4.57e-02,-1.20e-01,-2.72e+02,+2.72e+02   1
+             96       22 +2.11e-02,+2.92e-02,-7.38e+01,+7.38e+01   1
 GenVertex:      -21 ID:    0 (X,cT):0
  I: 1        35      221 +1.53e-01,+1.01e-01,+1.68e+01,+1.68e+01   2       -21
- O: 3        97      211 +1.91e-01,+1.34e-01,+6.86e+00,+6.86e+00   1     (nil)
-             98     -211 -4.99e-02,-5.38e-02,+4.31e+00,+4.31e+00   1     (nil)
+ O: 3        97      211 +1.91e-01,+1.34e-01,+6.86e+00,+6.86e+00   1
+             98     -211 -4.99e-02,-5.38e-02,+4.31e+00,+4.31e+00   1
              99      111 +1.27e-02,+2.08e-02,+5.61e+00,+5.61e+00   2       -53
 GenVertex:      -22 ID:    0 (X,cT):0
  I: 1        37      221 -4.39e-01,-1.09e+00,+1.62e+01,+1.63e+01   2       -22
@@ -246,118 +356,118 @@ GenVertex:      -22 ID:    0 (X,cT):0
             102      111 -2.65e-01,-5.85e-01,+7.55e+00,+7.58e+00   2       -56
 GenVertex:      -23 ID:    0 (X,cT):0
  I: 1        38     -213 -1.18e+00,-2.20e+00,+1.67e+01,+1.70e+01   2       -23
- O: 2       103     -211 +5.93e-02,-7.99e-01,+3.99e+00,+4.07e+00   1     (nil)
+ O: 2       103     -211 +5.93e-02,-7.99e-01,+3.99e+00,+4.07e+00   1
             104      111 -1.24e+00,-1.40e+00,+1.27e+01,+1.29e+01   2       -57
 GenVertex:      -24 ID:    0 (X,cT):0
  I: 1        41      221 -2.68e+00,-7.41e-01,+2.70e+01,+2.71e+01   2       -24
- O: 2       105       22 -6.34e-03,-7.93e-02,+8.01e-01,+8.05e-01   1     (nil)
-            106       22 -2.67e+00,-6.61e-01,+2.62e+01,+2.63e+01   1     (nil)
+ O: 2       105       22 -6.34e-03,-7.93e-02,+8.01e-01,+8.05e-01   1
+            106       22 -2.67e+00,-6.61e-01,+2.62e+01,+2.63e+01   1
 GenVertex:      -25 ID:    0 (X,cT):0
  I: 1        43      223 +7.31e-01,-2.42e-01,+2.97e+01,+2.97e+01   2       -25
- O: 3       107     -211 +1.76e-02,+3.37e-02,+3.20e+00,+3.21e+00   1     (nil)
-            108      211 +3.94e-01,+9.73e-02,+1.40e+01,+1.40e+01   1     (nil)
+ O: 3       107     -211 +1.76e-02,+3.37e-02,+3.20e+00,+3.21e+00   1
+            108      211 +3.94e-01,+9.73e-02,+1.40e+01,+1.40e+01   1
             109      111 +3.20e-01,-3.73e-01,+1.25e+01,+1.25e+01   2       -58
 GenVertex:      -26 ID:    0 (X,cT):0
  I: 1        44     -213 +6.83e-02,+2.16e-01,+2.67e+01,+2.67e+01   2       -26
- O: 2       110     -211 -8.41e-02,-1.88e-01,+1.75e+01,+1.75e+01   1     (nil)
+ O: 2       110     -211 -8.41e-02,-1.88e-01,+1.75e+01,+1.75e+01   1
             111      111 +1.52e-01,+4.04e-01,+9.17e+00,+9.18e+00   2       -59
 GenVertex:      -27 ID:    0 (X,cT):0
  I: 1        46      223 +1.18e+00,+7.67e-03,+1.59e+02,+1.59e+02   2       -27
- O: 3       112     -211 +4.71e-01,+6.85e-02,+4.92e+01,+4.92e+01   1     (nil)
-            113      211 +5.97e-01,-1.23e-01,+1.01e+02,+1.01e+02   1     (nil)
+ O: 3       112     -211 +4.71e-01,+6.85e-02,+4.92e+01,+4.92e+01   1
+            113      211 +5.97e-01,-1.23e-01,+1.01e+02,+1.01e+02   1
             114      111 +1.09e-01,+6.20e-02,+9.26e+00,+9.26e+00   2       -60
 GenVertex:      -28 ID:    0 (X,cT):0
  I: 1        47     -213 +4.18e-01,+2.70e-01,+5.63e+01,+5.63e+01   2       -28
- O: 2       115     -211 +4.07e-02,+6.55e-03,+6.59e+00,+6.59e+00   1     (nil)
+ O: 2       115     -211 +4.07e-02,+6.55e-03,+6.59e+00,+6.59e+00   1
             116      111 +3.77e-01,+2.64e-01,+4.98e+01,+4.98e+01   2       -61
 Vertex:      -29 ID:    0 (X,cT)=+3.69e-04,+8.53e-05,+3.95e-02,+3.95e-02
  I: 1        48      111 +1.44e+00,+3.32e-01,+1.54e+02,+1.54e+02   2       -29
- O: 2       117       22 +4.72e-01,+4.59e-02,+5.06e+01,+5.06e+01   1     (nil)
-            118       22 +9.67e-01,+2.86e-01,+1.03e+02,+1.03e+02   1     (nil)
+ O: 2       117       22 +4.72e-01,+4.59e-02,+5.06e+01,+5.06e+01   1
+            118       22 +9.67e-01,+2.86e-01,+1.03e+02,+1.03e+02   1
 GenVertex:      -30 ID:    0 (X,cT):0
  I: 1        50      113 +1.57e+00,+2.83e+00,-6.11e+01,+6.12e+01   2       -30
- O: 2       119     -211 +9.16e-01,+2.13e+00,-4.37e+01,+4.38e+01   1     (nil)
-            120      211 +6.49e-01,+7.08e-01,-1.74e+01,+1.75e+01   1     (nil)
+ O: 2       119     -211 +9.16e-01,+2.13e+00,-4.37e+01,+4.38e+01   1
+            120      211 +6.49e-01,+7.08e-01,-1.74e+01,+1.75e+01   1
 GenVertex:      -31 ID:    0 (X,cT):0
  I: 1        55      113 -3.60e-01,-1.69e-01,+8.62e+02,+8.62e+02   2       -31
- O: 2       121      211 -1.07e-01,+4.26e-02,+1.56e+02,+1.56e+02   1     (nil)
-            122     -211 -2.53e-01,-2.12e-01,+7.07e+02,+7.07e+02   1     (nil)
+ O: 2       121      211 -1.07e-01,+4.26e-02,+1.56e+02,+1.56e+02   1
+            122     -211 -2.53e-01,-2.12e-01,+7.07e+02,+7.07e+02   1
 GenVertex:      -32 ID:    0 (X,cT):0
  I: 1        56    -2214 +1.03e+00,+9.30e-02,+4.53e+02,+4.53e+02   2       -32
- O: 2       123    -2212 +4.99e-01,+1.49e-01,+3.29e+02,+3.29e+02   1     (nil)
+ O: 2       123    -2212 +4.99e-01,+1.49e-01,+3.29e+02,+3.29e+02   1
             124      111 +5.28e-01,-5.58e-02,+1.24e+02,+1.24e+02   2       -62
 GenVertex:      -33 ID:    0 (X,cT):0
  I: 1        57      223 -3.60e-01,+4.04e-01,+1.25e+02,+1.25e+02   2       -33
- O: 3       125      211 -1.22e-01,+3.51e-01,+3.18e+01,+3.18e+01   1     (nil)
-            126     -211 -2.21e-01,+7.11e-02,+8.21e+01,+8.21e+01   1     (nil)
+ O: 3       125      211 -1.22e-01,+3.51e-01,+3.18e+01,+3.18e+01   1
+            126     -211 -2.21e-01,+7.11e-02,+8.21e+01,+8.21e+01   1
             127      111 -1.66e-02,-1.80e-02,+1.09e+01,+1.09e+01   2       -63
 GenVertex:      -34 ID:    0 (X,cT):0
  I: 1        59     -213 +5.56e-01,+3.45e-01,+9.14e+01,+9.14e+01   2       -34
- O: 2       128     -211 +3.11e-01,+3.56e-01,+3.44e+01,+3.44e+01   1     (nil)
+ O: 2       128     -211 +3.11e-01,+3.56e-01,+3.44e+01,+3.44e+01   1
             129      111 +2.45e-01,-1.18e-02,+5.70e+01,+5.70e+01   2       -64
 GenVertex:      -35 ID:    0 (X,cT):0
  I: 1        60     -311 +6.88e-02,-2.98e-02,+3.77e+01,+3.77e+01   2       -35
  O: 1       130      310 +6.88e-02,-2.98e-02,+3.77e+01,+3.77e+01   2       -65
 GenVertex:      -36 ID:    0 (X,cT):0
  I: 1        61      311 +5.59e-01,-2.32e-01,+5.88e+01,+5.88e+01   2       -36
- O: 1       131      130 +5.59e-01,-2.32e-01,+5.88e+01,+5.88e+01   1     (nil)
+ O: 1       131      130 +5.59e-01,-2.32e-01,+5.88e+01,+5.88e+01   1
 GenVertex:      -37 ID:    0 (X,cT):0
  I: 1        63      113 -1.65e-02,-7.81e-02,+4.91e+00,+4.95e+00   2       -37
- O: 2       132      211 +1.08e-01,-5.14e-02,+4.37e+00,+4.38e+00   1     (nil)
-            133     -211 -1.25e-01,-2.68e-02,+5.37e-01,+5.69e-01   1     (nil)
+ O: 2       132      211 +1.08e-01,-5.14e-02,+4.37e+00,+4.38e+00   1
+            133     -211 -1.25e-01,-2.68e-02,+5.37e-01,+5.69e-01   1
 GenVertex:      -38 ID:    0 (X,cT):0
  I: 1        65      213 +4.72e-01,-4.39e-01,+1.44e+01,+1.44e+01   2       -38
- O: 2       134      211 +1.82e-01,-5.33e-01,+1.18e+01,+1.18e+01   1     (nil)
+ O: 2       134      211 +1.82e-01,-5.33e-01,+1.18e+01,+1.18e+01   1
             135      111 +2.91e-01,+9.43e-02,+2.56e+00,+2.58e+00   2       -66
 GenVertex:      -39 ID:    0 (X,cT):0
  I: 1        66     -213 -3.00e-01,-3.82e-01,+1.62e+01,+1.63e+01   2       -39
- O: 2       136     -211 -4.94e-01,-2.13e-01,+6.74e+00,+6.77e+00   1     (nil)
+ O: 2       136     -211 -4.94e-01,-2.13e-01,+6.74e+00,+6.77e+00   1
             137      111 +1.93e-01,-1.69e-01,+9.48e+00,+9.49e+00   2       -67
 GenVertex:      -40 ID:    0 (X,cT):0
  I: 1        69     -311 -2.66e-01,-2.65e+00,+2.07e+01,+2.08e+01   2       -40
- O: 1       138      130 -2.66e-01,-2.65e+00,+2.07e+01,+2.08e+01   1     (nil)
+ O: 1       138      130 -2.66e-01,-2.65e+00,+2.07e+01,+2.08e+01   1
 GenVertex:      -41 ID:    0 (X,cT):0
  I: 1        70      323 +1.09e-01,-8.86e-01,+4.66e+00,+4.83e+00   2       -41
  O: 2       139      311 -4.56e-02,-1.94e-01,+1.85e+00,+1.93e+00   2       -68
-            140      211 +1.54e-01,-6.92e-01,+2.81e+00,+2.90e+00   1     (nil)
+            140      211 +1.54e-01,-6.92e-01,+2.81e+00,+2.90e+00   1
 GenVertex:      -42 ID:    0 (X,cT):0
  I: 1        71      113 -4.98e-01,-2.28e-01,+1.70e+00,+1.96e+00   2       -42
- O: 2       141      211 +7.24e-02,-1.33e-01,+6.29e-02,+2.15e-01   1     (nil)
-            142     -211 -5.70e-01,-9.51e-02,+1.64e+00,+1.75e+00   1     (nil)
+ O: 2       141      211 +7.24e-02,-1.33e-01,+6.29e-02,+2.15e-01   1
+            142     -211 -5.70e-01,-9.51e-02,+1.64e+00,+1.75e+00   1
 GenVertex:      -43 ID:    0 (X,cT):0
  I: 1        72     -323 -2.90e-01,-2.30e-01,+6.43e-01,+1.16e+00   2       -43
  O: 2       143     -311 -1.02e-01,-3.76e-01,+2.53e-01,+6.81e-01   2       -69
-            144     -211 -1.88e-01,+1.45e-01,+3.90e-01,+4.77e-01   1     (nil)
+            144     -211 -1.88e-01,+1.45e-01,+3.90e-01,+4.77e-01   1
 GenVertex:      -44 ID:    0 (X,cT):0
  I: 1        73      311 +7.90e-02,-3.23e-02,-8.47e-01,+9.86e-01   2       -44
  O: 1       145      310 +7.90e-02,-3.23e-02,-8.47e-01,+9.86e-01   2       -70
 GenVertex:      -45 ID:    0 (X,cT):0
  I: 1        74      113 +1.28e-01,+1.79e-01,-7.07e-01,+1.09e+00   2       -45
- O: 2       146     -211 -7.31e-02,+3.05e-01,-7.33e-01,+8.10e-01   1     (nil)
-            147      211 +2.01e-01,-1.27e-01,+2.56e-02,+2.77e-01   1     (nil)
+ O: 2       146     -211 -7.31e-02,+3.05e-01,-7.33e-01,+8.10e-01   1
+            147      211 +2.01e-01,-1.27e-01,+2.56e-02,+2.77e-01   1
 GenVertex:      -46 ID:    0 (X,cT):0
  I: 1        77      221 -1.58e-01,+9.23e-01,-1.12e+01,+1.12e+01   2       -46
- O: 3       148     -211 -1.37e-01,+2.12e-01,-2.48e+00,+2.50e+00   1     (nil)
-            149      211 -6.29e-02,+5.66e-01,-6.65e+00,+6.68e+00   1     (nil)
+ O: 3       148     -211 -1.37e-01,+2.12e-01,-2.48e+00,+2.50e+00   1
+            149      211 -6.29e-02,+5.66e-01,-6.65e+00,+6.68e+00   1
             150      111 +4.20e-02,+1.44e-01,-2.05e+00,+2.06e+00   2       -71
 Vertex:      -47 ID:    0 (X,cT)=+2.15e-05,+2.11e-05,-7.77e-05,+8.40e-05
  I: 1        79      111 +2.87e-01,+2.82e-01,-1.04e+00,+1.12e+00   2       -47
- O: 2       151       22 +1.31e-01,+1.64e-01,-6.99e-01,+7.30e-01   1     (nil)
-            152       22 +1.57e-01,+1.18e-01,-3.38e-01,+3.91e-01   1     (nil)
+ O: 2       151       22 +1.31e-01,+1.64e-01,-6.99e-01,+7.30e-01   1
+            152       22 +1.57e-01,+1.18e-01,-3.38e-01,+3.91e-01   1
 GenVertex:      -48 ID:    0 (X,cT):0
  I: 1        80      223 +4.06e-01,-2.45e-01,-3.51e+01,+3.51e+01   2       -48
- O: 2       153     -211 -6.79e-02,+2.16e-01,-6.21e+00,+6.22e+00   1     (nil)
-            154      211 +4.74e-01,-4.61e-01,-2.89e+01,+2.89e+01   1     (nil)
+ O: 2       153     -211 -6.79e-02,+2.16e-01,-6.21e+00,+6.22e+00   1
+            154      211 +4.74e-01,-4.61e-01,-2.89e+01,+2.89e+01   1
 GenVertex:      -49 ID:    0 (X,cT):0
  I: 1        82      323 +1.26e-01,-3.07e-01,-1.50e+03,+1.50e+03   2       -49
- O: 2       155      321 +2.70e-01,-1.79e-01,-6.57e+02,+6.57e+02   1     (nil)
+ O: 2       155      321 +2.70e-01,-1.79e-01,-6.57e+02,+6.57e+02   1
             156      111 -1.45e-01,-1.29e-01,-8.42e+02,+8.42e+02   2       -72
 GenVertex:      -50 ID:    0 (X,cT):0
  I: 1        84      311 -9.36e-02,-1.11e-01,-5.09e+02,+5.09e+02   2       -50
- O: 1       157      130 -9.36e-02,-1.11e-01,-5.09e+02,+5.09e+02   1     (nil)
+ O: 1       157      130 -9.36e-02,-1.11e-01,-5.09e+02,+5.09e+02   1
 GenVertex:      -51 ID:    0 (X,cT):0
  I: 1        88     -213 +2.00e-01,-1.11e-01,-1.66e+00,+1.83e+00   2       -51
- O: 2       158     -211 -1.33e-01,-2.94e-01,-9.51e-01,+1.01e+00   1     (nil)
+ O: 2       158     -211 -1.33e-01,-2.94e-01,-9.51e-01,+1.01e+00   1
             159      111 +3.33e-01,+1.83e-01,-7.05e-01,+8.13e-01   2       -73
 GenVertex:      -52 ID:    0 (X,cT):0
  I: 1        89     -313 -6.26e-01,+1.37e+00,-1.29e+01,+1.30e+01   2       -52
@@ -365,64 +475,64 @@ GenVertex:      -52 ID:    0 (X,cT):0
             161      111 -5.98e-01,+7.99e-01,-7.16e+00,+7.23e+00   2       -75
 Vertex:      -53 ID:    0 (X,cT)=+6.33e-07,+1.04e-06,+2.79e-04,+2.79e-04
  I: 1        99      111 +1.27e-02,+2.08e-02,+5.61e+00,+5.61e+00   2       -53
- O: 2       162       22 +5.81e-02,+5.34e-02,+3.78e+00,+3.78e+00   1     (nil)
-            163       22 -4.54e-02,-3.26e-02,+1.83e+00,+1.83e+00   1     (nil)
+ O: 2       162       22 +5.81e-02,+5.34e-02,+3.78e+00,+3.78e+00   1
+            163       22 -4.54e-02,-3.26e-02,+1.83e+00,+1.83e+00   1
 Vertex:      -54 ID:    0 (X,cT)=+3.79e-06,-3.71e-05,+5.03e-04,+5.05e-04
  I: 1       100      111 +2.02e-02,-1.98e-01,+2.68e+00,+2.69e+00   2       -54
- O: 2       164       22 +2.39e-02,-9.50e-02,+2.06e+00,+2.06e+00   1     (nil)
-            165       22 -3.65e-03,-1.03e-01,+6.27e-01,+6.35e-01   1     (nil)
+ O: 2       164       22 +2.39e-02,-9.50e-02,+2.06e+00,+2.06e+00   1
+            165       22 -3.65e-03,-1.03e-01,+6.27e-01,+6.35e-01   1
 Vertex:      -55 ID:    0 (X,cT)=-2.82e-05,-4.46e-05,+8.64e-04,+8.66e-04
  I: 1       101      111 -1.94e-01,-3.08e-01,+5.97e+00,+5.98e+00   2       -55
- O: 2       166       22 -2.13e-01,-2.53e-01,+5.08e+00,+5.10e+00   1     (nil)
-            167       22 +1.82e-02,-5.48e-02,+8.85e-01,+8.87e-01   1     (nil)
+ O: 2       166       22 -2.13e-01,-2.53e-01,+5.08e+00,+5.10e+00   1
+            167       22 +1.82e-02,-5.48e-02,+8.85e-01,+8.87e-01   1
 Vertex:      -56 ID:    0 (X,cT)=-1.01e-04,-2.22e-04,+2.87e-03,+2.88e-03
  I: 1       102      111 -2.65e-01,-5.85e-01,+7.55e+00,+7.58e+00   2       -56
- O: 2       168       22 -2.34e-01,-3.64e-01,+4.90e+00,+4.92e+00   1     (nil)
-            169       22 -3.04e-02,-2.21e-01,+2.65e+00,+2.66e+00   1     (nil)
+ O: 2       168       22 -2.34e-01,-3.64e-01,+4.90e+00,+4.92e+00   1
+            169       22 -3.04e-02,-2.21e-01,+2.65e+00,+2.66e+00   1
 Vertex:      -57 ID:    0 (X,cT)=-2.73e-04,-3.09e-04,+2.81e-03,+2.84e-03
  I: 1       104      111 -1.24e+00,-1.40e+00,+1.27e+01,+1.29e+01   2       -57
- O: 2       170       22 -1.22e-02,-1.70e-02,+7.27e-02,+7.56e-02   1     (nil)
-            171       22 -1.22e+00,-1.38e+00,+1.27e+01,+1.28e+01   1     (nil)
+ O: 2       170       22 -1.22e-02,-1.70e-02,+7.27e-02,+7.56e-02   1
+            171       22 -1.22e+00,-1.38e+00,+1.27e+01,+1.28e+01   1
 Vertex:      -58 ID:    0 (X,cT)=+7.51e-05,-8.77e-05,+2.93e-03,+2.94e-03
  I: 1       109      111 +3.20e-01,-3.73e-01,+1.25e+01,+1.25e+01   2       -58
- O: 2       172       22 +3.26e-01,-3.46e-01,+1.21e+01,+1.21e+01   1     (nil)
-            173       22 -6.46e-03,-2.66e-02,+3.50e-01,+3.51e-01   1     (nil)
+ O: 2       172       22 +3.26e-01,-3.46e-01,+1.21e+01,+1.21e+01   1
+            173       22 -6.46e-03,-2.66e-02,+3.50e-01,+3.51e-01   1
 Vertex:      -59 ID:    0 (X,cT)=+1.45e-06,+3.84e-06,+8.70e-05,+8.71e-05
  I: 1       111      111 +1.52e-01,+4.04e-01,+9.17e+00,+9.18e+00   2       -59
- O: 2       174       22 -2.15e-02,+1.49e-02,+4.86e-01,+4.86e-01   1     (nil)
-            175       22 +1.74e-01,+3.89e-01,+8.68e+00,+8.69e+00   1     (nil)
+ O: 2       174       22 -2.15e-02,+1.49e-02,+4.86e-01,+4.86e-01   1
+            175       22 +1.74e-01,+3.89e-01,+8.68e+00,+8.69e+00   1
 Vertex:      -60 ID:    0 (X,cT)=+1.34e-05,+7.65e-06,+1.14e-03,+1.14e-03
  I: 1       114      111 +1.09e-01,+6.20e-02,+9.26e+00,+9.26e+00   2       -60
- O: 2       176       22 -1.64e-02,+4.04e-02,+4.24e+00,+4.24e+00   1     (nil)
-            177       22 +1.25e-01,+2.17e-02,+5.02e+00,+5.02e+00   1     (nil)
+ O: 2       176       22 -1.64e-02,+4.04e-02,+4.24e+00,+4.24e+00   1
+            177       22 +1.25e-01,+2.17e-02,+5.02e+00,+5.02e+00   1
 Vertex:      -61 ID:    0 (X,cT)=+1.85e-05,+1.29e-05,+2.43e-03,+2.43e-03
  I: 1       116      111 +3.77e-01,+2.64e-01,+4.98e+01,+4.98e+01   2       -61
- O: 2       178       22 +1.08e-01,+2.89e-02,+7.90e+00,+7.91e+00   1     (nil)
-            179       22 +2.70e-01,+2.35e-01,+4.19e+01,+4.19e+01   1     (nil)
+ O: 2       178       22 +1.08e-01,+2.89e-02,+7.90e+00,+7.91e+00   1
+            179       22 +2.70e-01,+2.35e-01,+4.19e+01,+4.19e+01   1
 Vertex:      -62 ID:    0 (X,cT)=+5.58e-05,-5.89e-06,+1.31e-02,+1.31e-02
  I: 1       124      111 +5.28e-01,-5.58e-02,+1.24e+02,+1.24e+02   2       -62
- O: 2       180       22 +2.10e-01,+4.29e-02,+4.58e+01,+4.58e+01   1     (nil)
-            181       22 +3.18e-01,-9.86e-02,+7.82e+01,+7.82e+01   1     (nil)
+ O: 2       180       22 +2.10e-01,+4.29e-02,+4.58e+01,+4.58e+01   1
+            181       22 +3.18e-01,-9.86e-02,+7.82e+01,+7.82e+01   1
 Vertex:      -63 ID:    0 (X,cT)=-7.71e-06,-8.34e-06,+5.03e-03,+5.03e-03
  I: 1       127      111 -1.66e-02,-1.80e-02,+1.09e+01,+1.09e+01   2       -63
- O: 2       182       22 -6.61e-02,-4.57e-02,+6.07e+00,+6.07e+00   1     (nil)
-            183       22 +4.94e-02,+2.77e-02,+4.78e+00,+4.78e+00   1     (nil)
+ O: 2       182       22 -6.61e-02,-4.57e-02,+6.07e+00,+6.07e+00   1
+            183       22 +4.94e-02,+2.77e-02,+4.78e+00,+4.78e+00   1
 Vertex:      -64 ID:    0 (X,cT)=+1.66e-05,-7.99e-07,+3.86e-03,+3.86e-03
  I: 1       129      111 +2.45e-01,-1.18e-02,+5.70e+01,+5.70e+01   2       -64
- O: 2       184       22 +1.69e-01,+5.36e-02,+3.26e+01,+3.26e+01   1     (nil)
-            185       22 +7.62e-02,-6.54e-02,+2.44e+01,+2.44e+01   1     (nil)
+ O: 2       184       22 +1.69e-01,+5.36e-02,+3.26e+01,+3.26e+01   1
+            185       22 +7.62e-02,-6.54e-02,+2.44e+01,+2.44e+01   1
 Vertex:      -65 ID:    0 (X,cT)=+7.56e+00,-3.28e+00,+4.14e+03,+4.14e+03
  I: 1       130      310 +6.88e-02,-2.98e-02,+3.77e+01,+3.77e+01   2       -65
- O: 2       186      211 +1.58e-01,-6.43e-02,+3.22e+01,+3.22e+01   1     (nil)
-            187     -211 -8.94e-02,+3.44e-02,+5.50e+00,+5.50e+00   1     (nil)
+ O: 2       186      211 +1.58e-01,-6.43e-02,+3.22e+01,+3.22e+01   1
+            187     -211 -8.94e-02,+3.44e-02,+5.50e+00,+5.50e+00   1
 Vertex:      -66 ID:    0 (X,cT)=+2.53e-06,+8.21e-07,+2.23e-05,+2.25e-05
  I: 1       135      111 +2.91e-01,+9.43e-02,+2.56e+00,+2.58e+00   2       -66
- O: 2       188       22 +1.27e-02,-2.62e-02,+3.17e-01,+3.18e-01   1     (nil)
-            189       22 +2.78e-01,+1.20e-01,+2.24e+00,+2.26e+00   1     (nil)
+ O: 2       188       22 +1.27e-02,-2.62e-02,+3.17e-01,+3.18e-01   1
+            189       22 +2.78e-01,+1.20e-01,+2.24e+00,+2.26e+00   1
 Vertex:      -67 ID:    0 (X,cT)=+1.37e-04,-1.19e-04,+6.70e-03,+6.70e-03
  I: 1       137      111 +1.93e-01,-1.69e-01,+9.48e+00,+9.49e+00   2       -67
- O: 2       190       22 +3.61e-04,+4.27e-04,-3.17e-04,+6.42e-04   1     (nil)
-            191       22 +1.93e-01,-1.69e-01,+9.49e+00,+9.49e+00   1     (nil)
+ O: 2       190       22 +3.61e-04,+4.27e-04,-3.17e-04,+6.42e-04   1
+            191       22 +1.93e-01,-1.69e-01,+9.49e+00,+9.49e+00   1
 GenVertex:      -68 ID:    0 (X,cT):0
  I: 1       139      311 -4.56e-02,-1.94e-01,+1.85e+00,+1.93e+00   2       -68
  O: 1       192      310 -4.56e-02,-1.94e-01,+1.85e+00,+1.93e+00   2       -76
@@ -431,46 +541,53 @@ GenVertex:      -69 ID:    0 (X,cT):0
  O: 1       193      310 -1.02e-01,-3.76e-01,+2.53e-01,+6.81e-01   2       -77
 Vertex:      -70 ID:    0 (X,cT)=+5.44e+00,-2.22e+00,-5.83e+01,+6.79e+01
  I: 1       145      310 +7.90e-02,-3.23e-02,-8.47e-01,+9.86e-01   2       -70
- O: 2       194      211 +3.78e-02,+1.72e-01,-5.70e-01,+6.12e-01   1     (nil)
-            195     -211 +4.12e-02,-2.04e-01,-2.77e-01,+3.74e-01   1     (nil)
+ O: 2       194      211 +3.78e-02,+1.72e-01,-5.70e-01,+6.12e-01   1
+            195     -211 +4.12e-02,-2.04e-01,-2.77e-01,+3.74e-01   1
 Vertex:      -71 ID:    0 (X,cT)=+8.77e-06,+3.01e-05,-4.27e-04,+4.30e-04
  I: 1       150      111 +4.20e-02,+1.44e-01,-2.05e+00,+2.06e+00   2       -71
- O: 2       196       22 +2.27e-02,+1.42e-01,-1.05e+00,+1.06e+00   1     (nil)
-            197       22 +1.93e-02,+2.42e-03,-9.95e-01,+9.95e-01   1     (nil)
+ O: 2       196       22 +2.27e-02,+1.42e-01,-1.05e+00,+1.06e+00   1
+            197       22 +1.93e-02,+2.42e-03,-9.95e-01,+9.95e-01   1
 Vertex:      -72 ID:    0 (X,cT)=-6.15e-05,-5.48e-05,-3.58e-01,+3.58e-01
  I: 1       156      111 -1.45e-01,-1.29e-01,-8.42e+02,+8.42e+02   2       -72
- O: 2       198       22 -1.62e-01,-1.30e-01,-6.73e+02,+6.73e+02   1     (nil)
-            199       22 +1.77e-02,+1.35e-03,-1.69e+02,+1.69e+02   1     (nil)
+ O: 2       198       22 -1.62e-01,-1.30e-01,-6.73e+02,+6.73e+02   1
+            199       22 +1.77e-02,+1.35e-03,-1.69e+02,+1.69e+02   1
 Vertex:      -73 ID:    0 (X,cT)=+1.59e-06,+8.76e-07,-3.37e-06,+3.89e-06
  I: 1       159      111 +3.33e-01,+1.83e-01,-7.05e-01,+8.13e-01   2       -73
- O: 2       200       22 +1.34e-01,+3.84e-02,-1.48e-01,+2.03e-01   1     (nil)
-            201       22 +1.99e-01,+1.45e-01,-5.58e-01,+6.10e-01   1     (nil)
+ O: 2       200       22 +1.34e-01,+3.84e-02,-1.48e-01,+2.03e-01   1
+            201       22 +1.99e-01,+1.45e-01,-5.58e-01,+6.10e-01   1
 GenVertex:      -74 ID:    0 (X,cT):0
  I: 1       160     -311 -2.82e-02,+5.68e-01,-5.71e+00,+5.76e+00   2       -74
  O: 1       202      310 -2.82e-02,+5.68e-01,-5.71e+00,+5.76e+00   2       -78
 Vertex:      -75 ID:    0 (X,cT)=-2.71e-05,+3.62e-05,-3.25e-04,+3.28e-04
  I: 1       161      111 -5.98e-01,+7.99e-01,-7.16e+00,+7.23e+00   2       -75
- O: 2       203       22 -4.61e-01,+6.62e-01,-6.07e+00,+6.13e+00   1     (nil)
-            204       22 -1.37e-01,+1.37e-01,-1.09e+00,+1.10e+00   1     (nil)
+ O: 2       203       22 -4.61e-01,+6.62e-01,-6.07e+00,+6.13e+00   1
+            204       22 -1.37e-01,+1.37e-01,-1.09e+00,+1.10e+00   1
 Vertex:      -76 ID:    0 (X,cT)=-2.44e+00,-1.04e+01,+9.94e+01,+1.04e+02
  I: 1       192      310 -4.56e-02,-1.94e-01,+1.85e+00,+1.93e+00   2       -76
- O: 2       205     -211 -6.12e-02,+7.90e-02,+2.98e-01,+3.44e-01   1     (nil)
-            206      211 +1.56e-02,-2.73e-01,+1.56e+00,+1.59e+00   1     (nil)
+ O: 2       205     -211 -6.12e-02,+7.90e-02,+2.98e-01,+3.44e-01   1
+            206      211 +1.56e-02,-2.73e-01,+1.56e+00,+1.59e+00   1
 Vertex:      -77 ID:    0 (X,cT)=-1.49e+01,-5.46e+01,+3.68e+01,+9.90e+01
  I: 1       193      310 -1.02e-01,-3.76e-01,+2.53e-01,+6.81e-01   2       -77
- O: 2       207     -211 -2.41e-01,-3.27e-01,+1.77e-01,+4.65e-01   1     (nil)
-            208      211 +1.38e-01,-4.84e-02,+7.57e-02,+2.16e-01   1     (nil)
+ O: 2       207     -211 -2.41e-01,-3.27e-01,+1.77e-01,+4.65e-01   1
+            208      211 +1.38e-01,-4.84e-02,+7.57e-02,+2.16e-01   1
 Vertex:      -78 ID:    0 (X,cT)=-1.33e-01,+2.68e+00,-2.69e+01,+2.71e+01
  I: 1       202      310 -2.82e-02,+5.68e-01,-5.71e+00,+5.76e+00   2       -78
- O: 2       209      211 +5.42e-02,+4.89e-01,-5.04e+00,+5.07e+00   1     (nil)
-            210     -211 -8.24e-02,+7.87e-02,-6.67e-01,+6.91e-01   1     (nil)
+ O: 2       209      211 +5.42e-02,+4.89e-01,-5.04e+00,+5.07e+00   1
+            210     -211 -8.24e-02,+7.87e-02,-6.67e-01,+6.91e-01   1
 ________________________________________________________________________________
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=3)
-E1 :          e- : pT=0.00117 : TOF=28.3 : x=(-0.279,1.77,-7.9)
-E0 :         pi+ : pT=3.22 : TOF=26.6 : x=(-0.175,-1.01,7.9)
-E0 :         mu+ : pT=52 : TOF=27.2 : x=(-0.96,1.78,7.9)
+*** Muon System Hit (#hits=10)
+E0 :         pi+ : pT=0.139 : TOF=27.3 : x=(-0.214,-1.45,7.9)
+E0 :          e- : pT=0.000553 : TOF=29.8 : x=(1.86,0.407,7.9)
+E1 :          e- : pT=0.000991 : TOF=28.7 : x=(-0.81,-0.78,-7.9)
+E0 :         pi- : pT=0.0424 : TOF=30 : x=(-1.19,-1.24,7.9)
+E0 :         pi+ : pT=0.0881 : TOF=27 : x=(-0.215,-1.52,7.9)
+E0 :         pi- : pT=0.472 : TOF=26.9 : x=(0.169,-1.5,7.9)
+E1 :      proton : pT=1.4 : TOF=30.5 : x=(-0.567,-3.97,-7.9)
+E0 :         pi+ : pT=3.22 : TOF=26.6 : x=(-0.174,-1.01,7.9)
+E0 :         pi+ : pT=0.38 : TOF=26.8 : x=(-1.31,0.622,7.9)
+E0 :         mu+ : pT=52.3 : TOF=27.2 : x=(-0.962,1.78,7.9)
 
 ________________________________________________________________________________
 GenEvent: #2 ID=20 SignalProcessGenVertex Barcode: 0
@@ -478,274 +595,274 @@ GenEvent: #2 ID=20 SignalProcessGenVertex Barcode: 0
  Entries this event: 224 vertices, 624 particles.
  RndmState(0)=
  Wgts(0)=
- EventScale -1 GeV 	 alphaQCD=-1	 alphaQED=-1
+ EventScale -1 [energy] 	 alphaQCD=-1	 alphaQED=-1
                                     GenParticle Legend
         Barcode   PDG ID      ( Px,       Py,       Pz,     E ) Stat  DecayVtx
 ________________________________________________________________________________
 GenVertex:       -1 ID:    0 (X,cT):0
  I: 1         1     2212 +0.00e+00,+0.00e+00,+7.00e+03,+7.00e+03   3        -1
- O: 3         3       21 +2.24e-03,-3.47e-01,+8.58e+00,+8.58e+00   3        -3
-             13        1 -1.60e-01,+2.55e-01,+4.51e+02,+4.51e+02   2        -9
+ O: 3        13        1 -1.60e-01,+2.55e-01,+4.51e+02,+4.51e+02   2        -9
              41     2203 +1.57e-01,+9.19e-02,+4.12e+03,+4.12e+03   2       -13
+              3       21 +2.24e-03,-3.47e-01,+8.58e+00,+8.58e+00   3        -3
 GenVertex:       -2 ID:    0 (X,cT):0
  I: 1         2     2212 +0.00e+00,+0.00e+00,-7.00e+03,+7.00e+03   3        -2
  O: 2         4        1 +1.81e-01,-9.21e-01,-1.91e+03,+1.91e+03   3        -4
              39     2203 -1.81e-01,+9.21e-01,-4.33e+03,+4.33e+03   2       -11
 GenVertex:       -3 ID:    0 (X,cT):0
  I: 1         3       21 +2.24e-03,-3.47e-01,+8.58e+00,+8.58e+00   3        -3
- O: 8         5       -2 -1.22e+01,+1.16e+00,-1.11e+01,+1.65e+01   3        -5
-             11       -4 +1.95e+00,-1.06e+00,-8.18e+00,+8.61e+00   2        -9
+ O: 8        11       -4 +1.95e+00,-1.06e+00,-8.18e+00,+8.61e+00   2        -9
+              5       -2 -1.22e+01,+1.16e+00,-1.11e+01,+1.65e+01   3        -5
+             40        2 -5.76e-01,-2.17e+00,+2.82e+00,+3.62e+00   2       -13
+             15       21 +3.52e-01,-6.45e-01,-1.11e+00,+1.33e+00   2       -11
              12       21 +1.85e+00,+6.48e+00,-3.61e+01,+3.67e+01   2        -9
              14        4 +1.07e+01,-5.18e+00,-2.71e+01,+2.96e+01   2       -11
-             15       21 +3.52e-01,-6.45e-01,-1.11e+00,+1.33e+00   2       -11
-             16       21 +3.32e-02,+9.61e-02,-6.60e-02,+1.21e-01   2       -11
              17       21 -3.76e-02,-1.65e-01,-9.73e-01,+9.88e-01   2       -11
-             40        2 -5.76e-01,-2.17e+00,+2.82e+00,+3.62e+00   2       -13
+             16       21 +3.32e-02,+9.61e-02,-6.60e-02,+1.21e-01   2       -11
 GenVertex:       -4 ID:    0 (X,cT):0
  I: 1         4        1 +1.81e-01,-9.21e-01,-1.91e+03,+1.91e+03   3        -4
- O:12        35       21 -3.17e+00,-1.74e+00,-8.38e+01,+8.39e+01   2       -11
-             38       21 +2.18e+00,-6.98e-01,-1.55e+02,+1.55e+02   2       -11
+ O:12        37       21 -3.12e-01,+2.46e-01,-7.86e+01,+7.86e+01   2       -11
              36       21 -3.72e-01,-3.53e+00,-1.09e+02,+1.09e+02   2       -11
               6        1 -1.04e+01,-7.53e+00,-8.52e+02,+8.53e+02   3        -5
-             28       21 +8.30e-01,+1.28e+00,-3.84e+01,+3.84e+01   2       -11
              29       21 +1.45e+00,+3.41e+00,-3.48e+01,+3.50e+01   2       -11
              30       21 +4.75e+00,+5.08e+00,-7.07e+01,+7.11e+01   2       -11
              31       21 +7.05e+00,+5.30e+00,-7.09e+01,+7.14e+01   2       -11
              32       21 +6.43e-05,-2.87e-01,-2.01e+00,+2.03e+00   2       -11
+             38       21 +2.18e+00,-6.98e-01,-1.55e+02,+1.55e+02   2       -11
              33       21 -2.01e+00,+1.84e-01,-1.00e+02,+1.00e+02   2       -11
+             28       21 +8.30e-01,+1.28e+00,-3.84e+01,+3.84e+01   2       -11
              34       21 -1.92e+00,-1.52e+00,-2.29e+02,+2.29e+02   2       -11
-             37       21 -3.12e-01,+2.46e-01,-7.86e+01,+7.86e+01   2       -11
+             35       21 -3.17e+00,-1.74e+00,-8.38e+01,+8.39e+01   2       -11
 GenVertex:       -5 ID:    0 (X,cT):0
  I: 2         5       -2 -1.22e+01,+1.16e+00,-1.11e+01,+1.65e+01   3        -5
               6        1 -1.04e+01,-7.53e+00,-8.52e+02,+8.53e+02   3        -5
- O: 2         7       22 -1.33e+01,-8.08e+00,-1.04e+02,+1.05e+02   3        -6
-              8      -24 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   3        -7
+ O: 2         8      -24 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   3        -7
+              7       22 -1.33e+01,-8.08e+00,-1.04e+02,+1.05e+02   3        -6
 GenVertex:       -6 ID:    0 (X,cT):0
  I: 1         7       22 -1.33e+01,-8.08e+00,-1.04e+02,+1.05e+02   3        -6
- O: 1         9       22 -1.33e+01,-8.08e+00,-1.04e+02,+1.05e+02   1     (nil)
+ O: 1         9       22 -1.33e+01,-8.08e+00,-1.04e+02,+1.05e+02   1
 GenVertex:       -7 ID:    0 (X,cT):0
  I: 1         8      -24 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   3        -7
  O: 1        10      -24 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   2        -8
 GenVertex:       -8 ID:    0 (X,cT):0
  I: 1        10      -24 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   2        -8
- O: 6        43       21 -1.27e+00,-7.35e-02,-1.13e+01,+1.14e+01   2       -15
+ O: 6        47        3 +2.49e+01,-1.94e+01,-3.48e+02,+3.50e+02   2       -15
+             42       -4 -3.64e+01,+2.35e+01,-3.49e+02,+3.52e+02   2       -15
+             43       21 -1.27e+00,-7.35e-02,-1.13e+01,+1.14e+01   2       -15
              44       21 -4.16e-02,-2.47e-01,-1.97e+00,+1.98e+00   2       -15
              45       21 +9.29e-01,-5.25e-01,-8.27e+00,+8.34e+00   2       -15
-             42       -4 -3.64e+01,+2.35e+01,-3.49e+02,+3.52e+02   2       -15
              46       21 +2.59e+00,-1.54e+00,-4.01e+01,+4.02e+01   2       -15
-             47        3 +2.49e+01,-1.94e+01,-3.48e+02,+3.50e+02   2       -15
 GenVertex:       -9 ID:    0 (X,cT):0
- I: 3        13        1 -1.60e-01,+2.55e-01,+4.51e+02,+4.51e+02   2        -9
-             11       -4 +1.95e+00,-1.06e+00,-8.18e+00,+8.61e+00   2        -9
+ I: 3        11       -4 +1.95e+00,-1.06e+00,-8.18e+00,+8.61e+00   2        -9
+             13        1 -1.60e-01,+2.55e-01,+4.51e+02,+4.51e+02   2        -9
              12       21 +1.85e+00,+6.48e+00,-3.61e+01,+3.67e+01   2        -9
  O: 1        52       92 +3.65e+00,+5.68e+00,+4.07e+02,+4.96e+02   2       -10
 GenVertex:      -10 ID:    0 (X,cT):0
  I: 1        52       92 +3.65e+00,+5.68e+00,+4.07e+02,+4.96e+02   2       -10
- O:17        54     -323 +5.03e-01,+1.51e+00,-6.41e+00,+6.67e+00   2       -22
-             64     -213 -3.57e-01,-2.47e-01,+4.39e+00,+4.44e+00   2       -32
-             65      211 -9.70e-03,-2.00e-01,+9.73e-01,+1.00e+00   1     (nil)
-             66     -213 +3.60e-01,-1.91e-02,+2.45e+01,+2.45e+01   2       -33
-             55      313 +6.48e-01,+1.70e+00,-1.25e+01,+1.27e+01   2       -23
+ O:17        67      113 -3.73e-01,+1.18e-02,+3.83e+01,+3.84e+01   2       -34
+             68      113 -9.06e-02,+1.63e-01,+1.67e+02,+1.67e+02   2       -35
+             57      223 +8.27e-03,+4.69e-01,-5.55e+00,+5.62e+00   2       -25
              58      213 +1.90e-01,+8.19e-01,-3.63e+00,+3.80e+00   2       -26
              59      223 +4.76e-01,+3.30e-01,-1.30e+00,+1.62e+00   2       -27
              60     -323 -1.01e-01,+5.65e-03,+1.73e-01,+8.22e-01   2       -28
-             68      113 -9.06e-02,+1.63e-01,+1.67e+02,+1.67e+02   2       -35
-             56      113 +3.14e-01,+1.06e+00,-3.82e+00,+4.04e+00   2       -24
-             57      223 +8.27e-03,+4.69e-01,-5.55e+00,+5.62e+00   2       -25
-             67      113 -3.73e-01,+1.18e-02,+3.83e+01,+3.84e+01   2       -34
+             53     -423 +1.80e+00,-7.41e-01,-9.90e+00,+1.03e+01   2       -21
+             54     -323 +5.03e-01,+1.51e+00,-6.41e+00,+6.67e+00   2       -22
+             69      221 +1.73e-01,+4.07e-01,+2.06e+02,+2.06e+02   2       -36
              61      313 -7.71e-02,+3.71e-01,+6.58e-01,+1.14e+00   2       -29
-             62      213 -3.58e-01,-1.85e-01,+2.02e-01,+7.59e-01   2       -30
              63      221 +5.37e-01,+2.24e-01,+7.68e+00,+7.72e+00   2       -31
-             69      221 +1.73e-01,+4.07e-01,+2.06e+02,+2.06e+02   2       -36
-             53     -423 +1.80e+00,-7.41e-01,-9.90e+00,+1.03e+01   2       -21
+             55      313 +6.48e-01,+1.70e+00,-1.25e+01,+1.27e+01   2       -23
+             56      113 +3.14e-01,+1.06e+00,-3.82e+00,+4.04e+00   2       -24
+             64     -213 -3.57e-01,-2.47e-01,+4.39e+00,+4.44e+00   2       -32
+             65      211 -9.70e-03,-2.00e-01,+9.73e-01,+1.00e+00   1
+             62      213 -3.58e-01,-1.85e-01,+2.02e-01,+7.59e-01   2       -30
+             66     -213 +3.60e-01,-1.91e-02,+2.45e+01,+2.45e+01   2       -33
 GenVertex:      -11 ID:    0 (X,cT):0
- I:26        35       21 -3.17e+00,-1.74e+00,-8.38e+01,+8.39e+01   2       -11
-             18       21 -3.89e+00,-1.90e+00,+4.34e+01,+4.36e+01   2       -11
-             19       21 -3.91e+00,+3.13e+00,+7.89e+02,+7.89e+02   2       -11
-             20       21 +3.89e+00,+1.90e+00,+1.42e+03,+1.42e+03   2       -11
-             38       21 +2.18e+00,-6.98e-01,-1.55e+02,+1.55e+02   2       -11
-             21       21 +4.37e+00,+6.72e+00,+8.31e+01,+8.35e+01   2       -11
-             22       21 +3.91e+00,-3.13e+00,+3.66e+01,+3.69e+01   2       -11
-             23       21 -1.76e+00,-3.29e+00,+9.66e+00,+1.04e+01   2       -11
-             24       21 -4.37e+00,-6.72e+00,+8.76e-01,+8.07e+00   2       -11
-             25       21 -2.35e+00,-1.77e+00,-4.88e+00,+5.70e+00   2       -11
-             26       21 +1.76e+00,+3.29e+00,-4.65e+00,+5.96e+00   2       -11
-             27       21 +2.35e+00,+1.77e+00,-7.28e+02,+7.28e+02   2       -11
+ I:26        37       21 -3.12e-01,+2.46e-01,-7.86e+01,+7.86e+01   2       -11
              36       21 -3.72e-01,-3.53e+00,-1.09e+02,+1.09e+02   2       -11
              39     2203 -1.81e-01,+9.21e-01,-4.33e+03,+4.33e+03   2       -11
-             14        4 +1.07e+01,-5.18e+00,-2.71e+01,+2.96e+01   2       -11
+             20       21 +3.89e+00,+1.90e+00,+1.42e+03,+1.42e+03   2       -11
+             27       21 +2.35e+00,+1.77e+00,-7.28e+02,+7.28e+02   2       -11
              15       21 +3.52e-01,-6.45e-01,-1.11e+00,+1.33e+00   2       -11
-             16       21 +3.32e-02,+9.61e-02,-6.60e-02,+1.21e-01   2       -11
-             17       21 -3.76e-02,-1.65e-01,-9.73e-01,+9.88e-01   2       -11
-             28       21 +8.30e-01,+1.28e+00,-3.84e+01,+3.84e+01   2       -11
+             21       21 +4.37e+00,+6.72e+00,+8.31e+01,+8.35e+01   2       -11
+             25       21 -2.35e+00,-1.77e+00,-4.88e+00,+5.70e+00   2       -11
+             18       21 -3.89e+00,-1.90e+00,+4.34e+01,+4.36e+01   2       -11
              29       21 +1.45e+00,+3.41e+00,-3.48e+01,+3.50e+01   2       -11
+             22       21 +3.91e+00,-3.13e+00,+3.66e+01,+3.69e+01   2       -11
              30       21 +4.75e+00,+5.08e+00,-7.07e+01,+7.11e+01   2       -11
+             14        4 +1.07e+01,-5.18e+00,-2.71e+01,+2.96e+01   2       -11
+             23       21 -1.76e+00,-3.29e+00,+9.66e+00,+1.04e+01   2       -11
+             19       21 -3.91e+00,+3.13e+00,+7.89e+02,+7.89e+02   2       -11
              31       21 +7.05e+00,+5.30e+00,-7.09e+01,+7.14e+01   2       -11
+             26       21 +1.76e+00,+3.29e+00,-4.65e+00,+5.96e+00   2       -11
+             17       21 -3.76e-02,-1.65e-01,-9.73e-01,+9.88e-01   2       -11
              32       21 +6.43e-05,-2.87e-01,-2.01e+00,+2.03e+00   2       -11
+             38       21 +2.18e+00,-6.98e-01,-1.55e+02,+1.55e+02   2       -11
+             16       21 +3.32e-02,+9.61e-02,-6.60e-02,+1.21e-01   2       -11
              33       21 -2.01e+00,+1.84e-01,-1.00e+02,+1.00e+02   2       -11
+             28       21 +8.30e-01,+1.28e+00,-3.84e+01,+3.84e+01   2       -11
+             24       21 -4.37e+00,-6.72e+00,+8.76e-01,+8.07e+00   2       -11
              34       21 -1.92e+00,-1.52e+00,-2.29e+02,+2.29e+02   2       -11
-             37       21 -3.12e-01,+2.46e-01,-7.86e+01,+7.86e+01   2       -11
+             35       21 -3.17e+00,-1.74e+00,-8.38e+01,+8.39e+01   2       -11
  O: 1        70       92 +1.93e+01,+2.76e+00,-3.69e+03,+8.47e+03   2       -12
 GenVertex:      -12 ID:    0 (X,cT):0
  I: 1        70       92 +1.93e+01,+2.76e+00,-3.69e+03,+8.47e+03   2       -12
- O:90       100      111 +1.28e+00,+5.91e-01,+1.83e+01,+1.84e+01   2       -60
+ O:90       102      213 +1.77e+00,-1.58e+00,+1.71e+01,+1.73e+01   2       -62
+             73      331 +8.84e-01,-9.17e-01,-1.33e+00,+2.07e+00   2       -39
+             74     -213 +1.67e+00,-6.02e-01,-4.33e+00,+4.71e+00   2       -40
+            124      223 -3.07e-01,+5.68e-01,-1.77e+01,+1.77e+01   2       -76
+            125     1114 +7.70e-01,-3.47e-01,-1.94e+02,+1.94e+02   2       -77
+             97      213 -3.59e-02,+9.92e-01,+3.73e+01,+3.74e+01   2       -57
+            152      113 +4.91e-01,-9.72e-01,-5.04e+01,+5.05e+01   2       -97
+            153      221 +2.67e-01,-2.61e-01,-2.16e+01,+2.16e+01   2       -98
+             99     -213 +9.75e-01,+2.54e+00,+3.20e+01,+3.22e+01   2       -59
+             95      223 +1.83e-01,+6.58e-01,+2.64e+02,+2.64e+02   2       -55
+             93     -211 -8.94e-02,-3.08e-01,+1.41e+02,+1.41e+02   1
+            142      313 +1.78e+00,+1.24e+00,-2.26e+01,+2.27e+01   2       -89
+            143     -313 +1.42e+00,+6.47e-01,-1.81e+01,+1.82e+01   2       -90
+             96      113 +1.17e+00,-6.49e-01,+1.09e+02,+1.09e+02   2       -56
+             98      221 +4.22e-01,+3.30e-01,+8.56e+00,+8.60e+00   2       -58
+             94      111 +7.06e-01,+3.83e-01,+1.68e+02,+1.68e+02   2       -54
+             92      213 +1.75e+00,+1.50e+00,+6.91e+02,+6.91e+02   2       -53
             101      331 +1.59e+00,+2.22e+00,+3.03e+01,+3.04e+01   2       -61
-            102      213 +1.77e+00,-1.58e+00,+1.71e+01,+1.73e+01   2       -62
-            103     -211 -1.88e-01,-1.28e-01,+3.87e+00,+3.88e+00   1     (nil)
-            104      211 +6.95e-01,-7.43e-02,+2.83e+00,+2.91e+00   1     (nil)
+            104      211 +6.95e-01,-7.43e-02,+2.83e+00,+2.91e+00   1
             105      311 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2       -63
+            140     -213 +4.58e-01,+1.15e+00,-1.84e+01,+1.85e+01   2       -87
+            141      213 +2.08e+00,+1.68e+00,-2.61e+01,+2.63e+01   2       -88
+            100      111 +1.28e+00,+5.91e-01,+1.83e+01,+1.84e+01   2       -60
+             77     -211 +2.15e-01,+4.10e-01,+1.16e-01,+4.98e-01   1
+             78      211 +1.18e-01,-7.30e-01,-1.31e+00,+1.51e+00   1
+            114      213 -1.15e+00,-1.72e+00,-2.01e+00,+2.97e+00   2       -70
+            115     -213 -9.95e-01,-3.87e-01,-1.11e+00,+1.63e+00   2       -71
             106      333 +8.72e-02,-2.03e+00,+7.62e+00,+7.95e+00   2       -64
             107     -323 -1.98e-01,-1.55e-01,+2.64e+00,+2.79e+00   2       -65
+            158      113 -8.56e-01,+4.51e-01,-3.86e+02,+3.86e+02   2      -101
+            159     -211 +8.50e-01,-2.44e-01,-2.40e+03,+2.40e+03   1
+             89     -313 -1.18e+00,+4.38e-01,+2.34e+02,+2.34e+02   2       -50
+             90      111 -2.10e-02,+1.47e-01,+2.20e+01,+2.20e+01   2       -51
+            126      111 +6.52e-01,+1.56e+00,-1.11e+02,+1.11e+02   2       -78
+            127    -2112 +1.08e-01,+9.33e-02,-7.63e+01,+7.63e+01   1
+            154      311 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   2       -99
+            155     -321 +3.69e-01,-3.68e-01,-5.25e+01,+5.25e+01   1
+            116      321 +3.64e-01,+4.39e-01,+9.92e-02,+7.61e-01   1
+            117     -321 -1.27e-01,-1.02e+00,-1.45e+00,+1.85e+00   1
             108      113 -1.10e+00,-1.90e+00,+5.32e+00,+5.81e+00   2       -66
             109      213 -7.23e-01,-7.70e-01,+6.13e-01,+1.63e+00   2       -67
-            122      213 +6.99e-01,+4.88e-01,-2.14e+00,+2.37e+00   2       -74
-            123      223 +1.59e-01,-2.33e-01,-7.42e+00,+7.46e+00   2       -75
-            112     -211 -1.43e+00,-1.65e+00,+4.83e-01,+2.24e+00   1     (nil)
-            113      111 +4.36e-02,-2.43e-01,+6.27e-02,+2.89e-01   2       -69
-            114      213 -1.15e+00,-1.72e+00,-2.01e+00,+2.97e+00   2       -70
-            115     -213 -9.95e-01,-3.87e-01,-1.11e+00,+1.63e+00   2       -71
-            116      321 +3.64e-01,+4.39e-01,+9.92e-02,+7.61e-01   1     (nil)
-            117     -321 -1.27e-01,-1.02e+00,-1.45e+00,+1.85e+00   1     (nil)
-            118      211 -2.01e-01,+3.58e-01,-1.79e+00,+1.84e+00   1     (nil)
-            119      311 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2       -72
-            120     -321 +1.03e-01,-1.31e-01,-8.45e-01,+9.93e-01   1     (nil)
-            121      113 -2.01e-02,+9.67e-01,-2.76e+00,+3.05e+00   2       -73
-            124      223 -3.07e-01,+5.68e-01,-1.77e+01,+1.77e+01   2       -76
-            125     1114 +7.70e-01,-3.47e-01,-1.94e+02,+1.94e+02   2       -77
-            126      111 +6.52e-01,+1.56e+00,-1.11e+02,+1.11e+02   2       -78
-            127    -2112 +1.08e-01,+9.33e-02,-7.63e+01,+7.63e+01   1     (nil)
-            128      211 +3.93e-01,-4.83e-01,-5.97e+01,+5.97e+01   1     (nil)
-            129     -211 -4.91e-02,+3.02e-01,-5.27e+01,+5.27e+01   1     (nil)
-            130      113 +7.74e-01,+8.64e-01,-8.89e+01,+8.89e+01   2       -79
-            131      223 +1.70e-02,+2.83e-01,-9.69e+01,+9.69e+01   2       -80
-            132      223 +3.02e-01,+2.43e-01,-3.21e+01,+3.21e+01   2       -81
-            133      221 +6.52e-01,-1.30e-02,-7.49e+00,+7.53e+00   2       -82
-            134      213 +1.25e+00,+2.45e+00,-3.91e+01,+3.93e+01   2       -83
-            148      211 -1.19e+00,-2.34e-01,-3.93e+01,+3.93e+01   1     (nil)
+            148      211 -1.19e+00,-2.34e-01,-3.93e+01,+3.93e+01   1
             149      311 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   2       -94
-            137      111 +7.22e-01,+1.16e+00,-1.29e+01,+1.29e+01   2       -85
-            138      113 +1.21e+00,+1.68e+00,-1.89e+01,+1.90e+01   2       -86
-            139      211 +1.12e+00,+5.04e-01,-1.16e+01,+1.17e+01   1     (nil)
-            140     -213 +4.58e-01,+1.15e+00,-1.84e+01,+1.85e+01   2       -87
-            141      213 +2.08e+00,+1.68e+00,-2.61e+01,+2.63e+01   2       -88
-            142      313 +1.78e+00,+1.24e+00,-2.26e+01,+2.27e+01   2       -89
-            143     -313 +1.42e+00,+6.47e-01,-1.81e+01,+1.82e+01   2       -90
-            144     2112 -1.12e+00,+5.37e-01,-5.10e+01,+5.10e+01   1     (nil)
-            145     -213 -5.75e-01,-4.78e-01,-9.45e+01,+9.45e+01   2       -91
-            146    -1114 -8.04e-01,-7.43e-01,-3.40e+01,+3.40e+01   2       -92
-            147     -213 -1.80e-01,+6.29e-02,-4.32e+01,+4.32e+01   2       -93
-             73      331 +8.84e-01,-9.17e-01,-1.33e+00,+2.07e+00   2       -39
-             74     -213 +1.67e+00,-6.02e-01,-4.33e+00,+4.71e+00   2       -40
+             91     -213 -1.47e+00,+1.82e+00,+3.92e+02,+3.92e+02   2       -52
              75      111 -2.29e-01,-5.45e-02,-1.11e+00,+1.15e+00   2       -41
+             76      211 +1.91e-01,-3.77e-01,+3.30e-01,+5.54e-01   1
+            136     -211 +1.82e+00,+1.89e+00,-2.77e+01,+2.78e+01   1
+            137      111 +7.22e-01,+1.16e+00,-1.29e+01,+1.29e+01   2       -85
+             83      211 -3.13e-01,-7.22e-01,+8.53e+00,+8.56e+00   1
+             84     -213 -1.27e-01,-1.01e-01,+5.15e+00,+5.19e+00   2       -45
+            128      211 +3.93e-01,-4.83e-01,-5.97e+01,+5.97e+01   1
+            129     -211 -4.91e-02,+3.02e-01,-5.27e+01,+5.27e+01   1
+            110     -211 -4.35e-01,-8.15e-01,+1.78e-01,+9.51e-01   1
+            111      213 -5.97e-01,-1.22e+00,+2.67e-01,+1.55e+00   2       -68
             150     -323 -3.04e-01,-3.92e-01,-7.88e+01,+7.88e+01   2       -95
             151      213 -1.80e+00,-1.21e+00,-8.93e+01,+8.94e+01   2       -96
-            152      113 +4.91e-01,-9.72e-01,-5.04e+01,+5.05e+01   2       -97
-            153      221 +2.67e-01,-2.61e-01,-2.16e+01,+2.16e+01   2       -98
-            154      311 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   2       -99
-            155     -321 +3.69e-01,-3.68e-01,-5.25e+01,+5.25e+01   1     (nil)
+            144     2112 -1.12e+00,+5.37e-01,-5.10e+01,+5.10e+01   1
+            145     -213 -5.75e-01,-4.78e-01,-9.45e+01,+9.45e+01   2       -91
             156      221 -4.10e-01,-2.74e-01,-4.88e+01,+4.88e+01   2      -100
-            157      211 +7.13e-01,-3.28e-01,-1.35e+02,+1.35e+02   1     (nil)
-            158      113 -8.56e-01,+4.51e-01,-3.86e+02,+3.86e+02   2      -101
-            159     -211 +8.50e-01,-2.44e-01,-2.40e+03,+2.40e+03   1     (nil)
-            160     2224 -1.90e-03,+7.51e-01,-1.39e+03,+1.39e+03   2      -102
-             72      213 +1.08e+00,-6.60e-01,-2.31e+00,+2.70e+00   2       -38
-             88      323 -3.96e-01,+4.77e-01,+8.35e+01,+8.35e+01   2       -49
-             89     -313 -1.18e+00,+4.38e-01,+2.34e+02,+2.34e+02   2       -50
-             76      211 +1.91e-01,-3.77e-01,+3.30e-01,+5.54e-01   1     (nil)
-             77     -211 +2.15e-01,+4.10e-01,+1.16e-01,+4.98e-01   1     (nil)
-             78      211 +1.18e-01,-7.30e-01,-1.31e+00,+1.51e+00   1     (nil)
-             79     3112 -1.25e-01,-5.92e-02,+4.02e+00,+4.19e+00   2       -42
-             80      311 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2       -43
-             81    -1114 -5.93e-01,-4.62e-01,+7.53e+00,+7.69e+00   2       -44
-             82     -211 -3.95e-01,+3.08e-01,+9.39e+00,+9.40e+00   1     (nil)
-             83      211 -3.13e-01,-7.22e-01,+8.53e+00,+8.56e+00   1     (nil)
-             84     -213 -1.27e-01,-1.01e-01,+5.15e+00,+5.19e+00   2       -45
+            157      211 +7.13e-01,-3.28e-01,-1.35e+02,+1.35e+02   1
+            130      113 +7.74e-01,+8.64e-01,-8.89e+01,+8.89e+01   2       -79
+            131      223 +1.70e-02,+2.83e-01,-9.69e+01,+9.69e+01   2       -80
+            112     -211 -1.43e+00,-1.65e+00,+4.83e-01,+2.24e+00   1
+            113      111 +4.36e-02,-2.43e-01,+6.27e-02,+2.89e-01   2       -69
+            146    -1114 -8.04e-01,-7.43e-01,-3.40e+01,+3.40e+01   2       -92
+            147     -213 -1.80e-01,+6.29e-02,-4.32e+01,+4.32e+01   2       -93
+            132      223 +3.02e-01,+2.43e-01,-3.21e+01,+3.21e+01   2       -81
+            133      221 +6.52e-01,-1.30e-02,-7.49e+00,+7.53e+00   2       -82
              85      213 -1.20e+00,-1.22e-01,+2.34e+01,+2.35e+01   2       -46
              86      223 -7.42e-02,+1.42e-01,+1.52e+01,+1.52e+01   2       -47
-             87     -213 -9.01e-01,-6.04e-01,+2.49e+01,+2.49e+01   2       -48
-             90      111 -2.10e-02,+1.47e-01,+2.20e+01,+2.20e+01   2       -51
-            110     -211 -4.35e-01,-8.15e-01,+1.78e-01,+9.51e-01   1     (nil)
-            111      213 -5.97e-01,-1.22e+00,+2.67e-01,+1.55e+00   2       -68
              71      423 +6.74e+00,-3.13e+00,-1.81e+01,+1.96e+01   2       -37
-             91     -213 -1.47e+00,+1.82e+00,+3.92e+02,+3.92e+02   2       -52
-             92      213 +1.75e+00,+1.50e+00,+6.91e+02,+6.91e+02   2       -53
-             93     -211 -8.94e-02,-3.08e-01,+1.41e+02,+1.41e+02   1     (nil)
-             94      111 +7.06e-01,+3.83e-01,+1.68e+02,+1.68e+02   2       -54
-             95      223 +1.83e-01,+6.58e-01,+2.64e+02,+2.64e+02   2       -55
-             96      113 +1.17e+00,-6.49e-01,+1.09e+02,+1.09e+02   2       -56
-             97      213 -3.59e-02,+9.92e-01,+3.73e+01,+3.74e+01   2       -57
-             98      221 +4.22e-01,+3.30e-01,+8.56e+00,+8.60e+00   2       -58
-             99     -213 +9.75e-01,+2.54e+00,+3.20e+01,+3.22e+01   2       -59
+            134      213 +1.25e+00,+2.45e+00,-3.91e+01,+3.93e+01   2       -83
             135      221 +8.86e-01,+9.16e-01,-1.24e+01,+1.25e+01   2       -84
-            136     -211 +1.82e+00,+1.89e+00,-2.77e+01,+2.78e+01   1     (nil)
+             79     3112 -1.25e-01,-5.92e-02,+4.02e+00,+4.19e+00   2       -42
+             80      311 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2       -43
+            118      211 -2.01e-01,+3.58e-01,-1.79e+00,+1.84e+00   1
+            119      311 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2       -72
+            160     2224 -1.90e-03,+7.51e-01,-1.39e+03,+1.39e+03   2      -102
+             72      213 +1.08e+00,-6.60e-01,-2.31e+00,+2.70e+00   2       -38
+            120     -321 +1.03e-01,-1.31e-01,-8.45e-01,+9.93e-01   1
+            121      113 -2.01e-02,+9.67e-01,-2.76e+00,+3.05e+00   2       -73
+             87     -213 -9.01e-01,-6.04e-01,+2.49e+01,+2.49e+01   2       -48
+             88      323 -3.96e-01,+4.77e-01,+8.35e+01,+8.35e+01   2       -49
+            138      113 +1.21e+00,+1.68e+00,-1.89e+01,+1.90e+01   2       -86
+            139      211 +1.12e+00,+5.04e-01,-1.16e+01,+1.17e+01   1
+            122      213 +6.99e-01,+4.88e-01,-2.14e+00,+2.37e+00   2       -74
+            123      223 +1.59e-01,-2.33e-01,-7.42e+00,+7.46e+00   2       -75
+             81    -1114 -5.93e-01,-4.62e-01,+7.53e+00,+7.69e+00   2       -44
+             82     -211 -3.95e-01,+3.08e-01,+9.39e+00,+9.40e+00   1
+            103     -211 -1.88e-01,-1.28e-01,+3.87e+00,+3.88e+00   1
 GenVertex:      -13 ID:    0 (X,cT):0
  I: 2        41     2203 +1.57e-01,+9.19e-02,+4.12e+03,+4.12e+03   2       -13
              40        2 -5.76e-01,-2.17e+00,+2.82e+00,+3.62e+00   2       -13
  O: 1       161       92 -4.19e-01,-2.08e+00,+4.13e+03,+4.13e+03   2       -14
 GenVertex:      -14 ID:    0 (X,cT):0
  I: 1       161       92 -4.19e-01,-2.08e+00,+4.13e+03,+4.13e+03   2       -14
- O:14       174     2112 +5.28e-01,-1.88e-01,+1.06e+03,+1.06e+03   1     (nil)
-            175      211 -3.22e-01,+5.25e-01,+2.61e+03,+2.61e+03   1     (nil)
-            162      211 -3.13e-01,-1.66e+00,+2.96e+00,+3.41e+00   1     (nil)
+ O:14       162      211 -3.13e-01,-1.66e+00,+2.96e+00,+3.41e+00   1
             163      223 -1.35e-02,+1.05e-01,+2.90e+00,+3.01e+00   2      -103
-            164     -213 -7.67e-02,-1.58e-01,+2.83e+00,+2.94e+00   2      -104
-            165      113 -3.96e-01,-2.46e-01,+7.66e+00,+7.72e+00   2      -105
+            170     -211 +1.96e-02,-3.42e-02,+4.36e+00,+4.36e+00   1
+            171      211 +1.50e-01,-7.36e-02,+6.14e+01,+6.14e+01   1
+            174     2112 +5.28e-01,-1.88e-01,+1.06e+03,+1.06e+03   1
+            175      211 -3.22e-01,+5.25e-01,+2.61e+03,+2.61e+03   1
             166      223 +8.97e-02,-2.51e-02,+1.83e+01,+1.83e+01   2      -106
             167      331 +7.92e-02,-2.14e-01,+1.65e+01,+1.65e+01   2      -107
-            168      211 +1.55e-01,-4.55e-02,+2.09e+01,+2.09e+01   1     (nil)
+            164     -213 -7.67e-02,-1.58e-01,+2.83e+00,+2.94e+00   2      -104
+            165      113 -3.96e-01,-2.46e-01,+7.66e+00,+7.72e+00   2      -105
+            168      211 +1.55e-01,-4.55e-02,+2.09e+01,+2.09e+01   1
             169      113 -9.07e-02,+1.70e-01,+7.69e+00,+7.71e+00   2      -108
-            170     -211 +1.96e-02,-3.42e-02,+4.36e+00,+4.36e+00   1     (nil)
-            171      211 +1.50e-01,-7.36e-02,+6.14e+01,+6.14e+01   1     (nil)
             172      313 -9.79e-02,+5.68e-01,+7.20e+01,+7.20e+01   2      -109
             173     -313 -1.30e-01,-7.96e-01,+2.37e+02,+2.37e+02   2      -110
 GenVertex:      -15 ID:    0 (X,cT):0
- I: 6        43       21 -1.27e+00,-7.35e-02,-1.13e+01,+1.14e+01   2       -15
+ I: 6        47        3 +2.49e+01,-1.94e+01,-3.48e+02,+3.50e+02   2       -15
+             42       -4 -3.64e+01,+2.35e+01,-3.49e+02,+3.52e+02   2       -15
+             43       21 -1.27e+00,-7.35e-02,-1.13e+01,+1.14e+01   2       -15
              44       21 -4.16e-02,-2.47e-01,-1.97e+00,+1.98e+00   2       -15
              45       21 +9.29e-01,-5.25e-01,-8.27e+00,+8.34e+00   2       -15
-             42       -4 -3.64e+01,+2.35e+01,-3.49e+02,+3.52e+02   2       -15
              46       21 +2.59e+00,-1.54e+00,-4.01e+01,+4.02e+01   2       -15
-             47        3 +2.49e+01,-1.94e+01,-3.48e+02,+3.50e+02   2       -15
  O: 1       176       92 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   2       -16
 GenVertex:      -16 ID:    0 (X,cT):0
  I: 1       176       92 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   2       -16
- O:10       177     -411 -2.64e+01,+1.68e+01,-2.54e+02,+2.56e+02   2      -111
-            178    -2112 -3.30e+00,+1.95e+00,-3.12e+01,+3.14e+01   1     (nil)
-            179     2112 -3.69e+00,+2.38e+00,-3.47e+01,+3.50e+01   1     (nil)
+ O:10       184      113 +9.16e+00,-6.89e+00,-1.32e+02,+1.32e+02   2      -115
+            185      111 +1.57e+00,-1.44e+00,-2.40e+01,+2.41e+01   2      -116
+            177     -411 -2.64e+01,+1.68e+01,-2.54e+02,+2.56e+02   2      -111
+            186     -321 +1.62e+01,-1.24e+01,-2.25e+02,+2.26e+02   1
+            182     -323 -1.04e+00,-2.43e-02,-1.56e+01,+1.57e+01   2      -114
+            183      321 +9.73e-01,-7.75e-01,-1.20e+01,+1.21e+01   1
+            178    -2112 -3.30e+00,+1.95e+00,-3.12e+01,+3.14e+01   1
+            179     2112 -3.69e+00,+2.38e+00,-3.47e+01,+3.50e+01   1
             180     -313 -1.69e+00,+9.52e-01,-1.93e+01,+1.94e+01   2      -112
             181      323 -1.07e+00,+1.14e+00,-1.19e+01,+1.20e+01   2      -113
-            182     -323 -1.04e+00,-2.43e-02,-1.56e+01,+1.57e+01   2      -114
-            183      321 +9.73e-01,-7.75e-01,-1.20e+01,+1.21e+01   1     (nil)
-            184      113 +9.16e+00,-6.89e+00,-1.32e+02,+1.32e+02   2      -115
-            185      111 +1.57e+00,-1.44e+00,-2.40e+01,+2.41e+01   2      -116
-            186     -321 +1.62e+01,-1.24e+01,-2.25e+02,+2.26e+02   1     (nil)
 GenVertex:      -17 ID:    0 (X,cT):0
- I: 2        48        3 +2.68e+00,-2.13e+00,-4.93e+00,+6.00e+00   2       -17
-             49       -3 -2.68e+00,+2.13e+00,+2.54e+01,+2.56e+01   2       -17
+ I: 2        49       -3 -2.68e+00,+2.13e+00,+2.54e+01,+2.56e+01   2       -17
+             48        3 +2.68e+00,-2.13e+00,-4.93e+00,+6.00e+00   2       -17
  O: 1       187       92 +0.00e+00,+0.00e+00,+2.05e+01,+3.16e+01   2       -18
 GenVertex:      -18 ID:    0 (X,cT):0
  I: 1       187       92 +0.00e+00,+0.00e+00,+2.05e+01,+3.16e+01   2       -18
- O:11       188     -321 +2.32e+00,-1.47e+00,-3.73e+00,+4.66e+00   1     (nil)
-            189      213 -1.88e-01,-4.78e-01,-1.86e-02,+8.02e-01   2      -117
-            190     -211 +5.28e-01,-6.99e-02,+3.78e-01,+6.68e-01   1     (nil)
-            191      213 -1.69e-01,+6.66e-02,+1.66e+00,+1.95e+00   2      -118
-            192      113 -7.42e-01,+4.97e-01,+2.71e+00,+2.94e+00   2      -119
-            193     -213 +2.70e-02,+3.31e-01,+2.97e-01,+7.93e-01   2      -120
-            194      211 -6.87e-03,-3.65e-01,+8.22e-01,+9.10e-01   1     (nil)
+ O:11       194      211 -6.87e-03,-3.65e-01,+8.22e-01,+9.10e-01   1
             195      113 -1.79e-01,+4.58e-01,+4.36e+00,+4.46e+00   2      -121
             196     -213 -8.75e-02,+1.16e-01,+1.21e+00,+1.46e+00   2      -122
+            192      113 -7.42e-01,+4.97e-01,+2.71e+00,+2.94e+00   2      -119
+            193     -213 +2.70e-02,+3.31e-01,+2.97e-01,+7.93e-01   2      -120
             197      323 -7.63e-01,+6.20e-01,+7.15e+00,+7.28e+00   2      -123
             198      221 -7.36e-01,+2.91e-01,+5.63e+00,+5.72e+00   2      -124
+            190     -211 +5.28e-01,-6.99e-02,+3.78e-01,+6.68e-01   1
+            191      213 -1.69e-01,+6.66e-02,+1.66e+00,+1.95e+00   2      -118
+            188     -321 +2.32e+00,-1.47e+00,-3.73e+00,+4.66e+00   1
+            189      213 -1.88e-01,-4.78e-01,-1.86e-02,+8.02e-01   2      -117
 GenVertex:      -19 ID:    0 (X,cT):0
- I: 2        50       21 +1.28e+00,-2.63e+00,+9.77e-01,+3.09e+00   2       -19
-             51       21 -1.28e+00,+2.63e+00,+2.15e+00,+3.63e+00   2       -19
+ I: 2        51       21 -1.28e+00,+2.63e+00,+2.15e+00,+3.63e+00   2       -19
+             50       21 +1.28e+00,-2.63e+00,+9.77e-01,+3.09e+00   2       -19
  O: 1       199       92 +0.00e+00,+0.00e+00,+3.12e+00,+6.71e+00   2       -20
 GenVertex:      -20 ID:    0 (X,cT):0
  I: 1       199       92 +0.00e+00,+0.00e+00,+3.12e+00,+6.71e+00   2       -20
- O: 5       201      111 +3.73e-01,-3.78e-02,+1.18e+00,+1.24e+00   2      -126
+ O: 5       200      213 +4.69e-02,-1.77e-01,-3.64e-01,+1.10e+00   2      -125
+            204      223 -5.49e-02,-3.91e-01,+1.06e+00,+1.37e+00   2      -129
+            201      111 +3.73e-01,-3.78e-02,+1.18e+00,+1.24e+00   2      -126
             202     -213 -7.72e-01,+1.13e+00,+1.14e+00,+1.96e+00   2      -127
             203      223 +4.07e-01,-5.29e-01,+1.12e-01,+1.04e+00   2      -128
-            204      223 -5.49e-02,-3.91e-01,+1.06e+00,+1.37e+00   2      -129
-            200      213 +4.69e-02,-1.77e-01,-3.64e-01,+1.10e+00   2      -125
 GenVertex:      -21 ID:    0 (X,cT):0
  I: 1        53     -423 +1.80e+00,-7.41e-01,-9.90e+00,+1.03e+01   2       -21
  O: 2       205     -421 +1.62e+00,-6.80e-01,-9.14e+00,+9.49e+00   2      -130
@@ -753,66 +870,66 @@ GenVertex:      -21 ID:    0 (X,cT):0
 GenVertex:      -22 ID:    0 (X,cT):0
  I: 1        54     -323 +5.03e-01,+1.51e+00,-6.41e+00,+6.67e+00   2       -22
  O: 2       207     -311 +3.84e-01,+6.75e-01,-2.32e+00,+2.49e+00   2      -132
-            208     -211 +1.19e-01,+8.35e-01,-4.09e+00,+4.18e+00   1     (nil)
+            208     -211 +1.19e-01,+8.35e-01,-4.09e+00,+4.18e+00   1
 GenVertex:      -23 ID:    0 (X,cT):0
  I: 1        55      313 +6.48e-01,+1.70e+00,-1.25e+01,+1.27e+01   2       -23
  O: 2       209      311 +4.92e-01,+1.67e+00,-1.03e+01,+1.05e+01   2      -133
             210      111 +1.56e-01,+3.28e-02,-2.20e+00,+2.21e+00   2      -134
 GenVertex:      -24 ID:    0 (X,cT):0
  I: 1        56      113 +3.14e-01,+1.06e+00,-3.82e+00,+4.04e+00   2       -24
- O: 2       211     -211 +2.07e-01,-7.41e-03,-8.44e-01,+8.80e-01   1     (nil)
-            212      211 +1.07e-01,+1.07e+00,-2.97e+00,+3.16e+00   1     (nil)
+ O: 2       211     -211 +2.07e-01,-7.41e-03,-8.44e-01,+8.80e-01   1
+            212      211 +1.07e-01,+1.07e+00,-2.97e+00,+3.16e+00   1
 GenVertex:      -25 ID:    0 (X,cT):0
  I: 1        57      223 +8.27e-03,+4.69e-01,-5.55e+00,+5.62e+00   2       -25
- O: 3       213      211 +1.65e-01,+9.37e-02,-1.12e+00,+1.14e+00   1     (nil)
-            214     -211 -3.30e-02,+9.79e-02,-3.21e+00,+3.22e+00   1     (nil)
+ O: 3       213      211 +1.65e-01,+9.37e-02,-1.12e+00,+1.14e+00   1
+            214     -211 -3.30e-02,+9.79e-02,-3.21e+00,+3.22e+00   1
             215      111 -1.24e-01,+2.78e-01,-1.22e+00,+1.26e+00   2      -135
 GenVertex:      -26 ID:    0 (X,cT):0
  I: 1        58      213 +1.90e-01,+8.19e-01,-3.63e+00,+3.80e+00   2       -26
- O: 2       216      211 +2.62e-01,+8.26e-01,-2.45e+00,+2.61e+00   1     (nil)
+ O: 2       216      211 +2.62e-01,+8.26e-01,-2.45e+00,+2.61e+00   1
             217      111 -7.15e-02,-6.31e-03,-1.18e+00,+1.19e+00   2      -136
 GenVertex:      -27 ID:    0 (X,cT):0
  I: 1        59      223 +4.76e-01,+3.30e-01,-1.30e+00,+1.62e+00   2       -27
- O: 3       218     -211 +1.28e-01,-6.04e-02,-2.75e-01,+3.39e-01   1     (nil)
-            219      211 +2.00e-01,+3.04e-01,-9.82e-01,+1.06e+00   1     (nil)
+ O: 3       218     -211 +1.28e-01,-6.04e-02,-2.75e-01,+3.39e-01   1
+            219      211 +2.00e-01,+3.04e-01,-9.82e-01,+1.06e+00   1
             220      111 +1.49e-01,+8.68e-02,-4.65e-02,+2.24e-01   2      -137
 GenVertex:      -28 ID:    0 (X,cT):0
  I: 1        60     -323 -1.01e-01,+5.65e-03,+1.73e-01,+8.22e-01   2       -28
  O: 2       221     -311 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   2      -138
-            222     -211 -1.84e-02,-1.34e-01,-1.14e-01,+2.25e-01   1     (nil)
+            222     -211 -1.84e-02,-1.34e-01,-1.14e-01,+2.25e-01   1
 GenVertex:      -29 ID:    0 (X,cT):0
  I: 1        61      313 -7.71e-02,+3.71e-01,+6.58e-01,+1.14e+00   2       -29
- O: 2       223      321 -1.86e-02,+1.84e-02,+1.85e-01,+5.28e-01   1     (nil)
-            224     -211 -5.85e-02,+3.52e-01,+4.73e-01,+6.09e-01   1     (nil)
+ O: 2       223      321 -1.86e-02,+1.84e-02,+1.85e-01,+5.28e-01   1
+            224     -211 -5.85e-02,+3.52e-01,+4.73e-01,+6.09e-01   1
 GenVertex:      -30 ID:    0 (X,cT):0
  I: 1        62      213 -3.58e-01,-1.85e-01,+2.02e-01,+7.59e-01   2       -30
- O: 2       225      211 +1.06e-01,-2.99e-02,+1.77e-01,+2.51e-01   1     (nil)
+ O: 2       225      211 +1.06e-01,-2.99e-02,+1.77e-01,+2.51e-01   1
             226      111 -4.64e-01,-1.55e-01,+2.53e-02,+5.08e-01   2      -139
 GenVertex:      -31 ID:    0 (X,cT):0
  I: 1        63      221 +5.37e-01,+2.24e-01,+7.68e+00,+7.72e+00   2       -31
- O: 3       227       22 +9.24e-02,+1.22e-01,+1.51e+00,+1.52e+00   1     (nil)
-            228     -211 +1.64e-01,-1.14e-01,+3.22e+00,+3.23e+00   1     (nil)
-            229      211 +2.81e-01,+2.16e-01,+2.94e+00,+2.97e+00   1     (nil)
+ O: 3       227       22 +9.24e-02,+1.22e-01,+1.51e+00,+1.52e+00   1
+            228     -211 +1.64e-01,-1.14e-01,+3.22e+00,+3.23e+00   1
+            229      211 +2.81e-01,+2.16e-01,+2.94e+00,+2.97e+00   1
 GenVertex:      -32 ID:    0 (X,cT):0
  I: 1        64     -213 -3.57e-01,-2.47e-01,+4.39e+00,+4.44e+00   2       -32
- O: 2       230     -211 -3.46e-01,-7.92e-02,+3.34e+00,+3.37e+00   1     (nil)
+ O: 2       230     -211 -3.46e-01,-7.92e-02,+3.34e+00,+3.37e+00   1
             231      111 -1.13e-02,-1.68e-01,+1.05e+00,+1.07e+00   2      -140
 GenVertex:      -33 ID:    0 (X,cT):0
  I: 1        66     -213 +3.60e-01,-1.91e-02,+2.45e+01,+2.45e+01   2       -33
- O: 2       232     -211 +2.45e-01,+2.11e-01,+2.06e+01,+2.06e+01   1     (nil)
+ O: 2       232     -211 +2.45e-01,+2.11e-01,+2.06e+01,+2.06e+01   1
             233      111 +1.15e-01,-2.30e-01,+3.89e+00,+3.90e+00   2      -141
 GenVertex:      -34 ID:    0 (X,cT):0
  I: 1        67      113 -3.73e-01,+1.18e-02,+3.83e+01,+3.84e+01   2       -34
- O: 2       234     -211 +1.07e-02,+2.95e-01,+1.86e+01,+1.86e+01   1     (nil)
-            235      211 -3.83e-01,-2.83e-01,+1.98e+01,+1.98e+01   1     (nil)
+ O: 2       234     -211 +1.07e-02,+2.95e-01,+1.86e+01,+1.86e+01   1
+            235      211 -3.83e-01,-2.83e-01,+1.98e+01,+1.98e+01   1
 GenVertex:      -35 ID:    0 (X,cT):0
  I: 1        68      113 -9.06e-02,+1.63e-01,+1.67e+02,+1.67e+02   2       -35
- O: 2       236      211 -2.00e-02,-2.69e-01,+6.04e+01,+6.04e+01   1     (nil)
-            237     -211 -7.06e-02,+4.32e-01,+1.07e+02,+1.07e+02   1     (nil)
+ O: 2       236      211 -2.00e-02,-2.69e-01,+6.04e+01,+6.04e+01   1
+            237     -211 -7.06e-02,+4.32e-01,+1.07e+02,+1.07e+02   1
 GenVertex:      -36 ID:    0 (X,cT):0
  I: 1        69      221 +1.73e-01,+4.07e-01,+2.06e+02,+2.06e+02   2       -36
- O: 3       238      211 +2.30e-02,+1.07e-01,+4.89e+01,+4.89e+01   1     (nil)
-            239     -211 +1.52e-01,+2.49e-01,+1.36e+02,+1.36e+02   1     (nil)
+ O: 3       238      211 +2.30e-02,+1.07e-01,+4.89e+01,+4.89e+01   1
+            239     -211 +1.52e-01,+2.49e-01,+1.36e+02,+1.36e+02   1
             240      111 -1.84e-03,+5.13e-02,+2.10e+01,+2.10e+01   2      -142
 GenVertex:      -37 ID:    0 (X,cT):0
  I: 1        71      423 +6.74e+00,-3.13e+00,-1.81e+01,+1.96e+01   2       -37
@@ -820,85 +937,85 @@ GenVertex:      -37 ID:    0 (X,cT):0
             242      111 +4.94e-01,-2.63e-01,-1.28e+00,+1.40e+00   2      -144
 GenVertex:      -38 ID:    0 (X,cT):0
  I: 1        72      213 +1.08e+00,-6.60e-01,-2.31e+00,+2.70e+00   2       -38
- O: 2       243      211 +2.70e-01,-4.65e-01,-9.32e-01,+1.08e+00   1     (nil)
+ O: 2       243      211 +2.70e-01,-4.65e-01,-9.32e-01,+1.08e+00   1
             244      111 +8.10e-01,-1.96e-01,-1.38e+00,+1.62e+00   2      -145
 GenVertex:      -39 ID:    0 (X,cT):0
  I: 1        73      331 +8.84e-01,-9.17e-01,-1.33e+00,+2.07e+00   2       -39
- O: 3       245      211 +4.27e-01,-3.13e-01,-3.45e-01,+6.47e-01   1     (nil)
-            246     -211 +6.70e-02,-6.53e-02,-1.12e-01,+2.02e-01   1     (nil)
+ O: 3       245      211 +4.27e-01,-3.13e-01,-3.45e-01,+6.47e-01   1
+            246     -211 +6.70e-02,-6.53e-02,-1.12e-01,+2.02e-01   1
             247      221 +3.89e-01,-5.39e-01,-8.71e-01,+1.22e+00   2      -146
 GenVertex:      -40 ID:    0 (X,cT):0
  I: 1        74     -213 +1.67e+00,-6.02e-01,-4.33e+00,+4.71e+00   2       -40
- O: 2       248     -211 +8.95e-01,-3.43e-01,-1.67e+00,+1.93e+00   1     (nil)
+ O: 2       248     -211 +8.95e-01,-3.43e-01,-1.67e+00,+1.93e+00   1
             249      111 +7.72e-01,-2.59e-01,-2.66e+00,+2.78e+00   2      -147
 Vertex:      -41 ID:    0 (X,cT)=-1.15e-05,-2.74e-06,-5.60e-05,+5.77e-05
  I: 1        75      111 -2.29e-01,-5.45e-02,-1.11e+00,+1.15e+00   2       -41
- O: 2       250       22 -1.87e-01,-7.34e-02,-6.48e-01,+6.78e-01   1     (nil)
-            251       22 -4.27e-02,+1.89e-02,-4.65e-01,+4.68e-01   1     (nil)
+ O: 2       250       22 -1.87e-01,-7.34e-02,-6.48e-01,+6.78e-01   1
+            251       22 -4.27e-02,+1.89e-02,-4.65e-01,+4.68e-01   1
 Vertex:      -42 ID:    0 (X,cT)=-9.58e+00,-4.54e+00,+3.08e+02,+3.22e+02
  I: 1        79     3112 -1.25e-01,-5.92e-02,+4.02e+00,+4.19e+00   2       -42
- O: 2       252     2112 +2.35e-02,-7.71e-02,+3.69e+00,+3.81e+00   1     (nil)
-            253     -211 -1.48e-01,+1.79e-02,+3.30e-01,+3.88e-01   1     (nil)
+ O: 2       252     2112 +2.35e-02,-7.71e-02,+3.69e+00,+3.81e+00   1
+            253     -211 -1.48e-01,+1.79e-02,+3.30e-01,+3.88e-01   1
 GenVertex:      -43 ID:    0 (X,cT):0
  I: 1        80      311 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2       -43
  O: 1       254      310 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2      -148
 GenVertex:      -44 ID:    0 (X,cT):0
  I: 1        81    -1114 -5.93e-01,-4.62e-01,+7.53e+00,+7.69e+00   2       -44
- O: 2       255    -2112 -7.16e-01,-5.94e-01,+6.69e+00,+6.82e+00   1     (nil)
-            256      211 +1.23e-01,+1.32e-01,+8.42e-01,+8.72e-01   1     (nil)
+ O: 2       255    -2112 -7.16e-01,-5.94e-01,+6.69e+00,+6.82e+00   1
+            256      211 +1.23e-01,+1.32e-01,+8.42e-01,+8.72e-01   1
 GenVertex:      -45 ID:    0 (X,cT):0
  I: 1        84     -213 -1.27e-01,-1.01e-01,+5.15e+00,+5.19e+00   2       -45
- O: 2       257     -211 +1.09e-01,-2.00e-01,+3.92e+00,+3.93e+00   1     (nil)
+ O: 2       257     -211 +1.09e-01,-2.00e-01,+3.92e+00,+3.93e+00   1
             258      111 -2.36e-01,+9.89e-02,+1.22e+00,+1.25e+00   2      -149
 GenVertex:      -46 ID:    0 (X,cT):0
  I: 1        85      213 -1.20e+00,-1.22e-01,+2.34e+01,+2.35e+01   2       -46
- O: 2       259      211 -9.25e-02,+6.68e-02,+1.06e+00,+1.07e+00   1     (nil)
+ O: 2       259      211 -9.25e-02,+6.68e-02,+1.06e+00,+1.07e+00   1
             260      111 -1.11e+00,-1.89e-01,+2.24e+01,+2.24e+01   2      -150
 GenVertex:      -47 ID:    0 (X,cT):0
  I: 1        86      223 -7.42e-02,+1.42e-01,+1.52e+01,+1.52e+01   2       -47
- O: 3       261      211 -8.80e-02,-1.85e-01,+7.90e+00,+7.90e+00   1     (nil)
-            262     -211 -9.38e-02,+7.23e-02,+3.34e+00,+3.35e+00   1     (nil)
+ O: 3       261      211 -8.80e-02,-1.85e-01,+7.90e+00,+7.90e+00   1
+            262     -211 -9.38e-02,+7.23e-02,+3.34e+00,+3.35e+00   1
             263      111 +1.08e-01,+2.55e-01,+3.93e+00,+3.94e+00   2      -151
 GenVertex:      -48 ID:    0 (X,cT):0
  I: 1        87     -213 -9.01e-01,-6.04e-01,+2.49e+01,+2.49e+01   2       -48
- O: 2       264     -211 -5.80e-01,-4.05e-01,+2.11e+01,+2.11e+01   1     (nil)
+ O: 2       264     -211 -5.80e-01,-4.05e-01,+2.11e+01,+2.11e+01   1
             265      111 -3.21e-01,-1.99e-01,+3.80e+00,+3.82e+00   2      -152
 GenVertex:      -49 ID:    0 (X,cT):0
  I: 1        88      323 -3.96e-01,+4.77e-01,+8.35e+01,+8.35e+01   2       -49
- O: 2       266      321 -2.79e-01,+6.38e-01,+6.43e+01,+6.43e+01   1     (nil)
+ O: 2       266      321 -2.79e-01,+6.38e-01,+6.43e+01,+6.43e+01   1
             267      111 -1.18e-01,-1.61e-01,+1.92e+01,+1.92e+01   2      -153
 GenVertex:      -50 ID:    0 (X,cT):0
  I: 1        89     -313 -1.18e+00,+4.38e-01,+2.34e+02,+2.34e+02   2       -50
- O: 2       268     -321 -8.94e-01,+2.08e-02,+1.54e+02,+1.54e+02   1     (nil)
-            269      211 -2.85e-01,+4.17e-01,+8.01e+01,+8.01e+01   1     (nil)
+ O: 2       268     -321 -8.94e-01,+2.08e-02,+1.54e+02,+1.54e+02   1
+            269      211 -2.85e-01,+4.17e-01,+8.01e+01,+8.01e+01   1
 Vertex:      -51 ID:    0 (X,cT)=-6.60e-06,+4.63e-05,+6.91e-03,+6.91e-03
  I: 1        90      111 -2.10e-02,+1.47e-01,+2.20e+01,+2.20e+01   2       -51
- O: 2       270       22 +3.30e-03,+1.38e-01,+2.13e+01,+2.13e+01   1     (nil)
-            271       22 -2.43e-02,+9.55e-03,+7.24e-01,+7.25e-01   1     (nil)
+ O: 2       270       22 +3.30e-03,+1.38e-01,+2.13e+01,+2.13e+01   1
+            271       22 -2.43e-02,+9.55e-03,+7.24e-01,+7.25e-01   1
 GenVertex:      -52 ID:    0 (X,cT):0
  I: 1        91     -213 -1.47e+00,+1.82e+00,+3.92e+02,+3.92e+02   2       -52
- O: 2       272     -211 -2.85e-01,+9.40e-01,+1.43e+02,+1.43e+02   1     (nil)
+ O: 2       272     -211 -2.85e-01,+9.40e-01,+1.43e+02,+1.43e+02   1
             273      111 -1.19e+00,+8.85e-01,+2.49e+02,+2.49e+02   2      -154
 GenVertex:      -53 ID:    0 (X,cT):0
  I: 1        92      213 +1.75e+00,+1.50e+00,+6.91e+02,+6.91e+02   2       -53
- O: 2       274      211 +1.79e+00,+1.29e+00,+6.18e+02,+6.18e+02   1     (nil)
+ O: 2       274      211 +1.79e+00,+1.29e+00,+6.18e+02,+6.18e+02   1
             275      111 -3.94e-02,+2.10e-01,+7.29e+01,+7.29e+01   2      -155
 Vertex:      -54 ID:    0 (X,cT)=+1.07e-04,+5.79e-05,+2.54e-02,+2.54e-02
  I: 1        94      111 +7.06e-01,+3.83e-01,+1.68e+02,+1.68e+02   2       -54
- O: 2       276       22 +2.50e-01,+1.51e-01,+4.86e+01,+4.86e+01   1     (nil)
-            277       22 +4.56e-01,+2.32e-01,+1.20e+02,+1.20e+02   1     (nil)
+ O: 2       276       22 +2.50e-01,+1.51e-01,+4.86e+01,+4.86e+01   1
+            277       22 +4.56e-01,+2.32e-01,+1.20e+02,+1.20e+02   1
 GenVertex:      -55 ID:    0 (X,cT):0
  I: 1        95      223 +1.83e-01,+6.58e-01,+2.64e+02,+2.64e+02   2       -55
- O: 3       278      211 +2.62e-01,+6.67e-02,+8.45e+01,+8.45e+01   1     (nil)
-            279     -211 +3.03e-02,+5.27e-01,+1.40e+02,+1.40e+02   1     (nil)
+ O: 3       278      211 +2.62e-01,+6.67e-02,+8.45e+01,+8.45e+01   1
+            279     -211 +3.03e-02,+5.27e-01,+1.40e+02,+1.40e+02   1
             280      111 -1.09e-01,+6.39e-02,+3.93e+01,+3.93e+01   2      -156
 GenVertex:      -56 ID:    0 (X,cT):0
  I: 1        96      113 +1.17e+00,-6.49e-01,+1.09e+02,+1.09e+02   2       -56
- O: 2       281     -211 +1.05e+00,-3.90e-01,+9.92e+01,+9.92e+01   1     (nil)
-            282      211 +1.20e-01,-2.59e-01,+1.03e+01,+1.03e+01   1     (nil)
+ O: 2       281     -211 +1.05e+00,-3.90e-01,+9.92e+01,+9.92e+01   1
+            282      211 +1.20e-01,-2.59e-01,+1.03e+01,+1.03e+01   1
 GenVertex:      -57 ID:    0 (X,cT):0
  I: 1        97      213 -3.59e-02,+9.92e-01,+3.73e+01,+3.74e+01   2       -57
- O: 2       283      211 -1.62e-01,+3.10e-02,+2.19e+00,+2.20e+00   1     (nil)
+ O: 2       283      211 -1.62e-01,+3.10e-02,+2.19e+00,+2.20e+00   1
             284      111 +1.27e-01,+9.61e-01,+3.52e+01,+3.52e+01   2      -157
 GenVertex:      -58 ID:    0 (X,cT):0
  I: 1        98      221 +4.22e-01,+3.30e-01,+8.56e+00,+8.60e+00   2       -58
@@ -907,96 +1024,96 @@ GenVertex:      -58 ID:    0 (X,cT):0
             287      111 +5.73e-02,+1.07e-02,+3.27e+00,+3.27e+00   2      -160
 GenVertex:      -59 ID:    0 (X,cT):0
  I: 1        99     -213 +9.75e-01,+2.54e+00,+3.20e+01,+3.22e+01   2       -59
- O: 2       288     -211 +5.56e-01,+1.36e+00,+1.23e+01,+1.24e+01   1     (nil)
+ O: 2       288     -211 +5.56e-01,+1.36e+00,+1.23e+01,+1.24e+01   1
             289      111 +4.18e-01,+1.18e+00,+1.97e+01,+1.98e+01   2      -161
 Vertex:      -60 ID:    0 (X,cT)=+3.89e-05,+1.80e-05,+5.58e-04,+5.60e-04
  I: 1       100      111 +1.28e+00,+5.91e-01,+1.83e+01,+1.84e+01   2       -60
- O: 2       290       22 +1.23e+00,+5.60e-01,+1.78e+01,+1.79e+01   1     (nil)
-            291       22 +5.03e-02,+3.14e-02,+4.95e-01,+4.99e-01   1     (nil)
+ O: 2       290       22 +1.23e+00,+5.60e-01,+1.78e+01,+1.79e+01   1
+            291       22 +5.03e-02,+3.14e-02,+4.95e-01,+4.99e-01   1
 GenVertex:      -61 ID:    0 (X,cT):0
  I: 1       101      331 +1.59e+00,+2.22e+00,+3.03e+01,+3.04e+01   2       -61
- O: 3       292      211 +3.32e-01,+2.48e-01,+4.45e+00,+4.47e+00   1     (nil)
-            293     -211 +3.06e-01,+6.92e-01,+8.24e+00,+8.28e+00   1     (nil)
+ O: 3       292      211 +3.32e-01,+2.48e-01,+4.45e+00,+4.47e+00   1
+            293     -211 +3.06e-01,+6.92e-01,+8.24e+00,+8.28e+00   1
             294      221 +9.56e-01,+1.28e+00,+1.76e+01,+1.77e+01   2      -162
 GenVertex:      -62 ID:    0 (X,cT):0
  I: 1       102      213 +1.77e+00,-1.58e+00,+1.71e+01,+1.73e+01   2       -62
- O: 2       295      211 +8.03e-02,+2.02e-02,+5.69e-01,+5.92e-01   1     (nil)
+ O: 2       295      211 +8.03e-02,+2.02e-02,+5.69e-01,+5.92e-01   1
             296      111 +1.69e+00,-1.60e+00,+1.65e+01,+1.67e+01   2      -163
 GenVertex:      -63 ID:    0 (X,cT):0
  I: 1       105      311 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2       -63
  O: 1       297      310 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2      -164
 GenVertex:      -64 ID:    0 (X,cT):0
  I: 1       106      333 +8.72e-02,-2.03e+00,+7.62e+00,+7.95e+00   2       -64
- O: 2       298      130 +1.44e-01,-1.08e+00,+4.20e+00,+4.37e+00   1     (nil)
+ O: 2       298      130 +1.44e-01,-1.08e+00,+4.20e+00,+4.37e+00   1
             299      310 -5.64e-02,-9.48e-01,+3.42e+00,+3.58e+00   2      -165
 GenVertex:      -65 ID:    0 (X,cT):0
  I: 1       107     -323 -1.98e-01,-1.55e-01,+2.64e+00,+2.79e+00   2       -65
- O: 2       300     -321 -2.21e-01,+1.56e-01,+1.65e+00,+1.74e+00   1     (nil)
+ O: 2       300     -321 -2.21e-01,+1.56e-01,+1.65e+00,+1.74e+00   1
             301      111 +2.32e-02,-3.11e-01,+9.92e-01,+1.05e+00   2      -166
 GenVertex:      -66 ID:    0 (X,cT):0
  I: 1       108      113 -1.10e+00,-1.90e+00,+5.32e+00,+5.81e+00   2       -66
- O: 2       302     -211 -1.16e+00,-1.76e+00,+5.02e+00,+5.45e+00   1     (nil)
-            303      211 +5.82e-02,-1.40e-01,+3.02e-01,+3.65e-01   1     (nil)
+ O: 2       302     -211 -1.16e+00,-1.76e+00,+5.02e+00,+5.45e+00   1
+            303      211 +5.82e-02,-1.40e-01,+3.02e-01,+3.65e-01   1
 GenVertex:      -67 ID:    0 (X,cT):0
  I: 1       109      213 -7.23e-01,-7.70e-01,+6.13e-01,+1.63e+00   2       -67
- O: 2       304      211 +1.49e-03,+1.26e-01,-1.51e-01,+2.41e-01   1     (nil)
+ O: 2       304      211 +1.49e-03,+1.26e-01,-1.51e-01,+2.41e-01   1
             305      111 -7.25e-01,-8.95e-01,+7.64e-01,+1.39e+00   2      -167
 GenVertex:      -68 ID:    0 (X,cT):0
  I: 1       111      213 -5.97e-01,-1.22e+00,+2.67e-01,+1.55e+00   2       -68
- O: 2       306      211 +1.06e-01,-2.72e-01,-4.01e-02,+3.26e-01   1     (nil)
+ O: 2       306      211 +1.06e-01,-2.72e-01,-4.01e-02,+3.26e-01   1
             307      111 -7.03e-01,-9.49e-01,+3.08e-01,+1.23e+00   2      -168
 Vertex:      -69 ID:    0 (X,cT)=+1.27e-05,-7.07e-05,+1.82e-05,+8.39e-05
  I: 1       113      111 +4.36e-02,-2.43e-01,+6.27e-02,+2.89e-01   2       -69
- O: 2       308       22 +5.40e-02,-1.99e-02,+1.91e-02,+6.07e-02   1     (nil)
-            309       22 -1.04e-02,-2.23e-01,+4.36e-02,+2.28e-01   1     (nil)
+ O: 2       308       22 +5.40e-02,-1.99e-02,+1.91e-02,+6.07e-02   1
+            309       22 -1.04e-02,-2.23e-01,+4.36e-02,+2.28e-01   1
 GenVertex:      -70 ID:    0 (X,cT):0
  I: 1       114      213 -1.15e+00,-1.72e+00,-2.01e+00,+2.97e+00   2       -70
- O: 2       310      211 -4.37e-02,-6.49e-02,-3.59e-02,+1.64e-01   1     (nil)
+ O: 2       310      211 -4.37e-02,-6.49e-02,-3.59e-02,+1.64e-01   1
             311      111 -1.10e+00,-1.65e+00,-1.97e+00,+2.80e+00   2      -169
 GenVertex:      -71 ID:    0 (X,cT):0
  I: 1       115     -213 -9.95e-01,-3.87e-01,-1.11e+00,+1.63e+00   2       -71
- O: 2       312     -211 -7.40e-01,-4.72e-01,-9.20e-01,+1.28e+00   1     (nil)
+ O: 2       312     -211 -7.40e-01,-4.72e-01,-9.20e-01,+1.28e+00   1
             313      111 -2.55e-01,+8.51e-02,-1.87e-01,+3.54e-01   2      -170
 GenVertex:      -72 ID:    0 (X,cT):0
  I: 1       119      311 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2       -72
  O: 1       314      310 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2      -171
 GenVertex:      -73 ID:    0 (X,cT):0
  I: 1       121      113 -2.01e-02,+9.67e-01,-2.76e+00,+3.05e+00   2       -73
- O: 2       315     -211 -5.02e-03,+1.03e+00,-2.68e+00,+2.88e+00   1     (nil)
-            316      211 -1.50e-02,-6.21e-02,-7.50e-02,+1.71e-01   1     (nil)
+ O: 2       315     -211 -5.02e-03,+1.03e+00,-2.68e+00,+2.88e+00   1
+            316      211 -1.50e-02,-6.21e-02,-7.50e-02,+1.71e-01   1
 GenVertex:      -74 ID:    0 (X,cT):0
  I: 1       122      213 +6.99e-01,+4.88e-01,-2.14e+00,+2.37e+00   2       -74
- O: 2       317      211 +2.31e-01,+4.39e-01,-1.27e+00,+1.37e+00   1     (nil)
+ O: 2       317      211 +2.31e-01,+4.39e-01,-1.27e+00,+1.37e+00   1
             318      111 +4.68e-01,+4.92e-02,-8.74e-01,+1.00e+00   2      -172
 GenVertex:      -75 ID:    0 (X,cT):0
  I: 1       123      223 +1.59e-01,-2.33e-01,-7.42e+00,+7.46e+00   2       -75
- O: 2       319     -211 +2.57e-01,+5.62e-02,-5.93e+00,+5.93e+00   1     (nil)
-            320      211 -9.87e-02,-2.90e-01,-1.49e+00,+1.53e+00   1     (nil)
+ O: 2       319     -211 +2.57e-01,+5.62e-02,-5.93e+00,+5.93e+00   1
+            320      211 -9.87e-02,-2.90e-01,-1.49e+00,+1.53e+00   1
 GenVertex:      -76 ID:    0 (X,cT):0
  I: 1       124      223 -3.07e-01,+5.68e-01,-1.77e+01,+1.77e+01   2       -76
- O: 2       321     -211 -1.81e-01,+2.32e-01,-1.48e+01,+1.48e+01   1     (nil)
-            322      211 -1.26e-01,+3.36e-01,-2.88e+00,+2.90e+00   1     (nil)
+ O: 2       321     -211 -1.81e-01,+2.32e-01,-1.48e+01,+1.48e+01   1
+            322      211 -1.26e-01,+3.36e-01,-2.88e+00,+2.90e+00   1
 GenVertex:      -77 ID:    0 (X,cT):0
  I: 1       125     1114 +7.70e-01,-3.47e-01,-1.94e+02,+1.94e+02   2       -77
- O: 2       323     2112 +6.85e-01,-3.51e-01,-1.63e+02,+1.63e+02   1     (nil)
-            324     -211 +8.47e-02,+3.52e-03,-3.06e+01,+3.06e+01   1     (nil)
+ O: 2       323     2112 +6.85e-01,-3.51e-01,-1.63e+02,+1.63e+02   1
+            324     -211 +8.47e-02,+3.52e-03,-3.06e+01,+3.06e+01   1
 Vertex:      -78 ID:    0 (X,cT)=+9.27e-06,+2.22e-05,-1.58e-03,+1.58e-03
  I: 1       126      111 +6.52e-01,+1.56e+00,-1.11e+02,+1.11e+02   2       -78
- O: 2       325       22 +6.52e-01,+1.50e+00,-1.08e+02,+1.08e+02   1     (nil)
-            326       22 -1.55e-04,+6.21e-02,-3.67e+00,+3.67e+00   1     (nil)
+ O: 2       325       22 +6.52e-01,+1.50e+00,-1.08e+02,+1.08e+02   1
+            326       22 -1.55e-04,+6.21e-02,-3.67e+00,+3.67e+00   1
 GenVertex:      -79 ID:    0 (X,cT):0
  I: 1       130      113 +7.74e-01,+8.64e-01,-8.89e+01,+8.89e+01   2       -79
- O: 2       327     -211 +6.68e-01,+7.08e-01,-4.84e+01,+4.84e+01   1     (nil)
-            328      211 +1.06e-01,+1.56e-01,-4.05e+01,+4.05e+01   1     (nil)
+ O: 2       327     -211 +6.68e-01,+7.08e-01,-4.84e+01,+4.84e+01   1
+            328      211 +1.06e-01,+1.56e-01,-4.05e+01,+4.05e+01   1
 GenVertex:      -80 ID:    0 (X,cT):0
  I: 1       131      223 +1.70e-02,+2.83e-01,-9.69e+01,+9.69e+01   2       -80
- O: 3       329      211 -1.62e-01,+5.36e-02,-3.29e+01,+3.29e+01   1     (nil)
-            330     -211 +6.38e-02,-3.43e-02,-4.30e+01,+4.30e+01   1     (nil)
+ O: 3       329      211 -1.62e-01,+5.36e-02,-3.29e+01,+3.29e+01   1
+            330     -211 +6.38e-02,-3.43e-02,-4.30e+01,+4.30e+01   1
             331      111 +1.15e-01,+2.64e-01,-2.11e+01,+2.11e+01   2      -173
 GenVertex:      -81 ID:    0 (X,cT):0
  I: 1       132      223 +3.02e-01,+2.43e-01,-3.21e+01,+3.21e+01   2       -81
- O: 3       332     -211 +5.67e-02,-4.99e-02,-1.78e+01,+1.78e+01   1     (nil)
-            333      211 +8.54e-02,+2.91e-01,-8.16e+00,+8.17e+00   1     (nil)
+ O: 3       332     -211 +5.67e-02,-4.99e-02,-1.78e+01,+1.78e+01   1
+            333      211 +8.54e-02,+2.91e-01,-8.16e+00,+8.17e+00   1
             334      111 +1.60e-01,+1.64e-03,-6.16e+00,+6.16e+00   2      -174
 GenVertex:      -82 ID:    0 (X,cT):0
  I: 1       133      221 +6.52e-01,-1.30e-02,-7.49e+00,+7.53e+00   2       -82
@@ -1005,206 +1122,206 @@ GenVertex:      -82 ID:    0 (X,cT):0
             337      111 +4.06e-02,+5.17e-03,-1.02e+00,+1.02e+00   2      -177
 GenVertex:      -83 ID:    0 (X,cT):0
  I: 1       134      213 +1.25e+00,+2.45e+00,-3.91e+01,+3.93e+01   2       -83
- O: 2       338      211 +6.58e-01,+5.66e-01,-1.72e+01,+1.72e+01   1     (nil)
+ O: 2       338      211 +6.58e-01,+5.66e-01,-1.72e+01,+1.72e+01   1
             339      111 +5.88e-01,+1.89e+00,-2.20e+01,+2.20e+01   2      -178
 GenVertex:      -84 ID:    0 (X,cT):0
  I: 1       135      221 +8.86e-01,+9.16e-01,-1.24e+01,+1.25e+01   2       -84
- O: 2       340       22 +6.66e-01,+6.36e-01,-6.31e+00,+6.38e+00   1     (nil)
-            341       22 +2.20e-01,+2.80e-01,-6.11e+00,+6.12e+00   1     (nil)
+ O: 2       340       22 +6.66e-01,+6.36e-01,-6.31e+00,+6.38e+00   1
+            341       22 +2.20e-01,+2.80e-01,-6.11e+00,+6.12e+00   1
 Vertex:      -85 ID:    0 (X,cT)=+3.02e-04,+4.87e-04,-5.38e-03,+5.41e-03
  I: 1       137      111 +7.22e-01,+1.16e+00,-1.29e+01,+1.29e+01   2       -85
- O: 2       342       22 +5.79e-02,+1.36e-01,-1.76e+00,+1.76e+00   1     (nil)
-            343       22 +6.65e-01,+1.03e+00,-1.11e+01,+1.12e+01   1     (nil)
+ O: 2       342       22 +5.79e-02,+1.36e-01,-1.76e+00,+1.76e+00   1
+            343       22 +6.65e-01,+1.03e+00,-1.11e+01,+1.12e+01   1
 GenVertex:      -86 ID:    0 (X,cT):0
  I: 1       138      113 +1.21e+00,+1.68e+00,-1.89e+01,+1.90e+01   2       -86
- O: 2       344     -211 +4.13e-01,+1.29e-01,-3.64e+00,+3.67e+00   1     (nil)
-            345      211 +8.01e-01,+1.55e+00,-1.52e+01,+1.53e+01   1     (nil)
+ O: 2       344     -211 +4.13e-01,+1.29e-01,-3.64e+00,+3.67e+00   1
+            345      211 +8.01e-01,+1.55e+00,-1.52e+01,+1.53e+01   1
 GenVertex:      -87 ID:    0 (X,cT):0
  I: 1       140     -213 +4.58e-01,+1.15e+00,-1.84e+01,+1.85e+01   2       -87
- O: 2       346     -211 +4.43e-01,+4.32e-01,-3.36e+00,+3.42e+00   1     (nil)
+ O: 2       346     -211 +4.43e-01,+4.32e-01,-3.36e+00,+3.42e+00   1
             347      111 +1.51e-02,+7.22e-01,-1.51e+01,+1.51e+01   2      -179
 GenVertex:      -88 ID:    0 (X,cT):0
  I: 1       141      213 +2.08e+00,+1.68e+00,-2.61e+01,+2.63e+01   2       -88
- O: 2       348      211 +2.03e+00,+1.63e+00,-2.51e+01,+2.52e+01   1     (nil)
+ O: 2       348      211 +2.03e+00,+1.63e+00,-2.51e+01,+2.52e+01   1
             349      111 +5.56e-02,+5.31e-02,-1.06e+00,+1.07e+00   2      -180
 GenVertex:      -89 ID:    0 (X,cT):0
  I: 1       142      313 +1.78e+00,+1.24e+00,-2.26e+01,+2.27e+01   2       -89
- O: 2       350      321 +5.53e-01,+4.44e-01,-6.45e+00,+6.51e+00   1     (nil)
-            351     -211 +1.23e+00,+7.92e-01,-1.62e+01,+1.62e+01   1     (nil)
+ O: 2       350      321 +5.53e-01,+4.44e-01,-6.45e+00,+6.51e+00   1
+            351     -211 +1.23e+00,+7.92e-01,-1.62e+01,+1.62e+01   1
 GenVertex:      -90 ID:    0 (X,cT):0
  I: 1       143     -313 +1.42e+00,+6.47e-01,-1.81e+01,+1.82e+01   2       -90
  O: 2       352     -311 +4.98e-01,+5.10e-01,-7.52e+00,+7.57e+00   2      -181
             353      111 +9.21e-01,+1.38e-01,-1.06e+01,+1.06e+01   2      -182
 GenVertex:      -91 ID:    0 (X,cT):0
  I: 1       145     -213 -5.75e-01,-4.78e-01,-9.45e+01,+9.45e+01   2       -91
- O: 2       354     -211 -4.16e-01,-6.42e-04,-4.57e+01,+4.57e+01   1     (nil)
+ O: 2       354     -211 -4.16e-01,-6.42e-04,-4.57e+01,+4.57e+01   1
             355      111 -1.59e-01,-4.77e-01,-4.88e+01,+4.88e+01   2      -183
 GenVertex:      -92 ID:    0 (X,cT):0
  I: 1       146    -1114 -8.04e-01,-7.43e-01,-3.40e+01,+3.40e+01   2       -92
- O: 2       356    -2112 -5.09e-01,-4.51e-01,-2.85e+01,+2.85e+01   1     (nil)
-            357      211 -2.95e-01,-2.92e-01,-5.48e+00,+5.50e+00   1     (nil)
+ O: 2       356    -2112 -5.09e-01,-4.51e-01,-2.85e+01,+2.85e+01   1
+            357      211 -2.95e-01,-2.92e-01,-5.48e+00,+5.50e+00   1
 GenVertex:      -93 ID:    0 (X,cT):0
  I: 1       147     -213 -1.80e-01,+6.29e-02,-4.32e+01,+4.32e+01   2       -93
- O: 2       358     -211 -2.49e-01,+3.34e-01,-2.84e+01,+2.84e+01   1     (nil)
+ O: 2       358     -211 -2.49e-01,+3.34e-01,-2.84e+01,+2.84e+01   1
             359      111 +6.89e-02,-2.71e-01,-1.49e+01,+1.49e+01   2      -184
 GenVertex:      -94 ID:    0 (X,cT):0
  I: 1       149      311 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   2       -94
- O: 1       360      130 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   1     (nil)
+ O: 1       360      130 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   1
 GenVertex:      -95 ID:    0 (X,cT):0
  I: 1       150     -323 -3.04e-01,-3.92e-01,-7.88e+01,+7.88e+01   2       -95
- O: 2       361     -321 -3.90e-02,+2.37e-02,-4.50e+01,+4.50e+01   1     (nil)
+ O: 2       361     -321 -3.90e-02,+2.37e-02,-4.50e+01,+4.50e+01   1
             362      111 -2.65e-01,-4.16e-01,-3.38e+01,+3.38e+01   2      -185
 GenVertex:      -96 ID:    0 (X,cT):0
  I: 1       151      213 -1.80e+00,-1.21e+00,-8.93e+01,+8.94e+01   2       -96
- O: 2       363      211 -1.88e+00,-1.09e+00,-8.20e+01,+8.20e+01   1     (nil)
+ O: 2       363      211 -1.88e+00,-1.09e+00,-8.20e+01,+8.20e+01   1
             364      111 +7.55e-02,-1.18e-01,-7.35e+00,+7.36e+00   2      -186
 GenVertex:      -97 ID:    0 (X,cT):0
  I: 1       152      113 +4.91e-01,-9.72e-01,-5.04e+01,+5.05e+01   2       -97
- O: 2       365     -211 +3.30e-01,-1.08e+00,-4.62e+01,+4.62e+01   1     (nil)
-            366      211 +1.61e-01,+1.05e-01,-4.23e+00,+4.23e+00   1     (nil)
+ O: 2       365     -211 +3.30e-01,-1.08e+00,-4.62e+01,+4.62e+01   1
+            366      211 +1.61e-01,+1.05e-01,-4.23e+00,+4.23e+00   1
 GenVertex:      -98 ID:    0 (X,cT):0
  I: 1       153      221 +2.67e-01,-2.61e-01,-2.16e+01,+2.16e+01   2       -98
- O: 2       367       22 -1.53e-01,-5.63e-02,-3.12e+00,+3.12e+00   1     (nil)
-            368       22 +4.20e-01,-2.04e-01,-1.84e+01,+1.85e+01   1     (nil)
+ O: 2       367       22 -1.53e-01,-5.63e-02,-3.12e+00,+3.12e+00   1
+            368       22 +4.20e-01,-2.04e-01,-1.84e+01,+1.85e+01   1
 GenVertex:      -99 ID:    0 (X,cT):0
  I: 1       154      311 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   2       -99
- O: 1       369      130 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   1     (nil)
+ O: 1       369      130 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   1
 GenVertex:     -100 ID:    0 (X,cT):0
  I: 1       156      221 -4.10e-01,-2.74e-01,-4.88e+01,+4.88e+01   2      -100
- O: 3       370      211 -2.54e-01,-1.08e-01,-2.26e+01,+2.26e+01   1     (nil)
-            371     -211 -9.47e-02,-7.03e-02,-6.26e+00,+6.26e+00   1     (nil)
+ O: 3       370      211 -2.54e-01,-1.08e-01,-2.26e+01,+2.26e+01   1
+            371     -211 -9.47e-02,-7.03e-02,-6.26e+00,+6.26e+00   1
             372      111 -6.13e-02,-9.53e-02,-1.99e+01,+1.99e+01   2      -187
 GenVertex:     -101 ID:    0 (X,cT):0
  I: 1       158      113 -8.56e-01,+4.51e-01,-3.86e+02,+3.86e+02   2      -101
- O: 2       373      211 -5.66e-01,+1.70e-01,-3.23e+02,+3.23e+02   1     (nil)
-            374     -211 -2.90e-01,+2.81e-01,-6.32e+01,+6.32e+01   1     (nil)
+ O: 2       373      211 -5.66e-01,+1.70e-01,-3.23e+02,+3.23e+02   1
+            374     -211 -2.90e-01,+2.81e-01,-6.32e+01,+6.32e+01   1
 GenVertex:     -102 ID:    0 (X,cT):0
  I: 1       160     2224 -1.90e-03,+7.51e-01,-1.39e+03,+1.39e+03   2      -102
- O: 2       375     2212 +9.56e-04,+8.62e-01,-1.17e+03,+1.17e+03   1     (nil)
-            376      211 -2.86e-03,-1.12e-01,-2.17e+02,+2.17e+02   1     (nil)
+ O: 2       375     2212 +9.56e-04,+8.62e-01,-1.17e+03,+1.17e+03   1
+            376      211 -2.86e-03,-1.12e-01,-2.17e+02,+2.17e+02   1
 GenVertex:     -103 ID:    0 (X,cT):0
  I: 1       163      223 -1.35e-02,+1.05e-01,+2.90e+00,+3.01e+00   2      -103
- O: 3       377     -211 +6.98e-02,+4.75e-02,+2.34e+00,+2.34e+00   1     (nil)
-            378      211 -3.36e-03,-3.94e-02,+1.39e-01,+2.01e-01   1     (nil)
+ O: 3       377     -211 +6.98e-02,+4.75e-02,+2.34e+00,+2.34e+00   1
+            378      211 -3.36e-03,-3.94e-02,+1.39e-01,+2.01e-01   1
             379      111 -7.99e-02,+9.68e-02,+4.23e-01,+4.62e-01   2      -188
 GenVertex:     -104 ID:    0 (X,cT):0
  I: 1       164     -213 -7.67e-02,-1.58e-01,+2.83e+00,+2.94e+00   2      -104
- O: 2       380     -211 +2.46e-01,-2.54e-01,+9.52e-01,+1.02e+00   1     (nil)
+ O: 2       380     -211 +2.46e-01,-2.54e-01,+9.52e-01,+1.02e+00   1
             381      111 -3.23e-01,+9.61e-02,+1.88e+00,+1.91e+00   2      -189
 GenVertex:     -105 ID:    0 (X,cT):0
  I: 1       165      113 -3.96e-01,-2.46e-01,+7.66e+00,+7.72e+00   2      -105
- O: 2       382     -211 -4.58e-01,-1.09e-01,+2.26e+00,+2.31e+00   1     (nil)
-            383      211 +6.19e-02,-1.38e-01,+5.40e+00,+5.41e+00   1     (nil)
+ O: 2       382     -211 -4.58e-01,-1.09e-01,+2.26e+00,+2.31e+00   1
+            383      211 +6.19e-02,-1.38e-01,+5.40e+00,+5.41e+00   1
 GenVertex:     -106 ID:    0 (X,cT):0
  I: 1       166      223 +8.97e-02,-2.51e-02,+1.83e+01,+1.83e+01   2      -106
- O: 3       384      211 +1.54e-02,+2.33e-01,+6.44e+00,+6.45e+00   1     (nil)
-            385     -211 -1.25e-01,-1.91e-01,+6.30e+00,+6.31e+00   1     (nil)
+ O: 3       384      211 +1.54e-02,+2.33e-01,+6.44e+00,+6.45e+00   1
+            385     -211 -1.25e-01,-1.91e-01,+6.30e+00,+6.31e+00   1
             386      111 +1.99e-01,-6.72e-02,+5.57e+00,+5.57e+00   2      -190
 GenVertex:     -107 ID:    0 (X,cT):0
  I: 1       167      331 +7.92e-02,-2.14e-01,+1.65e+01,+1.65e+01   2      -107
- O: 2       388      113 +8.30e-02,-2.83e-01,+1.61e+01,+1.61e+01   2      -191
-            387       22 -3.78e-03,+6.83e-02,+3.46e-01,+3.53e-01   1     (nil)
+ O: 2       387       22 -3.78e-03,+6.83e-02,+3.46e-01,+3.53e-01   1
+            388      113 +8.30e-02,-2.83e-01,+1.61e+01,+1.61e+01   2      -191
 GenVertex:     -108 ID:    0 (X,cT):0
  I: 1       169      113 -9.07e-02,+1.70e-01,+7.69e+00,+7.71e+00   2      -108
- O: 2       389      211 -1.47e-01,+1.94e-03,+5.31e+00,+5.31e+00   1     (nil)
-            390     -211 +5.60e-02,+1.68e-01,+2.38e+00,+2.39e+00   1     (nil)
+ O: 2       389      211 -1.47e-01,+1.94e-03,+5.31e+00,+5.31e+00   1
+            390     -211 +5.60e-02,+1.68e-01,+2.38e+00,+2.39e+00   1
 GenVertex:     -109 ID:    0 (X,cT):0
  I: 1       172      313 -9.79e-02,+5.68e-01,+7.20e+01,+7.20e+01   2      -109
- O: 2       391      321 +1.98e-01,+2.04e-01,+3.95e+01,+3.95e+01   1     (nil)
-            392     -211 -2.96e-01,+3.65e-01,+3.25e+01,+3.25e+01   1     (nil)
+ O: 2       391      321 +1.98e-01,+2.04e-01,+3.95e+01,+3.95e+01   1
+            392     -211 -2.96e-01,+3.65e-01,+3.25e+01,+3.25e+01   1
 GenVertex:     -110 ID:    0 (X,cT):0
  I: 1       173     -313 -1.30e-01,-7.96e-01,+2.37e+02,+2.37e+02   2      -110
- O: 2       393     -321 +8.77e-02,-3.77e-01,+1.73e+02,+1.73e+02   1     (nil)
-            394      211 -2.18e-01,-4.20e-01,+6.41e+01,+6.41e+01   1     (nil)
+ O: 2       393     -321 +8.77e-02,-3.77e-01,+1.73e+02,+1.73e+02   1
+            394      211 -2.18e-01,-4.20e-01,+6.41e+01,+6.41e+01   1
 Vertex:     -111 ID:    0 (X,cT)=-3.81e+00,+2.43e+00,-3.67e+01,+3.70e+01
  I: 1       177     -411 -2.64e+01,+1.68e+01,-2.54e+02,+2.56e+02   2      -111
- O: 4       395       13 -1.41e+00,+1.04e+00,-1.32e+01,+1.33e+01   1     (nil)
+ O: 4       395       13 -1.41e+00,+1.04e+00,-1.32e+01,+1.33e+01   1
+            396      -14 -1.31e+00,+1.05e+00,-1.23e+01,+1.24e+01   1
             397      323 -2.16e+01,+1.35e+01,-2.09e+02,+2.11e+02   2      -192
-            396      -14 -1.31e+00,+1.05e+00,-1.23e+01,+1.24e+01   1     (nil)
-            398     -211 -2.09e+00,+1.24e+00,-1.91e+01,+1.92e+01   1     (nil)
+            398     -211 -2.09e+00,+1.24e+00,-1.91e+01,+1.92e+01   1
 GenVertex:     -112 ID:    0 (X,cT):0
  I: 1       180     -313 -1.69e+00,+9.52e-01,-1.93e+01,+1.94e+01   2      -112
  O: 2       399     -311 -4.47e-01,+3.05e-01,-6.33e+00,+6.37e+00   2      -193
             400      111 -1.24e+00,+6.47e-01,-1.29e+01,+1.30e+01   2      -194
 GenVertex:     -113 ID:    0 (X,cT):0
  I: 1       181      323 -1.07e+00,+1.14e+00,-1.19e+01,+1.20e+01   2      -113
- O: 2       401      311 -9.33e-01,+9.63e-01,-1.12e+01,+1.13e+01   2      -195
-            402      211 -1.36e-01,+1.77e-01,-7.16e-01,+7.63e-01   1     (nil)
+ O: 2       402      211 -1.36e-01,+1.77e-01,-7.16e-01,+7.63e-01   1
+            401      311 -9.33e-01,+9.63e-01,-1.12e+01,+1.13e+01   2      -195
 GenVertex:     -114 ID:    0 (X,cT):0
  I: 1       182     -323 -1.04e+00,-2.43e-02,-1.56e+01,+1.57e+01   2      -114
- O: 2       403     -321 -9.22e-01,-9.25e-02,-1.49e+01,+1.49e+01   1     (nil)
+ O: 2       403     -321 -9.22e-01,-9.25e-02,-1.49e+01,+1.49e+01   1
             404      111 -1.17e-01,+6.82e-02,-7.01e-01,+7.26e-01   2      -196
 GenVertex:     -115 ID:    0 (X,cT):0
  I: 1       184      113 +9.16e+00,-6.89e+00,-1.32e+02,+1.32e+02   2      -115
- O: 2       405     -211 +8.07e+00,-6.29e+00,-1.19e+02,+1.20e+02   1     (nil)
-            406      211 +1.09e+00,-5.97e-01,-1.23e+01,+1.24e+01   1     (nil)
+ O: 2       405     -211 +8.07e+00,-6.29e+00,-1.19e+02,+1.20e+02   1
+            406      211 +1.09e+00,-5.97e-01,-1.23e+01,+1.24e+01   1
 Vertex:     -116 ID:    0 (X,cT)=+1.87e-03,-1.71e-03,-2.84e-02,+2.85e-02
  I: 1       185      111 +1.57e+00,-1.44e+00,-2.40e+01,+2.41e+01   2      -116
- O: 2       407       22 +1.03e+00,-8.53e-01,-1.49e+01,+1.50e+01   1     (nil)
-            408       22 +5.46e-01,-5.88e-01,-9.04e+00,+9.08e+00   1     (nil)
+ O: 2       407       22 +1.03e+00,-8.53e-01,-1.49e+01,+1.50e+01   1
+            408       22 +5.46e-01,-5.88e-01,-9.04e+00,+9.08e+00   1
 GenVertex:     -117 ID:    0 (X,cT):0
  I: 1       189      213 -1.88e-01,-4.78e-01,-1.86e-02,+8.02e-01   2      -117
- O: 2       409      211 +6.32e-02,-4.07e-02,-1.95e-01,+2.51e-01   1     (nil)
+ O: 2       409      211 +6.32e-02,-4.07e-02,-1.95e-01,+2.51e-01   1
             410      111 -2.51e-01,-4.37e-01,+1.76e-01,+5.51e-01   2      -197
 GenVertex:     -118 ID:    0 (X,cT):0
  I: 1       191      213 -1.69e-01,+6.66e-02,+1.66e+00,+1.95e+00   2      -118
- O: 2       411      211 -8.99e-02,-4.44e-01,+8.88e-01,+1.01e+00   1     (nil)
+ O: 2       411      211 -8.99e-02,-4.44e-01,+8.88e-01,+1.01e+00   1
             412      111 -7.90e-02,+5.11e-01,+7.72e-01,+9.39e-01   2      -198
 GenVertex:     -119 ID:    0 (X,cT):0
  I: 1       192      113 -7.42e-01,+4.97e-01,+2.71e+00,+2.94e+00   2      -119
- O: 2       413     -211 -6.65e-02,+8.33e-02,+1.29e+00,+1.30e+00   1     (nil)
-            414      211 -6.76e-01,+4.14e-01,+1.43e+00,+1.64e+00   1     (nil)
+ O: 2       413     -211 -6.65e-02,+8.33e-02,+1.29e+00,+1.30e+00   1
+            414      211 -6.76e-01,+4.14e-01,+1.43e+00,+1.64e+00   1
 GenVertex:     -120 ID:    0 (X,cT):0
  I: 1       193     -213 +2.70e-02,+3.31e-01,+2.97e-01,+7.93e-01   2      -120
- O: 2       415     -211 -1.79e-01,+3.73e-02,+3.36e-01,+4.08e-01   1     (nil)
+ O: 2       415     -211 -1.79e-01,+3.73e-02,+3.36e-01,+4.08e-01   1
             416      111 +2.06e-01,+2.93e-01,-3.94e-02,+3.85e-01   2      -199
 GenVertex:     -121 ID:    0 (X,cT):0
  I: 1       195      113 -1.79e-01,+4.58e-01,+4.36e+00,+4.46e+00   2      -121
- O: 2       417     -211 -4.09e-01,+9.88e-02,+1.62e+00,+1.68e+00   1     (nil)
-            418      211 +2.30e-01,+3.59e-01,+2.75e+00,+2.78e+00   1     (nil)
+ O: 2       417     -211 -4.09e-01,+9.88e-02,+1.62e+00,+1.68e+00   1
+            418      211 +2.30e-01,+3.59e-01,+2.75e+00,+2.78e+00   1
 GenVertex:     -122 ID:    0 (X,cT):0
  I: 1       196     -213 -8.75e-02,+1.16e-01,+1.21e+00,+1.46e+00   2      -122
- O: 2       419     -211 +1.71e-01,-8.56e-03,+1.11e+00,+1.13e+00   1     (nil)
+ O: 2       419     -211 +1.71e-01,-8.56e-03,+1.11e+00,+1.13e+00   1
             420      111 -2.59e-01,+1.24e-01,+1.06e-01,+3.34e-01   2      -200
 GenVertex:     -123 ID:    0 (X,cT):0
  I: 1       197      323 -7.63e-01,+6.20e-01,+7.15e+00,+7.28e+00   2      -123
- O: 2       421      321 -4.34e-01,+3.13e-01,+2.39e+00,+2.49e+00   1     (nil)
+ O: 2       421      321 -4.34e-01,+3.13e-01,+2.39e+00,+2.49e+00   1
             422      111 -3.29e-01,+3.07e-01,+4.76e+00,+4.78e+00   2      -201
 GenVertex:     -124 ID:    0 (X,cT):0
  I: 1       198      221 -7.36e-01,+2.91e-01,+5.63e+00,+5.72e+00   2      -124
- O: 3       424      211 -2.05e-01,+1.05e-01,+1.26e+00,+1.28e+00   1     (nil)
-            423       22 -3.68e-01,+1.74e-01,+3.63e+00,+3.66e+00   1     (nil)
-            425     -211 -1.63e-01,+1.25e-02,+7.47e-01,+7.77e-01   1     (nil)
+ O: 3       423       22 -3.68e-01,+1.74e-01,+3.63e+00,+3.66e+00   1
+            424      211 -2.05e-01,+1.05e-01,+1.26e+00,+1.28e+00   1
+            425     -211 -1.63e-01,+1.25e-02,+7.47e-01,+7.77e-01   1
 GenVertex:     -125 ID:    0 (X,cT):0
  I: 1       200      213 +4.69e-02,-1.77e-01,-3.64e-01,+1.10e+00   2      -125
- O: 2       426      211 -3.67e-01,-1.30e-01,-4.96e-01,+6.46e-01   1     (nil)
+ O: 2       426      211 -3.67e-01,-1.30e-01,-4.96e-01,+6.46e-01   1
             427      111 +4.14e-01,-4.69e-02,+1.31e-01,+4.58e-01   2      -202
 Vertex:     -126 ID:    0 (X,cT)=+6.94e-05,-7.03e-06,+2.19e-04,+2.31e-04
  I: 1       201      111 +3.73e-01,-3.78e-02,+1.18e+00,+1.24e+00   2      -126
- O: 2       428       22 +1.73e-01,-3.58e-02,+3.54e-01,+3.96e-01   1     (nil)
-            429       22 +2.00e-01,-2.02e-03,+8.22e-01,+8.46e-01   1     (nil)
+ O: 2       428       22 +1.73e-01,-3.58e-02,+3.54e-01,+3.96e-01   1
+            429       22 +2.00e-01,-2.02e-03,+8.22e-01,+8.46e-01   1
 GenVertex:     -127 ID:    0 (X,cT):0
  I: 1       202     -213 -7.72e-01,+1.13e+00,+1.14e+00,+1.96e+00   2      -127
- O: 2       430     -211 -3.73e-02,+7.08e-01,+6.44e-01,+9.68e-01   1     (nil)
+ O: 2       430     -211 -3.73e-02,+7.08e-01,+6.44e-01,+9.68e-01   1
             431      111 -7.34e-01,+4.26e-01,+4.97e-01,+9.93e-01   2      -203
 GenVertex:     -128 ID:    0 (X,cT):0
  I: 1       203      223 +4.07e-01,-5.29e-01,+1.12e-01,+1.04e+00   2      -128
- O: 3       432      211 +3.59e-01,-2.82e-01,+1.18e-01,+4.92e-01   1     (nil)
-            433     -211 -1.50e-02,+9.43e-02,+3.19e-02,+1.72e-01   1     (nil)
+ O: 3       432      211 +3.59e-01,-2.82e-01,+1.18e-01,+4.92e-01   1
+            433     -211 -1.50e-02,+9.43e-02,+3.19e-02,+1.72e-01   1
             434      111 +6.29e-02,-3.41e-01,-3.80e-02,+3.74e-01   2      -204
 GenVertex:     -129 ID:    0 (X,cT):0
  I: 1       204      223 -5.49e-02,-3.91e-01,+1.06e+00,+1.37e+00   2      -129
- O: 3       435     -211 +6.25e-02,-1.04e-01,+1.78e-01,+2.57e-01   1     (nil)
-            436      211 +2.00e-02,-2.71e-01,+8.68e-01,+9.20e-01   1     (nil)
+ O: 3       435     -211 +6.25e-02,-1.04e-01,+1.78e-01,+2.57e-01   1
+            436      211 +2.00e-02,-2.71e-01,+8.68e-01,+9.20e-01   1
             437      111 -1.37e-01,-1.63e-02,+1.18e-02,+1.94e-01   2      -205
 Vertex:     -130 ID:    0 (X,cT)=+1.58e-01,-6.64e-02,-8.93e-01,+9.27e-01
  I: 1       205     -421 +1.62e+00,-6.80e-01,-9.14e+00,+9.49e+00   2      -130
  O: 2       438    10323 +8.73e-01,-6.30e-01,-7.46e+00,+7.64e+00   2      -206
-            439     -211 +7.49e-01,-4.97e-02,-1.68e+00,+1.85e+00   1     (nil)
+            439     -211 +7.49e-01,-4.97e-02,-1.68e+00,+1.85e+00   1
 Vertex:     -131 ID:    0 (X,cT)=+6.33e-05,-2.16e-05,-2.68e-04,+2.80e-04
  I: 1       206      111 +1.80e-01,-6.13e-02,-7.60e-01,+7.95e-01   2      -131
- O: 2       440       22 +1.83e-01,-8.44e-02,-7.27e-01,+7.54e-01   1     (nil)
-            441       22 -3.44e-03,+2.31e-02,-3.29e-02,+4.04e-02   1     (nil)
+ O: 2       440       22 +1.83e-01,-8.44e-02,-7.27e-01,+7.54e-01   1
+            441       22 -3.44e-03,+2.31e-02,-3.29e-02,+4.04e-02   1
 GenVertex:     -132 ID:    0 (X,cT):0
  I: 1       207     -311 +3.84e-01,+6.75e-01,-2.32e+00,+2.49e+00   2      -132
  O: 1       442      310 +3.84e-01,+6.75e-01,-2.32e+00,+2.49e+00   2      -207
@@ -1213,116 +1330,116 @@ GenVertex:     -133 ID:    0 (X,cT):0
  O: 1       443      310 +4.92e-01,+1.67e+00,-1.03e+01,+1.05e+01   2      -208
 Vertex:     -134 ID:    0 (X,cT)=+9.60e-06,+2.02e-06,-1.35e-04,+1.36e-04
  I: 1       210      111 +1.56e-01,+3.28e-02,-2.20e+00,+2.21e+00   2      -134
- O: 2       444       22 +1.58e-01,+4.61e-02,-2.17e+00,+2.18e+00   1     (nil)
-            445       22 -2.08e-03,-1.33e-02,-2.27e-02,+2.64e-02   1     (nil)
+ O: 2       444       22 +1.58e-01,+4.61e-02,-2.17e+00,+2.18e+00   1
+            445       22 -2.08e-03,-1.33e-02,-2.27e-02,+2.64e-02   1
 Vertex:     -135 ID:    0 (X,cT)=-6.11e-05,+1.37e-04,-6.02e-04,+6.24e-04
  I: 1       215      111 -1.24e-01,+2.78e-01,-1.22e+00,+1.26e+00   2      -135
- O: 2       446       22 -2.52e-02,+2.45e-02,-3.81e-01,+3.83e-01   1     (nil)
-            447       22 -9.85e-02,+2.53e-01,-8.38e-01,+8.81e-01   1     (nil)
+ O: 2       446       22 -2.52e-02,+2.45e-02,-3.81e-01,+3.83e-01   1
+            447       22 -9.85e-02,+2.53e-01,-8.38e-01,+8.81e-01   1
 Vertex:     -136 ID:    0 (X,cT)=-4.44e-05,-3.92e-06,-7.34e-04,+7.40e-04
  I: 1       217      111 -7.15e-02,-6.31e-03,-1.18e+00,+1.19e+00   2      -136
- O: 2       448       22 -9.35e-02,-3.77e-02,-1.03e+00,+1.04e+00   1     (nil)
-            449       22 +2.21e-02,+3.14e-02,-1.46e-01,+1.51e-01   1     (nil)
+ O: 2       448       22 -9.35e-02,-3.77e-02,-1.03e+00,+1.04e+00   1
+            449       22 +2.21e-02,+3.14e-02,-1.46e-01,+1.51e-01   1
 Vertex:     -137 ID:    0 (X,cT)=+3.41e-05,+1.99e-05,-1.06e-05,+5.12e-05
  I: 1       220      111 +1.49e-01,+8.68e-02,-4.65e-02,+2.24e-01   2      -137
- O: 2       450       22 +1.62e-01,+9.36e-02,-6.67e-02,+1.99e-01   1     (nil)
-            451       22 -1.32e-02,-6.86e-03,+2.02e-02,+2.51e-02   1     (nil)
+ O: 2       450       22 +1.62e-01,+9.36e-02,-6.67e-02,+1.99e-01   1
+            451       22 -1.32e-02,-6.86e-03,+2.02e-02,+2.51e-02   1
 GenVertex:     -138 ID:    0 (X,cT):0
  I: 1       221     -311 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   2      -138
- O: 1       452      130 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   1     (nil)
+ O: 1       452      130 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   1
 Vertex:     -139 ID:    0 (X,cT)=-3.00e-05,-1.01e-05,+1.64e-06,+3.29e-05
  I: 1       226      111 -4.64e-01,-1.55e-01,+2.53e-02,+5.08e-01   2      -139
- O: 2       453       22 -2.22e-01,-3.76e-02,-4.59e-02,+2.30e-01   1     (nil)
-            454       22 -2.42e-01,-1.18e-01,+7.12e-02,+2.78e-01   1     (nil)
+ O: 2       453       22 -2.22e-01,-3.76e-02,-4.59e-02,+2.30e-01   1
+            454       22 -2.42e-01,-1.18e-01,+7.12e-02,+2.78e-01   1
 Vertex:     -140 ID:    0 (X,cT)=-5.23e-07,-7.76e-06,+4.86e-05,+4.96e-05
  I: 1       231      111 -1.13e-02,-1.68e-01,+1.05e+00,+1.07e+00   2      -140
- O: 2       455       22 +4.72e-02,-1.23e-01,+8.16e-01,+8.27e-01   1     (nil)
-            456       22 -5.85e-02,-4.52e-02,+2.34e-01,+2.45e-01   1     (nil)
+ O: 2       455       22 +4.72e-02,-1.23e-01,+8.16e-01,+8.27e-01   1
+            456       22 -5.85e-02,-4.52e-02,+2.34e-01,+2.45e-01   1
 Vertex:     -141 ID:    0 (X,cT)=+3.06e-05,-6.13e-05,+1.04e-03,+1.04e-03
  I: 1       233      111 +1.15e-01,-2.30e-01,+3.89e+00,+3.90e+00   2      -141
- O: 2       457       22 +4.00e-02,+3.07e-04,+9.61e-01,+9.62e-01   1     (nil)
-            458       22 +7.48e-02,-2.30e-01,+2.93e+00,+2.94e+00   1     (nil)
+ O: 2       457       22 +4.00e-02,+3.07e-04,+9.61e-01,+9.62e-01   1
+            458       22 +7.48e-02,-2.30e-01,+2.93e+00,+2.94e+00   1
 Vertex:     -142 ID:    0 (X,cT)=-4.86e-07,+1.36e-05,+5.54e-03,+5.54e-03
  I: 1       240      111 -1.84e-03,+5.13e-02,+2.10e+01,+2.10e+01   2      -142
- O: 2       459       22 +6.53e-02,+3.07e-02,+8.88e+00,+8.88e+00   1     (nil)
-            460       22 -6.72e-02,+2.07e-02,+1.21e+01,+1.21e+01   1     (nil)
+ O: 2       459       22 +6.53e-02,+3.07e-02,+8.88e+00,+8.88e+00   1
+            460       22 -6.72e-02,+2.07e-02,+1.21e+01,+1.21e+01   1
 Vertex:     -143 ID:    0 (X,cT)=+9.00e-01,-4.13e-01,-2.42e+00,+2.63e+00
  I: 1       241      421 +6.24e+00,-2.87e+00,-1.68e+01,+1.82e+01   2      -143
  O: 2       461     -313 +3.33e+00,-1.55e+00,-7.24e+00,+8.16e+00   2      -209
             462      111 +2.92e+00,-1.31e+00,-9.56e+00,+1.01e+01   2      -210
 Vertex:     -144 ID:    0 (X,cT)=+1.11e-04,-5.90e-05,-2.87e-04,+3.15e-04
  I: 1       242      111 +4.94e-01,-2.63e-01,-1.28e+00,+1.40e+00   2      -144
- O: 2       463       22 +3.13e-01,-2.24e-01,-9.52e-01,+1.03e+00   1     (nil)
-            464       22 +1.81e-01,-3.87e-02,-3.28e-01,+3.76e-01   1     (nil)
+ O: 2       463       22 +3.13e-01,-2.24e-01,-9.52e-01,+1.03e+00   1
+            464       22 +1.81e-01,-3.87e-02,-3.28e-01,+3.76e-01   1
 Vertex:     -145 ID:    0 (X,cT)=+2.18e-05,-5.26e-06,-3.70e-05,+4.34e-05
  I: 1       244      111 +8.10e-01,-1.96e-01,-1.38e+00,+1.62e+00   2      -145
- O: 2       465       22 +6.12e-01,-2.00e-01,-1.10e+00,+1.28e+00   1     (nil)
-            466       22 +1.98e-01,+3.77e-03,-2.74e-01,+3.39e-01   1     (nil)
+ O: 2       465       22 +6.12e-01,-2.00e-01,-1.10e+00,+1.28e+00   1
+            466       22 +1.98e-01,+3.77e-03,-2.74e-01,+3.39e-01   1
 GenVertex:     -146 ID:    0 (X,cT):0
  I: 1       247      221 +3.89e-01,-5.39e-01,-8.71e-01,+1.22e+00   2      -146
- O: 3       467     -211 +1.74e-01,-1.31e-01,-4.30e-01,+5.02e-01   1     (nil)
-            468      211 +5.41e-02,-2.04e-01,-3.15e-01,+4.04e-01   1     (nil)
+ O: 3       467     -211 +1.74e-01,-1.31e-01,-4.30e-01,+5.02e-01   1
+            468      211 +5.41e-02,-2.04e-01,-3.15e-01,+4.04e-01   1
             469      111 +1.61e-01,-2.04e-01,-1.26e-01,+3.19e-01   2      -211
 Vertex:     -147 ID:    0 (X,cT)=+1.07e-04,-3.60e-05,-3.69e-04,+3.86e-04
  I: 1       249      111 +7.72e-01,-2.59e-01,-2.66e+00,+2.78e+00   2      -147
- O: 2       470       22 +2.51e-02,-3.16e-02,-2.06e-01,+2.10e-01   1     (nil)
-            471       22 +7.47e-01,-2.27e-01,-2.45e+00,+2.57e+00   1     (nil)
+ O: 2       470       22 +2.51e-02,-3.16e-02,-2.06e-01,+2.10e-01   1
+            471       22 +7.47e-01,-2.27e-01,-2.45e+00,+2.57e+00   1
 Vertex:     -148 ID:    0 (X,cT)=-8.22e+00,-2.29e+00,+1.29e+02,+1.35e+02
  I: 1       254      310 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2      -148
- O: 2       472      211 +1.20e-02,+1.80e-01,+6.79e-01,+7.16e-01   1     (nil)
-            473     -211 -1.20e-01,-2.10e-01,+1.02e+00,+1.05e+00   1     (nil)
+ O: 2       472      211 +1.20e-02,+1.80e-01,+6.79e-01,+7.16e-01   1
+            473     -211 -1.20e-01,-2.10e-01,+1.02e+00,+1.05e+00   1
 Vertex:     -149 ID:    0 (X,cT)=-9.20e-06,+3.86e-06,+4.76e-05,+4.89e-05
  I: 1       258      111 -2.36e-01,+9.89e-02,+1.22e+00,+1.25e+00   2      -149
- O: 2       474       22 -1.60e-01,+3.34e-03,+8.26e-01,+8.41e-01   1     (nil)
-            475       22 -7.61e-02,+9.56e-02,+3.95e-01,+4.13e-01   1     (nil)
+ O: 2       474       22 -1.60e-01,+3.34e-03,+8.26e-01,+8.41e-01   1
+            475       22 -7.61e-02,+9.56e-02,+3.95e-01,+4.13e-01   1
 Vertex:     -150 ID:    0 (X,cT)=-5.14e-04,-8.73e-05,+1.03e-02,+1.04e-02
  I: 1       260      111 -1.11e+00,-1.89e-01,+2.24e+01,+2.24e+01   2      -150
- O: 2       476       22 -9.81e-01,-1.35e-01,+2.02e+01,+2.02e+01   1     (nil)
-            477       22 -1.30e-01,-5.37e-02,+2.22e+00,+2.22e+00   1     (nil)
+ O: 2       476       22 -9.81e-01,-1.35e-01,+2.02e+01,+2.02e+01   1
+            477       22 -1.30e-01,-5.37e-02,+2.22e+00,+2.22e+00   1
 Vertex:     -151 ID:    0 (X,cT)=+1.88e-05,+4.46e-05,+6.87e-04,+6.89e-04
  I: 1       263      111 +1.08e-01,+2.55e-01,+3.93e+00,+3.94e+00   2      -151
- O: 2       478       22 +1.10e-01,+2.16e-01,+2.55e+00,+2.56e+00   1     (nil)
-            479       22 -2.65e-03,+3.91e-02,+1.38e+00,+1.38e+00   1     (nil)
+ O: 2       478       22 +1.10e-01,+2.16e-01,+2.55e+00,+2.56e+00   1
+            479       22 -2.65e-03,+3.91e-02,+1.38e+00,+1.38e+00   1
 Vertex:     -152 ID:    0 (X,cT)=-6.14e-05,-3.82e-05,+7.27e-04,+7.31e-04
  I: 1       265      111 -3.21e-01,-1.99e-01,+3.80e+00,+3.82e+00   2      -152
- O: 2       480       22 -2.34e-01,-1.54e-01,+3.28e+00,+3.29e+00   1     (nil)
-            481       22 -8.72e-02,-4.50e-02,+5.19e-01,+5.28e-01   1     (nil)
+ O: 2       480       22 -2.34e-01,-1.54e-01,+3.28e+00,+3.29e+00   1
+            481       22 -8.72e-02,-4.50e-02,+5.19e-01,+5.28e-01   1
 Vertex:     -153 ID:    0 (X,cT)=-2.19e-06,-3.00e-06,+3.58e-04,+3.58e-04
  I: 1       267      111 -1.18e-01,-1.61e-01,+1.92e+01,+1.92e+01   2      -153
- O: 2       482       22 -9.69e-02,-1.72e-01,+1.33e+01,+1.34e+01   1     (nil)
-            483       22 -2.08e-02,+1.15e-02,+5.82e+00,+5.82e+00   1     (nil)
+ O: 2       482       22 -9.69e-02,-1.72e-01,+1.33e+01,+1.34e+01   1
+            483       22 -2.08e-02,+1.15e-02,+5.82e+00,+5.82e+00   1
 Vertex:     -154 ID:    0 (X,cT)=-9.00e-04,+6.71e-04,+1.89e-01,+1.89e-01
  I: 1       273      111 -1.19e+00,+8.85e-01,+2.49e+02,+2.49e+02   2      -154
- O: 2       484       22 -5.91e-01,+4.58e-01,+1.37e+02,+1.37e+02   1     (nil)
-            485       22 -5.96e-01,+4.27e-01,+1.12e+02,+1.12e+02   1     (nil)
+ O: 2       484       22 -5.91e-01,+4.58e-01,+1.37e+02,+1.37e+02   1
+            485       22 -5.96e-01,+4.27e-01,+1.12e+02,+1.12e+02   1
 Vertex:     -155 ID:    0 (X,cT)=-5.19e-06,+2.77e-05,+9.61e-03,+9.61e-03
  I: 1       275      111 -3.94e-02,+2.10e-01,+7.29e+01,+7.29e+01   2      -155
- O: 2       486       22 -5.34e-02,+1.01e-01,+2.01e+01,+2.01e+01   1     (nil)
-            487       22 +1.40e-02,+1.09e-01,+5.28e+01,+5.28e+01   1     (nil)
+ O: 2       486       22 -5.34e-02,+1.01e-01,+2.01e+01,+2.01e+01   1
+            487       22 +1.40e-02,+1.09e-01,+5.28e+01,+5.28e+01   1
 Vertex:     -156 ID:    0 (X,cT)=-3.80e-05,+2.22e-05,+1.37e-02,+1.37e-02
  I: 1       280      111 -1.09e-01,+6.39e-02,+3.93e+01,+3.93e+01   2      -156
- O: 2       488       22 -5.83e-02,+1.46e-02,+3.27e+01,+3.27e+01   1     (nil)
-            489       22 -5.08e-02,+4.93e-02,+6.60e+00,+6.60e+00   1     (nil)
+ O: 2       488       22 -5.83e-02,+1.46e-02,+3.27e+01,+3.27e+01   1
+            489       22 -5.08e-02,+4.93e-02,+6.60e+00,+6.60e+00   1
 Vertex:     -157 ID:    0 (X,cT)=+6.48e-05,+4.92e-04,+1.80e-02,+1.80e-02
  I: 1       284      111 +1.27e-01,+9.61e-01,+3.52e+01,+3.52e+01   2      -157
- O: 2       490       22 -2.52e-02,+2.35e-01,+8.00e+00,+8.00e+00   1     (nil)
-            491       22 +1.52e-01,+7.26e-01,+2.72e+01,+2.72e+01   1     (nil)
+ O: 2       490       22 -2.52e-02,+2.35e-01,+8.00e+00,+8.00e+00   1
+            491       22 +1.52e-01,+7.26e-01,+2.72e+01,+2.72e+01   1
 Vertex:     -158 ID:    0 (X,cT)=+1.48e-04,+1.07e-04,+1.80e-03,+1.81e-03
  I: 1       285      111 +2.92e-01,+2.10e-01,+3.56e+00,+3.58e+00   2      -158
- O: 2       492       22 +2.42e-01,+1.03e-01,+2.23e+00,+2.25e+00   1     (nil)
-            493       22 +5.02e-02,+1.07e-01,+1.33e+00,+1.33e+00   1     (nil)
+ O: 2       492       22 +2.42e-01,+1.03e-01,+2.23e+00,+2.25e+00   1
+            493       22 +5.02e-02,+1.07e-01,+1.33e+00,+1.33e+00   1
 Vertex:     -159 ID:    0 (X,cT)=+2.50e-05,+3.78e-05,+5.99e-04,+6.03e-04
  I: 1       286      111 +7.22e-02,+1.09e-01,+1.73e+00,+1.74e+00   2      -159
- O: 2       494       22 +2.13e-02,+6.88e-02,+1.49e+00,+1.49e+00   1     (nil)
-            495       22 +5.09e-02,+4.05e-02,+2.47e-01,+2.55e-01   1     (nil)
+ O: 2       494       22 +2.13e-02,+6.88e-02,+1.49e+00,+1.49e+00   1
+            495       22 +5.09e-02,+4.05e-02,+2.47e-01,+2.55e-01   1
 Vertex:     -160 ID:    0 (X,cT)=+2.02e-05,+3.78e-06,+1.16e-03,+1.16e-03
  I: 1       287      111 +5.73e-02,+1.07e-02,+3.27e+00,+3.27e+00   2      -160
- O: 2       496       22 -1.28e-02,-2.31e-02,+1.49e-01,+1.51e-01   1     (nil)
-            497       22 +7.01e-02,+3.38e-02,+3.12e+00,+3.12e+00   1     (nil)
+ O: 2       496       22 -1.28e-02,-2.31e-02,+1.49e-01,+1.51e-01   1
+            497       22 +7.01e-02,+3.38e-02,+3.12e+00,+3.12e+00   1
 Vertex:     -161 ID:    0 (X,cT)=+9.91e-05,+2.78e-04,+4.67e-03,+4.68e-03
  I: 1       289      111 +4.18e-01,+1.18e+00,+1.97e+01,+1.98e+01   2      -161
- O: 2       498       22 +2.65e-01,+6.35e-01,+1.17e+01,+1.18e+01   1     (nil)
-            499       22 +1.54e-01,+5.40e-01,+7.99e+00,+8.01e+00   1     (nil)
+ O: 2       498       22 +2.65e-01,+6.35e-01,+1.17e+01,+1.18e+01   1
+            499       22 +1.54e-01,+5.40e-01,+7.99e+00,+8.01e+00   1
 GenVertex:     -162 ID:    0 (X,cT):0
  I: 1       294      221 +9.56e-01,+1.28e+00,+1.76e+01,+1.77e+01   2      -162
  O: 3       500      111 +3.73e-01,+4.04e-01,+4.84e+00,+4.87e+00   2      -212
@@ -1330,217 +1447,217 @@ GenVertex:     -162 ID:    0 (X,cT):0
             502      111 +1.53e-01,+1.59e-01,+2.85e+00,+2.86e+00   2      -214
 Vertex:     -163 ID:    0 (X,cT)=+2.58e-04,-2.44e-04,+2.53e-03,+2.55e-03
  I: 1       296      111 +1.69e+00,-1.60e+00,+1.65e+01,+1.67e+01   2      -163
- O: 2       503       22 +1.04e+00,-1.02e+00,+1.08e+01,+1.09e+01   1     (nil)
-            504       22 +6.52e-01,-5.77e-01,+5.78e+00,+5.84e+00   1     (nil)
+ O: 2       503       22 +1.04e+00,-1.02e+00,+1.08e+01,+1.09e+01   1
+            504       22 +6.52e-01,-5.77e-01,+5.78e+00,+5.84e+00   1
 Vertex:     -164 ID:    0 (X,cT)=+2.91e+01,-1.32e+01,+2.80e+02,+2.82e+02
  I: 1       297      310 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2      -164
- O: 2       505     -211 +1.68e-01,+3.96e-04,+7.88e-01,+8.18e-01   1     (nil)
-            506      211 +4.69e-01,-2.90e-01,+5.34e+00,+5.37e+00   1     (nil)
+ O: 2       505     -211 +1.68e-01,+3.96e-04,+7.88e-01,+8.18e-01   1
+            506      211 +4.69e-01,-2.90e-01,+5.34e+00,+5.37e+00   1
 Vertex:     -165 ID:    0 (X,cT)=-3.01e+00,-5.05e+01,+1.82e+02,+1.91e+02
  I: 1       299      310 -5.64e-02,-9.48e-01,+3.42e+00,+3.58e+00   2      -165
- O: 2       507      211 -9.80e-03,-8.77e-01,+3.10e+00,+3.22e+00   1     (nil)
-            508     -211 -4.66e-02,-7.14e-02,+3.18e-01,+3.57e-01   1     (nil)
+ O: 2       507      211 -9.80e-03,-8.77e-01,+3.10e+00,+3.22e+00   1
+            508     -211 -4.66e-02,-7.14e-02,+3.18e-01,+3.57e-01   1
 Vertex:     -166 ID:    0 (X,cT)=+5.65e-06,-7.57e-05,+2.42e-04,+2.55e-04
  I: 1       301      111 +2.32e-02,-3.11e-01,+9.92e-01,+1.05e+00   2      -166
- O: 2       509       22 -1.58e-02,-2.94e-01,+9.06e-01,+9.53e-01   1     (nil)
-            510       22 +3.90e-02,-1.71e-02,+8.60e-02,+9.59e-02   1     (nil)
+ O: 2       509       22 -1.58e-02,-2.94e-01,+9.06e-01,+9.53e-01   1
+            510       22 +3.90e-02,-1.71e-02,+8.60e-02,+9.59e-02   1
 Vertex:     -167 ID:    0 (X,cT)=-1.40e-04,-1.73e-04,+1.47e-04,+2.68e-04
  I: 1       305      111 -7.25e-01,-8.95e-01,+7.64e-01,+1.39e+00   2      -167
- O: 2       511       22 -1.23e-01,-1.25e-01,+1.74e-01,+2.47e-01   1     (nil)
-            512       22 -6.01e-01,-7.71e-01,+5.90e-01,+1.14e+00   1     (nil)
+ O: 2       511       22 -1.23e-01,-1.25e-01,+1.74e-01,+2.47e-01   1
+            512       22 -6.01e-01,-7.71e-01,+5.90e-01,+1.14e+00   1
 Vertex:     -168 ID:    0 (X,cT)=-2.82e-04,-3.80e-04,+1.23e-04,+4.92e-04
  I: 1       307      111 -7.03e-01,-9.49e-01,+3.08e-01,+1.23e+00   2      -168
- O: 2       513       22 -4.88e-01,-5.82e-01,+1.49e-01,+7.74e-01   1     (nil)
-            514       22 -2.15e-01,-3.67e-01,+1.58e-01,+4.54e-01   1     (nil)
+ O: 2       513       22 -4.88e-01,-5.82e-01,+1.49e-01,+7.74e-01   1
+            514       22 -2.15e-01,-3.67e-01,+1.58e-01,+4.54e-01   1
 Vertex:     -169 ID:    0 (X,cT)=-3.47e-04,-5.20e-04,-6.20e-04,+8.81e-04
  I: 1       311      111 -1.10e+00,-1.65e+00,-1.97e+00,+2.80e+00   2      -169
- O: 2       515       22 -1.08e+00,-1.63e+00,-1.96e+00,+2.76e+00   1     (nil)
-            516       22 -2.45e-02,-2.46e-02,-1.45e-02,+3.76e-02   1     (nil)
+ O: 2       515       22 -1.08e+00,-1.63e+00,-1.96e+00,+2.76e+00   1
+            516       22 -2.45e-02,-2.46e-02,-1.45e-02,+3.76e-02   1
 Vertex:     -170 ID:    0 (X,cT)=-3.29e-06,+1.10e-06,-2.41e-06,+4.57e-06
  I: 1       313      111 -2.55e-01,+8.51e-02,-1.87e-01,+3.54e-01   2      -170
- O: 2       517       22 -1.13e-01,-2.84e-02,-9.56e-02,+1.51e-01   1     (nil)
-            518       22 -1.42e-01,+1.13e-01,-9.12e-02,+2.04e-01   1     (nil)
+ O: 2       517       22 -1.13e-01,-2.84e-02,-9.56e-02,+1.51e-01   1
+            518       22 -1.42e-01,+1.13e-01,-9.12e-02,+2.04e-01   1
 Vertex:     -171 ID:    0 (X,cT)=-2.73e+00,+6.86e+00,-1.26e+01,+1.53e+01
  I: 1       314      310 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2      -171
- O: 2       519     -211 -3.73e-01,+4.98e-01,-1.02e+00,+1.20e+00   1     (nil)
-            520      211 +8.58e-02,+2.25e-01,-3.14e-01,+4.20e-01   1     (nil)
+ O: 2       519     -211 -3.73e-01,+4.98e-01,-1.02e+00,+1.20e+00   1
+            520      211 +8.58e-02,+2.25e-01,-3.14e-01,+4.20e-01   1
 Vertex:     -172 ID:    0 (X,cT)=+3.20e-04,+3.36e-05,-5.97e-04,+6.84e-04
  I: 1       318      111 +4.68e-01,+4.92e-02,-8.74e-01,+1.00e+00   2      -172
- O: 2       521       22 +1.99e-02,+1.62e-02,-1.31e-01,+1.33e-01   1     (nil)
-            522       22 +4.48e-01,+3.29e-02,-7.43e-01,+8.69e-01   1     (nil)
+ O: 2       521       22 +1.99e-02,+1.62e-02,-1.31e-01,+1.33e-01   1
+            522       22 +4.48e-01,+3.29e-02,-7.43e-01,+8.69e-01   1
 Vertex:     -173 ID:    0 (X,cT)=+1.96e-05,+4.48e-05,-3.57e-03,+3.57e-03
  I: 1       331      111 +1.15e-01,+2.64e-01,-2.11e+01,+2.11e+01   2      -173
- O: 2       523       22 +5.11e-03,+1.71e-01,-1.28e+01,+1.28e+01   1     (nil)
-            524       22 +1.10e-01,+9.28e-02,-8.25e+00,+8.26e+00   1     (nil)
+ O: 2       523       22 +5.11e-03,+1.71e-01,-1.28e+01,+1.28e+01   1
+            524       22 +1.10e-01,+9.28e-02,-8.25e+00,+8.26e+00   1
 Vertex:     -174 ID:    0 (X,cT)=+5.52e-05,+5.68e-07,-2.13e-03,+2.13e-03
  I: 1       334      111 +1.60e-01,+1.64e-03,-6.16e+00,+6.16e+00   2      -174
- O: 2       525       22 +9.75e-02,+6.03e-02,-2.60e+00,+2.61e+00   1     (nil)
-            526       22 +6.22e-02,-5.86e-02,-3.55e+00,+3.56e+00   1     (nil)
+ O: 2       525       22 +9.75e-02,+6.03e-02,-2.60e+00,+2.61e+00   1
+            526       22 +6.22e-02,-5.86e-02,-3.55e+00,+3.56e+00   1
 Vertex:     -175 ID:    0 (X,cT)=+5.38e-05,-1.78e-05,-4.71e-04,+4.74e-04
  I: 1       335      111 +3.20e-01,-1.06e-01,-2.80e+00,+2.83e+00   2      -175
- O: 2       527       22 +5.30e-02,+1.88e-02,-7.85e-01,+7.87e-01   1     (nil)
-            528       22 +2.67e-01,-1.25e-01,-2.02e+00,+2.04e+00   1     (nil)
+ O: 2       527       22 +5.30e-02,+1.88e-02,-7.85e-01,+7.87e-01   1
+            528       22 +2.67e-01,-1.25e-01,-2.02e+00,+2.04e+00   1
 Vertex:     -176 ID:    0 (X,cT)=+2.93e-05,+8.83e-06,-3.69e-04,+3.70e-04
  I: 1       336      111 +2.91e-01,+8.79e-02,-3.67e+00,+3.68e+00   2      -176
- O: 2       529       22 +2.68e-01,+3.23e-02,-2.79e+00,+2.81e+00   1     (nil)
-            530       22 +2.34e-02,+5.56e-02,-8.74e-01,+8.76e-01   1     (nil)
+ O: 2       529       22 +2.68e-01,+3.23e-02,-2.79e+00,+2.81e+00   1
+            530       22 +2.34e-02,+5.56e-02,-8.74e-01,+8.76e-01   1
 Vertex:     -177 ID:    0 (X,cT)=+1.18e-05,+1.50e-06,-2.95e-04,+2.98e-04
  I: 1       337      111 +4.06e-02,+5.17e-03,-1.02e+00,+1.02e+00   2      -177
- O: 2       531       22 -1.54e-02,-5.04e-02,-2.38e-01,+2.44e-01   1     (nil)
-            532       22 +5.60e-02,+5.56e-02,-7.77e-01,+7.81e-01   1     (nil)
+ O: 2       531       22 -1.54e-02,-5.04e-02,-2.38e-01,+2.44e-01   1
+            532       22 +5.60e-02,+5.56e-02,-7.77e-01,+7.81e-01   1
 Vertex:     -178 ID:    0 (X,cT)=+3.27e-04,+1.05e-03,-1.22e-02,+1.23e-02
  I: 1       339      111 +5.88e-01,+1.89e+00,-2.20e+01,+2.20e+01   2      -178
- O: 2       533       22 +9.44e-02,+2.34e-01,-3.28e+00,+3.29e+00   1     (nil)
-            534       22 +4.93e-01,+1.65e+00,-1.87e+01,+1.88e+01   1     (nil)
+ O: 2       533       22 +9.44e-02,+2.34e-01,-3.28e+00,+3.29e+00   1
+            534       22 +4.93e-01,+1.65e+00,-1.87e+01,+1.88e+01   1
 Vertex:     -179 ID:    0 (X,cT)=+1.73e-05,+8.31e-04,-1.74e-02,+1.74e-02
  I: 1       347      111 +1.51e-02,+7.22e-01,-1.51e+01,+1.51e+01   2      -179
- O: 2       535       22 -3.85e-02,+1.69e-01,-2.84e+00,+2.85e+00   1     (nil)
-            536       22 +5.35e-02,+5.53e-01,-1.22e+01,+1.23e+01   1     (nil)
+ O: 2       535       22 -3.85e-02,+1.69e-01,-2.84e+00,+2.85e+00   1
+            536       22 +5.35e-02,+5.53e-01,-1.22e+01,+1.23e+01   1
 Vertex:     -180 ID:    0 (X,cT)=+1.08e-05,+1.04e-05,-2.06e-04,+2.08e-04
  I: 1       349      111 +5.56e-02,+5.31e-02,-1.06e+00,+1.07e+00   2      -180
- O: 2       537       22 -2.80e-02,+6.26e-02,-5.73e-01,+5.77e-01   1     (nil)
-            538       22 +8.36e-02,-9.58e-03,-4.84e-01,+4.91e-01   1     (nil)
+ O: 2       537       22 -2.80e-02,+6.26e-02,-5.73e-01,+5.77e-01   1
+            538       22 +8.36e-02,-9.58e-03,-4.84e-01,+4.91e-01   1
 GenVertex:     -181 ID:    0 (X,cT):0
  I: 1       352     -311 +4.98e-01,+5.10e-01,-7.52e+00,+7.57e+00   2      -181
  O: 1       539      310 +4.98e-01,+5.10e-01,-7.52e+00,+7.57e+00   2      -215
 Vertex:     -182 ID:    0 (X,cT)=+8.78e-05,+1.31e-05,-1.01e-03,+1.01e-03
  I: 1       353      111 +9.21e-01,+1.38e-01,-1.06e+01,+1.06e+01   2      -182
- O: 2       540       22 +2.76e-01,+8.46e-03,-3.75e+00,+3.76e+00   1     (nil)
-            541       22 +6.45e-01,+1.29e-01,-6.82e+00,+6.85e+00   1     (nil)
+ O: 2       540       22 +2.76e-01,+8.46e-03,-3.75e+00,+3.76e+00   1
+            541       22 +6.45e-01,+1.29e-01,-6.82e+00,+6.85e+00   1
 Vertex:     -183 ID:    0 (X,cT)=-2.61e-05,-7.86e-05,-8.03e-03,+8.03e-03
  I: 1       355      111 -1.59e-01,-4.77e-01,-4.88e+01,+4.88e+01   2      -183
- O: 2       542       22 -7.47e-03,+4.92e-03,-2.71e-01,+2.71e-01   1     (nil)
-            543       22 -1.51e-01,-4.82e-01,-4.85e+01,+4.85e+01   1     (nil)
+ O: 2       542       22 -7.47e-03,+4.92e-03,-2.71e-01,+2.71e-01   1
+            543       22 -1.51e-01,-4.82e-01,-4.85e+01,+4.85e+01   1
 Vertex:     -184 ID:    0 (X,cT)=+3.04e-05,-1.20e-04,-6.56e-03,+6.56e-03
  I: 1       359      111 +6.89e-02,-2.71e-01,-1.49e+01,+1.49e+01   2      -184
- O: 2       544       22 +1.36e-02,-6.16e-02,-1.31e+00,+1.31e+00   1     (nil)
-            545       22 +5.54e-02,-2.10e-01,-1.35e+01,+1.35e+01   1     (nil)
+ O: 2       544       22 +1.36e-02,-6.16e-02,-1.31e+00,+1.31e+00   1
+            545       22 +5.54e-02,-2.10e-01,-1.35e+01,+1.35e+01   1
 Vertex:     -185 ID:    0 (X,cT)=-3.11e-05,-4.88e-05,-3.97e-03,+3.97e-03
  I: 1       362      111 -2.65e-01,-4.16e-01,-3.38e+01,+3.38e+01   2      -185
- O: 2       546       22 -2.39e-02,-6.37e-02,-2.40e+00,+2.40e+00   1     (nil)
-            547       22 -2.41e-01,-3.52e-01,-3.14e+01,+3.14e+01   1     (nil)
+ O: 2       546       22 -2.39e-02,-6.37e-02,-2.40e+00,+2.40e+00   1
+            547       22 -2.41e-01,-3.52e-01,-3.14e+01,+3.14e+01   1
 Vertex:     -186 ID:    0 (X,cT)=+4.99e-06,-7.81e-06,-4.87e-04,+4.87e-04
  I: 1       364      111 +7.55e-02,-1.18e-01,-7.35e+00,+7.36e+00   2      -186
- O: 3       549       11 +3.80e-02,-5.45e-02,-1.98e+00,+1.99e+00   1     (nil)
-            548       22 -7.69e-03,-3.50e-03,-3.43e+00,+3.43e+00   1     (nil)
-            550      -11 +4.52e-02,-6.00e-02,-1.94e+00,+1.94e+00   1     (nil)
+ O: 3       548       22 -7.69e-03,-3.50e-03,-3.43e+00,+3.43e+00   1
+            549       11 +3.80e-02,-5.45e-02,-1.98e+00,+1.99e+00   1
+            550      -11 +4.52e-02,-6.00e-02,-1.94e+00,+1.94e+00   1
 Vertex:     -187 ID:    0 (X,cT)=-3.39e-06,-5.26e-06,-1.10e-03,+1.10e-03
  I: 1       372      111 -6.13e-02,-9.53e-02,-1.99e+01,+1.99e+01   2      -187
- O: 2       551       22 +3.73e-02,+2.39e-03,-4.50e+00,+4.50e+00   1     (nil)
-            552       22 -9.86e-02,-9.77e-02,-1.54e+01,+1.54e+01   1     (nil)
+ O: 2       551       22 +3.73e-02,+2.39e-03,-4.50e+00,+4.50e+00   1
+            552       22 -9.86e-02,-9.77e-02,-1.54e+01,+1.54e+01   1
 Vertex:     -188 ID:    0 (X,cT)=-4.64e-06,+5.62e-06,+2.46e-05,+2.68e-05
  I: 1       379      111 -7.99e-02,+9.68e-02,+4.23e-01,+4.62e-01   2      -188
- O: 2       553       22 -6.55e-03,+1.04e-01,+1.84e-01,+2.11e-01   1     (nil)
-            554       22 -7.33e-02,-6.90e-03,+2.39e-01,+2.50e-01   1     (nil)
+ O: 2       553       22 -6.55e-03,+1.04e-01,+1.84e-01,+2.11e-01   1
+            554       22 -7.33e-02,-6.90e-03,+2.39e-01,+2.50e-01   1
 Vertex:     -189 ID:    0 (X,cT)=-4.97e-05,+1.48e-05,+2.90e-04,+2.95e-04
  I: 1       381      111 -3.23e-01,+9.61e-02,+1.88e+00,+1.91e+00   2      -189
- O: 2       555       22 -1.22e-01,-2.90e-02,+7.14e-01,+7.25e-01   1     (nil)
-            556       22 -2.00e-01,+1.25e-01,+1.16e+00,+1.19e+00   1     (nil)
+ O: 2       555       22 -1.22e-01,-2.90e-02,+7.14e-01,+7.25e-01   1
+            556       22 -2.00e-01,+1.25e-01,+1.16e+00,+1.19e+00   1
 Vertex:     -190 ID:    0 (X,cT)=+4.11e-06,-1.39e-06,+1.15e-04,+1.15e-04
  I: 1       386      111 +1.99e-01,-6.72e-02,+5.57e+00,+5.57e+00   2      -190
- O: 2       557       22 +9.39e-02,+3.48e-02,+1.85e+00,+1.85e+00   1     (nil)
-            558       22 +1.05e-01,-1.02e-01,+3.72e+00,+3.72e+00   1     (nil)
+ O: 2       557       22 +9.39e-02,+3.48e-02,+1.85e+00,+1.85e+00   1
+            558       22 +1.05e-01,-1.02e-01,+3.72e+00,+3.72e+00   1
 GenVertex:     -191 ID:    0 (X,cT):0
  I: 1       388      113 +8.30e-02,-2.83e-01,+1.61e+01,+1.61e+01   2      -191
- O: 2       559      211 +2.80e-01,-4.59e-01,+9.99e+00,+1.00e+01   1     (nil)
-            560     -211 -1.97e-01,+1.77e-01,+6.12e+00,+6.13e+00   1     (nil)
+ O: 2       559      211 +2.80e-01,-4.59e-01,+9.99e+00,+1.00e+01   1
+            560     -211 -1.97e-01,+1.77e-01,+6.12e+00,+6.13e+00   1
 Vertex:     -192 ID:    0 (X,cT)=-3.81e+00,+2.43e+00,-3.67e+01,+3.70e+01
  I: 1       397      323 -2.16e+01,+1.35e+01,-2.09e+02,+2.11e+02   2      -192
  O: 2       561      311 -1.87e+01,+1.16e+01,-1.82e+02,+1.84e+02   2      -216
-            562      211 -2.87e+00,+1.93e+00,-2.71e+01,+2.73e+01   1     (nil)
+            562      211 -2.87e+00,+1.93e+00,-2.71e+01,+2.73e+01   1
 GenVertex:     -193 ID:    0 (X,cT):0
  I: 1       399     -311 -4.47e-01,+3.05e-01,-6.33e+00,+6.37e+00   2      -193
  O: 1       563      310 -4.47e-01,+3.05e-01,-6.33e+00,+6.37e+00   2      -217
 Vertex:     -194 ID:    0 (X,cT)=-3.15e-04,+1.64e-04,-3.28e-03,+3.30e-03
  I: 1       400      111 -1.24e+00,+6.47e-01,-1.29e+01,+1.30e+01   2      -194
- O: 2       564       22 -2.94e-01,+1.77e-01,-3.70e+00,+3.71e+00   1     (nil)
-            565       22 -9.48e-01,+4.69e-01,-9.23e+00,+9.29e+00   1     (nil)
+ O: 2       564       22 -2.94e-01,+1.77e-01,-3.70e+00,+3.71e+00   1
+            565       22 -9.48e-01,+4.69e-01,-9.23e+00,+9.29e+00   1
 GenVertex:     -195 ID:    0 (X,cT):0
  I: 1       401      311 -9.33e-01,+9.63e-01,-1.12e+01,+1.13e+01   2      -195
  O: 1       566      310 -9.33e-01,+9.63e-01,-1.12e+01,+1.13e+01   2      -218
 Vertex:     -196 ID:    0 (X,cT)=-6.57e-06,+3.84e-06,-3.95e-05,+4.09e-05
  I: 1       404      111 -1.17e-01,+6.82e-02,-7.01e-01,+7.26e-01   2      -196
- O: 2       567       22 +1.75e-02,+4.41e-02,-2.82e-01,+2.86e-01   1     (nil)
-            568       22 -1.34e-01,+2.41e-02,-4.19e-01,+4.40e-01   1     (nil)
+ O: 2       567       22 +1.75e-02,+4.41e-02,-2.82e-01,+2.86e-01   1
+            568       22 -1.34e-01,+2.41e-02,-4.19e-01,+4.40e-01   1
 Vertex:     -197 ID:    0 (X,cT)=-4.47e-05,-7.78e-05,+3.13e-05,+9.80e-05
  I: 1       410      111 -2.51e-01,-4.37e-01,+1.76e-01,+5.51e-01   2      -197
- O: 2       569       22 -1.16e-01,-2.11e-01,+1.32e-02,+2.41e-01   1     (nil)
-            570       22 -1.36e-01,-2.27e-01,+1.63e-01,+3.10e-01   1     (nil)
+ O: 2       569       22 -1.16e-01,-2.11e-01,+1.32e-02,+2.41e-01   1
+            570       22 -1.36e-01,-2.27e-01,+1.63e-01,+3.10e-01   1
 Vertex:     -198 ID:    0 (X,cT)=-4.20e-06,+2.71e-05,+4.10e-05,+4.99e-05
  I: 1       412      111 -7.90e-02,+5.11e-01,+7.72e-01,+9.39e-01   2      -198
- O: 2       571       22 -9.13e-02,+4.77e-01,+7.59e-01,+9.01e-01   1     (nil)
-            572       22 +1.23e-02,+3.33e-02,+1.37e-02,+3.81e-02   1     (nil)
+ O: 2       571       22 -9.13e-02,+4.77e-01,+7.59e-01,+9.01e-01   1
+            572       22 +1.23e-02,+3.33e-02,+1.37e-02,+3.81e-02   1
 Vertex:     -199 ID:    0 (X,cT)=+2.92e-05,+4.15e-05,-5.58e-06,+5.45e-05
  I: 1       416      111 +2.06e-01,+2.93e-01,-3.94e-02,+3.85e-01   2      -199
- O: 2       573       22 +2.03e-01,+2.67e-01,-7.22e-02,+3.43e-01   1     (nil)
-            574       22 +3.43e-03,+2.63e-02,+3.28e-02,+4.22e-02   1     (nil)
+ O: 2       573       22 +2.03e-01,+2.67e-01,-7.22e-02,+3.43e-01   1
+            574       22 +3.43e-03,+2.63e-02,+3.28e-02,+4.22e-02   1
 Vertex:     -200 ID:    0 (X,cT)=-2.16e-05,+1.04e-05,+8.87e-06,+2.79e-05
  I: 1       420      111 -2.59e-01,+1.24e-01,+1.06e-01,+3.34e-01   2      -200
- O: 2       575       22 -3.89e-02,+8.36e-02,+4.53e-02,+1.03e-01   1     (nil)
-            576       22 -2.20e-01,+4.05e-02,+6.09e-02,+2.32e-01   1     (nil)
+ O: 2       575       22 -3.89e-02,+8.36e-02,+4.53e-02,+1.03e-01   1
+            576       22 -2.20e-01,+4.05e-02,+6.09e-02,+2.32e-01   1
 Vertex:     -201 ID:    0 (X,cT)=-5.59e-05,+5.21e-05,+8.09e-04,+8.13e-04
  I: 1       422      111 -3.29e-01,+3.07e-01,+4.76e+00,+4.78e+00   2      -201
- O: 2       577       22 -2.64e-01,+1.59e-01,+3.14e+00,+3.16e+00   1     (nil)
-            578       22 -6.51e-02,+1.48e-01,+1.62e+00,+1.62e+00   1     (nil)
+ O: 2       577       22 -2.64e-01,+1.59e-01,+3.14e+00,+3.16e+00   1
+            578       22 -6.51e-02,+1.48e-01,+1.62e+00,+1.62e+00   1
 Vertex:     -202 ID:    0 (X,cT)=+2.56e-05,-2.90e-06,+8.11e-06,+2.82e-05
  I: 1       427      111 +4.14e-01,-4.69e-02,+1.31e-01,+4.58e-01   2      -202
- O: 2       579       22 +4.15e-01,-2.52e-02,+1.20e-01,+4.33e-01   1     (nil)
-            580       22 -9.68e-04,-2.17e-02,+1.13e-02,+2.45e-02   1     (nil)
+ O: 2       579       22 +4.15e-01,-2.52e-02,+1.20e-01,+4.33e-01   1
+            580       22 -9.68e-04,-2.17e-02,+1.13e-02,+2.45e-02   1
 Vertex:     -203 ID:    0 (X,cT)=-9.79e-05,+5.68e-05,+6.63e-05,+1.32e-04
  I: 1       431      111 -7.34e-01,+4.26e-01,+4.97e-01,+9.93e-01   2      -203
- O: 2       581       22 -3.41e-01,+2.71e-01,+2.25e-01,+4.90e-01   1     (nil)
-            582       22 -3.94e-01,+1.56e-01,+2.73e-01,+5.03e-01   1     (nil)
+ O: 2       581       22 -3.41e-01,+2.71e-01,+2.25e-01,+4.90e-01   1
+            582       22 -3.94e-01,+1.56e-01,+2.73e-01,+5.03e-01   1
 Vertex:     -204 ID:    0 (X,cT)=+1.01e-05,-5.45e-05,-6.08e-06,+5.98e-05
  I: 1       434      111 +6.29e-02,-3.41e-01,-3.80e-02,+3.74e-01   2      -204
- O: 2       583       22 +5.58e-02,-8.25e-02,+3.46e-02,+1.05e-01   1     (nil)
-            584       22 +7.11e-03,-2.58e-01,-7.26e-02,+2.69e-01   1     (nil)
+ O: 2       583       22 +5.58e-02,-8.25e-02,+3.46e-02,+1.05e-01   1
+            584       22 +7.11e-03,-2.58e-01,-7.26e-02,+2.69e-01   1
 Vertex:     -205 ID:    0 (X,cT)=-3.75e-05,-4.46e-06,+3.21e-06,+5.29e-05
  I: 1       437      111 -1.37e-01,-1.63e-02,+1.18e-02,+1.94e-01   2      -205
- O: 2       585       22 -9.46e-02,+4.14e-02,+4.73e-02,+1.14e-01   1     (nil)
-            586       22 -4.29e-02,-5.77e-02,-3.55e-02,+8.02e-02   1     (nil)
+ O: 2       585       22 -9.46e-02,+4.14e-02,+4.73e-02,+1.14e-01   1
+            586       22 -4.29e-02,-5.77e-02,-3.55e-02,+8.02e-02   1
 Vertex:     -206 ID:    0 (X,cT)=+1.58e-01,-6.64e-02,-8.93e-01,+9.27e-01
  I: 1       438    10323 +8.73e-01,-6.30e-01,-7.46e+00,+7.64e+00   2      -206
- O: 2       587      321 +3.86e-01,-2.73e-01,-2.92e+00,+3.00e+00   1     (nil)
+ O: 2       587      321 +3.86e-01,-2.73e-01,-2.92e+00,+3.00e+00   1
             588      223 +4.87e-01,-3.58e-01,-4.53e+00,+4.64e+00   2      -219
 Vertex:     -207 ID:    0 (X,cT)=+6.34e+00,+1.12e+01,-3.83e+01,+4.12e+01
  I: 1       442      310 +3.84e-01,+6.75e-01,-2.32e+00,+2.49e+00   2      -207
- O: 2       589     -211 +1.48e-01,+5.93e-01,-1.74e+00,+1.85e+00   1     (nil)
-            590      211 +2.36e-01,+8.15e-02,-5.72e-01,+6.40e-01   1     (nil)
+ O: 2       589     -211 +1.48e-01,+5.93e-01,-1.74e+00,+1.85e+00   1
+            590      211 +2.36e-01,+8.15e-02,-5.72e-01,+6.40e-01   1
 Vertex:     -208 ID:    0 (X,cT)=+6.83e+00,+2.32e+01,-1.43e+02,+1.45e+02
  I: 1       443      310 +4.92e-01,+1.67e+00,-1.03e+01,+1.05e+01   2      -208
- O: 2       591      211 +2.44e-01,+1.36e+00,-7.90e+00,+8.02e+00   1     (nil)
-            592     -211 +2.48e-01,+3.05e-01,-2.40e+00,+2.43e+00   1     (nil)
+ O: 2       591      211 +2.44e-01,+1.36e+00,-7.90e+00,+8.02e+00   1
+            592     -211 +2.48e-01,+3.05e-01,-2.40e+00,+2.43e+00   1
 Vertex:     -209 ID:    0 (X,cT)=+9.00e-01,-4.13e-01,-2.42e+00,+2.63e+00
  I: 1       461     -313 +3.33e+00,-1.55e+00,-7.24e+00,+8.16e+00   2      -209
- O: 2       593     -321 +2.28e+00,-1.05e+00,-5.51e+00,+6.07e+00   1     (nil)
-            594      211 +1.05e+00,-5.07e-01,-1.73e+00,+2.09e+00   1     (nil)
+ O: 2       593     -321 +2.28e+00,-1.05e+00,-5.51e+00,+6.07e+00   1
+            594      211 +1.05e+00,-5.07e-01,-1.73e+00,+2.09e+00   1
 Vertex:     -210 ID:    0 (X,cT)=+9.00e-01,-4.13e-01,-2.42e+00,+2.63e+00
  I: 1       462      111 +2.92e+00,-1.31e+00,-9.56e+00,+1.01e+01   2      -210
- O: 2       595       22 +2.61e+00,-1.13e+00,-8.44e+00,+8.90e+00   1     (nil)
-            596       22 +3.12e-01,-1.85e-01,-1.12e+00,+1.18e+00   1     (nil)
+ O: 2       595       22 +2.61e+00,-1.13e+00,-8.44e+00,+8.90e+00   1
+            596       22 +3.12e-01,-1.85e-01,-1.12e+00,+1.18e+00   1
 Vertex:     -211 ID:    0 (X,cT)=+1.16e-05,-1.47e-05,-9.04e-06,+2.29e-05
  I: 1       469      111 +1.61e-01,-2.04e-01,-1.26e-01,+3.19e-01   2      -211
- O: 2       597       22 +1.53e-02,-6.02e-02,-9.24e-02,+1.11e-01   1     (nil)
-            598       22 +1.46e-01,-1.44e-01,-3.35e-02,+2.08e-01   1     (nil)
+ O: 2       597       22 +1.53e-02,-6.02e-02,-9.24e-02,+1.11e-01   1
+            598       22 +1.46e-01,-1.44e-01,-3.35e-02,+2.08e-01   1
 Vertex:     -212 ID:    0 (X,cT)=+4.54e-05,+4.92e-05,+5.89e-04,+5.93e-04
  I: 1       500      111 +3.73e-01,+4.04e-01,+4.84e+00,+4.87e+00   2      -212
- O: 2       599       22 +6.24e-02,+9.07e-02,+5.92e-01,+6.02e-01   1     (nil)
-            600       22 +3.10e-01,+3.13e-01,+4.25e+00,+4.27e+00   1     (nil)
+ O: 2       599       22 +6.24e-02,+9.07e-02,+5.92e-01,+6.02e-01   1
+            600       22 +3.10e-01,+3.13e-01,+4.25e+00,+4.27e+00   1
 Vertex:     -213 ID:    0 (X,cT)=+1.06e-05,+1.77e-05,+2.45e-04,+2.46e-04
  I: 1       501      111 +4.30e-01,+7.17e-01,+9.92e+00,+9.96e+00   2      -213
- O: 2       601       22 +2.70e-01,+3.42e-01,+4.68e+00,+4.70e+00   1     (nil)
-            602       22 +1.60e-01,+3.75e-01,+5.24e+00,+5.26e+00   1     (nil)
+ O: 2       601       22 +2.70e-01,+3.42e-01,+4.68e+00,+4.70e+00   1
+            602       22 +1.60e-01,+3.75e-01,+5.24e+00,+5.26e+00   1
 Vertex:     -214 ID:    0 (X,cT)=+3.42e-05,+3.55e-05,+6.36e-04,+6.39e-04
  I: 1       502      111 +1.53e-01,+1.59e-01,+2.85e+00,+2.86e+00   2      -214
- O: 2       603       22 +1.66e-01,+9.32e-02,+2.21e+00,+2.21e+00   1     (nil)
-            604       22 -1.33e-02,+6.57e-02,+6.40e-01,+6.43e-01   1     (nil)
+ O: 2       603       22 +1.66e-01,+9.32e-02,+2.21e+00,+2.21e+00   1
+            604       22 -1.33e-02,+6.57e-02,+6.40e-01,+6.43e-01   1
 Vertex:     -215 ID:    0 (X,cT)=+2.34e+01,+2.39e+01,-3.53e+02,+3.55e+02
  I: 1       539      310 +4.98e-01,+5.10e-01,-7.52e+00,+7.57e+00   2      -215
- O: 2       605     -211 -2.61e-02,+1.43e-01,-1.27e+00,+1.29e+00   1     (nil)
-            606      211 +5.24e-01,+3.67e-01,-6.25e+00,+6.28e+00   1     (nil)
+ O: 2       605     -211 -2.61e-02,+1.43e-01,-1.27e+00,+1.29e+00   1
+            606      211 +5.24e-01,+3.67e-01,-6.25e+00,+6.28e+00   1
 Vertex:     -216 ID:    0 (X,cT)=-3.81e+00,+2.43e+00,-3.67e+01,+3.70e+01
  I: 1       561      311 -1.87e+01,+1.16e+01,-1.82e+02,+1.84e+02   2      -216
- O: 1       607      130 -1.87e+01,+1.16e+01,-1.82e+02,+1.84e+02   1     (nil)
+ O: 1       607      130 -1.87e+01,+1.16e+01,-1.82e+02,+1.84e+02   1
 Vertex:     -217 ID:    0 (X,cT)=-8.57e+01,+5.84e+01,-1.21e+03,+1.22e+03
  I: 1       563      310 -4.47e-01,+3.05e-01,-6.33e+00,+6.37e+00   2      -217
  O: 2       608      111 -3.60e-01,+3.29e-01,-3.33e+00,+3.37e+00   2      -220
@@ -1551,45 +1668,67 @@ Vertex:     -218 ID:    0 (X,cT)=-1.70e+00,+1.75e+00,-2.03e+01,+2.05e+01
             611      111 -7.72e-01,+7.38e-01,-9.69e+00,+9.75e+00   2      -223
 Vertex:     -219 ID:    0 (X,cT)=+1.58e-01,-6.64e-02,-8.93e-01,+9.27e-01
  I: 1       588      223 +4.87e-01,-3.58e-01,-4.53e+00,+4.64e+00   2      -219
- O: 3       612     -211 +3.21e-01,-2.23e-01,-1.77e+00,+1.82e+00   1     (nil)
-            613      211 +1.03e-01,-2.97e-01,-2.00e+00,+2.03e+00   1     (nil)
+ O: 3       612     -211 +3.21e-01,-2.23e-01,-1.77e+00,+1.82e+00   1
+            613      211 +1.03e-01,-2.97e-01,-2.00e+00,+2.03e+00   1
             614      111 +6.30e-02,+1.63e-01,-7.63e-01,+7.94e-01   2      -224
 Vertex:     -220 ID:    0 (X,cT)=-8.57e+01,+5.84e+01,-1.21e+03,+1.22e+03
  I: 1       608      111 -3.60e-01,+3.29e-01,-3.33e+00,+3.37e+00   2      -220
- O: 2       615       22 -3.26e-01,+2.76e-01,-3.12e+00,+3.15e+00   1     (nil)
-            616       22 -3.41e-02,+5.33e-02,-2.15e-01,+2.24e-01   1     (nil)
+ O: 2       615       22 -3.26e-01,+2.76e-01,-3.12e+00,+3.15e+00   1
+            616       22 -3.41e-02,+5.33e-02,-2.15e-01,+2.24e-01   1
 Vertex:     -221 ID:    0 (X,cT)=-8.57e+01,+5.84e+01,-1.21e+03,+1.22e+03
  I: 1       609      111 -8.72e-02,-2.40e-02,-2.99e+00,+3.00e+00   2      -221
- O: 2       617       22 -1.01e-01,+2.75e-02,-2.29e+00,+2.30e+00   1     (nil)
-            618       22 +1.37e-02,-5.15e-02,-7.01e-01,+7.03e-01   1     (nil)
+ O: 2       617       22 -1.01e-01,+2.75e-02,-2.29e+00,+2.30e+00   1
+            618       22 +1.37e-02,-5.15e-02,-7.01e-01,+7.03e-01   1
 Vertex:     -222 ID:    0 (X,cT)=-1.70e+00,+1.75e+00,-2.03e+01,+2.05e+01
  I: 1       610      111 -1.61e-01,+2.25e-01,-1.49e+00,+1.52e+00   2      -222
- O: 2       619       22 -7.30e-02,+2.04e-01,-1.01e+00,+1.03e+00   1     (nil)
-            620       22 -8.76e-02,+2.04e-02,-4.77e-01,+4.85e-01   1     (nil)
+ O: 2       619       22 -7.30e-02,+2.04e-01,-1.01e+00,+1.03e+00   1
+            620       22 -8.76e-02,+2.04e-02,-4.77e-01,+4.85e-01   1
 Vertex:     -223 ID:    0 (X,cT)=-1.70e+00,+1.75e+00,-2.03e+01,+2.05e+01
  I: 1       611      111 -7.72e-01,+7.38e-01,-9.69e+00,+9.75e+00   2      -223
- O: 2       621       22 -6.72e-01,+5.71e-01,-7.86e+00,+7.91e+00   1     (nil)
-            622       22 -1.00e-01,+1.67e-01,-1.82e+00,+1.83e+00   1     (nil)
+ O: 2       621       22 -6.72e-01,+5.71e-01,-7.86e+00,+7.91e+00   1
+            622       22 -1.00e-01,+1.67e-01,-1.82e+00,+1.83e+00   1
 Vertex:     -224 ID:    0 (X,cT)=+1.58e-01,-6.64e-02,-8.93e-01,+9.27e-01
  I: 1       614      111 +6.30e-02,+1.63e-01,-7.63e-01,+7.94e-01   2      -224
- O: 2       623       22 -8.72e-03,-2.00e-02,-1.18e-01,+1.20e-01   1     (nil)
-            624       22 +7.17e-02,+1.83e-01,-6.45e-01,+6.74e-01   1     (nil)
+ O: 2       623       22 -8.72e-03,-2.00e-02,-1.18e-01,+1.20e-01   1
+            624       22 +7.17e-02,+1.83e-01,-6.45e-01,+6.74e-01   1
 ________________________________________________________________________________
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=12)
-E1 :         pi+ : pT=3.46 : TOF=26.6 : x=(-0.819,0.587,-7.9)
-E0 :          e+ : pT=1.19 : TOF=26.6 : x=(0.761,-0.75,7.9)
-E0 :          e- : pT=0.265 : TOF=26.6 : x=(0.76,-0.748,7.9)
-E0 :         pi- : pT=0.171 : TOF=26.9 : x=(0.912,0.794,7.9)
-E0 :         pi+ : pT=0.414 : TOF=26.7 : x=(0.944,0.786,7.9)
-E1 :         pi- : pT=2.42 : TOF=26.6 : x=(-0.884,0.476,-7.9)
-E1 :         mu- : pT=1.76 : TOF=26.6 : x=(-0.887,0.569,-7.9)
-E1 :          e- : pT=0.000515 : TOF=29.9 : x=(1.92,0.339,-7.9)
-E1 :         pi+ : pT=0.359 : TOF=27 : x=(-0.0642,0.998,-8.03)
-E0 :         pi+ : pT=0.082 : TOF=27.4 : x=(0.362,-1.03,7.9)
-E0 :          e- : pT=0.00165 : TOF=29.1 : x=(-0.412,-1.68,7.9)
-E0 :         pi- : pT=0.259 : TOF=26.7 : x=(-0.2,1.05,7.9)
+*** Muon System Hit (#hits=34)
+E1 :         pi+ : pT=0.239 : TOF=26.7 : x=(-0.0908,-1.2,-7.9)
+E1 :         pi- : pT=0.194 : TOF=30.5 : x=(2.29,1.26,-7.9)
+E1 :          e- : pT=0.000396 : TOF=35.7 : x=(3.95,1.48,-7.9)
+E1 :         mu- : pT=0.96 : TOF=29.2 : x=(3.51,-1.01,-7.9)
+E1 :         pi- : pT=0.13 : TOF=26.7 : x=(0.493,1.02,-7.9)
+E1 :         pi+ : pT=1.55 : TOF=26.8 : x=(0.345,1.46,-7.9)
+E1 :         pi- : pT=0.0596 : TOF=28.3 : x=(-0.413,1.85,-7.9)
+E1 :       kaon+ : pT=0.407 : TOF=27.1 : x=(0.493,-1.02,-7.9)
+E1 :         pi+ : pT=3.45 : TOF=26.6 : x=(-0.82,0.586,-7.9)
+E0 :         pi+ : pT=0.346 : TOF=27.3 : x=(-0.408,-2.07,7.9)
+E0 :       kaon+ : pT=0.356 : TOF=28.3 : x=(-1.08,1.71,7.9)
+E0 :         pi- : pT=0.17 : TOF=26.9 : x=(0.916,0.779,7.9)
+E0 :         pi+ : pT=0.39 : TOF=26.7 : x=(0.936,0.768,7.9)
+E0 :         pi- : pT=0.108 : TOF=28.1 : x=(-1.12,-0.804,7.9)
+E1 :         pi- : pT=2.42 : TOF=26.6 : x=(-0.884,0.475,-7.9)
+E1 :         mu- : pT=1.75 : TOF=26.6 : x=(-0.885,0.571,-7.9)
+E0 :         pi- : pT=0.0974 : TOF=27 : x=(-1.04,-0.93,7.9)
+E1 :         pi- : pT=0.515 : TOF=27 : x=(0.613,1.51,-7.9)
+E1 :          e- : pT=0.000203 : TOF=27.8 : x=(0.615,1.58,-8.1)
+E1 :         pi+ : pT=0.355 : TOF=27.1 : x=(-0.0678,0.998,-8.06)
+E1 :          e- : pT=7.12e-05 : TOF=27.2 : x=(-0.0803,0.997,-8.04)
+E1 :         pi- : pT=0.391 : TOF=28.1 : x=(-0.769,2.77,-7.9)
+E0 :         pi- : pT=1.99 : TOF=29.8 : x=(-1.42,-3.77,7.9)
+E0 :         pi+ : pT=0.0878 : TOF=27.4 : x=(0.315,-1.11,7.9)
+B5 :          e- : pT=0.000483 : TOF=38.4 : x=(-2.11,-4.04,7)
+E1 :         pi+ : pT=0.388 : TOF=28 : x=(1.54,2.23,-7.9)
+E1 :         pi+ : pT=0.0564 : TOF=27.2 : x=(1.23,-0.17,-7.9)
+E1 :         pi+ : pT=0.504 : TOF=28.1 : x=(1.2,2.59,-7.9)
+E1 :         pi- : pT=0.388 : TOF=26.9 : x=(-0.192,1.53,-7.9)
+B0 :         mu- : pT=0.551 : TOF=27.8 : x=(4.25,-1.44,-6.93)
+E1 :         pi+ : pT=0.131 : TOF=27.6 : x=(-0.447,1.08,-7.9)
+B6 :         pi- : pT=0.727 : TOF=15.6 : x=(-1.53,-4.25,0.914)
+E1 :          e- : pT=0.000391 : TOF=30.9 : x=(-1.34,-0.755,-7.9)
+E0 :         pi+ : pT=0.322 : TOF=27.2 : x=(1.78,-0.793,7.9)
 
 ________________________________________________________________________________
 GenEvent: #3 ID=20 SignalProcessGenVertex Barcode: 0
@@ -1597,15 +1736,15 @@ GenEvent: #3 ID=20 SignalProcessGenVertex Barcode: 0
  Entries this event: 102 vertices, 280 particles.
  RndmState(0)=
  Wgts(0)=
- EventScale -1 GeV 	 alphaQCD=-1	 alphaQED=-1
+ EventScale -1 [energy] 	 alphaQCD=-1	 alphaQED=-1
                                     GenParticle Legend
         Barcode   PDG ID      ( Px,       Py,       Pz,     E ) Stat  DecayVtx
 ________________________________________________________________________________
 GenVertex:       -1 ID:    0 (X,cT):0
  I: 1         1     2212 +0.00e+00,+0.00e+00,+7.00e+03,+7.00e+03   3        -1
- O: 3        15        2 +3.93e-01,-4.42e-01,+2.02e+01,+2.03e+01   2       -11
+ O: 3        14     2101 -9.42e-01,+2.17e-01,+6.53e+03,+6.53e+03   2        -9
               3       21 +5.50e-01,+2.26e-01,+5.57e+01,+5.57e+01   3        -3
-             14     2101 -9.42e-01,+2.17e-01,+6.53e+03,+6.53e+03   2        -9
+             15        2 +3.93e-01,-4.42e-01,+2.02e+01,+2.03e+01   2       -11
 GenVertex:       -2 ID:    0 (X,cT):0
  I: 1         2     2212 +0.00e+00,+0.00e+00,-7.00e+03,+7.00e+03   3        -2
  O: 2         4        1 -2.49e+00,-5.11e-01,-1.27e+03,+1.27e+03   3        -4
@@ -1614,8 +1753,8 @@ GenVertex:       -3 ID:    0 (X,cT):0
  I: 1         3       21 +5.50e-01,+2.26e-01,+5.57e+01,+5.57e+01   3        -3
  O: 4        13        2 -1.06e+00,+5.40e-01,+6.25e-01,+1.38e+00   2        -9
              16       21 +1.28e+00,-8.74e-01,+5.02e+01,+5.02e+01   2       -11
-             17       21 -1.67e-01,+9.43e-01,-4.22e+00,+4.33e+00   2       -11
               5       -2 +5.15e-01,-3.71e-01,+4.37e+00,+4.41e+00   3        -5
+             17       21 -1.67e-01,+9.43e-01,-4.22e+00,+4.33e+00   2       -11
 GenVertex:       -4 ID:    0 (X,cT):0
  I: 1         4        1 -2.49e+00,-5.11e-01,-1.27e+03,+1.27e+03   3        -4
  O: 7         6        1 +2.57e+00,+4.38e-01,-4.63e+02,+4.63e+02   3        -5
@@ -1628,315 +1767,315 @@ GenVertex:       -4 ID:    0 (X,cT):0
 GenVertex:       -5 ID:    0 (X,cT):0
  I: 2         5       -2 +5.15e-01,-3.71e-01,+4.37e+00,+4.41e+00   3        -5
               6        1 +2.57e+00,+4.38e-01,-4.63e+02,+4.63e+02   3        -5
- O: 2         7       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   3        -6
-              8      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   3        -7
+ O: 2         8      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   3        -7
+              7       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   3        -6
 GenVertex:       -6 ID:    0 (X,cT):0
  I: 1         7       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   3        -6
- O: 1         9       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   1     (nil)
+ O: 1         9       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   1
 GenVertex:       -7 ID:    0 (X,cT):0
  I: 1         8      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   3        -7
  O: 1        10      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   2        -8
 GenVertex:       -8 ID:    0 (X,cT):0
  I: 1        10      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   2        -8
- O: 2        11       13 +1.17e+01,+3.45e+01,-2.85e+02,+2.87e+02   1     (nil)
-             12      -14 -9.19e+00,-3.92e+01,-1.68e+02,+1.73e+02   1     (nil)
+ O: 2        11       13 +1.17e+01,+3.45e+01,-2.85e+02,+2.87e+02   1
+             12      -14 -9.19e+00,-3.92e+01,-1.68e+02,+1.73e+02   1
 GenVertex:       -9 ID:    0 (X,cT):0
- I: 2        14     2101 -9.42e-01,+2.17e-01,+6.53e+03,+6.53e+03   2        -9
-             13        2 -1.06e+00,+5.40e-01,+6.25e-01,+1.38e+00   2        -9
+ I: 2        13        2 -1.06e+00,+5.40e-01,+6.25e-01,+1.38e+00   2        -9
+             14     2101 -9.42e-01,+2.17e-01,+6.53e+03,+6.53e+03   2        -9
  O: 1        35       92 -2.00e+00,+7.56e-01,+6.53e+03,+6.54e+03   2       -10
 GenVertex:      -10 ID:    0 (X,cT):0
  I: 1        35       92 -2.00e+00,+7.56e-01,+6.53e+03,+6.54e+03   2       -10
- O: 9        36      321 -2.73e-01,+1.76e-01,+9.69e-01,+1.13e+00   1     (nil)
-             37      333 -1.11e+00,+1.44e-01,+2.44e+00,+2.87e+00   2       -17
-             38     -321 +5.75e-01,-1.63e-01,+3.07e+00,+3.17e+00   1     (nil)
-             39      323 -4.93e-01,+1.18e-01,+1.14e+01,+1.14e+01   2       -18
-             40      333 +4.67e-02,-1.10e-02,+6.10e+01,+6.10e+01   2       -19
+ O: 9        40      333 +4.67e-02,-1.10e-02,+6.10e+01,+6.10e+01   2       -19
              41     -313 +6.61e-02,+2.00e-01,+1.02e+02,+1.02e+02   2       -20
-             42     -211 +6.62e-01,+2.34e-03,+1.91e+01,+1.92e+01   1     (nil)
+             42     -211 +6.62e-01,+2.34e-03,+1.91e+01,+1.92e+01   1
              43      213 -1.13e+00,+2.68e-01,+8.99e+02,+8.99e+02   2       -21
-             44     2112 -3.44e-01,+2.18e-02,+5.44e+03,+5.44e+03   1     (nil)
+             36      321 -2.73e-01,+1.76e-01,+9.69e-01,+1.13e+00   1
+             37      333 -1.11e+00,+1.44e-01,+2.44e+00,+2.87e+00   2       -17
+             44     2112 -3.44e-01,+2.18e-02,+5.44e+03,+5.44e+03   1
+             38     -321 +5.75e-01,-1.63e-01,+3.07e+00,+3.17e+00   1
+             39      323 -4.93e-01,+1.18e-01,+1.14e+01,+1.14e+01   2       -18
 GenVertex:      -11 ID:    0 (X,cT):0
- I:15        20       21 +2.14e+00,-4.17e+00,-7.24e+00,+8.62e+00   2       -11
+ I:15        16       21 +1.28e+00,-8.74e-01,+5.02e+01,+5.02e+01   2       -11
              15        2 +3.93e-01,-4.42e-01,+2.02e+01,+2.03e+01   2       -11
-             19       21 -2.14e+00,+4.17e+00,-2.51e+00,+5.32e+00   2       -11
-             21       21 +2.68e+00,-1.72e+00,-3.07e+01,+3.09e+01   2       -11
-             22       21 -2.68e+00,+1.72e+00,-1.05e+02,+1.05e+02   2       -11
-             29     2203 +2.49e+00,+5.11e-01,-5.57e+03,+5.57e+03   2       -11
-             16       21 +1.28e+00,-8.74e-01,+5.02e+01,+5.02e+01   2       -11
              17       21 -1.67e-01,+9.43e-01,-4.22e+00,+4.33e+00   2       -11
+             29     2203 +2.49e+00,+5.11e-01,-5.57e+03,+5.57e+03   2       -11
              23       21 -6.21e-01,-2.83e+00,-4.24e+01,+4.25e+01   2       -11
              24       21 -1.09e-01,+2.50e-02,-1.28e+01,+1.28e+01   2       -11
+             20       21 +2.14e+00,-4.17e+00,-7.24e+00,+8.62e+00   2       -11
+             21       21 +2.68e+00,-1.72e+00,-3.07e+01,+3.09e+01   2       -11
              25       21 -4.72e-02,-2.81e-01,-7.30e+00,+7.31e+00   2       -11
              26       21 -3.65e+00,+1.06e+00,-1.44e+02,+1.44e+02   2       -11
              27       21 -8.57e-01,+1.30e+00,-8.64e+01,+8.64e+01   2       -11
+             22       21 -2.68e+00,+1.72e+00,-1.05e+02,+1.05e+02   2       -11
              28       21 +2.10e-01,-2.36e-01,-5.04e+02,+5.04e+02   2       -11
              18       21 +9.34e-01,+2.91e+00,+1.97e+01,+2.00e+01   2       -11
+             19       21 -2.14e+00,+4.17e+00,-2.51e+00,+5.32e+00   2       -11
  O: 1        45       92 -1.50e-01,+2.09e+00,-6.43e+03,+6.61e+03   2       -12
 GenVertex:      -12 ID:    0 (X,cT):0
  I: 1        45       92 -1.50e-01,+2.09e+00,-6.43e+03,+6.61e+03   2       -12
- O:44        63      221 +1.94e-01,-2.74e-01,-2.66e-01,+6.95e-01   2       -35
-             64     -213 +2.31e-01,+2.74e-01,-1.31e+00,+1.58e+00   2       -36
-             79    -2112 -1.86e+00,+2.64e-01,-6.69e+01,+6.69e+01   1     (nil)
-             80     -211 -4.20e-01,-6.99e-02,-4.46e+01,+4.47e+01   1     (nil)
-             81      211 -1.23e+00,+5.35e-01,-3.48e+01,+3.49e+01   1     (nil)
-             61     -211 -1.05e+00,+1.11e+00,-1.21e-01,+1.54e+00   1     (nil)
-             62      213 -9.08e-02,+5.82e-01,-1.54e+00,+1.76e+00   2       -34
-             46      211 +1.39e+00,-8.14e-01,+3.12e+01,+3.13e+01   1     (nil)
-             73      111 -6.69e-01,+1.78e-01,-1.87e+01,+1.87e+01   2       -41
-             74     -213 -3.45e-01,-1.71e-01,-1.77e+01,+1.77e+01   2       -42
-             75     2212 -3.93e-01,+8.27e-02,-3.98e+01,+3.98e+01   1     (nil)
+ O:44        87      213 +3.40e-01,+1.94e-01,-1.02e+03,+1.02e+03   2       -48
              65      213 -4.52e-01,+2.86e-01,-1.23e+00,+1.57e+00   2       -37
+             88     2214 +5.67e-01,+9.88e-02,-8.80e+02,+8.80e+02   2       -49
              66     2114 +9.53e-01,-6.69e-01,-3.09e+00,+3.53e+00   2       -38
-             67      211 -1.36e-01,-6.50e-01,-8.86e-01,+1.12e+00   1     (nil)
-             68    -2212 +8.49e-01,-2.09e+00,-5.29e+00,+5.82e+00   1     (nil)
-             69     -211 +1.20e-01,+2.39e-01,-1.06e+00,+1.10e+00   1     (nil)
-             47      113 +6.88e-02,-1.41e-01,+2.65e+01,+2.66e+01   2       -22
-             87      213 +3.40e-01,+1.94e-01,-1.02e+03,+1.02e+03   2       -48
-             76    -2212 -6.65e-01,+6.91e-02,-2.61e+01,+2.61e+01   1     (nil)
+             67      211 -1.36e-01,-6.50e-01,-8.86e-01,+1.12e+00   1
+             81      211 -1.23e+00,+5.35e-01,-3.48e+01,+3.49e+01   1
+             68    -2212 +8.49e-01,-2.09e+00,-5.29e+00,+5.82e+00   1
+             69     -211 +1.20e-01,+2.39e-01,-1.06e+00,+1.10e+00   1
+             61     -211 -1.05e+00,+1.11e+00,-1.21e-01,+1.54e+00   1
+             70      323 +1.48e+00,-9.63e-01,-1.55e+01,+1.56e+01   2       -39
+             63      221 +1.94e-01,-2.74e-01,-2.66e-01,+6.95e-01   2       -35
+             71     -321 -2.78e-01,+3.30e-01,-8.84e+00,+8.87e+00   1
+             82      311 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -45
+             72      213 +4.81e-01,-1.41e-01,-1.37e+01,+1.37e+01   2       -40
+             73      111 -6.69e-01,+1.78e-01,-1.87e+01,+1.87e+01   2       -41
+             74     -213 -3.45e-01,-1.71e-01,-1.77e+01,+1.77e+01   2       -42
+             75     2212 -3.93e-01,+8.27e-02,-3.98e+01,+3.98e+01   1
+             83     -323 -5.63e-01,-7.34e-02,-1.48e+02,+1.48e+02   2       -46
+             76    -2212 -6.65e-01,+6.91e-02,-2.61e+01,+2.61e+01   1
+             85      113 +1.80e-02,+8.34e-01,-6.47e+02,+6.47e+02   2       -47
              77     3224 -4.07e-01,-1.66e+00,-3.45e+01,+3.46e+01   2       -43
              78      311 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   2       -44
-             58     -321 +1.93e-01,+1.97e-01,+6.13e+00,+6.16e+00   1     (nil)
-             59      223 -2.63e-01,+7.90e-01,+6.47e-01,+1.31e+00   2       -32
-             60      213 +1.35e-01,+1.08e+00,+5.74e-01,+1.37e+00   2       -33
+             62      213 -9.08e-02,+5.82e-01,-1.54e+00,+1.76e+00   2       -34
+             86     -211 +2.67e-01,-2.79e-01,-5.20e+02,+5.20e+02   1
+             84      211 -1.34e-01,-9.12e-02,-7.11e+00,+7.11e+00   1
+             64     -213 +2.31e-01,+2.74e-01,-1.31e+00,+1.58e+00   2       -36
              89      223 +1.23e+00,+3.33e-01,-2.87e+03,+2.87e+03   2       -50
+             79    -2112 -1.86e+00,+2.64e-01,-6.69e+01,+6.69e+01   1
+             80     -211 -4.20e-01,-6.99e-02,-4.46e+01,+4.47e+01   1
              49      113 +6.00e-01,-2.67e-01,+2.22e+00,+2.44e+00   2       -23
-             51     -313 +1.43e-02,+4.68e-01,-3.88e-01,+1.12e+00   2       -25
-             48     -211 -3.37e-01,-1.68e-01,+9.43e+00,+9.44e+00   1     (nil)
-             88     2214 +5.67e-01,+9.88e-02,-8.80e+02,+8.80e+02   2       -49
-             82      311 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -45
-             83     -323 -5.63e-01,-7.34e-02,-1.48e+02,+1.48e+02   2       -46
-             84      211 -1.34e-01,-9.12e-02,-7.11e+00,+7.11e+00   1     (nil)
              50      323 -3.07e-01,-6.12e-02,-1.42e-02,+9.76e-01   2       -24
-             70      323 +1.48e+00,-9.63e-01,-1.55e+01,+1.56e+01   2       -39
-             71     -321 -2.78e-01,+3.30e-01,-8.84e+00,+8.87e+00   1     (nil)
-             72      213 +4.81e-01,-1.41e-01,-1.37e+01,+1.37e+01   2       -40
+             46      211 +1.39e+00,-8.14e-01,+3.12e+01,+3.13e+01   1
              52      111 +8.08e-02,-1.35e-02,-7.15e-01,+7.33e-01   2       -26
              53      113 -2.30e-01,+1.48e-01,-1.62e+00,+1.84e+00   2       -27
              54      223 +3.60e-01,+7.58e-01,+8.72e-01,+1.44e+00   2       -28
              55      113 +1.21e-01,+1.16e-01,+9.83e-01,+1.26e+00   2       -29
+             47      113 +6.88e-02,-1.41e-01,+2.65e+01,+2.66e+01   2       -22
              56     -213 +8.69e-02,+1.01e+00,+7.42e+00,+7.52e+00   2       -30
+             48     -211 -3.37e-01,-1.68e-01,+9.43e+00,+9.44e+00   1
              57      323 +1.76e-01,+4.23e-01,+1.93e+00,+2.16e+00   2       -31
-             85      113 +1.80e-02,+8.34e-01,-6.47e+02,+6.47e+02   2       -47
-             86     -211 +2.67e-01,-2.79e-01,-5.20e+02,+5.20e+02   1     (nil)
+             58     -321 +1.93e-01,+1.97e-01,+6.13e+00,+6.16e+00   1
+             51     -313 +1.43e-02,+4.68e-01,-3.88e-01,+1.12e+00   2       -25
+             59      223 -2.63e-01,+7.90e-01,+6.47e-01,+1.31e+00   2       -32
+             60      213 +1.35e-01,+1.08e+00,+5.74e-01,+1.37e+00   2       -33
 GenVertex:      -13 ID:    0 (X,cT):0
- I: 3        31       21 -9.34e-01,-2.91e+00,+1.02e+02,+1.02e+02   2       -13
+ I: 3        30       21 -3.00e+00,+2.35e+00,+2.36e+02,+2.36e+02   2       -13
+             31       21 -9.34e-01,-2.91e+00,+1.02e+02,+1.02e+02   2       -13
              32       21 +3.00e+00,-2.35e+00,+2.97e+01,+3.00e+01   2       -13
-             30       21 -3.00e+00,+2.35e+00,+2.36e+02,+2.36e+02   2       -13
  O: 1        90       92 -9.34e-01,-2.91e+00,+3.67e+02,+3.67e+02   2       -14
 GenVertex:      -14 ID:    0 (X,cT):0
  I: 1        90       92 -9.34e-01,-2.91e+00,+3.67e+02,+3.67e+02   2       -14
- O:11        99    -2112 +1.14e+00,-1.49e+00,+2.49e+01,+2.50e+01   1     (nil)
-             91      211 -8.24e-01,-1.45e-02,+1.59e+01,+1.59e+01   1     (nil)
-            100     2112 +5.39e-01,-8.02e-01,+1.40e+01,+1.41e+01   1     (nil)
-            101      223 +1.06e+00,-1.22e-01,+2.53e+01,+2.53e+01   2       -56
+ O:11        95      213 -8.94e-01,-3.47e-01,+5.52e+01,+5.52e+01   2       -53
              94      313 -3.62e-01,+5.42e-01,+5.03e+01,+5.03e+01   2       -52
+             91      211 -8.24e-01,-1.45e-02,+1.59e+01,+1.59e+01   1
+            101      223 +1.06e+00,-1.22e-01,+2.53e+01,+2.53e+01   2       -56
              93     -311 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   2       -51
-             92     -211 -1.30e+00,+8.92e-01,+8.32e+01,+8.33e+01   1     (nil)
-             96      113 -1.28e-01,-1.56e-01,+3.41e+01,+3.41e+01   2       -54
-             95      213 -8.94e-01,-3.47e-01,+5.52e+01,+5.52e+01   2       -53
+             92     -211 -1.30e+00,+8.92e-01,+8.32e+01,+8.33e+01   1
+            100     2112 +5.39e-01,-8.02e-01,+1.40e+01,+1.41e+01   1
              98      111 +4.23e-01,-2.45e-01,+3.08e+00,+3.12e+00   2       -55
-             97     -211 -5.72e-01,-9.49e-01,+3.99e+01,+3.99e+01   1     (nil)
+             99    -2112 +1.14e+00,-1.49e+00,+2.49e+01,+2.50e+01   1
+             97     -211 -5.72e-01,-9.49e-01,+3.99e+01,+3.99e+01   1
+             96      113 -1.28e-01,-1.56e-01,+3.41e+01,+3.41e+01   2       -54
 GenVertex:      -15 ID:    0 (X,cT):0
  I: 2        34       21 -1.02e+00,+2.88e+00,-7.45e+00,+8.05e+00   2       -15
              33       21 +1.02e+00,-2.88e+00,-9.85e+00,+1.03e+01   2       -15
  O: 1       102       92 +0.00e+00,+0.00e+00,-1.73e+01,+1.84e+01   2       -16
 GenVertex:      -16 ID:    0 (X,cT):0
  I: 1       102       92 +0.00e+00,+0.00e+00,-1.73e+01,+1.84e+01   2       -16
- O: 7       107     -211 -2.88e-01,+5.23e-01,-3.10e+00,+3.16e+00   1     (nil)
+ O: 7       109      113 -5.13e-01,+2.04e-01,-2.60e+00,+2.77e+00   2       -62
+            107     -211 -2.88e-01,+5.23e-01,-3.10e+00,+3.16e+00   1
             108      223 +2.53e-01,-1.38e-01,-2.52e+00,+2.66e+00   2       -61
-            105      213 +1.78e-01,+3.27e-01,-2.62e+00,+2.77e+00   2       -59
             106      111 +1.94e-01,-8.30e-01,-1.78e+00,+1.98e+00   2       -60
+            105      213 +1.78e-01,+3.27e-01,-2.62e+00,+2.77e+00   2       -59
             103      113 +2.54e-01,-1.28e-01,-3.69e+00,+3.77e+00   2       -57
             104      223 -7.85e-02,+4.34e-02,-9.82e-01,+1.26e+00   2       -58
-            109      113 -5.13e-01,+2.04e-01,-2.60e+00,+2.77e+00   2       -62
 GenVertex:      -17 ID:    0 (X,cT):0
  I: 1        37      333 -1.11e+00,+1.44e-01,+2.44e+00,+2.87e+00   2       -17
- O: 2       110      321 -5.35e-01,-4.15e-03,+1.39e+00,+1.57e+00   1     (nil)
-            111     -321 -5.74e-01,+1.48e-01,+1.05e+00,+1.30e+00   1     (nil)
+ O: 2       110      321 -5.35e-01,-4.15e-03,+1.39e+00,+1.57e+00   1
+            111     -321 -5.74e-01,+1.48e-01,+1.05e+00,+1.30e+00   1
 GenVertex:      -18 ID:    0 (X,cT):0
  I: 1        39      323 -4.93e-01,+1.18e-01,+1.14e+01,+1.14e+01   2       -18
- O: 2       112      311 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -63
-            113      211 -3.29e-01,+3.86e-02,+3.09e+00,+3.12e+00   1     (nil)
+ O: 2       113      211 -3.29e-01,+3.86e-02,+3.09e+00,+3.12e+00   1
+            112      311 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -63
 GenVertex:      -19 ID:    0 (X,cT):0
  I: 1        40      333 +4.67e-02,-1.10e-02,+6.10e+01,+6.10e+01   2       -19
- O: 2       114      321 -8.91e-02,+3.84e-02,+3.21e+01,+3.21e+01   1     (nil)
-            115     -321 +1.36e-01,-4.94e-02,+2.89e+01,+2.89e+01   1     (nil)
+ O: 2       114      321 -8.91e-02,+3.84e-02,+3.21e+01,+3.21e+01   1
+            115     -321 +1.36e-01,-4.94e-02,+2.89e+01,+2.89e+01   1
 GenVertex:      -20 ID:    0 (X,cT):0
  I: 1        41     -313 +6.61e-02,+2.00e-01,+1.02e+02,+1.02e+02   2       -20
- O: 2       116     -311 -2.08e-01,+2.83e-01,+4.52e+01,+4.53e+01   2       -64
-            117      111 +2.74e-01,-8.21e-02,+5.65e+01,+5.65e+01   2       -65
+ O: 2       117      111 +2.74e-01,-8.21e-02,+5.65e+01,+5.65e+01   2       -65
+            116     -311 -2.08e-01,+2.83e-01,+4.52e+01,+4.53e+01   2       -64
 GenVertex:      -21 ID:    0 (X,cT):0
  I: 1        43      213 -1.13e+00,+2.68e-01,+8.99e+02,+8.99e+02   2       -21
  O: 2       119      111 -1.00e-01,-1.65e-01,+2.61e+02,+2.61e+02   2       -66
-            118      211 -1.03e+00,+4.32e-01,+6.38e+02,+6.38e+02   1     (nil)
+            118      211 -1.03e+00,+4.32e-01,+6.38e+02,+6.38e+02   1
 GenVertex:      -22 ID:    0 (X,cT):0
  I: 1        47      113 +6.88e-02,-1.41e-01,+2.65e+01,+2.66e+01   2       -22
- O: 2       120     -211 +2.55e-01,-1.00e-02,+2.33e+01,+2.33e+01   1     (nil)
-            121      211 -1.86e-01,-1.31e-01,+3.23e+00,+3.24e+00   1     (nil)
+ O: 2       120     -211 +2.55e-01,-1.00e-02,+2.33e+01,+2.33e+01   1
+            121      211 -1.86e-01,-1.31e-01,+3.23e+00,+3.24e+00   1
 GenVertex:      -23 ID:    0 (X,cT):0
  I: 1        49      113 +6.00e-01,-2.67e-01,+2.22e+00,+2.44e+00   2       -23
- O: 2       122      211 +7.62e-01,-2.15e-01,+1.64e+00,+1.83e+00   1     (nil)
-            123     -211 -1.62e-01,-5.17e-02,+5.74e-01,+6.14e-01   1     (nil)
+ O: 2       123     -211 -1.62e-01,-5.17e-02,+5.74e-01,+6.14e-01   1
+            122      211 +7.62e-01,-2.15e-01,+1.64e+00,+1.83e+00   1
 GenVertex:      -24 ID:    0 (X,cT):0
  I: 1        50      323 -3.07e-01,-6.12e-02,-1.42e-02,+9.76e-01   2       -24
  O: 2       124      311 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -67
-            125      211 +1.40e-01,+1.66e-01,+6.23e-02,+2.65e-01   1     (nil)
+            125      211 +1.40e-01,+1.66e-01,+6.23e-02,+2.65e-01   1
 GenVertex:      -25 ID:    0 (X,cT):0
  I: 1        51     -313 +1.43e-02,+4.68e-01,-3.88e-01,+1.12e+00   2       -25
- O: 2       126     -321 -2.60e-02,+2.92e-01,+9.54e-02,+5.82e-01   1     (nil)
-            127      211 +4.03e-02,+1.76e-01,-4.83e-01,+5.35e-01   1     (nil)
+ O: 2       126     -321 -2.60e-02,+2.92e-01,+9.54e-02,+5.82e-01   1
+            127      211 +4.03e-02,+1.76e-01,-4.83e-01,+5.35e-01   1
 Vertex:      -26 ID:    0 (X,cT)=+4.64e-05,-7.72e-06,-4.10e-04,+4.20e-04
  I: 1        52      111 +8.08e-02,-1.35e-02,-7.15e-01,+7.33e-01   2       -26
- O: 2       129       22 +9.76e-02,-3.63e-02,-6.77e-01,+6.85e-01   1     (nil)
-            128       22 -1.68e-02,+2.28e-02,-3.88e-02,+4.80e-02   1     (nil)
+ O: 2       128       22 -1.68e-02,+2.28e-02,-3.88e-02,+4.80e-02   1
+            129       22 +9.76e-02,-3.63e-02,-6.77e-01,+6.85e-01   1
 GenVertex:      -27 ID:    0 (X,cT):0
  I: 1        53      113 -2.30e-01,+1.48e-01,-1.62e+00,+1.84e+00   2       -27
- O: 2       130     -211 -8.09e-02,+2.95e-01,-1.97e-01,+3.90e-01   1     (nil)
-            131      211 -1.49e-01,-1.47e-01,-1.43e+00,+1.45e+00   1     (nil)
+ O: 2       131      211 -1.49e-01,-1.47e-01,-1.43e+00,+1.45e+00   1
+            130     -211 -8.09e-02,+2.95e-01,-1.97e-01,+3.90e-01   1
 GenVertex:      -28 ID:    0 (X,cT):0
  I: 1        54      223 +3.60e-01,+7.58e-01,+8.72e-01,+1.44e+00   2       -28
- O: 3       132      211 +1.97e-01,+3.51e-01,+6.75e-01,+7.98e-01   1     (nil)
-            133     -211 -3.88e-02,+1.47e-01,+2.00e-01,+2.87e-01   1     (nil)
+ O: 3       132      211 +1.97e-01,+3.51e-01,+6.75e-01,+7.98e-01   1
+            133     -211 -3.88e-02,+1.47e-01,+2.00e-01,+2.87e-01   1
             134      111 +2.02e-01,+2.60e-01,-3.27e-03,+3.56e-01   2       -68
 GenVertex:      -29 ID:    0 (X,cT):0
  I: 1        55      113 +1.21e-01,+1.16e-01,+9.83e-01,+1.26e+00   2       -29
- O: 2       135     -211 +1.15e-01,+2.71e-01,+9.97e-01,+1.05e+00   1     (nil)
-            136      211 +5.83e-03,-1.56e-01,-1.47e-02,+2.10e-01   1     (nil)
+ O: 2       135     -211 +1.15e-01,+2.71e-01,+9.97e-01,+1.05e+00   1
+            136      211 +5.83e-03,-1.56e-01,-1.47e-02,+2.10e-01   1
 GenVertex:      -30 ID:    0 (X,cT):0
  I: 1        56     -213 +8.69e-02,+1.01e+00,+7.42e+00,+7.52e+00   2       -30
- O: 2       137     -211 -8.49e-03,+1.28e-01,+3.83e-01,+4.28e-01   1     (nil)
+ O: 2       137     -211 -8.49e-03,+1.28e-01,+3.83e-01,+4.28e-01   1
             138      111 +9.53e-02,+8.80e-01,+7.03e+00,+7.09e+00   2       -69
 GenVertex:      -31 ID:    0 (X,cT):0
  I: 1        57      323 +1.76e-01,+4.23e-01,+1.93e+00,+2.16e+00   2       -31
  O: 2       139      311 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -70
-            140      211 +1.10e-01,-9.78e-02,+1.66e-01,+2.62e-01   1     (nil)
+            140      211 +1.10e-01,-9.78e-02,+1.66e-01,+2.62e-01   1
 GenVertex:      -32 ID:    0 (X,cT):0
  I: 1        59      223 -2.63e-01,+7.90e-01,+6.47e-01,+1.31e+00   2       -32
- O: 3       141      211 -1.81e-01,+4.47e-01,+1.25e-01,+5.17e-01   1     (nil)
-            142     -211 -2.25e-01,+2.99e-01,+3.59e-01,+5.38e-01   1     (nil)
+ O: 3       141      211 -1.81e-01,+4.47e-01,+1.25e-01,+5.17e-01   1
+            142     -211 -2.25e-01,+2.99e-01,+3.59e-01,+5.38e-01   1
             143      111 +1.43e-01,+4.38e-02,+1.63e-01,+2.59e-01   2       -71
 GenVertex:      -33 ID:    0 (X,cT):0
  I: 1        60      213 +1.35e-01,+1.08e+00,+5.74e-01,+1.37e+00   2       -33
- O: 2       144      211 +6.61e-02,+1.08e+00,+5.00e-01,+1.20e+00   1     (nil)
+ O: 2       144      211 +6.61e-02,+1.08e+00,+5.00e-01,+1.20e+00   1
             145      111 +6.86e-02,-8.01e-04,+7.43e-02,+1.69e-01   2       -72
 GenVertex:      -34 ID:    0 (X,cT):0
  I: 1        62      213 -9.08e-02,+5.82e-01,-1.54e+00,+1.76e+00   2       -34
- O: 2       146      211 -4.09e-02,-5.32e-02,-5.87e-01,+6.07e-01   1     (nil)
+ O: 2       146      211 -4.09e-02,-5.32e-02,-5.87e-01,+6.07e-01   1
             147      111 -4.99e-02,+6.35e-01,-9.56e-01,+1.16e+00   2       -73
 GenVertex:      -35 ID:    0 (X,cT):0
  I: 1        63      221 +1.94e-01,-2.74e-01,-2.66e-01,+6.95e-01   2       -35
- O: 3       150      111 +7.41e-02,-1.52e-01,-1.38e-01,+2.57e-01   2       -76
-            148      111 -8.07e-02,-5.76e-02,-3.25e-02,+1.71e-01   2       -74
+ O: 3       148      111 -8.07e-02,-5.76e-02,-3.25e-02,+1.71e-01   2       -74
             149      111 +2.01e-01,-6.40e-02,-9.60e-02,+2.68e-01   2       -75
+            150      111 +7.41e-02,-1.52e-01,-1.38e-01,+2.57e-01   2       -76
 GenVertex:      -36 ID:    0 (X,cT):0
  I: 1        64     -213 +2.31e-01,+2.74e-01,-1.31e+00,+1.58e+00   2       -36
- O: 2       151     -211 +4.35e-01,+4.07e-01,-8.38e-01,+1.04e+00   1     (nil)
+ O: 2       151     -211 +4.35e-01,+4.07e-01,-8.38e-01,+1.04e+00   1
             152      111 -2.04e-01,-1.33e-01,-4.69e-01,+5.45e-01   2       -77
 GenVertex:      -37 ID:    0 (X,cT):0
  I: 1        65      213 -4.52e-01,+2.86e-01,-1.23e+00,+1.57e+00   2       -37
- O: 2       153      211 -1.15e-01,-2.61e-01,-4.89e-01,+5.83e-01   1     (nil)
+ O: 2       153      211 -1.15e-01,-2.61e-01,-4.89e-01,+5.83e-01   1
             154      111 -3.37e-01,+5.47e-01,-7.40e-01,+9.89e-01   2       -78
 GenVertex:      -38 ID:    0 (X,cT):0
  I: 1        66     2114 +9.53e-01,-6.69e-01,-3.09e+00,+3.53e+00   2       -38
- O: 2       155     2212 +6.04e-01,-7.13e-01,-2.45e+00,+2.79e+00   1     (nil)
-            156     -211 +3.49e-01,+4.35e-02,-6.38e-01,+7.42e-01   1     (nil)
+ O: 2       155     2212 +6.04e-01,-7.13e-01,-2.45e+00,+2.79e+00   1
+            156     -211 +3.49e-01,+4.35e-02,-6.38e-01,+7.42e-01   1
 GenVertex:      -39 ID:    0 (X,cT):0
  I: 1        70      323 +1.48e+00,-9.63e-01,-1.55e+01,+1.56e+01   2       -39
  O: 2       157      311 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   2       -79
-            158      211 +9.45e-01,-6.64e-01,-1.11e+01,+1.11e+01   1     (nil)
+            158      211 +9.45e-01,-6.64e-01,-1.11e+01,+1.11e+01   1
 GenVertex:      -40 ID:    0 (X,cT):0
  I: 1        72      213 +4.81e-01,-1.41e-01,-1.37e+01,+1.37e+01   2       -40
  O: 2       160      111 +4.80e-01,+2.17e-01,-7.34e+00,+7.36e+00   2       -80
-            159      211 +1.18e-04,-3.58e-01,-6.34e+00,+6.36e+00   1     (nil)
+            159      211 +1.18e-04,-3.58e-01,-6.34e+00,+6.36e+00   1
 Vertex:      -41 ID:    0 (X,cT)=-1.16e-04,+3.09e-05,-3.23e-03,+3.24e-03
  I: 1        73      111 -6.69e-01,+1.78e-01,-1.87e+01,+1.87e+01   2       -41
- O: 2       161       22 -5.04e-01,+7.96e-02,-1.28e+01,+1.28e+01   1     (nil)
-            162       22 -1.65e-01,+9.88e-02,-5.90e+00,+5.90e+00   1     (nil)
+ O: 2       161       22 -5.04e-01,+7.96e-02,-1.28e+01,+1.28e+01   1
+            162       22 -1.65e-01,+9.88e-02,-5.90e+00,+5.90e+00   1
 GenVertex:      -42 ID:    0 (X,cT):0
  I: 1        74     -213 -3.45e-01,-1.71e-01,-1.77e+01,+1.77e+01   2       -42
- O: 2       163     -211 +1.33e-01,+1.21e-01,-7.19e+00,+7.19e+00   1     (nil)
+ O: 2       163     -211 +1.33e-01,+1.21e-01,-7.19e+00,+7.19e+00   1
             164      111 -4.77e-01,-2.92e-01,-1.05e+01,+1.05e+01   2       -81
 GenVertex:      -43 ID:    0 (X,cT):0
  I: 1        77     3224 -4.07e-01,-1.66e+00,-3.45e+01,+3.46e+01   2       -43
  O: 2       165     3122 -4.69e-01,-1.62e+00,-3.09e+01,+3.09e+01   2       -82
-            166      211 +6.12e-02,-3.83e-02,-3.63e+00,+3.64e+00   1     (nil)
+            166      211 +6.12e-02,-3.83e-02,-3.63e+00,+3.64e+00   1
 GenVertex:      -44 ID:    0 (X,cT):0
  I: 1        78      311 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   2       -44
- O: 1       167      130 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   1     (nil)
+ O: 1       167      130 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   1
 GenVertex:      -45 ID:    0 (X,cT):0
  I: 1        82      311 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -45
  O: 1       168      310 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -83
 GenVertex:      -46 ID:    0 (X,cT):0
  I: 1        83     -323 -5.63e-01,-7.34e-02,-1.48e+02,+1.48e+02   2       -46
  O: 2       169     -311 -5.45e-01,+2.59e-01,-8.99e+01,+8.99e+01   2       -84
-            170     -211 -1.76e-02,-3.32e-01,-5.80e+01,+5.80e+01   1     (nil)
+            170     -211 -1.76e-02,-3.32e-01,-5.80e+01,+5.80e+01   1
 GenVertex:      -47 ID:    0 (X,cT):0
  I: 1        85      113 +1.80e-02,+8.34e-01,-6.47e+02,+6.47e+02   2       -47
- O: 2       171      211 +9.30e-02,-1.09e-02,-3.29e+01,+3.29e+01   1     (nil)
-            172     -211 -7.50e-02,+8.45e-01,-6.14e+02,+6.14e+02   1     (nil)
+ O: 2       171      211 +9.30e-02,-1.09e-02,-3.29e+01,+3.29e+01   1
+            172     -211 -7.50e-02,+8.45e-01,-6.14e+02,+6.14e+02   1
 GenVertex:      -48 ID:    0 (X,cT):0
  I: 1        87      213 +3.40e-01,+1.94e-01,-1.02e+03,+1.02e+03   2       -48
- O: 2       173      211 +8.59e-02,+3.47e-01,-6.99e+02,+6.99e+02   1     (nil)
+ O: 2       173      211 +8.59e-02,+3.47e-01,-6.99e+02,+6.99e+02   1
             174      111 +2.54e-01,-1.53e-01,-3.24e+02,+3.24e+02   2       -85
 GenVertex:      -49 ID:    0 (X,cT):0
  I: 1        88     2214 +5.67e-01,+9.88e-02,-8.80e+02,+8.80e+02   2       -49
- O: 2       175     2212 +3.83e-01,+1.63e-01,-5.77e+02,+5.77e+02   1     (nil)
+ O: 2       175     2212 +3.83e-01,+1.63e-01,-5.77e+02,+5.77e+02   1
             176      111 +1.84e-01,-6.41e-02,-3.04e+02,+3.04e+02   2       -86
 GenVertex:      -50 ID:    0 (X,cT):0
  I: 1        89      223 +1.23e+00,+3.33e-01,-2.87e+03,+2.87e+03   2       -50
- O: 3       177      211 +5.33e-01,+7.46e-02,-1.01e+03,+1.01e+03   1     (nil)
-            178     -211 +4.00e-01,-1.62e-02,-1.32e+03,+1.32e+03   1     (nil)
-            179      111 +2.98e-01,+2.74e-01,-5.41e+02,+5.41e+02   2       -87
+ O: 3       179      111 +2.98e-01,+2.74e-01,-5.41e+02,+5.41e+02   2       -87
+            177      211 +5.33e-01,+7.46e-02,-1.01e+03,+1.01e+03   1
+            178     -211 +4.00e-01,-1.62e-02,-1.32e+03,+1.32e+03   1
 GenVertex:      -51 ID:    0 (X,cT):0
  I: 1        93     -311 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   2       -51
- O: 1       180      130 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   1     (nil)
+ O: 1       180      130 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   1
 GenVertex:      -52 ID:    0 (X,cT):0
  I: 1        94      313 -3.62e-01,+5.42e-01,+5.03e+01,+5.03e+01   2       -52
- O: 2       181      321 -3.90e-01,+2.06e-01,+3.09e+01,+3.09e+01   1     (nil)
-            182     -211 +2.79e-02,+3.36e-01,+1.94e+01,+1.94e+01   1     (nil)
+ O: 2       181      321 -3.90e-01,+2.06e-01,+3.09e+01,+3.09e+01   1
+            182     -211 +2.79e-02,+3.36e-01,+1.94e+01,+1.94e+01   1
 GenVertex:      -53 ID:    0 (X,cT):0
  I: 1        95      213 -8.94e-01,-3.47e-01,+5.52e+01,+5.52e+01   2       -53
- O: 2       183      211 -8.91e-01,-1.82e-01,+3.63e+01,+3.63e+01   1     (nil)
+ O: 2       183      211 -8.91e-01,-1.82e-01,+3.63e+01,+3.63e+01   1
             184      111 -2.63e-03,-1.65e-01,+1.89e+01,+1.89e+01   2       -88
 GenVertex:      -54 ID:    0 (X,cT):0
  I: 1        96      113 -1.28e-01,-1.56e-01,+3.41e+01,+3.41e+01   2       -54
- O: 2       185     -211 -1.20e-02,-3.34e-01,+2.86e+01,+2.86e+01   1     (nil)
-            186      211 -1.16e-01,+1.78e-01,+5.45e+00,+5.46e+00   1     (nil)
+ O: 2       185     -211 -1.20e-02,-3.34e-01,+2.86e+01,+2.86e+01   1
+            186      211 -1.16e-01,+1.78e-01,+5.45e+00,+5.46e+00   1
 Vertex:      -55 ID:    0 (X,cT)=+4.23e-05,-2.45e-05,+3.08e-04,+3.12e-04
  I: 1        98      111 +4.23e-01,-2.45e-01,+3.08e+00,+3.12e+00   2       -55
- O: 2       187       22 +2.88e-01,-9.56e-02,+1.70e+00,+1.72e+00   1     (nil)
-            188       22 +1.35e-01,-1.49e-01,+1.38e+00,+1.40e+00   1     (nil)
+ O: 2       187       22 +2.88e-01,-9.56e-02,+1.70e+00,+1.72e+00   1
+            188       22 +1.35e-01,-1.49e-01,+1.38e+00,+1.40e+00   1
 GenVertex:      -56 ID:    0 (X,cT):0
  I: 1       101      223 +1.06e+00,-1.22e-01,+2.53e+01,+2.53e+01   2       -56
- O: 3       189      211 +5.04e-01,-1.97e-01,+8.76e+00,+8.77e+00   1     (nil)
-            190     -211 +2.54e-02,-9.08e-02,+3.85e+00,+3.86e+00   1     (nil)
-            191      111 +5.32e-01,+1.66e-01,+1.27e+01,+1.27e+01   2       -89
+ O: 3       191      111 +5.32e-01,+1.66e-01,+1.27e+01,+1.27e+01   2       -89
+            189      211 +5.04e-01,-1.97e-01,+8.76e+00,+8.77e+00   1
+            190     -211 +2.54e-02,-9.08e-02,+3.85e+00,+3.86e+00   1
 GenVertex:      -57 ID:    0 (X,cT):0
  I: 1       103      113 +2.54e-01,-1.28e-01,-3.69e+00,+3.77e+00   2       -57
- O: 2       192     -211 -1.71e-01,-5.67e-02,-2.24e+00,+2.25e+00   1     (nil)
-            193      211 +4.26e-01,-7.15e-02,-1.45e+00,+1.52e+00   1     (nil)
+ O: 2       192     -211 -1.71e-01,-5.67e-02,-2.24e+00,+2.25e+00   1
+            193      211 +4.26e-01,-7.15e-02,-1.45e+00,+1.52e+00   1
 GenVertex:      -58 ID:    0 (X,cT):0
  I: 1       104      223 -7.85e-02,+4.34e-02,-9.82e-01,+1.26e+00   2       -58
- O: 3       196      111 +3.92e-02,+1.08e-02,-6.72e-02,+1.56e-01   2       -90
-            195      211 -1.94e-01,+1.20e-01,-1.32e-01,+2.98e-01   1     (nil)
-            194     -211 +7.65e-02,-8.75e-02,-7.83e-01,+8.04e-01   1     (nil)
+ O: 3       194     -211 +7.65e-02,-8.75e-02,-7.83e-01,+8.04e-01   1
+            195      211 -1.94e-01,+1.20e-01,-1.32e-01,+2.98e-01   1
+            196      111 +3.92e-02,+1.08e-02,-6.72e-02,+1.56e-01   2       -90
 GenVertex:      -59 ID:    0 (X,cT):0
  I: 1       105      213 +1.78e-01,+3.27e-01,-2.62e+00,+2.77e+00   2       -59
- O: 2       198      111 +4.58e-01,+7.63e-02,-1.24e+00,+1.33e+00   2       -91
-            197      211 -2.80e-01,+2.51e-01,-1.39e+00,+1.44e+00   1     (nil)
+ O: 2       197      211 -2.80e-01,+2.51e-01,-1.39e+00,+1.44e+00   1
+            198      111 +4.58e-01,+7.63e-02,-1.24e+00,+1.33e+00   2       -91
 Vertex:      -60 ID:    0 (X,cT)=+9.83e-05,-4.21e-04,-9.04e-04,+1.00e-03
  I: 1       106      111 +1.94e-01,-8.30e-01,-1.78e+00,+1.98e+00   2       -60
- O: 2       199       22 +1.08e-01,-5.84e-01,-1.11e+00,+1.25e+00   1     (nil)
-            200       22 +8.65e-02,-2.46e-01,-6.78e-01,+7.27e-01   1     (nil)
+ O: 2       199       22 +1.08e-01,-5.84e-01,-1.11e+00,+1.25e+00   1
+            200       22 +8.65e-02,-2.46e-01,-6.78e-01,+7.27e-01   1
 GenVertex:      -61 ID:    0 (X,cT):0
  I: 1       108      223 +2.53e-01,-1.38e-01,-2.52e+00,+2.66e+00   2       -61
- O: 3       201     -211 -4.19e-02,+9.47e-02,-3.16e-01,+3.61e-01   1     (nil)
-            202      211 +1.25e-01,+2.93e-02,-2.70e-01,+3.30e-01   1     (nil)
+ O: 3       201     -211 -4.19e-02,+9.47e-02,-3.16e-01,+3.61e-01   1
+            202      211 +1.25e-01,+2.93e-02,-2.70e-01,+3.30e-01   1
             203      111 +1.70e-01,-2.62e-01,-1.93e+00,+1.96e+00   2       -92
 GenVertex:      -62 ID:    0 (X,cT):0
  I: 1       109      113 -5.13e-01,+2.04e-01,-2.60e+00,+2.77e+00   2       -62
- O: 2       204      211 -6.28e-01,+1.34e-01,-1.31e+00,+1.46e+00   1     (nil)
-            205     -211 +1.15e-01,+6.97e-02,-1.29e+00,+1.30e+00   1     (nil)
+ O: 2       204      211 -6.28e-01,+1.34e-01,-1.31e+00,+1.46e+00   1
+            205     -211 +1.15e-01,+6.97e-02,-1.29e+00,+1.30e+00   1
 GenVertex:      -63 ID:    0 (X,cT):0
  I: 1       112      311 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -63
  O: 1       206      310 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -93
@@ -1945,113 +2084,113 @@ GenVertex:      -64 ID:    0 (X,cT):0
  O: 1       207      310 -2.08e-01,+2.83e-01,+4.52e+01,+4.53e+01   2       -94
 Vertex:      -65 ID:    0 (X,cT)=+7.38e-05,-2.21e-05,+1.52e-02,+1.52e-02
  I: 1       117      111 +2.74e-01,-8.21e-02,+5.65e+01,+5.65e+01   2       -65
- O: 2       208       22 +3.27e-02,-6.35e-02,+1.64e+01,+1.64e+01   1     (nil)
-            209       22 +2.41e-01,-1.86e-02,+4.01e+01,+4.01e+01   1     (nil)
+ O: 2       209       22 +2.41e-01,-1.86e-02,+4.01e+01,+4.01e+01   1
+            208       22 +3.27e-02,-6.35e-02,+1.64e+01,+1.64e+01   1
 Vertex:      -66 ID:    0 (X,cT)=-2.41e-05,-3.97e-05,+6.29e-02,+6.29e-02
  I: 1       119      111 -1.00e-01,-1.65e-01,+2.61e+02,+2.61e+02   2       -66
- O: 2       210       22 -3.55e-02,-4.32e-03,+1.12e+02,+1.12e+02   1     (nil)
-            211       22 -6.45e-02,-1.60e-01,+1.49e+02,+1.49e+02   1     (nil)
+ O: 2       210       22 -3.55e-02,-4.32e-03,+1.12e+02,+1.12e+02   1
+            211       22 -6.45e-02,-1.60e-01,+1.49e+02,+1.49e+02   1
 GenVertex:      -67 ID:    0 (X,cT):0
  I: 1       124      311 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -67
  O: 1       212      310 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -95
 Vertex:      -68 ID:    0 (X,cT)=+5.62e-07,+7.23e-07,-9.08e-09,+9.90e-07
  I: 1       134      111 +2.02e-01,+2.60e-01,-3.27e-03,+3.56e-01   2       -68
- O: 2       213       22 +5.96e-02,+3.17e-04,-3.48e-03,+5.97e-02   1     (nil)
-            214       22 +1.43e-01,+2.60e-01,+2.13e-04,+2.96e-01   1     (nil)
+ O: 2       213       22 +5.96e-02,+3.17e-04,-3.48e-03,+5.97e-02   1
+            214       22 +1.43e-01,+2.60e-01,+2.13e-04,+2.96e-01   1
 Vertex:      -69 ID:    0 (X,cT)=+6.81e-05,+6.29e-04,+5.02e-03,+5.07e-03
  I: 1       138      111 +9.53e-02,+8.80e-01,+7.03e+00,+7.09e+00   2       -69
- O: 2       216       22 -2.90e-03,+2.45e-01,+1.55e+00,+1.57e+00   1     (nil)
-            215       22 +9.82e-02,+6.35e-01,+5.48e+00,+5.52e+00   1     (nil)
+ O: 2       215       22 +9.82e-02,+6.35e-01,+5.48e+00,+5.52e+00   1
+            216       22 -2.90e-03,+2.45e-01,+1.55e+00,+1.57e+00   1
 GenVertex:      -70 ID:    0 (X,cT):0
  I: 1       139      311 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -70
  O: 1       217      310 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -96
 Vertex:      -71 ID:    0 (X,cT)=+2.07e-05,+6.35e-06,+2.36e-05,+3.76e-05
  I: 1       143      111 +1.43e-01,+4.38e-02,+1.63e-01,+2.59e-01   2       -71
- O: 2       219       22 -2.87e-03,+5.32e-02,+2.80e-02,+6.02e-02   1     (nil)
-            218       22 +1.46e-01,-9.35e-03,+1.35e-01,+1.99e-01   1     (nil)
+ O: 2       219       22 -2.87e-03,+5.32e-02,+2.80e-02,+6.02e-02   1
+            218       22 +1.46e-01,-9.35e-03,+1.35e-01,+1.99e-01   1
 Vertex:      -72 ID:    0 (X,cT)=+3.76e-05,-4.39e-07,+4.07e-05,+9.25e-05
  I: 1       145      111 +6.86e-02,-8.01e-04,+7.43e-02,+1.69e-01   2       -72
- O: 2       220       22 +2.42e-02,+6.45e-02,+1.68e-02,+7.09e-02   1     (nil)
-            221       22 +4.44e-02,-6.53e-02,+5.76e-02,+9.78e-02   1     (nil)
+ O: 2       220       22 +2.42e-02,+6.45e-02,+1.68e-02,+7.09e-02   1
+            221       22 +4.44e-02,-6.53e-02,+5.76e-02,+9.78e-02   1
 Vertex:      -73 ID:    0 (X,cT)=-5.91e-06,+7.52e-05,-1.13e-04,+1.37e-04
  I: 1       147      111 -4.99e-02,+6.35e-01,-9.56e-01,+1.16e+00   2       -73
- O: 2       222       22 -6.98e-02,+2.12e-01,-3.96e-01,+4.55e-01   1     (nil)
-            223       22 +1.99e-02,+4.23e-01,-5.60e-01,+7.02e-01   1     (nil)
+ O: 2       222       22 -6.98e-02,+2.12e-01,-3.96e-01,+4.55e-01   1
+            223       22 +1.99e-02,+4.23e-01,-5.60e-01,+7.02e-01   1
 Vertex:      -74 ID:    0 (X,cT)=-3.84e-05,-2.74e-05,-1.55e-05,+8.12e-05
  I: 1       148      111 -8.07e-02,-5.76e-02,-3.25e-02,+1.71e-01   2       -74
- O: 2       225       22 +3.13e-02,+6.07e-03,-2.68e-02,+4.17e-02   1     (nil)
-            224       22 -1.12e-01,-6.36e-02,-5.73e-03,+1.29e-01   1     (nil)
+ O: 2       224       22 -1.12e-01,-6.36e-02,-5.73e-03,+1.29e-01   1
+            225       22 +3.13e-02,+6.07e-03,-2.68e-02,+4.17e-02   1
 Vertex:      -75 ID:    0 (X,cT)=+4.38e-07,-1.40e-07,-2.10e-07,+5.85e-07
  I: 1       149      111 +2.01e-01,-6.40e-02,-9.60e-02,+2.68e-01   2       -75
- O: 2       226       22 +1.78e-01,-9.49e-02,-1.07e-01,+2.28e-01   1     (nil)
-            227       22 +2.25e-02,+3.09e-02,+1.06e-02,+3.97e-02   1     (nil)
+ O: 2       227       22 +2.25e-02,+3.09e-02,+1.06e-02,+3.97e-02   1
+            226       22 +1.78e-01,-9.49e-02,-1.07e-01,+2.28e-01   1
 Vertex:      -76 ID:    0 (X,cT)=+2.78e-06,-5.71e-06,-5.17e-06,+9.63e-06
  I: 1       150      111 +7.41e-02,-1.52e-01,-1.38e-01,+2.57e-01   2       -76
- O: 2       228       22 +2.08e-02,-3.01e-03,-8.82e-02,+9.06e-02   1     (nil)
-            229       22 +5.32e-02,-1.49e-01,-4.97e-02,+1.66e-01   1     (nil)
+ O: 2       228       22 +2.08e-02,-3.01e-03,-8.82e-02,+9.06e-02   1
+            229       22 +5.32e-02,-1.49e-01,-4.97e-02,+1.66e-01   1
 Vertex:      -77 ID:    0 (X,cT)=-1.62e-04,-1.05e-04,-3.72e-04,+4.33e-04
  I: 1       152      111 -2.04e-01,-1.33e-01,-4.69e-01,+5.45e-01   2       -77
- O: 2       230       22 -5.35e-02,-1.09e-01,-1.58e-01,+1.99e-01   1     (nil)
-            231       22 -1.50e-01,-2.43e-02,-3.11e-01,+3.46e-01   1     (nil)
+ O: 2       231       22 -1.50e-01,-2.43e-02,-3.11e-01,+3.46e-01   1
+            230       22 -5.35e-02,-1.09e-01,-1.58e-01,+1.99e-01   1
 Vertex:      -78 ID:    0 (X,cT)=-3.66e-05,+5.95e-05,-8.05e-05,+1.08e-04
  I: 1       154      111 -3.37e-01,+5.47e-01,-7.40e-01,+9.89e-01   2       -78
- O: 2       232       22 -2.19e-01,+4.46e-01,-6.11e-01,+7.88e-01   1     (nil)
-            233       22 -1.17e-01,+1.01e-01,-1.29e-01,+2.01e-01   1     (nil)
+ O: 2       232       22 -2.19e-01,+4.46e-01,-6.11e-01,+7.88e-01   1
+            233       22 -1.17e-01,+1.01e-01,-1.29e-01,+2.01e-01   1
 GenVertex:      -79 ID:    0 (X,cT):0
  I: 1       157      311 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   2       -79
- O: 1       234      130 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   1     (nil)
+ O: 1       234      130 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   1
 Vertex:      -80 ID:    0 (X,cT)=+1.61e-05,+7.28e-06,-2.46e-04,+2.47e-04
  I: 1       160      111 +4.80e-01,+2.17e-01,-7.34e+00,+7.36e+00   2       -80
- O: 2       235       22 +2.66e-01,+1.44e-01,-3.31e+00,+3.33e+00   1     (nil)
-            236       22 +2.15e-01,+7.28e-02,-4.03e+00,+4.03e+00   1     (nil)
+ O: 2       235       22 +2.66e-01,+1.44e-01,-3.31e+00,+3.33e+00   1
+            236       22 +2.15e-01,+7.28e-02,-4.03e+00,+4.03e+00   1
 Vertex:      -81 ID:    0 (X,cT)=-3.45e-05,-2.11e-05,-7.57e-04,+7.58e-04
  I: 1       164      111 -4.77e-01,-2.92e-01,-1.05e+01,+1.05e+01   2       -81
- O: 2       237       22 -1.85e-01,-4.71e-02,-2.98e+00,+2.99e+00   1     (nil)
-            238       22 -2.92e-01,-2.45e-01,-7.48e+00,+7.49e+00   1     (nil)
+ O: 2       237       22 -1.85e-01,-4.71e-02,-2.98e+00,+2.99e+00   1
+            238       22 -2.92e-01,-2.45e-01,-7.48e+00,+7.49e+00   1
 Vertex:      -82 ID:    0 (X,cT)=-9.53e+01,-3.29e+02,-6.28e+03,+6.29e+03
  I: 1       165     3122 -4.69e-01,-1.62e+00,-3.09e+01,+3.09e+01   2       -82
- O: 2       239     2212 -4.74e-01,-1.44e+00,-2.62e+01,+2.62e+01   1     (nil)
-            240     -211 +5.01e-03,-1.82e-01,-4.71e+00,+4.71e+00   1     (nil)
+ O: 2       239     2212 -4.74e-01,-1.44e+00,-2.62e+01,+2.62e+01   1
+            240     -211 +5.01e-03,-1.82e-01,-4.71e+00,+4.71e+00   1
 Vertex:      -83 ID:    0 (X,cT)=-1.49e+00,+1.99e+01,-5.17e+03,+5.17e+03
  I: 1       168      310 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -83
- O: 2       241     -211 -1.84e-01,-3.33e-04,-2.55e+01,+2.55e+01   1     (nil)
-            242      211 +1.67e-01,+2.33e-01,-3.49e+01,+3.49e+01   1     (nil)
+ O: 2       241     -211 -1.84e-01,-3.33e-04,-2.55e+01,+2.55e+01   1
+            242      211 +1.67e-01,+2.33e-01,-3.49e+01,+3.49e+01   1
 GenVertex:      -84 ID:    0 (X,cT):0
  I: 1       169     -311 -5.45e-01,+2.59e-01,-8.99e+01,+8.99e+01   2       -84
- O: 1       243      130 -5.45e-01,+2.59e-01,-8.99e+01,+8.99e+01   1     (nil)
+ O: 1       243      130 -5.45e-01,+2.59e-01,-8.99e+01,+8.99e+01   1
 Vertex:      -85 ID:    0 (X,cT)=+5.73e-06,-3.45e-06,-7.31e-03,+7.31e-03
  I: 1       174      111 +2.54e-01,-1.53e-01,-3.24e+02,+3.24e+02   2       -85
- O: 2       244       22 +1.63e-01,-5.83e-02,-2.39e+02,+2.39e+02   1     (nil)
-            245       22 +9.09e-02,-9.45e-02,-8.53e+01,+8.53e+01   1     (nil)
+ O: 2       244       22 +1.63e-01,-5.83e-02,-2.39e+02,+2.39e+02   1
+            245       22 +9.09e-02,-9.45e-02,-8.53e+01,+8.53e+01   1
 Vertex:      -86 ID:    0 (X,cT)=+4.34e-06,-1.51e-06,-7.14e-03,+7.14e-03
  I: 1       176      111 +1.84e-01,-6.41e-02,-3.04e+02,+3.04e+02   2       -86
- O: 2       246       22 +3.56e-02,-7.99e-02,-1.18e+02,+1.18e+02   1     (nil)
-            247       22 +1.49e-01,+1.58e-02,-1.86e+02,+1.86e+02   1     (nil)
+ O: 2       247       22 +1.49e-01,+1.58e-02,-1.86e+02,+1.86e+02   1
+            246       22 +3.56e-02,-7.99e-02,-1.18e+02,+1.18e+02   1
 Vertex:      -87 ID:    0 (X,cT)=+7.08e-05,+6.51e-05,-1.28e-01,+1.28e-01
  I: 1       179      111 +2.98e-01,+2.74e-01,-5.41e+02,+5.41e+02   2       -87
- O: 2       248       22 +1.81e-01,+2.40e-01,-4.18e+02,+4.18e+02   1     (nil)
-            249       22 +1.17e-01,+3.44e-02,-1.23e+02,+1.23e+02   1     (nil)
+ O: 2       248       22 +1.81e-01,+2.40e-01,-4.18e+02,+4.18e+02   1
+            249       22 +1.17e-01,+3.44e-02,-1.23e+02,+1.23e+02   1
 Vertex:      -88 ID:    0 (X,cT)=-6.24e-07,-3.92e-05,+4.48e-03,+4.48e-03
  I: 1       184      111 -2.63e-03,-1.65e-01,+1.89e+01,+1.89e+01   2       -88
- O: 2       251       22 +1.06e-02,-1.55e-01,+1.86e+01,+1.86e+01   1     (nil)
-            250       22 -1.32e-02,-1.02e-02,+2.51e-01,+2.52e-01   1     (nil)
+ O: 2       251       22 +1.06e-02,-1.55e-01,+1.86e+01,+1.86e+01   1
+            250       22 -1.32e-02,-1.02e-02,+2.51e-01,+2.52e-01   1
 Vertex:      -89 ID:    0 (X,cT)=+1.36e-04,+4.24e-05,+3.24e-03,+3.24e-03
  I: 1       191      111 +5.32e-01,+1.66e-01,+1.27e+01,+1.27e+01   2       -89
- O: 2       252       22 +1.83e-01,+1.10e-01,+5.73e+00,+5.73e+00   1     (nil)
-            253       22 +3.49e-01,+5.63e-02,+6.96e+00,+6.97e+00   1     (nil)
+ O: 2       252       22 +1.83e-01,+1.10e-01,+5.73e+00,+5.73e+00   1
+            253       22 +3.49e-01,+5.63e-02,+6.96e+00,+6.97e+00   1
 Vertex:      -90 ID:    0 (X,cT)=+3.53e-05,+9.71e-06,-6.05e-05,+1.41e-04
  I: 1       196      111 +3.92e-02,+1.08e-02,-6.72e-02,+1.56e-01   2       -90
- O: 2       254       22 +7.69e-02,+3.56e-02,-7.15e-02,+1.11e-01   1     (nil)
-            255       22 -3.77e-02,-2.48e-02,+4.24e-03,+4.53e-02   1     (nil)
+ O: 2       254       22 +7.69e-02,+3.56e-02,-7.15e-02,+1.11e-01   1
+            255       22 -3.77e-02,-2.48e-02,+4.24e-03,+4.53e-02   1
 Vertex:      -91 ID:    0 (X,cT)=+4.08e-05,+6.79e-06,-1.10e-04,+1.18e-04
  I: 1       198      111 +4.58e-01,+7.63e-02,-1.24e+00,+1.33e+00   2       -91
- O: 2       256       22 +1.21e-01,-3.91e-02,-3.40e-01,+3.63e-01   1     (nil)
-            257       22 +3.37e-01,+1.15e-01,-8.96e-01,+9.65e-01   1     (nil)
+ O: 2       256       22 +1.21e-01,-3.91e-02,-3.40e-01,+3.63e-01   1
+            257       22 +3.37e-01,+1.15e-01,-8.96e-01,+9.65e-01   1
 Vertex:      -92 ID:    0 (X,cT)=+5.61e-06,-8.66e-06,-6.40e-05,+6.49e-05
  I: 1       203      111 +1.70e-01,-2.62e-01,-1.93e+00,+1.96e+00   2       -92
- O: 3       258       22 +3.78e-02,-1.90e-02,-5.69e-01,+5.70e-01   1     (nil)
-            259       11 +1.27e-01,-2.18e-01,-1.21e+00,+1.24e+00   1     (nil)
-            260      -11 +4.80e-03,-2.48e-02,-1.54e-01,+1.56e-01   1     (nil)
+ O: 3       258       22 +3.78e-02,-1.90e-02,-5.69e-01,+5.70e-01   1
+            259       11 +1.27e-01,-2.18e-01,-1.21e+00,+1.24e+00   1
+            260      -11 +4.80e-03,-2.48e-02,-1.54e-01,+1.56e-01   1
 Vertex:      -93 ID:    0 (X,cT)=-1.44e+01,+6.94e+00,+7.21e+02,+7.22e+02
  I: 1       206      310 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -93
  O: 2       261      111 +9.20e-02,+1.32e-01,+2.25e+00,+2.26e+00   2       -97
@@ -2062,44 +2201,47 @@ Vertex:      -94 ID:    0 (X,cT)=-7.78e+00,+1.06e+01,+1.70e+03,+1.70e+03
             264      111 +8.17e-02,+1.26e-01,+8.62e+00,+8.62e+00   2      -100
 Vertex:      -95 ID:    0 (X,cT)=-1.37e+01,-6.92e+00,-2.33e+00,+2.17e+01
  I: 1       212      310 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -95
- O: 2       265      211 -2.95e-01,-9.17e-02,+1.55e-01,+3.73e-01   1     (nil)
-            266     -211 -1.52e-01,-1.35e-01,-2.31e-01,+3.38e-01   1     (nil)
+ O: 2       265      211 -2.95e-01,-9.17e-02,+1.55e-01,+3.73e-01   1
+            266     -211 -1.52e-01,-1.35e-01,-2.31e-01,+3.38e-01   1
 Vertex:      -96 ID:    0 (X,cT)=+5.58e+00,+4.38e+01,+1.48e+02,+1.60e+02
  I: 1       217      310 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -96
  O: 2       267      111 +1.60e-01,+1.55e-01,+1.10e+00,+1.13e+00   2      -101
             268      111 -9.38e-02,+3.66e-01,+6.60e-01,+7.72e-01   2      -102
 Vertex:      -97 ID:    0 (X,cT)=-1.44e+01,+6.94e+00,+7.21e+02,+7.22e+02
  I: 1       261      111 +9.20e-02,+1.32e-01,+2.25e+00,+2.26e+00   2       -97
- O: 2       269       22 +1.66e-02,-2.70e-02,+2.39e-01,+2.41e-01   1     (nil)
-            270       22 +7.54e-02,+1.59e-01,+2.02e+00,+2.02e+00   1     (nil)
+ O: 2       269       22 +1.66e-02,-2.70e-02,+2.39e-01,+2.41e-01   1
+            270       22 +7.54e-02,+1.59e-01,+2.02e+00,+2.02e+00   1
 Vertex:      -98 ID:    0 (X,cT)=-1.44e+01,+6.94e+00,+7.21e+02,+7.22e+02
  I: 1       262      111 -2.57e-01,-5.26e-02,+6.00e+00,+6.01e+00   2       -98
- O: 2       272       22 -1.85e-01,-2.09e-02,+2.76e+00,+2.76e+00   1     (nil)
-            271       22 -7.17e-02,-3.17e-02,+3.25e+00,+3.25e+00   1     (nil)
+ O: 2       271       22 -7.17e-02,-3.17e-02,+3.25e+00,+3.25e+00   1
+            272       22 -1.85e-01,-2.09e-02,+2.76e+00,+2.76e+00   1
 Vertex:      -99 ID:    0 (X,cT)=-7.78e+00,+1.06e+01,+1.70e+03,+1.70e+03
  I: 1       263      111 -2.89e-01,+1.56e-01,+3.66e+01,+3.66e+01   2       -99
- O: 2       274       22 -1.90e-01,+1.31e-01,+3.04e+01,+3.04e+01   1     (nil)
-            273       22 -9.96e-02,+2.50e-02,+6.20e+00,+6.20e+00   1     (nil)
+ O: 2       273       22 -9.96e-02,+2.50e-02,+6.20e+00,+6.20e+00   1
+            274       22 -1.90e-01,+1.31e-01,+3.04e+01,+3.04e+01   1
 Vertex:     -100 ID:    0 (X,cT)=-7.78e+00,+1.06e+01,+1.70e+03,+1.70e+03
  I: 1       264      111 +8.17e-02,+1.26e-01,+8.62e+00,+8.62e+00   2      -100
- O: 2       275       22 +7.76e-02,+2.39e-03,+3.60e+00,+3.60e+00   1     (nil)
-            276       22 +4.09e-03,+1.24e-01,+5.01e+00,+5.02e+00   1     (nil)
+ O: 2       275       22 +7.76e-02,+2.39e-03,+3.60e+00,+3.60e+00   1
+            276       22 +4.09e-03,+1.24e-01,+5.01e+00,+5.02e+00   1
 Vertex:     -101 ID:    0 (X,cT)=+5.58e+00,+4.38e+01,+1.48e+02,+1.60e+02
  I: 1       267      111 +1.60e-01,+1.55e-01,+1.10e+00,+1.13e+00   2      -101
- O: 2       277       22 +1.49e-01,+9.93e-02,+5.70e-01,+5.98e-01   1     (nil)
-            278       22 +1.13e-02,+5.56e-02,+5.29e-01,+5.32e-01   1     (nil)
+ O: 2       277       22 +1.49e-01,+9.93e-02,+5.70e-01,+5.98e-01   1
+            278       22 +1.13e-02,+5.56e-02,+5.29e-01,+5.32e-01   1
 Vertex:     -102 ID:    0 (X,cT)=+5.58e+00,+4.38e+01,+1.48e+02,+1.60e+02
  I: 1       268      111 -9.38e-02,+3.66e-01,+6.60e-01,+7.72e-01   2      -102
- O: 2       279       22 -6.60e-02,+5.16e-02,+1.69e-01,+1.89e-01   1     (nil)
-            280       22 -2.77e-02,+3.15e-01,+4.91e-01,+5.84e-01   1     (nil)
+ O: 2       279       22 -6.60e-02,+5.16e-02,+1.69e-01,+1.89e-01   1
+            280       22 -2.77e-02,+3.15e-01,+4.91e-01,+5.84e-01   1
 ________________________________________________________________________________
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=5)
-E1 :          e+ : pT=0.0228 : TOF=26.7 : x=(0.593,-0.903,-7.9)
-E1 :         pi- : pT=0.116 : TOF=27.1 : x=(1.11,0.264,-7.9)
-E1 :          e- : pT=0.00033 : TOF=27.3 : x=(1.09,0.2,-7.9)
-E1 :         pi+ : pT=0.21 : TOF=26.8 : x=(-1.14,-0.214,-7.9)
+*** Muon System Hit (#hits=8)
+E1 :          e+ : pT=0.0227 : TOF=26.7 : x=(0.626,-0.875,-7.9)
+E1 :         pi- : pT=0.118 : TOF=27.1 : x=(1.14,0.255,-7.9)
+E1 :      proton : pT=0.181 : TOF=31.8 : x=(1.07,-2.55,-7.9)
+E1 :         mu+ : pT=0.131 : TOF=26.8 : x=(-1.14,-0.253,-7.9)
+E1 :         pi- : pT=0.501 : TOF=27.1 : x=(-1.26,1.22,-7.9)
+E1 : anti_proton : pT=1.74 : TOF=29.5 : x=(1.75,-3.13,-7.9)
+E0 :         mu- : pT=0.364 : TOF=27.3 : x=(1.73,0.162,7.9)
 E1 :         mu- : pT=36.4 : TOF=26.6 : x=(0.321,0.958,-7.9)
 
 Graphics systems deleted.
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmc_pygen.out b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmc_pygen.out
index d5c1911b74e1a325b08e7fb3d9b78fa1fe25d2b8..69643473613117d167fc4d35dd1f780b095da5dc 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmc_pygen.out
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmc_pygen.out
@@ -1,89 +1,55 @@
-**********************************************
- Geant4 version $Name: geant4-08-01 $
-                                (31-Jul-2002)
-             Copyright : Geant4 Collaboration
-**********************************************
 
-phot:  Total cross sections from Sandia parametrisation. 
-MuonMinusCaptureAtRest is created 
-
-compt:  Total cross sections from a parametrisation. Good description from 10 KeV to (100/Z) GeV. 
-       Scattered gamma energy according Klein-Nishina.
-        PhysicsTables from 1 keV to 100 GeV in 80 bins. 
-
-conv:  Total cross sections from a parametrisation. Good description from 1.5 MeV to 100 GeV for all Z. 
-        e+e- energies according Bethe-Heitler
-        PhysicsTables from 1.022 MeV to 100 GeV in 100 bins. 
-
-eBrem:  Total cross sections from a NEW parametrisation based on the EEDL data library. 
- Good description from 1 KeV to 100 GeV.
-        log scale extrapolation above 100 GeV 
-        Gamma energy sampled from a parametrised formula.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-eIoni:  delta cross sections from Moller+Bhabha. Good description from 1 KeV to 100 GeV.
-        delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
-
-annihil:  Total cross section from Heilter formula(annihilation into 2 photons).
-        gamma energies sampled according Heitler
-        PhysicsTables from 10 keV to 10 TeV in 100 bins. 
-
-annihil:  Total cross section from Heilter formula(annihilation into 2 photons).
-        gamma energies sampled according Heitler
-        PhysicsTables from 10 keV to 10 TeV in 100 bins. 
-
-hIoni:    Knock-on electron cross sections . 
-         Good description above the mean excitation energy.
-         delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
-
-MuIoni:    Knock-on electron cross sections . 
-         Good description above the mean excitation energy.
-         delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-MuBrems:  theoretical cross section 
-          Good description up to 1000 PeV.
-    PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-MuPairProd:  theoretical cross sections 
-          Good description up to 1000 PeV.
-    PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
+*************************************************************
+ Geant4 version Name: geant4-08-01-ref-00    (30-June-2006)
+                      Copyright : Geant4 Collaboration
+                      Reference : NIM A 506 (2003), 250-303
+                            WWW : http://cern.ch/geant4
+*************************************************************
+
 Visualization Manager instantiating...
 Visualization Manager initialising...
 Registering graphics systems...
-*  Visualizaton Driver: DAWN
-*  Visualizaton Driver: VRML1/2
-*  Visualizaton Driver: VRML1/2 File
 
-You have successfully chosen to use the following graphics systems.
+You have successfully registered the following graphics systems.
 Current available graphics systems are:
   ASCIITree (ATree)
   DAWNFILE (DAWNFILE)
+  GAGTree (GAGTree)
+  G4HepRep (HepRepXML)
+  G4HepRepFile (HepRepFile)
+  RayTracer (RayTracer)
+  VRML1FILE (VRML1FILE)
+  VRML2FILE (VRML2FILE)
+  FukuiRenderer (DAWN)
   OpenGLImmediateX (OGLIX)
   OpenGLStoredX (OGLSX)
   OpenGLImmediateXm (OGLIXm)
   OpenGLStoredXm (OGLSXm)
+  OpenInventorXt (OIX)
+  RayTracerX (RayTracerX)
   VRML1 (VRML1)
   VRML2 (VRML2)
-  VRML1FILE (VRML1FILE)
-  VRML2FILE (VRML2FILE)
+
+Registering model factories...
+
+You have successfully registered the following model factories.
+Registered model factories:
+  generic
+  drawByCharge
+  drawByParticleID
+  drawByOriginVolume
+
+Registered models: 
+  None
+
+Registered filter factories:
+  chargeFilter
+  particleFilter
+  originVolumeFilter
+
+Registered filters:
+  None
+
 
 current generator type: pythia
 1                                                                              
@@ -207,188 +173,496 @@ current generator type: pythia
            ==========================================================
 
  ********************** PYINIT: initialization completed **********************
+
+phot:  Total cross sections from Sandia parametrisation. 
+
+compt:  Total cross sections has a good parametrisation from 10 KeV to (100/Z) GeV
+      Sampling according Klein-Nishina model
+      tables are built for  gamma
+      Lambda tables from 100 eV  to 100 GeV in 90 bins.
+
+conv:  Total cross sections has a good parametrisation from 1.5 MeV to 100 GeV for all Z;
+      sampling secondary e+e- according to the Bethe-Heitler model
+      tables are built for  gamma
+      Lambda tables from 1.022 MeV to 100 GeV in 100 bins.
+
+msc:  Model variant of multiple scattering for e-
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+eIoni:   tables are built for  e-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+eBrem:   tables are built for  e-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Total cross sections from a parametrisation based on the EEDL data library. 
+      Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV.
+
+eIoni:   tables are built for  e+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+eBrem:   tables are built for  e+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Total cross sections from a parametrisation based on the EEDL data library. 
+      Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV.
+
+annihil:       Heilter model of formula of annihilation into 2 photons
+      tables are built for  e+
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+
+msc:  Model variant of multiple scattering for proton
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+hIoni:   tables are built for  proton
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+hIoni:   tables are built for  anti_proton
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for mu+
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+muIoni:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, 
+      radiative corrections for E > 1 GeV
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+muBrems:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muPairProd:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muIoni:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, 
+      radiative corrections for E > 1 GeV
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+muBrems:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muPairProd:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+hIoni:   tables are built for  pi+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 0.297504 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for pi-
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+hIoni:   tables are built for  pi-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 0.297504 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+========= Table of registered couples ==============================
+
+Index : 0     used in the geometry : Yes     recalculation needed : No 
+ Material : Air
+ Range cuts        :  gamma 1 cm     e- 1 cm     e+ 1 cm 
+ Energy thresholds :  gamma 990 eV     e- 8.07135 keV    e+ 8.07135 keV
+ Region(s) which use this couple : 
+    DefaultRegionForTheWorld
+
+Index : 1     used in the geometry : Yes     recalculation needed : No 
+ Material : Lead
+ Range cuts        :  gamma 1 cm     e- 1 cm     e+ 1 cm 
+ Energy thresholds :  gamma 282.478 keV    e- 15.0137 MeV    e+ 13.9447 MeV
+ Region(s) which use this couple : 
+    DefaultRegionForTheWorld
+
+Index : 2     used in the geometry : Yes     recalculation needed : No 
+ Material : ArgonGas
+ Range cuts        :  gamma 1 cm     e- 1 cm     e+ 1 cm 
+ Energy thresholds :  gamma 990 eV     e- 10.3667 keV    e+ 10.2399 keV
+ Region(s) which use this couple : 
+    DefaultRegionForTheWorld
+
+====================================================================
+
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=18)
-E0 :         pi+ : pT=0.118 : TOF=27 : x=(-0.322,1.06,7.9)
-E0 :         pi- : pT=0.324 : TOF=26.7 : x=(1.15,0.339,7.9)
-E1 :         pi- : pT=0.301 : TOF=26.7 : x=(1.05,0.415,-7.9)
-E1 :         mu- : pT=0.356 : TOF=26.6 : x=(-0.985,0.19,-7.9)
-E1 :         pi+ : pT=0.536 : TOF=26.6 : x=(-0.529,0.882,-7.9)
-E1 :         pi+ : pT=1.14 : TOF=27 : x=(-0.652,0.758,-8.02)
-E0 :          e- : pT=0.000369 : TOF=29.1 : x=(-0.823,0.569,7.94)
-E1 :         mu- : pT=1.29 : TOF=27.8 : x=(-0.151,-2.68,-7.9)
-E1 :          e- : pT=0.000702 : TOF=31 : x=(0.345,-1.69,-7.9)
-E1 :          e- : pT=0.00121 : TOF=28.1 : x=(-1.62,-0.29,-7.9)
-E0 :         pi- : pT=0.298 : TOF=26.6 : x=(0.353,-0.963,7.9)
-E0 :         mu- : pT=0.0257 : TOF=28.2 : x=(-1.12,-0.828,7.9)
-E0 :         pi+ : pT=0.226 : TOF=26.7 : x=(-0.35,0.973,7.9)
-E1 :          e- : pT=0.00205 : TOF=27.6 : x=(1.22,0.311,-7.9)
-B3 :         mu+ : pT=42 : TOF=15 : x=(-4.04,1.97,-0.0268)
-B1 :         mu- : pT=58.3 : TOF=21.4 : x=(2.07,3.94,-4.63)
-B4 :         mu+ : pT=22.9 : TOF=24.1 : x=(-4.25,-1.09,5.75)
-E1 :         mu- : pT=26.5 : TOF=28.6 : x=(-1.86,2.74,-7.9)
+*** Muon System Hit (#hits=33)
+E1 :         pi+ : pT=0.219 : TOF=26.7 : x=(-0.239,1.11,-7.9)
+E1 :         pi+ : pT=0.199 : TOF=27.7 : x=(1.79,0.178,-7.9)
+E0 :      proton : pT=0.577 : TOF=32.5 : x=(3.6,1.62,7.9)
+E1 :         pi- : pT=0.0915 : TOF=27.4 : x=(-1.05,0.742,-7.9)
+E1 :         pi+ : pT=0.272 : TOF=26.6 : x=(1.01,0.266,-7.9)
+E1 :         pi- : pT=0.276 : TOF=26.8 : x=(1.11,0.516,-7.9)
+E0 :         pi+ : pT=0.167 : TOF=26.8 : x=(-1.02,0.163,7.9)
+E1 :         pi+ : pT=1.39 : TOF=26.7 : x=(-0.908,0.911,-7.9)
+E1 :         mu+ : pT=0.607 : TOF=26.7 : x=(1.08,-0.543,-7.9)
+E0 :          e- : pT=0.00341 : TOF=28.4 : x=(0.252,2.08,7.9)
+B3 :         mu- : pT=0.126 : TOF=42.5 : x=(-3.28,2.73,6.81)
+E1 :         pi+ : pT=3.15 : TOF=27.8 : x=(-0.373,-2.65,-7.9)
+E1 :         pi- : pT=5.13 : TOF=27.9 : x=(-0.00786,-2.73,-7.9)
+E1 :         pi- : pT=3.61 : TOF=27.8 : x=(-0.0846,-2.66,-7.9)
+E1 :         pi+ : pT=1.15 : TOF=27.9 : x=(-1.12,-2.5,-7.9)
+E1 :         pi- : pT=1.28 : TOF=27.5 : x=(0.728,-2.26,-7.9)
+E1 :         pi- : pT=0.276 : TOF=26.6 : x=(0.174,1.03,-7.9)
+E1 :         pi- : pT=0.414 : TOF=26.6 : x=(-0.865,0.685,-7.9)
+E1 :         pi+ : pT=0.392 : TOF=26.6 : x=(0.889,-0.58,-7.9)
+E1 :          e- : pT=0.000651 : TOF=27.9 : x=(-0.906,-0.521,-7.9)
+E0 :         pi+ : pT=0.895 : TOF=27.1 : x=(-1.9,-0.128,7.9)
+E1 :         pi- : pT=2.61 : TOF=26.9 : x=(-1.31,0.997,-7.9)
+E1 :          e- : pT=8.28e-05 : TOF=29.8 : x=(-0.488,1.1,-7.9)
+E1 :         pi- : pT=0.38 : TOF=27.3 : x=(0.423,1.74,-7.9)
+E1 :       kaon- : pT=0.671 : TOF=27.2 : x=(1.35,0.533,-7.9)
+E0 :          e- : pT=0.000773 : TOF=36.9 : x=(-2.22,-2.28,7.9)
+E0 :         pi- : pT=0.238 : TOF=27.3 : x=(-1.65,1.08,7.9)
+E0 :         pi+ : pT=0.204 : TOF=27.6 : x=(2.07,0.791,7.9)
+E1 :         pi- : pT=8.96 : TOF=27.8 : x=(-0.113,-2.65,-7.9)
+B3 :         mu+ : pT=42.6 : TOF=15 : x=(-4.04,1.97,-0.0318)
+B1 :         mu- : pT=58.5 : TOF=21.4 : x=(2.07,3.94,-4.62)
+B4 :         mu+ : pT=22.2 : TOF=24.4 : x=(-4.25,-1.08,5.84)
+E1 :         mu- : pT=27.1 : TOF=28.6 : x=(-1.87,2.73,-7.9)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=9)
-E1 :         pi- : pT=0.11 : TOF=27 : x=(-0.612,-0.904,-7.9)
-E1 :          e- : pT=0.0024 : TOF=27.6 : x=(-1.01,-1.34,-7.9)
-E1 :         pi- : pT=0.359 : TOF=26.6 : x=(-0.15,1.02,-7.9)
-E1 :          e- : pT=0.00115 : TOF=28 : x=(-0.153,-1.18,-7.9)
-E1 :          e- : pT=0.00182 : TOF=27.4 : x=(-1.44,-0.518,-7.9)
-B6 :         mu+ : pT=25.6 : TOF=16.8 : x=(-0.273,-4.25,-2.71)
-E0 :         mu- : pT=19.4 : TOF=27.9 : x=(2.63,-0.623,7.9)
-E1 :         mu- : pT=7.96 : TOF=26.9 : x=(-1.44,0.67,-7.9)
-B4 :         mu+ : pT=51.7 : TOF=17.3 : x=(-4.25,0.68,2.91)
+*** Muon System Hit (#hits=39)
+E0 :         pi+ : pT=0.0533 : TOF=28 : x=(-0.987,-1.73,7.9)
+E0 :         pi- : pT=0.0496 : TOF=29.7 : x=(1.63,-1.72,7.9)
+E1 :         pi+ : pT=0.312 : TOF=27.8 : x=(-1.79,-0.943,-7.9)
+E1 :          e- : pT=0.0975 : TOF=26.7 : x=(0.426,1.14,-7.9)
+E0 :         pi- : pT=0.631 : TOF=26.9 : x=(0.487,-0.874,7.99)
+E0 :         pi+ : pT=0.813 : TOF=26.7 : x=(1.03,-0.719,7.9)
+E0 :         pi+ : pT=0.877 : TOF=26.9 : x=(0.835,-1.35,7.9)
+E0 :         pi- : pT=0.173 : TOF=26.8 : x=(1.05,0.265,7.9)
+E0 :         pi- : pT=1.68 : TOF=27.2 : x=(1.89,0.511,7.9)
+E0 :         pi- : pT=0.197 : TOF=26.9 : x=(1.3,-0.579,7.9)
+B5 :       kaon- : pT=1.98 : TOF=21.3 : x=(-3.12,-2.89,4.7)
+B5 :         pi- : pT=1.51 : TOF=18.3 : x=(-1.97,-4.04,-2.88)
+E1 :         pi+ : pT=0.33 : TOF=28.3 : x=(2.76,0.816,-7.9)
+E1 :          e- : pT=0.000478 : TOF=30.8 : x=(1.27,-0.129,-7.9)
+E0 :      proton : pT=0.852 : TOF=30.2 : x=(-2.71,-2.34,7.9)
+E0 :         pi- : pT=0.863 : TOF=27.6 : x=(-0.883,-2.2,7.9)
+E0 :         pi+ : pT=0.445 : TOF=29.3 : x=(-2.91,-2.42,7.9)
+E0 :         pi+ : pT=1.39 : TOF=27.8 : x=(-0.196,-2.61,7.9)
+B7 :         pi- : pT=0.72 : TOF=27.6 : x=(3.86,-2.15,6.85)
+E0 :         pi+ : pT=0.149 : TOF=28.4 : x=(-0.986,-2.59,7.9)
+E0 :         pi+ : pT=0.638 : TOF=27.3 : x=(1.05,1.71,7.9)
+E0 :         pi- : pT=1.73 : TOF=27.3 : x=(1.47,1.5,7.9)
+E0 :         pi+ : pT=0.328 : TOF=27 : x=(1.46,0.325,7.9)
+E0 :         pi- : pT=6.71 : TOF=27 : x=(1.15,1.24,7.9)
+E0 :         pi- : pT=1.47 : TOF=26.6 : x=(1.12,-0.25,7.9)
+E0 :         pi+ : pT=0.721 : TOF=26.9 : x=(1.61,0.191,7.9)
+E0 :         pi+ : pT=0.223 : TOF=27.1 : x=(-0.146,1.76,7.9)
+E0 :          e- : pT=0.000828 : TOF=42.3 : x=(1.51,0.106,8.1)
+E0 :          e- : pT=0.000352 : TOF=47.2 : x=(2.31,0.8,8.1)
+E1 :         pi- : pT=0.374 : TOF=27.7 : x=(1.51,1.66,-7.9)
+B6 :         mu- : pT=0.219 : TOF=27.5 : x=(0.744,-4.25,6.34)
+E0 :         pi+ : pT=1.1 : TOF=27.2 : x=(0.0323,-1.97,7.9)
+E0 :       kaon- : pT=2.39 : TOF=27.1 : x=(0.807,-1.72,7.9)
+E0 :         pi+ : pT=4.05 : TOF=26.9 : x=(1.2,1.08,7.9)
+E0 :         pi+ : pT=43 : TOF=27 : x=(1.32,1.15,7.9)
+E0 :         mu+ : pT=57.6 : TOF=29.7 : x=(-3.59,-1.95,7.9)
+E0 :         mu- : pT=37.5 : TOF=29.6 : x=(3.98,-0.525,7.9)
+E0 :         mu+ : pT=73.3 : TOF=27.2 : x=(-1.96,0.632,7.9)
+E0 :         mu- : pT=26.8 : TOF=28.3 : x=(2.83,-1.23,7.9)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=22)
-E0 :         pi- : pT=0.538 : TOF=26.7 : x=(0.758,-0.963,7.9)
-E1 :         pi- : pT=1.23 : TOF=26.6 : x=(-1.05,0.00395,-7.9)
-E1 :         pi+ : pT=0.204 : TOF=26.7 : x=(0.438,0.986,-7.9)
-E0 :         pi- : pT=3.4 : TOF=26.6 : x=(0.696,-0.81,7.9)
-E0 :         pi- : pT=0.583 : TOF=27 : x=(-0.8,-0.599,8.03)
-E0 :       kaon+ : pT=0.531 : TOF=26.8 : x=(0.141,1.04,7.9)
-E0 :         pi- : pT=0.298 : TOF=26.6 : x=(0.136,1.05,7.9)
-E1 :         pi- : pT=0.421 : TOF=26.6 : x=(-0.0951,1.05,-7.9)
-E0 :       kaon- : pT=0.22 : TOF=27.9 : x=(-1.1,-0.0225,7.9)
-E0 :          e- : pT=0.00133 : TOF=27.7 : x=(-0.836,-0.549,7.99)
-E1 :       kaon+ : pT=2.03 : TOF=26.6 : x=(0.373,0.992,-7.9)
-E1 :         mu+ : pT=0.9 : TOF=27.8 : x=(-2.58,0.167,-7.9)
-E1 :       kaon+ : pT=2.37 : TOF=26.8 : x=(1.43,-0.379,-7.9)
-E0 :         pi+ : pT=1.7 : TOF=26.7 : x=(-0.925,0.785,7.9)
-E1 :         pi+ : pT=1.19 : TOF=26.7 : x=(-0.867,-0.815,-7.9)
-E0 :          e- : pT=0.00166 : TOF=29.4 : x=(-0.977,1.06,7.9)
-E1 :         pi+ : pT=0.302 : TOF=27 : x=(-0.874,-0.486,-8.02)
-E1 :         mu- : pT=0.0717 : TOF=28.1 : x=(1.5,1.95,-7.9)
-B6 :         mu- : pT=40.4 : TOF=14.9 : x=(-1.28,-4.25,0.423)
-E1 :         mu+ : pT=24.4 : TOF=27.9 : x=(-2.65,0.752,-7.9)
-B7 :         mu+ : pT=42.5 : TOF=17.2 : x=(2.1,-3.91,-2.61)
-B2 :         mu- : pT=52.3 : TOF=22.1 : x=(1.47,4.25,-4.85)
+*** Muon System Hit (#hits=51)
+E1 :         pi- : pT=0.257 : TOF=26.7 : x=(0.113,1.15,-7.9)
+E0 :         mu- : pT=0.168 : TOF=27 : x=(-1.6,0.238,7.9)
+E1 :         mu+ : pT=0.0453 : TOF=27.4 : x=(0.289,1.09,-7.9)
+E1 :         pi+ : pT=0.445 : TOF=27.7 : x=(0.854,2.01,-7.9)
+E1 :         pi+ : pT=3.28 : TOF=27 : x=(0.565,1.65,-7.9)
+E1 :         pi- : pT=0.639 : TOF=26.9 : x=(0.502,1.46,-7.9)
+E1 :         pi- : pT=1.93 : TOF=27.4 : x=(0.483,2.13,-7.9)
+E1 :         pi+ : pT=1.62 : TOF=27.2 : x=(0.813,1.81,-7.9)
+E1 :         pi- : pT=0.271 : TOF=28.5 : x=(0.0364,2.55,-7.9)
+E0 :         pi- : pT=0.678 : TOF=27.2 : x=(-1.75,0.824,7.9)
+E0 :         pi- : pT=0.247 : TOF=27.3 : x=(-1.75,0.167,7.9)
+E0 :         pi+ : pT=0.289 : TOF=29.2 : x=(0.00123,3.13,7.9)
+E0 :          e- : pT=0.000578 : TOF=35.5 : x=(-0.924,4.35,7.9)
+E0 : anti_proton : pT=0.875 : TOF=27.6 : x=(-1.82,0.455,7.9)
+E1 :         pi+ : pT=0.359 : TOF=26.8 : x=(0.607,1.16,-7.9)
+E1 :         pi- : pT=0.175 : TOF=28.3 : x=(-0.283,-2.56,-7.9)
+E1 :         pi+ : pT=1.17 : TOF=27.2 : x=(0.402,-2,-7.9)
+E1 :       kaon+ : pT=2.67 : TOF=27.8 : x=(0.129,-2.57,-7.9)
+E1 :       kaon- : pT=3.35 : TOF=27.6 : x=(0.422,-2.45,-7.9)
+B7 :         pi- : pT=0.515 : TOF=25.7 : x=(2.35,-3.66,5.97)
+E1 :         pi+ : pT=1.38 : TOF=27.4 : x=(0.16,2.18,-7.9)
+E1 :         pi- : pT=2.77 : TOF=26.9 : x=(0.577,1.57,-7.9)
+E1 :         pi- : pT=0.244 : TOF=27.1 : x=(0.412,1.68,-7.9)
+E1 :         pi+ : pT=0.774 : TOF=27.2 : x=(1.64,0.963,-7.9)
+E1 :       kaon- : pT=6.93 : TOF=27 : x=(0.579,1.59,-7.9)
+E1 :          e- : pT=0.000256 : TOF=27.5 : x=(0.603,1.57,-7.9)
+E1 :          e- : pT=0.000218 : TOF=27.8 : x=(0.625,1.54,-7.9)
+E1 :         pi+ : pT=1.67 : TOF=27.1 : x=(0.817,1.71,-7.9)
+E1 :         pi+ : pT=1.98 : TOF=27.3 : x=(0.986,1.89,-7.9)
+E1 :          e- : pT=7.62e-05 : TOF=29.4 : x=(0.944,1.98,-8.1)
+E1 :          e- : pT=0.000212 : TOF=27.6 : x=(0.922,1.82,-7.9)
+E1 :         pi- : pT=5.01 : TOF=27.2 : x=(0.559,1.97,-7.9)
+E1 :         pi+ : pT=1.07 : TOF=26.9 : x=(0.978,1.24,-7.9)
+E1 :         pi- : pT=0.274 : TOF=27.3 : x=(-0.294,2.04,-7.9)
+E1 :         pi+ : pT=4.19 : TOF=27.1 : x=(0.691,1.83,-7.9)
+E1 :         pi- : pT=0.63 : TOF=26.9 : x=(0.309,1.5,-7.9)
+E1 : anti_proton : pT=3.18 : TOF=27 : x=(0.309,1.62,-7.9)
+E1 :         pi+ : pT=0.49 : TOF=27.8 : x=(1.4,2.13,-7.9)
+E1 :         pi+ : pT=1.63 : TOF=26.8 : x=(-0.117,1.49,-7.9)
+E1 :         pi- : pT=0.281 : TOF=27.8 : x=(1.37,-1.85,-7.9)
+E1 :         pi- : pT=0.41 : TOF=27.2 : x=(-0.329,-1.91,-7.9)
+E1 :         pi- : pT=0.303 : TOF=27.7 : x=(0.422,-1.95,-7.9)
+E1 :          e- : pT=0.000547 : TOF=31.8 : x=(0.369,0.929,-8.01)
+E0 :         pi+ : pT=0.138 : TOF=27.2 : x=(-0.856,1.21,7.9)
+E1 :         pi- : pT=1.09 : TOF=26.6 : x=(-0.904,-0.59,-7.9)
+E1 :         mu- : pT=0.229 : TOF=28.4 : x=(1.37,-2.7,-7.9)
+B6 :         pi+ : pT=0.183 : TOF=16.6 : x=(-1.35,-4.25,0.539)
+B4 :         mu+ : pT=58.4 : TOF=22.3 : x=(-4.25,1.21,5)
+E0 :         mu- : pT=19 : TOF=28.7 : x=(0.939,3.25,7.9)
+E0 :         mu- : pT=68.4 : TOF=27.6 : x=(0.458,-2.41,7.9)
+B1 :         mu+ : pT=15.5 : TOF=14.6 : x=(3.73,2.28,0.263)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=20)
-E1 :         mu- : pT=0.392 : TOF=26.7 : x=(1.19,0.48,-7.9)
-E0 :          e- : pT=0.000597 : TOF=39 : x=(-1.84,2.29,8.1)
-E1 :         pi+ : pT=0.426 : TOF=26.6 : x=(-0.675,0.797,-7.9)
-E1 :          e- : pT=2.13e-05 : TOF=26.6 : x=(-0.675,0.797,-7.9)
-E0 :          e- : pT=0.000367 : TOF=37.7 : x=(0.778,1.11,7.9)
-E1 :         pi- : pT=0.29 : TOF=26.7 : x=(0.0726,-1.09,-7.9)
-E1 :         pi- : pT=0.831 : TOF=26.6 : x=(-0.0968,1.01,-7.9)
-E1 :         pi+ : pT=1.9 : TOF=26.6 : x=(0.496,0.974,-7.9)
-E1 :         pi- : pT=0.59 : TOF=26.7 : x=(0.857,0.961,-7.9)
-E1 :         pi- : pT=13 : TOF=26.7 : x=(0.375,1.15,-7.9)
-E1 :         pi+ : pT=0.0802 : TOF=27.4 : x=(0.698,1.32,-7.9)
-E1 :         pi- : pT=2.59 : TOF=26.6 : x=(0.232,1.09,-7.9)
-E1 :         pi- : pT=1.06 : TOF=26.6 : x=(0.00739,1.1,-7.9)
-E1 :         pi+ : pT=0.698 : TOF=26.6 : x=(0.698,0.894,-7.9)
-E1 :         pi- : pT=0.547 : TOF=26.6 : x=(0.679,-0.885,-7.9)
-E1 :         pi- : pT=0.31 : TOF=26.7 : x=(-0.983,0.185,-7.94)
-E1 :         pi+ : pT=6.23 : TOF=26.7 : x=(0.479,1.14,-7.9)
-B6 :         mu- : pT=42.7 : TOF=25.2 : x=(1.54,-4.25,-6.05)
-E1 :         mu+ : pT=29.3 : TOF=26.9 : x=(1.59,0.0382,-7.9)
-E1 :         mu- : pT=69.8 : TOF=26.6 : x=(-1.14,-0.105,-7.9)
+*** Muon System Hit (#hits=44)
+E0 :         pi- : pT=1.61 : TOF=26.9 : x=(1.24,1.08,7.9)
+E0 :         pi+ : pT=2.17 : TOF=26.8 : x=(1.02,1.12,7.9)
+B3 : anti_proton : pT=1.24 : TOF=24.3 : x=(-2.79,3.22,-5.25)
+E1 :         pi+ : pT=0.0303 : TOF=27.4 : x=(1.01,-1.23,-7.9)
+E1 :         pi- : pT=1.27 : TOF=27.4 : x=(0.982,-2.01,-7.9)
+E1 :         pi+ : pT=0.323 : TOF=27.5 : x=(0.217,-1.8,-7.9)
+E1 :         pi+ : pT=0.32 : TOF=27.1 : x=(-1.1,-1.33,-7.9)
+E1 :         pi+ : pT=0.337 : TOF=26.7 : x=(0.0839,-1.22,-7.9)
+E1 : anti_proton : pT=0.655 : TOF=32.5 : x=(-0.0911,-4.06,-7.9)
+E1 :      proton : pT=0.502 : TOF=29.2 : x=(-0.0651,-2.31,-7.9)
+E1 :         pi+ : pT=0.908 : TOF=26.7 : x=(-0.919,-0.979,-7.9)
+E1 :         pi- : pT=0.537 : TOF=26.6 : x=(0.752,-0.744,-7.9)
+E1 :         pi+ : pT=0.569 : TOF=26.6 : x=(-0.171,-1.03,-7.9)
+E0 :         pi+ : pT=0.479 : TOF=26.7 : x=(-0.431,-1.11,7.9)
+E0 :         pi+ : pT=0.219 : TOF=27.2 : x=(1.1,1.32,7.9)
+E0 :         pi- : pT=0.113 : TOF=28.7 : x=(-1.7,-1.11,7.9)
+E0 :         pi- : pT=9.01 : TOF=27 : x=(1.16,1.28,7.9)
+E0 :          e- : pT=0.000442 : TOF=28.4 : x=(1.69,1.19,7.9)
+E0 :       kaon+ : pT=5.53 : TOF=26.9 : x=(1.22,1.14,7.9)
+E0 :         pi+ : pT=5.88 : TOF=27.2 : x=(1.48,1.28,7.9)
+E0 :         pi- : pT=8.95 : TOF=27.1 : x=(1.21,1.54,7.9)
+E0 :         pi+ : pT=10.4 : TOF=27.1 : x=(1.17,1.43,7.9)
+E0 :         pi+ : pT=2.55 : TOF=27.4 : x=(1.5,1.6,7.9)
+E0 :         pi- : pT=62.4 : TOF=27.2 : x=(1.26,1.55,7.9)
+E0 :         pi+ : pT=28.7 : TOF=27.2 : x=(1.27,1.55,7.9)
+E1 :         pi+ : pT=0.635 : TOF=26.7 : x=(0.318,-1.17,-7.9)
+E1 :         pi- : pT=0.64 : TOF=27 : x=(-1.13,-1.37,-7.9)
+E1 :         pi+ : pT=1.62 : TOF=27.6 : x=(-0.757,-2.39,-7.9)
+E1 :         pi- : pT=1.58 : TOF=28.3 : x=(1.29,-2.75,-7.9)
+E1 :       kaon- : pT=0.504 : TOF=27 : x=(0.551,-1.3,-7.9)
+E1 :       kaon+ : pT=2.34 : TOF=26.6 : x=(-0.146,-1.05,-7.9)
+E1 :         pi- : pT=0.338 : TOF=26.6 : x=(0.19,-0.987,-7.9)
+E0 : anti_proton : pT=5.07 : TOF=27 : x=(1.37,1.16,7.9)
+E0 :         pi+ : pT=2.92 : TOF=26.9 : x=(1.38,0.922,7.9)
+E0 :          e- : pT=0.000544 : TOF=28.4 : x=(1.81,1.15,7.9)
+E0 :          e- : pT=0.000539 : TOF=31.4 : x=(2.44,1.09,7.9)
+E0 :       kaon- : pT=5.44 : TOF=27.1 : x=(1.25,1.38,7.9)
+E0 :         pi- : pT=29.1 : TOF=27.2 : x=(1.28,1.52,7.9)
+E0 : anti_proton : pT=26.1 : TOF=27.2 : x=(1.23,1.54,7.9)
+E0 :          e- : pT=0.00577 : TOF=27.6 : x=(1.65,1.62,7.9)
+B5 :         mu+ : pT=57.8 : TOF=14.8 : x=(-2.26,-3.75,-0.701)
+E1 :         mu- : pT=61.8 : TOF=29.9 : x=(-1.96,-3.78,-7.9)
+E1 :         mu+ : pT=6.86 : TOF=29.4 : x=(2.31,3.16,-7.9)
+B5 :         mu- : pT=220 : TOF=24.7 : x=(-3.4,-2.61,-6.04)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=13)
-E1 :          e- : pT=0.000657 : TOF=31.4 : x=(-1.13,2.25,-7.9)
-E0 :         pi- : pT=0.19 : TOF=26.7 : x=(-0.765,0.666,7.9)
-E1 :         pi+ : pT=0.148 : TOF=26.9 : x=(-0.79,-0.841,-7.9)
-E0 : anti_proton : pT=0.652 : TOF=27.1 : x=(0.921,-0.592,7.9)
-E1 :         mu- : pT=0.112 : TOF=28 : x=(-0.00993,2.61,-7.9)
-B1 :         mu- : pT=0.474 : TOF=19.4 : x=(2.64,3.37,3.78)
-E1 :          e- : pT=0.000675 : TOF=27.6 : x=(-0.903,-0.54,-7.9)
-E1 :         pi- : pT=0.796 : TOF=26.6 : x=(-0.271,-1.05,-7.9)
-E1 :       kaon+ : pT=0.466 : TOF=26.8 : x=(0.613,-0.803,-7.9)
-B5 :         mu- : pT=15.6 : TOF=22.2 : x=(-2.88,-3.13,-5.12)
-B4 :         mu+ : pT=74.1 : TOF=20.4 : x=(-4.25,1.12,4.24)
-E0 :         mu- : pT=23.6 : TOF=27.5 : x=(-1.05,2.14,7.9)
-B5 :         mu+ : pT=64.7 : TOF=15.9 : x=(-2.56,-3.45,2.09)
+*** Muon System Hit (#hits=10)
+E1 :          e- : pT=0.00167 : TOF=27.7 : x=(-0.0597,1.11,-7.9)
+E0 :          e- : pT=0.000389 : TOF=32.3 : x=(0.154,1.36,8.1)
+E0 :          e- : pT=0.000416 : TOF=34.3 : x=(-0.0347,1.15,7.9)
+E1 :         pi- : pT=0.475 : TOF=26.7 : x=(1.21,0.121,-7.9)
+E1 :          e- : pT=0.000724 : TOF=26.8 : x=(0.938,-0.354,-7.9)
+E1 :      proton : pT=4.67 : TOF=26.9 : x=(1.51,-0.572,-7.9)
+B1 :         mu+ : pT=25.2 : TOF=24 : x=(2.26,3.75,-5.73)
+B6 :         mu- : pT=67.5 : TOF=14.7 : x=(0.935,-4.25,-0.724)
+B6 :          e- : pT=0.00281 : TOF=14.9 : x=(0.848,-4.25,-0.86)
+E1 :         mu- : pT=14.2 : TOF=27 : x=(1.57,0.897,-7.9)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=10)
-E1 :         pi- : pT=0.168 : TOF=26.9 : x=(-0.195,1.19,-7.9)
-E1 :          e- : pT=0.00145 : TOF=27.5 : x=(0.0163,1.28,-7.9)
-E0 :          e- : pT=0.00184 : TOF=27 : x=(-0.747,-0.943,7.9)
-E0 :         pi+ : pT=0.373 : TOF=26.7 : x=(0.699,0.91,7.9)
-E0 :          e- : pT=0.00126 : TOF=28.9 : x=(0.923,-0.384,7.93)
-E0 :          e- : pT=0.000846 : TOF=35.5 : x=(2.17,-1.42,7.9)
-B5 :         mu+ : pT=16.2 : TOF=15.1 : x=(-4.08,-1.93,0.167)
-B1 :         mu- : pT=99.2 : TOF=14.3 : x=(3.37,2.64,0.176)
-B1 :         mu+ : pT=63.1 : TOF=17.9 : x=(3.08,2.93,3.27)
-B4 :         mu- : pT=30.6 : TOF=19.3 : x=(-4.25,-0.434,3.88)
+*** Muon System Hit (#hits=34)
+E1 :         pi+ : pT=0.514 : TOF=26.9 : x=(1.47,-0.263,-7.9)
+E1 :         pi+ : pT=1.08 : TOF=26.7 : x=(0.705,-1.06,-7.9)
+E1 :         mu- : pT=0.319 : TOF=26.8 : x=(-0.408,-1.08,-7.9)
+E0 :         mu+ : pT=0.315 : TOF=27.4 : x=(1.44,1.46,7.9)
+E0 :         pi- : pT=0.922 : TOF=27 : x=(0.699,1.61,7.9)
+E0 :         mu+ : pT=0.0822 : TOF=26.9 : x=(0.699,-0.774,7.9)
+E0 :         pi+ : pT=1.27 : TOF=26.9 : x=(0.842,1.4,7.9)
+E0 :         pi- : pT=1.26 : TOF=26.9 : x=(0.784,1.35,7.9)
+E0 :         pi- : pT=6.11 : TOF=27 : x=(0.741,1.62,7.9)
+E0 :         pi+ : pT=7.55 : TOF=26.9 : x=(0.846,1.37,7.9)
+E0 :         pi- : pT=10.5 : TOF=26.9 : x=(0.66,1.46,7.9)
+B1 :         pi+ : pT=0.334 : TOF=16.6 : x=(2.67,3.34,-2.12)
+B7 :         mu- : pT=0.387 : TOF=27.9 : x=(2.54,-3.47,-6.52)
+E1 :          e- : pT=0.000798 : TOF=29.5 : x=(-0.855,-0.519,-8.02)
+E1 :          e- : pT=0.0011 : TOF=28.5 : x=(-0.493,-1.36,-7.9)
+E1 :          e- : pT=0.000675 : TOF=37.9 : x=(1.2,-1.06,-8.1)
+E0 :         pi- : pT=4.15 : TOF=26.8 : x=(0.618,1.3,7.9)
+E0 :         pi+ : pT=15.3 : TOF=26.8 : x=(0.598,1.27,7.9)
+E0 :          e- : pT=0.000169 : TOF=27.5 : x=(0.616,1.3,8.1)
+E0 :          e- : pT=6.58e-05 : TOF=27.6 : x=(0.617,1.29,8.1)
+E1 :         pi+ : pT=0.909 : TOF=26.9 : x=(1.53,0.117,-7.9)
+E1 :         pi- : pT=1.5 : TOF=26.7 : x=(1.24,-0.388,-7.9)
+E1 :          e- : pT=0.000608 : TOF=28.4 : x=(1.42,-0.632,-8.1)
+E1 :          e- : pT=0.000318 : TOF=29.8 : x=(1.4,-0.948,-8.1)
+E0 :         pi- : pT=0.473 : TOF=26.7 : x=(-1.17,-0.195,7.9)
+E0 :         pi+ : pT=0.589 : TOF=27.6 : x=(0.9,2.1,7.9)
+E1 :         mu- : pT=0.134 : TOF=27.2 : x=(1.81,0.35,-7.9)
+E1 :         pi+ : pT=0.108 : TOF=27.9 : x=(0.163,1.67,-7.9)
+E0 : anti_proton : pT=17 : TOF=26.8 : x=(0.596,1.38,7.9)
+E0 :      proton : pT=28.3 : TOF=26.7 : x=(0.579,1.24,7.9)
+E0 :         mu+ : pT=31.1 : TOF=27.2 : x=(-1.93,0.6,7.9)
+E0 :         mu- : pT=108 : TOF=27.2 : x=(-0.223,-2.01,7.9)
+E0 :         mu+ : pT=48.5 : TOF=28.6 : x=(-3.09,1.29,7.9)
+B0 :         mu- : pT=38.4 : TOF=27.2 : x=(4.25,-1.42,6.8)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=15)
-E1 :         mu+ : pT=0.106 : TOF=27.5 : x=(1.25,-0.911,-7.9)
-E0 :          e+ : pT=0.0376 : TOF=26.6 : x=(-0.859,0.675,7.9)
-E1 :         mu+ : pT=0.153 : TOF=27.5 : x=(0.989,-0.15,-8.1)
-E1 :         pi- : pT=0.642 : TOF=26.6 : x=(-0.552,0.844,-7.9)
-E1 :          e- : pT=0.000328 : TOF=28.4 : x=(-0.538,1.07,-8.1)
-E0 :         pi+ : pT=0.634 : TOF=26.7 : x=(-0.732,-0.927,7.9)
-E0 :         pi+ : pT=0.693 : TOF=26.6 : x=(-0.166,-0.999,7.9)
-E0 :          e- : pT=0.000121 : TOF=26.7 : x=(-0.178,-1.01,7.9)
-E1 :         pi- : pT=0.912 : TOF=26.6 : x=(1.02,0.466,-7.9)
-E0 :         mu+ : pT=0.265 : TOF=27.3 : x=(-0.679,0.734,8.1)
-E1 :       kaon- : pT=0.811 : TOF=26.7 : x=(0.161,-1.16,-7.9)
-E0 :         mu+ : pT=4.37 : TOF=27.5 : x=(-2.22,-0.931,7.9)
-E1 :         mu- : pT=24.6 : TOF=27 : x=(0.369,1.72,-7.9)
-E1 :         mu+ : pT=21.7 : TOF=28.6 : x=(3.31,-0.634,-7.9)
-B5 :         mu- : pT=22.1 : TOF=23.4 : x=(-3.64,-2.37,5.5)
+*** Muon System Hit (#hits=23)
+E1 :          e- : pT=0.00142 : TOF=29.2 : x=(0.806,0.592,-8.06)
+E1 :          e- : pT=0.0133 : TOF=26.7 : x=(-0.982,-0.556,-7.9)
+E1 :         pi+ : pT=0.185 : TOF=28.3 : x=(2.56,-0.568,-7.9)
+E1 :         pi+ : pT=0.262 : TOF=26.8 : x=(0.661,0.995,-7.9)
+E1 :          e- : pT=0.000175 : TOF=27.8 : x=(0.693,0.998,-8.1)
+E1 : anti_proton : pT=0.976 : TOF=27.3 : x=(-1.01,1.03,-7.9)
+E1 :         pi- : pT=0.509 : TOF=27.4 : x=(-2.12,0.629,-7.9)
+E1 :       kaon- : pT=0.852 : TOF=28.4 : x=(-2.97,0.00607,-7.9)
+E1 :          e- : pT=0.000878 : TOF=30 : x=(-1.51,0.215,-7.9)
+E1 :         pi- : pT=2.44 : TOF=27.6 : x=(2.16,-1.2,-7.9)
+E1 :         pi+ : pT=0.679 : TOF=27.6 : x=(-1.91,1.44,-7.9)
+E1 :         pi- : pT=2.28 : TOF=26.8 : x=(-1.11,1.07,-7.9)
+E1 :         pi+ : pT=1.93 : TOF=27.3 : x=(-1.57,1.36,-7.9)
+E1 :         pi+ : pT=0.805 : TOF=27.1 : x=(-1.7,-0.0198,-7.9)
+E0 :         pi+ : pT=0.0272 : TOF=27.1 : x=(1.06,-0.403,7.9)
+E0 :          e- : pT=0.000455 : TOF=27.9 : x=(0.848,-0.53,7.92)
+B3 :       kaon+ : pT=1.88 : TOF=23.9 : x=(-2.7,3.31,-5.66)
+E1 :         pi+ : pT=3.1 : TOF=28.1 : x=(-2.82,0.662,-7.9)
+E1 :         pi- : pT=0.233 : TOF=26.7 : x=(-0.866,-0.851,-7.9)
+B1 : anti_proton : pT=1.56 : TOF=27.1 : x=(3.21,2.8,-6.67)
+E0 :       kaon+ : pT=0.338 : TOF=28.4 : x=(2.22,0.379,7.9)
+B4 :         mu+ : pT=11.3 : TOF=19.8 : x=(-4.25,-0.192,-4.13)
+E1 :         mu+ : pT=55.3 : TOF=26.9 : x=(-1.46,-0.565,-7.9)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=7)
-E1 :          e- : pT=0.000993 : TOF=28.6 : x=(-0.999,-0.0531,-8.03)
-E1 :          e- : pT=0.0016 : TOF=34.5 : x=(-3.34,-1.7,-7.9)
-E0 :         pi+ : pT=0.0712 : TOF=28 : x=(-1.22,-0.224,7.9)
-B1 :         mu- : pT=19.7 : TOF=21.5 : x=(1.89,4.12,4.58)
-E1 :         mu+ : pT=11.3 : TOF=26.7 : x=(-1.15,-0.41,-7.9)
-B6 :         mu+ : pT=15.3 : TOF=18.8 : x=(0.00684,-4.25,3.69)
-E1 :         mu- : pT=40.2 : TOF=27.7 : x=(-0.927,-2.4,-7.9)
+*** Muon System Hit (#hits=28)
+E1 :         pi+ : pT=0.309 : TOF=26.6 : x=(-0.551,0.867,-7.9)
+E1 :         pi- : pT=0.584 : TOF=26.8 : x=(-0.964,-1.02,-7.9)
+E1 :         mu- : pT=0.202 : TOF=28.3 : x=(2.01,-1.78,-7.9)
+E0 :         pi- : pT=0.873 : TOF=26.8 : x=(-1.07,-0.875,7.9)
+E0 :         mu+ : pT=0.133 : TOF=27.1 : x=(-1.7,0.651,7.9)
+E0 :         pi- : pT=0.527 : TOF=30.2 : x=(0.591,-3.65,7.9)
+E0 :         pi- : pT=0.479 : TOF=26.7 : x=(1.2,-0.374,7.9)
+E0 :         pi- : pT=0.12 : TOF=27.2 : x=(1.26,-0.517,7.9)
+E0 :         pi+ : pT=0.597 : TOF=27.8 : x=(-0.26,2.08,7.9)
+B2 :       kaon+ : pT=1.35 : TOF=17.5 : x=(-0.716,4.25,-2.76)
+E1 :         pi+ : pT=0.206 : TOF=27.8 : x=(-0.443,2.09,-7.9)
+E1 :          e- : pT=0.000498 : TOF=28.3 : x=(-1.11,0.075,-7.9)
+E1 :         pi+ : pT=1.06 : TOF=26.7 : x=(-1.22,0.544,-7.9)
+E1 :      proton : pT=0.938 : TOF=26.8 : x=(-0.992,0.125,-7.92)
+E1 :         mu+ : pT=0.157 : TOF=27.7 : x=(-2.3,0.736,-7.9)
+E0 :         pi- : pT=0.294 : TOF=26.6 : x=(0.982,-0.262,7.9)
+E0 :          e- : pT=0.00262 : TOF=27.2 : x=(0.341,1.2,7.9)
+E0 :         pi+ : pT=0.264 : TOF=27.7 : x=(-0.0874,2.4,7.9)
+E0 :         pi+ : pT=0.478 : TOF=27.1 : x=(0.983,-1.43,7.9)
+E0 :         mu+ : pT=0.548 : TOF=26.6 : x=(0.758,-0.869,7.9)
+E0 :       kaon- : pT=1.56 : TOF=26.7 : x=(1.13,-0.182,7.9)
+E1 :         pi- : pT=0.151 : TOF=27.4 : x=(-1.69,1.2,-7.9)
+E1 :         pi+ : pT=0.241 : TOF=26.7 : x=(-0.0495,-1.23,-7.9)
+E1 :         mu- : pT=1.73 : TOF=27 : x=(-1.74,0.109,-7.9)
+E0 :      proton : pT=0.786 : TOF=29.4 : x=(-1.94,2.35,7.9)
+B1 :         mu- : pT=38.4 : TOF=14.7 : x=(2.31,3.7,-0.56)
+B6 :         mu+ : pT=48.2 : TOF=15.1 : x=(-0.991,-4.25,1.17)
+B4 :         mu- : pT=50.7 : TOF=19.7 : x=(-4.25,1.07,3.96)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=12)
-E1 :          e- : pT=0.000952 : TOF=28.9 : x=(0.967,-0.254,-7.99)
-E1 :          e- : pT=6.09e-05 : TOF=33.4 : x=(1.19,-0.587,-7.9)
-E1 :         pi- : pT=0.88 : TOF=26.6 : x=(0.99,-0.532,-7.9)
-E1 :         pi+ : pT=0.353 : TOF=26.7 : x=(0.446,-1.1,-7.9)
-E0 :          e- : pT=0.00106 : TOF=29.2 : x=(-1.34,-0.637,7.9)
-E0 :          e- : pT=0.000573 : TOF=30.4 : x=(-0.986,0.168,8.03)
-E0 :         pi- : pT=0.603 : TOF=26.8 : x=(-0.371,-1.08,7.9)
-E0 :          e- : pT=0.00118 : TOF=30.1 : x=(-1.24,-0.77,7.9)
-B1 :         mu+ : pT=29.8 : TOF=15.6 : x=(4.04,1.97,-1.32)
-B4 :         mu- : pT=67.6 : TOF=14.7 : x=(-4.25,0.691,-1.01)
-B1 :         mu- : pT=44.5 : TOF=14.3 : x=(3.15,2.86,0.518)
-B4 :         mu+ : pT=33.7 : TOF=20.1 : x=(-4.25,-0.737,4.2)
+*** Muon System Hit (#hits=24)
+E1 :         pi+ : pT=0.269 : TOF=26.6 : x=(0.186,-0.993,-7.9)
+E0 :         pi- : pT=0.208 : TOF=30.6 : x=(-3.28,-0.692,7.9)
+E0 :         pi+ : pT=0.0535 : TOF=30.6 : x=(-3.27,-0.69,7.9)
+E1 :         pi- : pT=0.315 : TOF=27.4 : x=(-1.65,1.29,-7.9)
+E1 :         pi+ : pT=0.275 : TOF=27.2 : x=(-1.29,1.38,-7.9)
+E1 :          e- : pT=0.000719 : TOF=29.2 : x=(0.989,-0.148,-7.99)
+E1 :         pi- : pT=0.775 : TOF=26.6 : x=(-0.545,-0.896,-7.9)
+E1 :         pi+ : pT=0.0964 : TOF=26.7 : x=(0.917,-0.637,-7.9)
+E1 :         pi+ : pT=0.322 : TOF=26.7 : x=(-0.433,1.1,-7.9)
+E1 :          e- : pT=0.0016 : TOF=28.6 : x=(0.115,1.34,-7.9)
+E1 : anti_proton : pT=0.961 : TOF=26.8 : x=(-0.315,-1.05,-7.9)
+E0 :         pi+ : pT=0.135 : TOF=28.3 : x=(-2.12,1.81,7.9)
+E0 :         pi+ : pT=0.622 : TOF=26.6 : x=(0.943,-0.629,7.9)
+E1 :         pi+ : pT=1.53 : TOF=26.7 : x=(0.647,-1,-7.9)
+E0 :         pi- : pT=0.491 : TOF=28.3 : x=(2.9,0.806,7.9)
+E0 :         pi+ : pT=0.425 : TOF=27.1 : x=(-0.521,1.65,7.9)
+E1 :      proton : pT=0.559 : TOF=32.1 : x=(-3.03,2.49,-7.9)
+E0 :         pi+ : pT=0.248 : TOF=26.9 : x=(-1.13,-0.685,7.9)
+E0 :          e- : pT=0.00101 : TOF=28.9 : x=(-0.152,-1.31,7.9)
+E0 :         pi+ : pT=0.422 : TOF=27.4 : x=(-1.34,-1.66,7.9)
+E0 :         mu+ : pT=4.54 : TOF=27.6 : x=(-2.25,-0.934,7.9)
+E1 :         mu- : pT=24.7 : TOF=27 : x=(0.368,1.72,-7.9)
+E1 :         mu+ : pT=21.7 : TOF=28.7 : x=(3.32,-0.648,-7.9)
+B5 :         mu- : pT=23.3 : TOF=23.3 : x=(-3.66,-2.36,5.46)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=17)
-E0 :         pi- : pT=0.15 : TOF=26.8 : x=(0.187,-1.01,7.9)
-E0 :         pi- : pT=0.483 : TOF=26.7 : x=(0.122,-1.15,7.9)
-E1 :         pi- : pT=0.314 : TOF=26.7 : x=(1.19,-0.189,-7.9)
-E0 :         pi+ : pT=0.272 : TOF=26.6 : x=(0.697,-0.776,7.9)
-E0 :          e- : pT=0.00231 : TOF=28.5 : x=(0.0574,-1.96,7.9)
-E0 :          e- : pT=8.52e-05 : TOF=37.5 : x=(1.2,-3.83,7.9)
-E0 :         pi- : pT=1.08 : TOF=26.6 : x=(0.413,-0.943,7.9)
-E0 :         pi+ : pT=1.21 : TOF=26.6 : x=(0.752,-0.669,7.9)
-E0 :      proton : pT=0.537 : TOF=27.5 : x=(0.932,-0.698,7.9)
-E0 :         pi- : pT=2 : TOF=26.7 : x=(0.67,0.991,7.9)
-E0 :         pi+ : pT=0.585 : TOF=26.7 : x=(-1.12,-0.465,7.9)
-E0 :         pi+ : pT=0.667 : TOF=26.6 : x=(0.104,1.03,7.9)
-E0 :         pi+ : pT=0.193 : TOF=27 : x=(-1.22,-0.344,7.9)
-E0 :         pi+ : pT=0.237 : TOF=27 : x=(-1.2,0.225,7.9)
-E0 :         mu- : pT=29.5 : TOF=27.4 : x=(-2.23,-0.524,7.9)
-B7 :         mu- : pT=55.5 : TOF=15.7 : x=(1.93,-4.08,1.28)
-E0 :         mu+ : pT=18.3 : TOF=27.2 : x=(1.27,1.59,7.9)
+*** Muon System Hit (#hits=21)
+E0 :          e- : pT=0.00204 : TOF=27.7 : x=(0.283,0.959,8.09)
+E1 :         pi+ : pT=0.308 : TOF=26.8 : x=(-0.286,1.28,-7.9)
+E1 :         pi+ : pT=0.456 : TOF=26.7 : x=(0.0411,1.26,-7.9)
+E0 :         pi+ : pT=0.352 : TOF=26.7 : x=(1.11,-0.0854,7.9)
+E0 :         pi- : pT=0.333 : TOF=26.8 : x=(1.23,0.386,7.9)
+E0 :         pi- : pT=0.546 : TOF=26.7 : x=(1.16,-0.0425,7.9)
+E1 :         pi- : pT=0.816 : TOF=26.7 : x=(1.17,-0.157,-7.9)
+E1 :         pi+ : pT=0.626 : TOF=26.6 : x=(0.882,0.549,-7.9)
+B0 :      proton : pT=2.15 : TOF=15.7 : x=(4.25,-1.13,-0.697)
+E1 :          e- : pT=0.00268 : TOF=28.7 : x=(-0.522,1.54,-7.9)
+E1 :          e- : pT=0.0013 : TOF=38.3 : x=(-2.43,3.39,-7.9)
+E1 :          e- : pT=0.000418 : TOF=31.2 : x=(-0.872,1.97,-8.1)
+E1 :          e- : pT=4.47e-05 : TOF=32.3 : x=(-0.997,1.92,-8.1)
+E1 :          e- : pT=0.000895 : TOF=32.8 : x=(-0.815,1.68,-7.9)
+E1 :         pi+ : pT=1.05 : TOF=26.7 : x=(0.53,-0.848,-7.95)
+E1 :         pi- : pT=0.87 : TOF=26.6 : x=(0.467,-0.901,-7.9)
+E1 :      proton : pT=1.26 : TOF=26.7 : x=(-0.529,-0.877,-7.9)
+E0 : anti_proton : pT=1.32 : TOF=26.8 : x=(0.739,0.969,7.9)
+E0 :         pi+ : pT=0.493 : TOF=26.8 : x=(0.893,-1.05,7.9)
+E1 : anti_proton : pT=0.778 : TOF=27 : x=(-1.01,-0.445,-7.9)
+E1 :         mu- : pT=0.152 : TOF=46.7 : x=(-1.01,1.41,-7.9)
 
 1********* PYSTAT:  Statistics on Number of Events and Cross-sections *********
 
@@ -402,10 +676,10 @@ E0 :         mu+ : pT=18.3 : TOF=27.2 : x=(1.27,1.59,7.9)
  I                                  I                            I            I
  ==============================================================================
  I                                  I                            I            I
- I   0 All included subprocesses    I           10            43 I  3.988E-12 I
- I 102 g + g -> h0                  I            7            13 I  2.929E-12 I
- I 123 f + f' -> f + f' + h0        I            1             9 I  3.282E-13 I
- I 124 f + f' -> f" + f"' + h0      I            2            21 I  7.305E-13 I
+ I   0 All included subprocesses    I           10            36 I  4.123E-12 I
+ I 102 g + g -> h0                  I            4             8 I  2.597E-12 I
+ I 123 f + f' -> f + f' + h0        I            2             4 I  3.981E-13 I
+ I 124 f + f' -> f" + f"' + h0      I            4            24 I  1.129E-12 I
  I                                  I                            I            I
  ==============================================================================
 
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02PhysicsList.hh b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02PhysicsList.hh
index f0147d52a0a6f354fff7061747d3df52d1830d72..b24e999c9b058ad0f33de7b92adb553c84b1565a 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02PhysicsList.hh
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02PhysicsList.hh
@@ -23,27 +23,50 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
+//
+// $Id: H02PhysicsList.hh,v 1.3 2006/07/05 11:41:23 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
+//
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
 #ifndef H02PhysicsList_h
 #define H02PhysicsList_h 1
 
-#include "G4VModularPhysicsList.hh"
+#include "G4VUserPhysicsList.hh"
 #include "globals.hh"
 
-class H02PhysicsList: public G4VModularPhysicsList
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+class H02PhysicsList: public G4VUserPhysicsList
 {
-public:
-  H02PhysicsList();
-  virtual ~H02PhysicsList();
-  
-public:
-  // SetCuts() 
-  virtual void SetCuts();
+  public:
+    H02PhysicsList();
+   ~H02PhysicsList();
 
+  protected:
+    // Construct particle and physics
+    void ConstructParticle();
+    void ConstructProcess();
+ 
+    void SetCuts();
 
+   
+  protected:
+    // these methods Construct particles 
+    void ConstructBosons();
+    void ConstructLeptons();
+    void ConstructMesons();
+    void ConstructBaryons();
+
+  protected:
+  // these methods Construct physics processes and register them
+    void ConstructGeneral();
+    void ConstructEM();
 };
 
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 
 #endif
 
-
-
+ 
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02MuonSD.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02MuonSD.cc
index 1a972276d998c26673b25f248abde25ab47a6221..dc9b83ca1ef04149d0e76fe614d5b3d05ad5bd97 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02MuonSD.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02MuonSD.cc
@@ -26,7 +26,7 @@
 // ====================================================================
 //
 //   H02MuonSD.cc
-//   $Id: H02MuonSD.cc,v 1.4 2006/06/29 17:14:03 gunter Exp $
+//   $Id: H02MuonSD.cc,v 1.5 2006/07/05 11:41:25 gcosmo Exp $
 //
 // ====================================================================
 
@@ -107,7 +107,6 @@ void H02MuonSD::clear()
 void H02MuonSD::DrawAll()
 ////////////////////////
 {
-  hitCollection-> DrawAllHits();
 } 
 
 /////////////////////////
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02PhysicsList.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02PhysicsList.cc
index ff35e0c1cbfe451ab530bacfd7812e33b21ba8df..fc0569d5c90c5c6788d967be2f778ad91777d79d 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02PhysicsList.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02PhysicsList.cc
@@ -24,66 +24,219 @@
 // ********************************************************************
 //
 //
-// $Id: H02PhysicsList.cc,v 1.3 2006/06/29 17:14:06 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: H02PhysicsList.cc,v 1.4 2006/07/05 11:41:26 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
-// 
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 
+#include "globals.hh"
 #include "H02PhysicsList.hh"
 
-#include "globals.hh"
-#include "G4ParticleDefinition.hh"
-#include "G4ParticleWithCuts.hh"
 #include "G4ProcessManager.hh"
-#include "G4ProcessVector.hh"
 #include "G4ParticleTypes.hh"
-#include "G4ParticleTable.hh"
 
-#include "G4Material.hh"
-#include "G4MaterialTable.hh"
-#include "G4ios.hh"
-#include <iomanip>   
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+H02PhysicsList::H02PhysicsList():  G4VUserPhysicsList()
+{
+  defaultCutValue = 1.0*cm;
+   SetVerboseLevel(1);
+}
+
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+H02PhysicsList::~H02PhysicsList()
+{}
 
-#include "H02GeneralPhysics.hh"
-#include "H02EMPhysics.hh"
-#include "H02MuonPhysics.hh"
-#include "H02HadronPhysics.hh"
-#include "H02IonPhysics.hh"
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 
-H02PhysicsList::H02PhysicsList():  G4VModularPhysicsList()
+void H02PhysicsList::ConstructParticle()
 {
-  // default cut value  (1.0mm) 
-  defaultCutValue = 1.0*mm;
-  SetVerboseLevel(1);
+  // In this method, static member functions should be called
+  // for all particles which you want to use.
+  // This ensures that objects of these particle types will be
+  // created in the program. 
+
+  ConstructBosons();
+  ConstructLeptons();
+  ConstructMesons();
+  ConstructBaryons();
+}
 
-  // General Physics
-  RegisterPhysics( new H02GeneralPhysics("general") );
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 
-  // EM Physics
-  RegisterPhysics( new H02EMPhysics("standard EM"));
+void H02PhysicsList::ConstructBosons()
+{
+  // pseudo-particles
+  G4Geantino::GeantinoDefinition();
+  G4ChargedGeantino::ChargedGeantinoDefinition();
 
-  // Muon Physics
-  RegisterPhysics(  new H02MuonPhysics("muon"));
+  // gamma
+  G4Gamma::GammaDefinition();
+}
 
-   // Hadron Physics
-  RegisterPhysics(  new H02HadronPhysics("hadron"));
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 
-  // Ion Physics
-  RegisterPhysics( new H02IonPhysics("ion"));
+void H02PhysicsList::ConstructLeptons()
+{
+  // leptons
+  //  e+/-
+  G4Electron::ElectronDefinition();
+  G4Positron::PositronDefinition();
+  // mu+/-
+  G4MuonPlus::MuonPlusDefinition();
+  G4MuonMinus::MuonMinusDefinition();
+  // nu_e
+  G4NeutrinoE::NeutrinoEDefinition();
+  G4AntiNeutrinoE::AntiNeutrinoEDefinition();
+  // nu_mu
+  G4NeutrinoMu::NeutrinoMuDefinition();
+  G4AntiNeutrinoMu::AntiNeutrinoMuDefinition();
+}
 
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 
+void H02PhysicsList::ConstructMesons()
+{
+  //  mesons
+  //    light mesons
+  G4PionPlus::PionPlusDefinition();
+  G4PionMinus::PionMinusDefinition();
+  G4PionZero::PionZeroDefinition();
+  G4Eta::EtaDefinition();
+  G4EtaPrime::EtaPrimeDefinition();
+  G4KaonPlus::KaonPlusDefinition();
+  G4KaonMinus::KaonMinusDefinition();
+  G4KaonZero::KaonZeroDefinition();
+  G4AntiKaonZero::AntiKaonZeroDefinition();
+  G4KaonZeroLong::KaonZeroLongDefinition();
+  G4KaonZeroShort::KaonZeroShortDefinition();
 }
 
-H02PhysicsList::~H02PhysicsList()
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+void H02PhysicsList::ConstructBaryons()
 {
+  //  barions
+  G4Proton::ProtonDefinition();
+  G4AntiProton::AntiProtonDefinition();
+
+  G4Neutron::NeutronDefinition();
+  G4AntiNeutron::AntiNeutronDefinition();
 }
 
-void H02PhysicsList::SetCuts()
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+void H02PhysicsList::ConstructProcess()
 {
-  //  " G4VUserPhysicsList::SetCutsWithDefault" method sets 
-  //   the default cut value for all particle types 
-  SetCutsWithDefault();   
+  AddTransportation();
+  ConstructEM();
+  ConstructGeneral();
 }
 
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+#include "G4ComptonScattering.hh"
+#include "G4GammaConversion.hh"
+#include "G4PhotoElectricEffect.hh"
+
+#include "G4MultipleScattering.hh"
+
+#include "G4eIonisation.hh"
+#include "G4eBremsstrahlung.hh"
+#include "G4eplusAnnihilation.hh"
+
+#include "G4MuIonisation.hh"
+#include "G4MuBremsstrahlung.hh"
+#include "G4MuPairProduction.hh"
+
+#include "G4hIonisation.hh"
+
+#include "G4StepLimiter.hh"
+#include "G4UserSpecialCuts.hh"
+
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+void H02PhysicsList::ConstructEM()
+{
+  theParticleIterator->reset();
+  while( (*theParticleIterator)() ){
+    G4ParticleDefinition* particle = theParticleIterator->value();
+    G4ProcessManager* pmanager = particle->GetProcessManager();
+    G4String particleName = particle->GetParticleName();
+     
+    if (particleName == "gamma") {
+      // gamma         
+      pmanager->AddDiscreteProcess(new G4PhotoElectricEffect);
+      pmanager->AddDiscreteProcess(new G4ComptonScattering);
+      pmanager->AddDiscreteProcess(new G4GammaConversion);
+      
+    } else if (particleName == "e-") {
+      //electron
+      pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
+      pmanager->AddProcess(new G4eIonisation,       -1, 2,2);
+      pmanager->AddProcess(new G4eBremsstrahlung,   -1, 3,3);      
+
+    } else if (particleName == "e+") {
+      //positron
+      pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
+      pmanager->AddProcess(new G4eIonisation,       -1, 2,2);
+      pmanager->AddProcess(new G4eBremsstrahlung,   -1, 3,3);
+      pmanager->AddProcess(new G4eplusAnnihilation,  0,-1,4);
+
+    } else if( particleName == "mu+" || 
+               particleName == "mu-"    ) {
+      //muon  
+      pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
+      pmanager->AddProcess(new G4MuIonisation,      -1, 2,2);
+      pmanager->AddProcess(new G4MuBremsstrahlung,  -1, 3,3);
+      pmanager->AddProcess(new G4MuPairProduction,  -1, 4,4);       
+     
+    } else if ((!particle->IsShortLived()) &&
+	       (particle->GetPDGCharge() != 0.0) && 
+	       (particle->GetParticleName() != "chargedgeantino")) {
+      //all others charged particles except geantino
+      pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
+      pmanager->AddProcess(new G4hIonisation,       -1, 2,2);
+      //step limit
+      pmanager->AddProcess(new G4StepLimiter,       -1,-1,3);         
+      ///pmanager->AddProcess(new G4UserSpecialCuts,   -1,-1,4);  
+    }
+  }
+}
+
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+#include "G4Decay.hh"
+void H02PhysicsList::ConstructGeneral()
+{
+  // Add Decay Process
+  G4Decay* theDecayProcess = new G4Decay();
+  theParticleIterator->reset();
+  while( (*theParticleIterator)() ){
+    G4ParticleDefinition* particle = theParticleIterator->value();
+    G4ProcessManager* pmanager = particle->GetProcessManager();
+    if (theDecayProcess->IsApplicable(*particle)) { 
+      pmanager ->AddProcess(theDecayProcess);
+      // set ordering for PostStepDoIt and AtRestDoIt
+      pmanager ->SetProcessOrdering(theDecayProcess, idxPostStep);
+      pmanager ->SetProcessOrdering(theDecayProcess, idxAtRest);
+    }
+  }
+}
+
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+void H02PhysicsList::SetCuts()
+{
+  //G4VUserPhysicsList::SetCutsWithDefault method sets 
+  //the default cut value for all particle types 
+  //
+  SetCutsWithDefault();
+     
+  if (verboseLevel>0) DumpCutValuesTable();
+}
 
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/vis.mac b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/vis.mac
index edafc0775c3511957c499c8e3cef42015357836f..b68a0abdd6f66533c40eeb7bac1d12375bdf4a9b 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/vis.mac
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/vis.mac
@@ -1,5 +1,5 @@
 #
-# Macro file for the initialization phase of "exampleN02.cc"
+# Macro file for the initialization phase
 # when runing in interactive mode
 #
 # Sets some default verbose
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/GNUmakefile b/examples/extended/eventgenerator/HepMC/HepMCEx02/GNUmakefile
index fed8b6056bb087a107f8aeec519467fec70eb702..d3c3a4fe6e9c14c15cf9d90d22b1c9286f212c91 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02/GNUmakefile
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.2 2002/05/28 14:19:07 murakami Exp $
+# $Id: GNUmakefile,v 1.3 2006/07/05 12:04:06 gcosmo Exp $
 # --------------------------------------------------------------
 # GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
 # --------------------------------------------------------------
@@ -6,10 +6,6 @@ name := hepmcEx02
 G4TARGET := $(name)
 G4EXLIB := true
 
-#ifndef G4WORKDIR
-#  G4WORKDIR := .
-#endif
-
 .PHONY: all
 all : lib bin
 
@@ -18,58 +14,29 @@ include $(G4INSTALL)/config/binmake.gmk
 # -----------------------------------------------------------------
 # HepMC and PYTHIA
 
-# if you donnot use Pythia library, comment out.
-USE_PYTHIA := 1
-
-# HepMC
-HEPMC_DIR := /opt/heplib/HepMC/1.21
-INCFLAGS  += -I$(HEPMC_DIR)
-
-# check gcc
-USE_GCC := 0
-ifeq ($(G4SYSTEM),Linux-g++)
-  USE_GCC := 1
-endif
-ifeq ($(G4SYSTEM),Linux-egcs)
-  USE_GCC := 1
+# if you do not use Pythia library, comment out the next line.
+#
+G4LIB_USE_PYTHIA := 1
+ifdef G4LIB_USE_PYTHIA
+  CPPFLAGS += -DG4LIB_USE_PYTHIA
 endif
 
-ifeq ($(USE_GCC),1)
-   LDLIBS1  += -Wl,-rpath $(HEPMC_DIR)
+# Define HepMC installation path (HepMC 1.27)
+#
+ifndef HEPMC_DIR
+	@echo HEPMC_DIR not defined!
 endif
+INCFLAGS  += -I$(HEPMC_DIR)/include
 
-ifdef USE_PYTHIA
-    LDLIBS1  += -L$(HEPMC_DIR) -lHepMC
+ifdef G4LIB_USE_PYTHIA
+    LDLIBS1  += -L$(HEPMC_DIR)/lib -lHepMC -lHepMCfio
 else
-    LDLIBS1  += -L$(HEPMC_DIR) -lHepMC $(G4TMPDIR)/HEPEvtcom.o
-endif
-
-ifdef USE_PYTHIA 
-  CERNLIB_DIR := /cern/pro/lib
-  LDLIBS1     += -L$(CERNLIB_DIR) -lpythia6
-
-  # if you  get pythia initialization errors, try the next flag.
-  #NEED_INITPYDATA := 1
-  ifdef NEED_INITPYDATA
-    CXXFLAGS  += -DNEED_INITPYDATA
-    LDLIBS1   += $(HepMC_DIR)/src/initpydata.o
-   #LDLIBS1   += external/initpydata.o
-  endif
-
-  LDLIBS1     += $(FCLIBS)
+    LDLIBS1  += -L$(HEPMC_DIR)/lib -lHepMC -lHepMCfio $(G4TMPDIR)/HEPEvtcom.o
 endif
-# -----------------------------------------------------------------
 
-CXXFLAGS_WITHOUT_O := $(filter-out -O% , $(CXXFLAGS))
-CXXFLAGS_WITHOUT_O := $(filter-out +O% , $(CXXFLAGS_WITHOUT_O))
-
-# On HP-acc optimization has to be turned off to compile ExN04HadronPhysics.
+# Path for PYTHIA Fortran library. Based on CERNLIB-2005.
+# Add "/cern/pro/bin" to $PATH first !
 #
-ifeq ($(G4SYSTEM),HP-aCC)
-  COMPILER := $(shell aCC -V 2>&1)
-ifeq ($(COMPILER), aCC: HP ANSI C++ B3910B A.01.15)
-$(G4TMP)/$(G4SYSTEM)/$(name)/XXHadronPhysics.o: src/XXHadronPhysics.cc
-	$(CXX) $(CXXFLAGS_WITHOUT_O) $(CPPFLAGS) -c $(OUT_OBJ)$@ src/XXHadronPhysics.cc
-endif
+ifdef G4LIB_USE_PYTHIA 
+  LDLIBS1     += $(shell cernlib -v pro pythia6205 pdflib804 mathlib) -lg2c
 endif
-
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/History b/examples/extended/eventgenerator/HepMC/HepMCEx02/History
index d377fd542ffdccbe398055a6c8e07693630b4572..f31ea812d9186333ad4f15b9aa4704d76b56fe4f 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02/History
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/History
@@ -1,4 +1,4 @@
-$Id: History,v 1.6 2005/05/03 10:05:49 allison Exp $
+$Id: History,v 1.7 2006/07/05 12:04:07 gcosmo Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -15,23 +15,28 @@ track of all tags.
      * Reverse chronological order (last date on top), please *
      ----------------------------------------------------------
 
-3rd May 2005  John Allison  (examples-V07-00-03)
+Jul, 5th, 2006 G.Cosmo  (exHepMC-V08-01-00)
+- Updated to current version of exampleN02 for the physics-lists.
+  Now working with release series 8.
+- Corrected GNUmakefile, now requiring CERNLIB 2005 for PYTHIA-8.0.4
+  and HepMC 1.27 or greater.
+
+May, 3rd, 2005  John Allison  (examples-V07-00-03)
 - Replaced vis manager with G4VisExecutive.
 
-Nov. 13, 2003  John Allison
+Nov, 13th, 2003  John Allison
 - Reconstructed Vis Manager.
 
-Jul. 04, 2003  G.Cosmo (exHepMC-V05-02-00)
-- fixed compilation errors due to incorrect code migration from g4std wrappers.
-- fixed pedantic compilation warnings on Linux-g++.
-
-Nov. 19, 2002  K.Murakami
-- modified physics lists as is ExN04.
-- "std" namespace left/not cared was modified to "G4std".
+Jul, 4th, 2003  G.Cosmo (exHepMC-V05-02-00)
+- Fixed compilation errors due to incorrect code migration from g4std wrappers.
+- Fixed pedantic compilation warnings on Linux-g++.
 
-May. 28, 2002  K.Murakami
-- rename classes and filenames.
+Nov, 19th, 2002  K.Murakami
+- Modified physics lists as is ExN02.
+- "std" namespace modified to "G4std".
 
-April 15, 02 K.Murakami
+May, 28th, 2002  K.Murakami
+- Renamed classes and filenames.
 
+Apr, 15th, 2002  K.Murakami
 - Created.
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmcEx02.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmcEx02.cc
index ef091782e559620125e303708d58a15d52d95653..77ca0124f6db05a7b8e3ddd4b77ce003c60de07d 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmcEx02.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmcEx02.cc
@@ -24,17 +24,12 @@
 // ********************************************************************
 //
 //
-// $Id: hepmcEx02.cc,v 1.4 2006/06/29 17:09:29 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: hepmcEx02.cc,v 1.5 2006/07/05 12:04:07 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 // 
 // --------------------------------------------------------------
 //      GEANT 4 - example of HepMC-interface
-//
-// --------------------------------------------------------------
-// Comments
-//
-// 
 // --------------------------------------------------------------
 
 #include "G4RunManager.hh"
@@ -56,25 +51,37 @@ int main(int argc, char** argv)
 {
   G4RunManager* runManager= new G4RunManager;
 
-  runManager-> SetUserInitialization(new H02DetectorConstruction);
-  runManager-> SetUserInitialization(new H02PhysicsList);
+  // User Initialization classes (mandatory)
+  //
+  G4VUserDetectorConstruction* detector = new H02DetectorConstruction;
+  runManager-> SetUserInitialization(detector);
+  //
+  G4VUserPhysicsList* physics = new H02PhysicsList;
+  runManager-> SetUserInitialization(physics);
 
   runManager-> Initialize();
 
-  runManager-> SetUserAction(new H02PrimaryGeneratorAction);
-  runManager-> SetUserAction(new H02EventAction);
-  runManager-> SetUserAction(new H02SteppingAction);
+  // User Action classes
+  //
+  G4VUserPrimaryGeneratorAction* gen_action = new H02PrimaryGeneratorAction;
+  runManager-> SetUserAction(gen_action);
+  //
+  G4UserEventAction* event_action = new H02EventAction;
+  runManager-> SetUserAction(event_action);
+  //
+  G4UserSteppingAction* stepping_action = new H02SteppingAction;
+  runManager-> SetUserAction(stepping_action);
 
 #ifdef G4VIS_USE
-  // initialize visualization package
+  // Initialize visualization package
+  //
   G4VisManager* visManager= new G4VisExecutive;
   visManager-> Initialize();
   G4cout << G4endl;
 #endif
 
-  if(argc==1) {
-    // G4UIterminal is a (dumb) terminal.
-
+  if(argc==1)  // G4UIterminal is a (dumb) terminal
+  {
 #ifdef QERAUOY
     G4UItcsh* tcsh= new
       G4UItcsh("hepmcEx02(%s)[%/]:");
@@ -87,13 +94,19 @@ int main(int argc, char** argv)
     session->SessionStart();
     delete session;
 
-  } else {
+  }
+  else  // Batch mode
+  {
     G4UImanager* UImanager= G4UImanager::GetUIpointer();
     G4String command= "/control/execute ";
     G4String fileName= argv[1];
     UImanager-> ApplyCommand(command+fileName);
   }
 
+  // Free the store: user actions, physics_list and detector_description are
+  //                 owned and deleted by the run manager, so they should not
+  //                 be deleted in the main() program !
+
 #ifdef G4VIS_USE
   delete visManager;
 #endif
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmc_ascii.out b/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmc_ascii.out
index f81e38ab9692c37a736ada4ceedbc66a08ed784b..da401d70f853758cfbdfe9638305e1699d392e32 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmc_ascii.out
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmc_ascii.out
@@ -1,101 +1,211 @@
-**********************************************
- Geant4 version $Name: geant4-08-01 $
-                                (31-Jul-2002)
-             Copyright : Geant4 Collaboration
-**********************************************
 
-phot:  Total cross sections from Sandia parametrisation. 
-MuonMinusCaptureAtRest is created 
-
-compt:  Total cross sections from a parametrisation. Good description from 10 KeV to (100/Z) GeV. 
-       Scattered gamma energy according Klein-Nishina.
-        PhysicsTables from 1 keV to 100 GeV in 80 bins. 
-
-conv:  Total cross sections from a parametrisation. Good description from 1.5 MeV to 100 GeV for all Z. 
-        e+e- energies according Bethe-Heitler
-        PhysicsTables from 1.022 MeV to 100 GeV in 100 bins. 
-
-eBrem:  Total cross sections from a NEW parametrisation based on the EEDL data library. 
- Good description from 1 KeV to 100 GeV.
-        log scale extrapolation above 100 GeV 
-        Gamma energy sampled from a parametrised formula.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-eIoni:  delta cross sections from Moller+Bhabha. Good description from 1 KeV to 100 GeV.
-        delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
-
-annihil:  Total cross section from Heilter formula(annihilation into 2 photons).
-        gamma energies sampled according Heitler
-        PhysicsTables from 10 keV to 10 TeV in 100 bins. 
+*************************************************************
+ Geant4 version Name: geant4-08-01-ref-00    (30-June-2006)
+                      Copyright : Geant4 Collaboration
+                      Reference : NIM A 506 (2003), 250-303
+                            WWW : http://cern.ch/geant4
+*************************************************************
 
-annihil:  Total cross section from Heilter formula(annihilation into 2 photons).
-        gamma energies sampled according Heitler
-        PhysicsTables from 10 keV to 10 TeV in 100 bins. 
-
-hIoni:    Knock-on electron cross sections . 
-         Good description above the mean excitation energy.
-         delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
-
-MuIoni:    Knock-on electron cross sections . 
-         Good description above the mean excitation energy.
-         delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-MuBrems:  theoretical cross section 
-          Good description up to 1000 PeV.
-    PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-MuPairProd:  theoretical cross sections 
-          Good description up to 1000 PeV.
-    PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
 Visualization Manager instantiating...
 Visualization Manager initialising...
 Registering graphics systems...
-*  Visualizaton Driver: DAWN
-*  Visualizaton Driver: VRML1/2
-*  Visualizaton Driver: VRML1/2 File
 
-You have successfully chosen to use the following graphics systems.
+You have successfully registered the following graphics systems.
 Current available graphics systems are:
   ASCIITree (ATree)
   DAWNFILE (DAWNFILE)
+  GAGTree (GAGTree)
+  G4HepRep (HepRepXML)
+  G4HepRepFile (HepRepFile)
+  RayTracer (RayTracer)
+  VRML1FILE (VRML1FILE)
+  VRML2FILE (VRML2FILE)
+  FukuiRenderer (DAWN)
   OpenGLImmediateX (OGLIX)
   OpenGLStoredX (OGLSX)
   OpenGLImmediateXm (OGLIXm)
   OpenGLStoredXm (OGLSXm)
+  OpenInventorXt (OIX)
+  RayTracerX (RayTracerX)
   VRML1 (VRML1)
   VRML2 (VRML2)
-  VRML1FILE (VRML1FILE)
-  VRML2FILE (VRML2FILE)
+
+Registering model factories...
+
+You have successfully registered the following model factories.
+Registered model factories:
+  generic
+  drawByCharge
+  drawByParticleID
+  drawByOriginVolume
+
+Registered models: 
+  None
+
+Registered filter factories:
+  chargeFilter
+  particleFilter
+  originVolumeFilter
+
+Registered filters:
+  None
+
 
 current generator type: hepmcAscii
 HepMC Ascii inputfile: data/example_MyPythia.dat
 IO_Ascii: unformated ascii file IO for machine reading.
-	File openmode: 1 file state: 0 bad:0 eof:0 fail:0 good:0
+	File openmode: 8 file state: 0 bad:0 eof:0 fail:0 good:0
+
+phot:  Total cross sections from Sandia parametrisation. 
+
+compt:  Total cross sections has a good parametrisation from 10 KeV to (100/Z) GeV
+      Sampling according Klein-Nishina model
+      tables are built for  gamma
+      Lambda tables from 100 eV  to 100 GeV in 90 bins.
+
+conv:  Total cross sections has a good parametrisation from 1.5 MeV to 100 GeV for all Z;
+      sampling secondary e+e- according to the Bethe-Heitler model
+      tables are built for  gamma
+      Lambda tables from 1.022 MeV to 100 GeV in 100 bins.
+
+msc:  Model variant of multiple scattering for e-
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+eIoni:   tables are built for  e-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+eBrem:   tables are built for  e-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Total cross sections from a parametrisation based on the EEDL data library. 
+      Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV.
+
+eIoni:   tables are built for  e+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+eBrem:   tables are built for  e+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Total cross sections from a parametrisation based on the EEDL data library. 
+      Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV.
+
+annihil:       Heilter model of formula of annihilation into 2 photons
+      tables are built for  e+
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+
+msc:  Model variant of multiple scattering for proton
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+hIoni:   tables are built for  proton
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+hIoni:   tables are built for  anti_proton
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for mu+
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+muIoni:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, 
+      radiative corrections for E > 1 GeV
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+muBrems:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muPairProd:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muIoni:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, 
+      radiative corrections for E > 1 GeV
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+muBrems:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muPairProd:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+hIoni:   tables are built for  pi+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 0.297504 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for pi-
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+hIoni:   tables are built for  pi-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 0.297504 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+========= Table of registered couples ==============================
+
+Index : 0     used in the geometry : Yes     recalculation needed : No 
+ Material : Air
+ Range cuts        :  gamma 1 cm     e- 1 cm     e+ 1 cm 
+ Energy thresholds :  gamma 990 eV     e- 8.07135 keV    e+ 8.07135 keV
+ Region(s) which use this couple : 
+    DefaultRegionForTheWorld
+
+Index : 1     used in the geometry : Yes     recalculation needed : No 
+ Material : Lead
+ Range cuts        :  gamma 1 cm     e- 1 cm     e+ 1 cm 
+ Energy thresholds :  gamma 282.478 keV    e- 15.0137 MeV    e+ 13.9447 MeV
+ Region(s) which use this couple : 
+    DefaultRegionForTheWorld
+
+Index : 2     used in the geometry : Yes     recalculation needed : No 
+ Material : ArgonGas
+ Range cuts        :  gamma 1 cm     e- 1 cm     e+ 1 cm 
+ Energy thresholds :  gamma 990 eV     e- 10.3667 keV    e+ 10.2399 keV
+ Region(s) which use this couple : 
+    DefaultRegionForTheWorld
+
+====================================================================
+
 ________________________________________________________________________________
 GenEvent: #1 ID=20 SignalProcessGenVertex Barcode: 0
  Current Memory Usage: 1 events, 78 vertices, 210 particles.
  Entries this event: 78 vertices, 210 particles.
  RndmState(0)=
  Wgts(0)=
- EventScale -1 GeV 	 alphaQCD=-1	 alphaQED=-1
+ EventScale -1 [energy] 	 alphaQCD=-1	 alphaQED=-1
                                     GenParticle Legend
         Barcode   PDG ID      ( Px,       Py,       Pz,     E ) Stat  DecayVtx
 ________________________________________________________________________________
@@ -105,9 +215,9 @@ GenVertex:       -1 ID:    0 (X,cT):0
              20     2101 +7.76e-01,+9.12e-01,+4.45e+03,+4.45e+03   2       -16
 GenVertex:       -2 ID:    0 (X,cT):0
  I: 1         2     2212 +0.00e+00,+0.00e+00,-7.00e+03,+7.00e+03   3        -2
- O: 3         4       -1 -1.01e+00,-1.27e-02,-4.15e+00,+4.27e+00   3        -4
+ O: 3        26        1 +8.08e-03,-1.46e-02,-2.46e+03,+2.46e+03   2       -16
+              4       -1 -1.01e+00,-1.27e-02,-4.15e+00,+4.27e+00   3        -4
              13     2214 +1.00e-00,+2.73e-02,-4.08e+03,+4.08e+03   2        -9
-             26        1 +8.08e-03,-1.46e-02,-2.46e+03,+2.46e+03   2       -16
 GenVertex:       -3 ID:    0 (X,cT):0
  I: 1         3        2 -7.76e-01,-9.12e-01,+1.88e+03,+1.88e+03   3        -3
  O: 4         5        2 -5.02e+00,+1.15e+00,+1.48e+03,+1.48e+03   3        -5
@@ -126,17 +236,17 @@ GenVertex:       -5 ID:    0 (X,cT):0
               8       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   3        -7
 GenVertex:       -6 ID:    0 (X,cT):0
  I: 1         7       22 -4.03e+00,-1.23e+00,+2.46e+02,+2.46e+02   3        -6
- O: 1         9       22 -4.03e+00,-1.23e+00,+2.46e+02,+2.46e+02   1     (nil)
+ O: 1         9       22 -4.03e+00,-1.23e+00,+2.46e+02,+2.46e+02   1
 GenVertex:       -7 ID:    0 (X,cT):0
  I: 1         8       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   3        -7
  O: 1        10       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   2        -8
 GenVertex:       -8 ID:    0 (X,cT):0
  I: 1        10       24 -9.67e-01,+1.07e+01,+1.23e+03,+1.24e+03   2        -8
- O: 2        11      -13 -2.56e+01,+4.70e+01,+2.09e+02,+2.16e+02   1     (nil)
-             12       14 +2.47e+01,-3.63e+01,+1.02e+03,+1.02e+03   1     (nil)
+ O: 2        11      -13 -2.56e+01,+4.70e+01,+2.09e+02,+2.16e+02   1
+             12       14 +2.47e+01,-3.63e+01,+1.02e+03,+1.02e+03   1
 GenVertex:       -9 ID:    0 (X,cT):0
  I: 1        13     2214 +1.00e-00,+2.73e-02,-4.08e+03,+4.08e+03   2        -9
- O: 2        29     2212 +1.02e+00,+1.18e-01,-3.74e+03,+3.74e+03   1     (nil)
+ O: 2        29     2212 +1.02e+00,+1.18e-01,-3.74e+03,+3.74e+03   1
              30      111 -2.46e-02,-9.09e-02,-3.46e+02,+3.46e+02   2       -20
 GenVertex:      -10 ID:    0 (X,cT):0
  I: 2        14        1 +2.31e+00,+5.82e+00,+1.51e+02,+1.51e+02   2       -10
@@ -144,14 +254,14 @@ GenVertex:      -10 ID:    0 (X,cT):0
  O: 1        31       92 +0.00e+00,+0.00e+00,+1.97e+02,+1.97e+02   2       -11
 GenVertex:      -11 ID:    0 (X,cT):0
  I: 1        31       92 +0.00e+00,+0.00e+00,+1.97e+02,+1.97e+02   2       -11
- O: 8        32     -211 +2.54e-01,+1.65e+00,+3.42e+01,+3.42e+01   1     (nil)
-             33      211 +1.83e-01,-2.25e-01,+8.98e+00,+8.99e+00   1     (nil)
-             34     -211 +1.65e+00,+3.36e+00,+8.55e+01,+8.56e+01   1     (nil)
+ O: 8        32     -211 +2.54e-01,+1.65e+00,+3.42e+01,+3.42e+01   1
+             33      211 +1.83e-01,-2.25e-01,+8.98e+00,+8.99e+00   1
+             34     -211 +1.65e+00,+3.36e+00,+8.55e+01,+8.56e+01   1
              35      221 +1.53e-01,+1.01e-01,+1.68e+01,+1.68e+01   2       -21
-             36      211 -5.43e-01,+7.13e-02,+3.10e+00,+3.15e+00   1     (nil)
+             36      211 -5.43e-01,+7.13e-02,+3.10e+00,+3.15e+00   1
              37      221 -4.39e-01,-1.09e+00,+1.62e+01,+1.63e+01   2       -22
              38     -213 -1.18e+00,-2.20e+00,+1.67e+01,+1.70e+01   2       -23
-             39      211 -8.40e-02,-1.67e+00,+1.53e+01,+1.54e+01   1     (nil)
+             39      211 -8.40e-02,-1.67e+00,+1.53e+01,+1.54e+01   1
 GenVertex:      -12 ID:    0 (X,cT):0
  I: 2        16        2 -3.95e+00,-1.33e+00,+3.41e+01,+3.44e+01   2       -12
              17       -2 +3.95e+00,+1.33e+00,+4.38e+02,+4.38e+02   2       -12
@@ -159,10 +269,10 @@ GenVertex:      -12 ID:    0 (X,cT):0
 GenVertex:      -13 ID:    0 (X,cT):0
  I: 1        40       92 +0.00e+00,+0.00e+00,+4.72e+02,+4.72e+02   2       -13
  O: 8        41      221 -2.68e+00,-7.41e-01,+2.70e+01,+2.71e+01   2       -24
-             42      211 -1.08e+00,-1.77e-01,+8.94e+00,+9.00e+00   1     (nil)
+             42      211 -1.08e+00,-1.77e-01,+8.94e+00,+9.00e+00   1
              43      223 +7.31e-01,-2.42e-01,+2.97e+01,+2.97e+01   2       -25
              44     -213 +6.83e-02,+2.16e-01,+2.67e+01,+2.67e+01   2       -26
-             45      211 -7.62e-02,+3.34e-01,+9.98e+00,+9.98e+00   1     (nil)
+             45      211 -7.62e-02,+3.34e-01,+9.98e+00,+9.98e+00   1
              46      223 +1.18e+00,+7.67e-03,+1.59e+02,+1.59e+02   2       -27
              47     -213 +4.18e-01,+2.70e-01,+5.63e+01,+5.63e+01   2       -28
              48      111 +1.44e+00,+3.32e-01,+1.54e+02,+1.54e+02   2       -29
@@ -173,49 +283,49 @@ GenVertex:      -14 ID:    0 (X,cT):0
 GenVertex:      -15 ID:    0 (X,cT):0
  I: 1        49       92 +0.00e+00,+0.00e+00,-3.75e+02,+3.75e+02   2       -15
  O: 3        50      113 +1.57e+00,+2.83e+00,-6.11e+01,+6.12e+01   2       -30
-             51      211 +2.02e-01,+1.20e-01,-2.70e+01,+2.70e+01   1     (nil)
-             52     -211 -1.77e+00,-2.95e+00,-2.86e+02,+2.86e+02   1     (nil)
+             51      211 +2.02e-01,+1.20e-01,-2.70e+01,+2.70e+01   1
+             52     -211 -1.77e+00,-2.95e+00,-2.86e+02,+2.86e+02   1
 GenVertex:      -16 ID:    0 (X,cT):0
- I: 7        20     2101 +7.76e-01,+9.12e-01,+4.45e+03,+4.45e+03   2       -16
-             26        1 +8.08e-03,-1.46e-02,-2.46e+03,+2.46e+03   2       -16
+ I: 7        26        1 +8.08e-03,-1.46e-02,-2.46e+03,+2.46e+03   2       -16
              21       21 +1.46e+00,-3.91e-01,+1.09e+02,+1.09e+02   2       -16
              22       21 +3.11e+00,+2.32e-01,+1.46e+02,+1.47e+02   2       -16
              23       21 -1.09e-01,-1.87e+00,+8.61e+01,+8.61e+01   2       -16
              24       21 -5.37e-01,-6.68e+00,+4.75e+01,+4.79e+01   2       -16
              25       21 -7.11e-01,-1.71e+00,+1.08e+01,+1.10e+01   2       -16
+             20     2101 +7.76e-01,+9.12e-01,+4.45e+03,+4.45e+03   2       -16
  O: 1        53       92 +3.99e+00,-9.52e+00,+2.38e+03,+7.31e+03   2       -17
 GenVertex:      -17 ID:    0 (X,cT):0
  I: 1        53       92 +3.99e+00,-9.52e+00,+2.38e+03,+7.31e+03   2       -17
- O:31        54     2212 +8.22e-01,+7.58e-01,+2.86e+03,+2.86e+03   1     (nil)
+ O:31        54     2212 +8.22e-01,+7.58e-01,+2.86e+03,+2.86e+03   1
              55      113 -3.60e-01,-1.69e-01,+8.62e+02,+8.62e+02   2       -31
              56    -2214 +1.03e+00,+9.30e-02,+4.53e+02,+4.53e+02   2       -32
              57      223 -3.60e-01,+4.04e-01,+1.25e+02,+1.25e+02   2       -33
-             58     2212 +1.68e+00,-6.25e-01,+1.57e+02,+1.57e+02   1     (nil)
+             58     2212 +1.68e+00,-6.25e-01,+1.57e+02,+1.57e+02   1
              59     -213 +5.56e-01,+3.45e-01,+9.14e+01,+9.14e+01   2       -34
              60     -311 +6.88e-02,-2.98e-02,+3.77e+01,+3.77e+01   2       -35
              61      311 +5.59e-01,-2.32e-01,+5.88e+01,+5.88e+01   2       -36
-             62      211 +3.24e-01,-1.11e+00,+5.03e+01,+5.03e+01   1     (nil)
+             62      211 +3.24e-01,-1.11e+00,+5.03e+01,+5.03e+01   1
              63      113 -1.65e-02,-7.81e-02,+4.91e+00,+4.95e+00   2       -37
-             64     -211 +7.06e-01,-6.40e-01,+6.56e+01,+6.56e+01   1     (nil)
+             64     -211 +7.06e-01,-6.40e-01,+6.56e+01,+6.56e+01   1
              65      213 +4.72e-01,-4.39e-01,+1.44e+01,+1.44e+01   2       -38
              66     -213 -3.00e-01,-3.82e-01,+1.62e+01,+1.63e+01   2       -39
-             67      211 -4.39e-01,-3.19e+00,+2.48e+01,+2.50e+01   1     (nil)
-             68     -211 -1.40e-01,-1.20e-01,+4.92e-01,+5.44e-01   1     (nil)
+             67      211 -4.39e-01,-3.19e+00,+2.48e+01,+2.50e+01   1
+             68     -211 -1.40e-01,-1.20e-01,+4.92e-01,+5.44e-01   1
              69     -311 -2.66e-01,-2.65e+00,+2.07e+01,+2.08e+01   2       -40
              70      323 +1.09e-01,-8.86e-01,+4.66e+00,+4.83e+00   2       -41
              71      113 -4.98e-01,-2.28e-01,+1.70e+00,+1.96e+00   2       -42
              72     -323 -2.90e-01,-2.30e-01,+6.43e-01,+1.16e+00   2       -43
              73      311 +7.90e-02,-3.23e-02,-8.47e-01,+9.86e-01   2       -44
              74      113 +1.28e-01,+1.79e-01,-7.07e-01,+1.09e+00   2       -45
-             75    -2112 +2.40e-01,-6.43e-01,-2.35e+00,+2.62e+00   1     (nil)
-             76     2112 +1.43e-01,-2.20e-01,-2.23e+00,+2.43e+00   1     (nil)
+             75    -2112 +2.40e-01,-6.43e-01,-2.35e+00,+2.62e+00   1
+             76     2112 +1.43e-01,-2.20e-01,-2.23e+00,+2.43e+00   1
              77      221 -1.58e-01,+9.23e-01,-1.12e+01,+1.12e+01   2       -46
-             78      211 -3.97e-01,-5.01e-01,-1.11e+00,+1.29e+00   1     (nil)
+             78      211 -3.97e-01,-5.01e-01,-1.11e+00,+1.29e+00   1
              79      111 +2.87e-01,+2.82e-01,-1.04e+00,+1.12e+00   2       -47
              80      223 +4.06e-01,-2.45e-01,-3.51e+01,+3.51e+01   2       -48
-             81     -321 -6.14e-01,+2.77e-01,-2.28e+02,+2.28e+02   1     (nil)
+             81     -321 -6.14e-01,+2.77e-01,-2.28e+02,+2.28e+02   1
              82      323 +1.26e-01,-3.07e-01,-1.50e+03,+1.50e+03   2       -49
-             83     -321 +1.94e-01,+2.93e-01,-1.69e+02,+1.69e+02   1     (nil)
+             83     -321 +1.94e-01,+2.93e-01,-1.69e+02,+1.69e+02   1
              84      311 -9.36e-02,-1.11e-01,-5.09e+02,+5.09e+02   2       -50
 GenVertex:      -18 ID:    0 (X,cT):0
  I: 2        27       21 -1.37e-01,-5.99e+00,-1.38e+01,+1.51e+01   2       -18
@@ -223,23 +333,23 @@ GenVertex:      -18 ID:    0 (X,cT):0
  O: 1        85       92 +0.00e+00,+0.00e+00,-7.51e+01,+7.66e+01   2       -19
 GenVertex:      -19 ID:    0 (X,cT):0
  I: 1        85       92 +0.00e+00,+0.00e+00,-7.51e+01,+7.66e+01   2       -19
- O: 9        86    -2112 -3.84e-02,-2.48e+00,-7.98e+00,+8.41e+00   1     (nil)
-             87     2212 +1.88e-01,-2.14e+00,-4.49e+00,+5.07e+00   1     (nil)
+ O: 9        86    -2112 -3.84e-02,-2.48e+00,-7.98e+00,+8.41e+00   1
+             87     2212 +1.88e-01,-2.14e+00,-4.49e+00,+5.07e+00   1
              88     -213 +2.00e-01,-1.11e-01,-1.66e+00,+1.83e+00   2       -51
              89     -313 -6.26e-01,+1.37e+00,-1.29e+01,+1.30e+01   2       -52
-             90      321 +7.89e-02,+7.45e-01,-1.09e+01,+1.10e+01   1     (nil)
-             91     -211 +4.23e-02,+3.92e-01,-8.74e+00,+8.75e+00   1     (nil)
-             92      211 +6.44e-02,+3.67e-01,-1.38e+00,+1.43e+00   1     (nil)
-             93    -2212 +4.16e-02,+5.64e-01,-1.20e+01,+1.20e+01   1     (nil)
-             94     2112 +4.92e-02,+1.30e+00,-1.50e+01,+1.51e+01   1     (nil)
+             90      321 +7.89e-02,+7.45e-01,-1.09e+01,+1.10e+01   1
+             91     -211 +4.23e-02,+3.92e-01,-8.74e+00,+8.75e+00   1
+             92      211 +6.44e-02,+3.67e-01,-1.38e+00,+1.43e+00   1
+             93    -2212 +4.16e-02,+5.64e-01,-1.20e+01,+1.20e+01   1
+             94     2112 +4.92e-02,+1.30e+00,-1.50e+01,+1.51e+01   1
 Vertex:      -20 ID:    0 (X,cT)=-7.43e-06,-2.74e-05,-1.04e-01,+1.04e-01
  I: 1        30      111 -2.46e-02,-9.09e-02,-3.46e+02,+3.46e+02   2       -20
- O: 2        95       22 -4.57e-02,-1.20e-01,-2.72e+02,+2.72e+02   1     (nil)
-             96       22 +2.11e-02,+2.92e-02,-7.38e+01,+7.38e+01   1     (nil)
+ O: 2        95       22 -4.57e-02,-1.20e-01,-2.72e+02,+2.72e+02   1
+             96       22 +2.11e-02,+2.92e-02,-7.38e+01,+7.38e+01   1
 GenVertex:      -21 ID:    0 (X,cT):0
  I: 1        35      221 +1.53e-01,+1.01e-01,+1.68e+01,+1.68e+01   2       -21
- O: 3        97      211 +1.91e-01,+1.34e-01,+6.86e+00,+6.86e+00   1     (nil)
-             98     -211 -4.99e-02,-5.38e-02,+4.31e+00,+4.31e+00   1     (nil)
+ O: 3        97      211 +1.91e-01,+1.34e-01,+6.86e+00,+6.86e+00   1
+             98     -211 -4.99e-02,-5.38e-02,+4.31e+00,+4.31e+00   1
              99      111 +1.27e-02,+2.08e-02,+5.61e+00,+5.61e+00   2       -53
 GenVertex:      -22 ID:    0 (X,cT):0
  I: 1        37      221 -4.39e-01,-1.09e+00,+1.62e+01,+1.63e+01   2       -22
@@ -248,118 +358,118 @@ GenVertex:      -22 ID:    0 (X,cT):0
             102      111 -2.65e-01,-5.85e-01,+7.55e+00,+7.58e+00   2       -56
 GenVertex:      -23 ID:    0 (X,cT):0
  I: 1        38     -213 -1.18e+00,-2.20e+00,+1.67e+01,+1.70e+01   2       -23
- O: 2       103     -211 +5.93e-02,-7.99e-01,+3.99e+00,+4.07e+00   1     (nil)
+ O: 2       103     -211 +5.93e-02,-7.99e-01,+3.99e+00,+4.07e+00   1
             104      111 -1.24e+00,-1.40e+00,+1.27e+01,+1.29e+01   2       -57
 GenVertex:      -24 ID:    0 (X,cT):0
  I: 1        41      221 -2.68e+00,-7.41e-01,+2.70e+01,+2.71e+01   2       -24
- O: 2       105       22 -6.34e-03,-7.93e-02,+8.01e-01,+8.05e-01   1     (nil)
-            106       22 -2.67e+00,-6.61e-01,+2.62e+01,+2.63e+01   1     (nil)
+ O: 2       105       22 -6.34e-03,-7.93e-02,+8.01e-01,+8.05e-01   1
+            106       22 -2.67e+00,-6.61e-01,+2.62e+01,+2.63e+01   1
 GenVertex:      -25 ID:    0 (X,cT):0
  I: 1        43      223 +7.31e-01,-2.42e-01,+2.97e+01,+2.97e+01   2       -25
- O: 3       107     -211 +1.76e-02,+3.37e-02,+3.20e+00,+3.21e+00   1     (nil)
-            108      211 +3.94e-01,+9.73e-02,+1.40e+01,+1.40e+01   1     (nil)
+ O: 3       107     -211 +1.76e-02,+3.37e-02,+3.20e+00,+3.21e+00   1
+            108      211 +3.94e-01,+9.73e-02,+1.40e+01,+1.40e+01   1
             109      111 +3.20e-01,-3.73e-01,+1.25e+01,+1.25e+01   2       -58
 GenVertex:      -26 ID:    0 (X,cT):0
  I: 1        44     -213 +6.83e-02,+2.16e-01,+2.67e+01,+2.67e+01   2       -26
- O: 2       110     -211 -8.41e-02,-1.88e-01,+1.75e+01,+1.75e+01   1     (nil)
+ O: 2       110     -211 -8.41e-02,-1.88e-01,+1.75e+01,+1.75e+01   1
             111      111 +1.52e-01,+4.04e-01,+9.17e+00,+9.18e+00   2       -59
 GenVertex:      -27 ID:    0 (X,cT):0
  I: 1        46      223 +1.18e+00,+7.67e-03,+1.59e+02,+1.59e+02   2       -27
- O: 3       112     -211 +4.71e-01,+6.85e-02,+4.92e+01,+4.92e+01   1     (nil)
-            113      211 +5.97e-01,-1.23e-01,+1.01e+02,+1.01e+02   1     (nil)
+ O: 3       112     -211 +4.71e-01,+6.85e-02,+4.92e+01,+4.92e+01   1
+            113      211 +5.97e-01,-1.23e-01,+1.01e+02,+1.01e+02   1
             114      111 +1.09e-01,+6.20e-02,+9.26e+00,+9.26e+00   2       -60
 GenVertex:      -28 ID:    0 (X,cT):0
  I: 1        47     -213 +4.18e-01,+2.70e-01,+5.63e+01,+5.63e+01   2       -28
- O: 2       115     -211 +4.07e-02,+6.55e-03,+6.59e+00,+6.59e+00   1     (nil)
+ O: 2       115     -211 +4.07e-02,+6.55e-03,+6.59e+00,+6.59e+00   1
             116      111 +3.77e-01,+2.64e-01,+4.98e+01,+4.98e+01   2       -61
 Vertex:      -29 ID:    0 (X,cT)=+3.69e-04,+8.53e-05,+3.95e-02,+3.95e-02
  I: 1        48      111 +1.44e+00,+3.32e-01,+1.54e+02,+1.54e+02   2       -29
- O: 2       117       22 +4.72e-01,+4.59e-02,+5.06e+01,+5.06e+01   1     (nil)
-            118       22 +9.67e-01,+2.86e-01,+1.03e+02,+1.03e+02   1     (nil)
+ O: 2       117       22 +4.72e-01,+4.59e-02,+5.06e+01,+5.06e+01   1
+            118       22 +9.67e-01,+2.86e-01,+1.03e+02,+1.03e+02   1
 GenVertex:      -30 ID:    0 (X,cT):0
  I: 1        50      113 +1.57e+00,+2.83e+00,-6.11e+01,+6.12e+01   2       -30
- O: 2       119     -211 +9.16e-01,+2.13e+00,-4.37e+01,+4.38e+01   1     (nil)
-            120      211 +6.49e-01,+7.08e-01,-1.74e+01,+1.75e+01   1     (nil)
+ O: 2       119     -211 +9.16e-01,+2.13e+00,-4.37e+01,+4.38e+01   1
+            120      211 +6.49e-01,+7.08e-01,-1.74e+01,+1.75e+01   1
 GenVertex:      -31 ID:    0 (X,cT):0
  I: 1        55      113 -3.60e-01,-1.69e-01,+8.62e+02,+8.62e+02   2       -31
- O: 2       121      211 -1.07e-01,+4.26e-02,+1.56e+02,+1.56e+02   1     (nil)
-            122     -211 -2.53e-01,-2.12e-01,+7.07e+02,+7.07e+02   1     (nil)
+ O: 2       121      211 -1.07e-01,+4.26e-02,+1.56e+02,+1.56e+02   1
+            122     -211 -2.53e-01,-2.12e-01,+7.07e+02,+7.07e+02   1
 GenVertex:      -32 ID:    0 (X,cT):0
  I: 1        56    -2214 +1.03e+00,+9.30e-02,+4.53e+02,+4.53e+02   2       -32
- O: 2       123    -2212 +4.99e-01,+1.49e-01,+3.29e+02,+3.29e+02   1     (nil)
+ O: 2       123    -2212 +4.99e-01,+1.49e-01,+3.29e+02,+3.29e+02   1
             124      111 +5.28e-01,-5.58e-02,+1.24e+02,+1.24e+02   2       -62
 GenVertex:      -33 ID:    0 (X,cT):0
  I: 1        57      223 -3.60e-01,+4.04e-01,+1.25e+02,+1.25e+02   2       -33
- O: 3       125      211 -1.22e-01,+3.51e-01,+3.18e+01,+3.18e+01   1     (nil)
-            126     -211 -2.21e-01,+7.11e-02,+8.21e+01,+8.21e+01   1     (nil)
+ O: 3       125      211 -1.22e-01,+3.51e-01,+3.18e+01,+3.18e+01   1
+            126     -211 -2.21e-01,+7.11e-02,+8.21e+01,+8.21e+01   1
             127      111 -1.66e-02,-1.80e-02,+1.09e+01,+1.09e+01   2       -63
 GenVertex:      -34 ID:    0 (X,cT):0
  I: 1        59     -213 +5.56e-01,+3.45e-01,+9.14e+01,+9.14e+01   2       -34
- O: 2       128     -211 +3.11e-01,+3.56e-01,+3.44e+01,+3.44e+01   1     (nil)
+ O: 2       128     -211 +3.11e-01,+3.56e-01,+3.44e+01,+3.44e+01   1
             129      111 +2.45e-01,-1.18e-02,+5.70e+01,+5.70e+01   2       -64
 GenVertex:      -35 ID:    0 (X,cT):0
  I: 1        60     -311 +6.88e-02,-2.98e-02,+3.77e+01,+3.77e+01   2       -35
  O: 1       130      310 +6.88e-02,-2.98e-02,+3.77e+01,+3.77e+01   2       -65
 GenVertex:      -36 ID:    0 (X,cT):0
  I: 1        61      311 +5.59e-01,-2.32e-01,+5.88e+01,+5.88e+01   2       -36
- O: 1       131      130 +5.59e-01,-2.32e-01,+5.88e+01,+5.88e+01   1     (nil)
+ O: 1       131      130 +5.59e-01,-2.32e-01,+5.88e+01,+5.88e+01   1
 GenVertex:      -37 ID:    0 (X,cT):0
  I: 1        63      113 -1.65e-02,-7.81e-02,+4.91e+00,+4.95e+00   2       -37
- O: 2       132      211 +1.08e-01,-5.14e-02,+4.37e+00,+4.38e+00   1     (nil)
-            133     -211 -1.25e-01,-2.68e-02,+5.37e-01,+5.69e-01   1     (nil)
+ O: 2       132      211 +1.08e-01,-5.14e-02,+4.37e+00,+4.38e+00   1
+            133     -211 -1.25e-01,-2.68e-02,+5.37e-01,+5.69e-01   1
 GenVertex:      -38 ID:    0 (X,cT):0
  I: 1        65      213 +4.72e-01,-4.39e-01,+1.44e+01,+1.44e+01   2       -38
- O: 2       134      211 +1.82e-01,-5.33e-01,+1.18e+01,+1.18e+01   1     (nil)
+ O: 2       134      211 +1.82e-01,-5.33e-01,+1.18e+01,+1.18e+01   1
             135      111 +2.91e-01,+9.43e-02,+2.56e+00,+2.58e+00   2       -66
 GenVertex:      -39 ID:    0 (X,cT):0
  I: 1        66     -213 -3.00e-01,-3.82e-01,+1.62e+01,+1.63e+01   2       -39
- O: 2       136     -211 -4.94e-01,-2.13e-01,+6.74e+00,+6.77e+00   1     (nil)
+ O: 2       136     -211 -4.94e-01,-2.13e-01,+6.74e+00,+6.77e+00   1
             137      111 +1.93e-01,-1.69e-01,+9.48e+00,+9.49e+00   2       -67
 GenVertex:      -40 ID:    0 (X,cT):0
  I: 1        69     -311 -2.66e-01,-2.65e+00,+2.07e+01,+2.08e+01   2       -40
- O: 1       138      130 -2.66e-01,-2.65e+00,+2.07e+01,+2.08e+01   1     (nil)
+ O: 1       138      130 -2.66e-01,-2.65e+00,+2.07e+01,+2.08e+01   1
 GenVertex:      -41 ID:    0 (X,cT):0
  I: 1        70      323 +1.09e-01,-8.86e-01,+4.66e+00,+4.83e+00   2       -41
  O: 2       139      311 -4.56e-02,-1.94e-01,+1.85e+00,+1.93e+00   2       -68
-            140      211 +1.54e-01,-6.92e-01,+2.81e+00,+2.90e+00   1     (nil)
+            140      211 +1.54e-01,-6.92e-01,+2.81e+00,+2.90e+00   1
 GenVertex:      -42 ID:    0 (X,cT):0
  I: 1        71      113 -4.98e-01,-2.28e-01,+1.70e+00,+1.96e+00   2       -42
- O: 2       141      211 +7.24e-02,-1.33e-01,+6.29e-02,+2.15e-01   1     (nil)
-            142     -211 -5.70e-01,-9.51e-02,+1.64e+00,+1.75e+00   1     (nil)
+ O: 2       141      211 +7.24e-02,-1.33e-01,+6.29e-02,+2.15e-01   1
+            142     -211 -5.70e-01,-9.51e-02,+1.64e+00,+1.75e+00   1
 GenVertex:      -43 ID:    0 (X,cT):0
  I: 1        72     -323 -2.90e-01,-2.30e-01,+6.43e-01,+1.16e+00   2       -43
  O: 2       143     -311 -1.02e-01,-3.76e-01,+2.53e-01,+6.81e-01   2       -69
-            144     -211 -1.88e-01,+1.45e-01,+3.90e-01,+4.77e-01   1     (nil)
+            144     -211 -1.88e-01,+1.45e-01,+3.90e-01,+4.77e-01   1
 GenVertex:      -44 ID:    0 (X,cT):0
  I: 1        73      311 +7.90e-02,-3.23e-02,-8.47e-01,+9.86e-01   2       -44
  O: 1       145      310 +7.90e-02,-3.23e-02,-8.47e-01,+9.86e-01   2       -70
 GenVertex:      -45 ID:    0 (X,cT):0
  I: 1        74      113 +1.28e-01,+1.79e-01,-7.07e-01,+1.09e+00   2       -45
- O: 2       146     -211 -7.31e-02,+3.05e-01,-7.33e-01,+8.10e-01   1     (nil)
-            147      211 +2.01e-01,-1.27e-01,+2.56e-02,+2.77e-01   1     (nil)
+ O: 2       146     -211 -7.31e-02,+3.05e-01,-7.33e-01,+8.10e-01   1
+            147      211 +2.01e-01,-1.27e-01,+2.56e-02,+2.77e-01   1
 GenVertex:      -46 ID:    0 (X,cT):0
  I: 1        77      221 -1.58e-01,+9.23e-01,-1.12e+01,+1.12e+01   2       -46
- O: 3       148     -211 -1.37e-01,+2.12e-01,-2.48e+00,+2.50e+00   1     (nil)
-            149      211 -6.29e-02,+5.66e-01,-6.65e+00,+6.68e+00   1     (nil)
+ O: 3       148     -211 -1.37e-01,+2.12e-01,-2.48e+00,+2.50e+00   1
+            149      211 -6.29e-02,+5.66e-01,-6.65e+00,+6.68e+00   1
             150      111 +4.20e-02,+1.44e-01,-2.05e+00,+2.06e+00   2       -71
 Vertex:      -47 ID:    0 (X,cT)=+2.15e-05,+2.11e-05,-7.77e-05,+8.40e-05
  I: 1        79      111 +2.87e-01,+2.82e-01,-1.04e+00,+1.12e+00   2       -47
- O: 2       151       22 +1.31e-01,+1.64e-01,-6.99e-01,+7.30e-01   1     (nil)
-            152       22 +1.57e-01,+1.18e-01,-3.38e-01,+3.91e-01   1     (nil)
+ O: 2       151       22 +1.31e-01,+1.64e-01,-6.99e-01,+7.30e-01   1
+            152       22 +1.57e-01,+1.18e-01,-3.38e-01,+3.91e-01   1
 GenVertex:      -48 ID:    0 (X,cT):0
  I: 1        80      223 +4.06e-01,-2.45e-01,-3.51e+01,+3.51e+01   2       -48
- O: 2       153     -211 -6.79e-02,+2.16e-01,-6.21e+00,+6.22e+00   1     (nil)
-            154      211 +4.74e-01,-4.61e-01,-2.89e+01,+2.89e+01   1     (nil)
+ O: 2       153     -211 -6.79e-02,+2.16e-01,-6.21e+00,+6.22e+00   1
+            154      211 +4.74e-01,-4.61e-01,-2.89e+01,+2.89e+01   1
 GenVertex:      -49 ID:    0 (X,cT):0
  I: 1        82      323 +1.26e-01,-3.07e-01,-1.50e+03,+1.50e+03   2       -49
- O: 2       155      321 +2.70e-01,-1.79e-01,-6.57e+02,+6.57e+02   1     (nil)
+ O: 2       155      321 +2.70e-01,-1.79e-01,-6.57e+02,+6.57e+02   1
             156      111 -1.45e-01,-1.29e-01,-8.42e+02,+8.42e+02   2       -72
 GenVertex:      -50 ID:    0 (X,cT):0
  I: 1        84      311 -9.36e-02,-1.11e-01,-5.09e+02,+5.09e+02   2       -50
- O: 1       157      130 -9.36e-02,-1.11e-01,-5.09e+02,+5.09e+02   1     (nil)
+ O: 1       157      130 -9.36e-02,-1.11e-01,-5.09e+02,+5.09e+02   1
 GenVertex:      -51 ID:    0 (X,cT):0
  I: 1        88     -213 +2.00e-01,-1.11e-01,-1.66e+00,+1.83e+00   2       -51
- O: 2       158     -211 -1.33e-01,-2.94e-01,-9.51e-01,+1.01e+00   1     (nil)
+ O: 2       158     -211 -1.33e-01,-2.94e-01,-9.51e-01,+1.01e+00   1
             159      111 +3.33e-01,+1.83e-01,-7.05e-01,+8.13e-01   2       -73
 GenVertex:      -52 ID:    0 (X,cT):0
  I: 1        89     -313 -6.26e-01,+1.37e+00,-1.29e+01,+1.30e+01   2       -52
@@ -367,64 +477,64 @@ GenVertex:      -52 ID:    0 (X,cT):0
             161      111 -5.98e-01,+7.99e-01,-7.16e+00,+7.23e+00   2       -75
 Vertex:      -53 ID:    0 (X,cT)=+6.33e-07,+1.04e-06,+2.79e-04,+2.79e-04
  I: 1        99      111 +1.27e-02,+2.08e-02,+5.61e+00,+5.61e+00   2       -53
- O: 2       162       22 +5.81e-02,+5.34e-02,+3.78e+00,+3.78e+00   1     (nil)
-            163       22 -4.54e-02,-3.26e-02,+1.83e+00,+1.83e+00   1     (nil)
+ O: 2       162       22 +5.81e-02,+5.34e-02,+3.78e+00,+3.78e+00   1
+            163       22 -4.54e-02,-3.26e-02,+1.83e+00,+1.83e+00   1
 Vertex:      -54 ID:    0 (X,cT)=+3.79e-06,-3.71e-05,+5.03e-04,+5.05e-04
  I: 1       100      111 +2.02e-02,-1.98e-01,+2.68e+00,+2.69e+00   2       -54
- O: 2       164       22 +2.39e-02,-9.50e-02,+2.06e+00,+2.06e+00   1     (nil)
-            165       22 -3.65e-03,-1.03e-01,+6.27e-01,+6.35e-01   1     (nil)
+ O: 2       164       22 +2.39e-02,-9.50e-02,+2.06e+00,+2.06e+00   1
+            165       22 -3.65e-03,-1.03e-01,+6.27e-01,+6.35e-01   1
 Vertex:      -55 ID:    0 (X,cT)=-2.82e-05,-4.46e-05,+8.64e-04,+8.66e-04
  I: 1       101      111 -1.94e-01,-3.08e-01,+5.97e+00,+5.98e+00   2       -55
- O: 2       166       22 -2.13e-01,-2.53e-01,+5.08e+00,+5.10e+00   1     (nil)
-            167       22 +1.82e-02,-5.48e-02,+8.85e-01,+8.87e-01   1     (nil)
+ O: 2       166       22 -2.13e-01,-2.53e-01,+5.08e+00,+5.10e+00   1
+            167       22 +1.82e-02,-5.48e-02,+8.85e-01,+8.87e-01   1
 Vertex:      -56 ID:    0 (X,cT)=-1.01e-04,-2.22e-04,+2.87e-03,+2.88e-03
  I: 1       102      111 -2.65e-01,-5.85e-01,+7.55e+00,+7.58e+00   2       -56
- O: 2       168       22 -2.34e-01,-3.64e-01,+4.90e+00,+4.92e+00   1     (nil)
-            169       22 -3.04e-02,-2.21e-01,+2.65e+00,+2.66e+00   1     (nil)
+ O: 2       168       22 -2.34e-01,-3.64e-01,+4.90e+00,+4.92e+00   1
+            169       22 -3.04e-02,-2.21e-01,+2.65e+00,+2.66e+00   1
 Vertex:      -57 ID:    0 (X,cT)=-2.73e-04,-3.09e-04,+2.81e-03,+2.84e-03
  I: 1       104      111 -1.24e+00,-1.40e+00,+1.27e+01,+1.29e+01   2       -57
- O: 2       170       22 -1.22e-02,-1.70e-02,+7.27e-02,+7.56e-02   1     (nil)
-            171       22 -1.22e+00,-1.38e+00,+1.27e+01,+1.28e+01   1     (nil)
+ O: 2       170       22 -1.22e-02,-1.70e-02,+7.27e-02,+7.56e-02   1
+            171       22 -1.22e+00,-1.38e+00,+1.27e+01,+1.28e+01   1
 Vertex:      -58 ID:    0 (X,cT)=+7.51e-05,-8.77e-05,+2.93e-03,+2.94e-03
  I: 1       109      111 +3.20e-01,-3.73e-01,+1.25e+01,+1.25e+01   2       -58
- O: 2       172       22 +3.26e-01,-3.46e-01,+1.21e+01,+1.21e+01   1     (nil)
-            173       22 -6.46e-03,-2.66e-02,+3.50e-01,+3.51e-01   1     (nil)
+ O: 2       172       22 +3.26e-01,-3.46e-01,+1.21e+01,+1.21e+01   1
+            173       22 -6.46e-03,-2.66e-02,+3.50e-01,+3.51e-01   1
 Vertex:      -59 ID:    0 (X,cT)=+1.45e-06,+3.84e-06,+8.70e-05,+8.71e-05
  I: 1       111      111 +1.52e-01,+4.04e-01,+9.17e+00,+9.18e+00   2       -59
- O: 2       174       22 -2.15e-02,+1.49e-02,+4.86e-01,+4.86e-01   1     (nil)
-            175       22 +1.74e-01,+3.89e-01,+8.68e+00,+8.69e+00   1     (nil)
+ O: 2       174       22 -2.15e-02,+1.49e-02,+4.86e-01,+4.86e-01   1
+            175       22 +1.74e-01,+3.89e-01,+8.68e+00,+8.69e+00   1
 Vertex:      -60 ID:    0 (X,cT)=+1.34e-05,+7.65e-06,+1.14e-03,+1.14e-03
  I: 1       114      111 +1.09e-01,+6.20e-02,+9.26e+00,+9.26e+00   2       -60
- O: 2       176       22 -1.64e-02,+4.04e-02,+4.24e+00,+4.24e+00   1     (nil)
-            177       22 +1.25e-01,+2.17e-02,+5.02e+00,+5.02e+00   1     (nil)
+ O: 2       176       22 -1.64e-02,+4.04e-02,+4.24e+00,+4.24e+00   1
+            177       22 +1.25e-01,+2.17e-02,+5.02e+00,+5.02e+00   1
 Vertex:      -61 ID:    0 (X,cT)=+1.85e-05,+1.29e-05,+2.43e-03,+2.43e-03
  I: 1       116      111 +3.77e-01,+2.64e-01,+4.98e+01,+4.98e+01   2       -61
- O: 2       178       22 +1.08e-01,+2.89e-02,+7.90e+00,+7.91e+00   1     (nil)
-            179       22 +2.70e-01,+2.35e-01,+4.19e+01,+4.19e+01   1     (nil)
+ O: 2       178       22 +1.08e-01,+2.89e-02,+7.90e+00,+7.91e+00   1
+            179       22 +2.70e-01,+2.35e-01,+4.19e+01,+4.19e+01   1
 Vertex:      -62 ID:    0 (X,cT)=+5.58e-05,-5.89e-06,+1.31e-02,+1.31e-02
  I: 1       124      111 +5.28e-01,-5.58e-02,+1.24e+02,+1.24e+02   2       -62
- O: 2       180       22 +2.10e-01,+4.29e-02,+4.58e+01,+4.58e+01   1     (nil)
-            181       22 +3.18e-01,-9.86e-02,+7.82e+01,+7.82e+01   1     (nil)
+ O: 2       180       22 +2.10e-01,+4.29e-02,+4.58e+01,+4.58e+01   1
+            181       22 +3.18e-01,-9.86e-02,+7.82e+01,+7.82e+01   1
 Vertex:      -63 ID:    0 (X,cT)=-7.71e-06,-8.34e-06,+5.03e-03,+5.03e-03
  I: 1       127      111 -1.66e-02,-1.80e-02,+1.09e+01,+1.09e+01   2       -63
- O: 2       182       22 -6.61e-02,-4.57e-02,+6.07e+00,+6.07e+00   1     (nil)
-            183       22 +4.94e-02,+2.77e-02,+4.78e+00,+4.78e+00   1     (nil)
+ O: 2       182       22 -6.61e-02,-4.57e-02,+6.07e+00,+6.07e+00   1
+            183       22 +4.94e-02,+2.77e-02,+4.78e+00,+4.78e+00   1
 Vertex:      -64 ID:    0 (X,cT)=+1.66e-05,-7.99e-07,+3.86e-03,+3.86e-03
  I: 1       129      111 +2.45e-01,-1.18e-02,+5.70e+01,+5.70e+01   2       -64
- O: 2       184       22 +1.69e-01,+5.36e-02,+3.26e+01,+3.26e+01   1     (nil)
-            185       22 +7.62e-02,-6.54e-02,+2.44e+01,+2.44e+01   1     (nil)
+ O: 2       184       22 +1.69e-01,+5.36e-02,+3.26e+01,+3.26e+01   1
+            185       22 +7.62e-02,-6.54e-02,+2.44e+01,+2.44e+01   1
 Vertex:      -65 ID:    0 (X,cT)=+7.56e+00,-3.28e+00,+4.14e+03,+4.14e+03
  I: 1       130      310 +6.88e-02,-2.98e-02,+3.77e+01,+3.77e+01   2       -65
- O: 2       186      211 +1.58e-01,-6.43e-02,+3.22e+01,+3.22e+01   1     (nil)
-            187     -211 -8.94e-02,+3.44e-02,+5.50e+00,+5.50e+00   1     (nil)
+ O: 2       186      211 +1.58e-01,-6.43e-02,+3.22e+01,+3.22e+01   1
+            187     -211 -8.94e-02,+3.44e-02,+5.50e+00,+5.50e+00   1
 Vertex:      -66 ID:    0 (X,cT)=+2.53e-06,+8.21e-07,+2.23e-05,+2.25e-05
  I: 1       135      111 +2.91e-01,+9.43e-02,+2.56e+00,+2.58e+00   2       -66
- O: 2       188       22 +1.27e-02,-2.62e-02,+3.17e-01,+3.18e-01   1     (nil)
-            189       22 +2.78e-01,+1.20e-01,+2.24e+00,+2.26e+00   1     (nil)
+ O: 2       188       22 +1.27e-02,-2.62e-02,+3.17e-01,+3.18e-01   1
+            189       22 +2.78e-01,+1.20e-01,+2.24e+00,+2.26e+00   1
 Vertex:      -67 ID:    0 (X,cT)=+1.37e-04,-1.19e-04,+6.70e-03,+6.70e-03
  I: 1       137      111 +1.93e-01,-1.69e-01,+9.48e+00,+9.49e+00   2       -67
- O: 2       190       22 +3.61e-04,+4.27e-04,-3.17e-04,+6.42e-04   1     (nil)
-            191       22 +1.93e-01,-1.69e-01,+9.49e+00,+9.49e+00   1     (nil)
+ O: 2       190       22 +3.61e-04,+4.27e-04,-3.17e-04,+6.42e-04   1
+            191       22 +1.93e-01,-1.69e-01,+9.49e+00,+9.49e+00   1
 GenVertex:      -68 ID:    0 (X,cT):0
  I: 1       139      311 -4.56e-02,-1.94e-01,+1.85e+00,+1.93e+00   2       -68
  O: 1       192      310 -4.56e-02,-1.94e-01,+1.85e+00,+1.93e+00   2       -76
@@ -433,46 +543,53 @@ GenVertex:      -69 ID:    0 (X,cT):0
  O: 1       193      310 -1.02e-01,-3.76e-01,+2.53e-01,+6.81e-01   2       -77
 Vertex:      -70 ID:    0 (X,cT)=+5.44e+00,-2.22e+00,-5.83e+01,+6.79e+01
  I: 1       145      310 +7.90e-02,-3.23e-02,-8.47e-01,+9.86e-01   2       -70
- O: 2       194      211 +3.78e-02,+1.72e-01,-5.70e-01,+6.12e-01   1     (nil)
-            195     -211 +4.12e-02,-2.04e-01,-2.77e-01,+3.74e-01   1     (nil)
+ O: 2       194      211 +3.78e-02,+1.72e-01,-5.70e-01,+6.12e-01   1
+            195     -211 +4.12e-02,-2.04e-01,-2.77e-01,+3.74e-01   1
 Vertex:      -71 ID:    0 (X,cT)=+8.77e-06,+3.01e-05,-4.27e-04,+4.30e-04
  I: 1       150      111 +4.20e-02,+1.44e-01,-2.05e+00,+2.06e+00   2       -71
- O: 2       196       22 +2.27e-02,+1.42e-01,-1.05e+00,+1.06e+00   1     (nil)
-            197       22 +1.93e-02,+2.42e-03,-9.95e-01,+9.95e-01   1     (nil)
+ O: 2       196       22 +2.27e-02,+1.42e-01,-1.05e+00,+1.06e+00   1
+            197       22 +1.93e-02,+2.42e-03,-9.95e-01,+9.95e-01   1
 Vertex:      -72 ID:    0 (X,cT)=-6.15e-05,-5.48e-05,-3.58e-01,+3.58e-01
  I: 1       156      111 -1.45e-01,-1.29e-01,-8.42e+02,+8.42e+02   2       -72
- O: 2       198       22 -1.62e-01,-1.30e-01,-6.73e+02,+6.73e+02   1     (nil)
-            199       22 +1.77e-02,+1.35e-03,-1.69e+02,+1.69e+02   1     (nil)
+ O: 2       198       22 -1.62e-01,-1.30e-01,-6.73e+02,+6.73e+02   1
+            199       22 +1.77e-02,+1.35e-03,-1.69e+02,+1.69e+02   1
 Vertex:      -73 ID:    0 (X,cT)=+1.59e-06,+8.76e-07,-3.37e-06,+3.89e-06
  I: 1       159      111 +3.33e-01,+1.83e-01,-7.05e-01,+8.13e-01   2       -73
- O: 2       200       22 +1.34e-01,+3.84e-02,-1.48e-01,+2.03e-01   1     (nil)
-            201       22 +1.99e-01,+1.45e-01,-5.58e-01,+6.10e-01   1     (nil)
+ O: 2       200       22 +1.34e-01,+3.84e-02,-1.48e-01,+2.03e-01   1
+            201       22 +1.99e-01,+1.45e-01,-5.58e-01,+6.10e-01   1
 GenVertex:      -74 ID:    0 (X,cT):0
  I: 1       160     -311 -2.82e-02,+5.68e-01,-5.71e+00,+5.76e+00   2       -74
  O: 1       202      310 -2.82e-02,+5.68e-01,-5.71e+00,+5.76e+00   2       -78
 Vertex:      -75 ID:    0 (X,cT)=-2.71e-05,+3.62e-05,-3.25e-04,+3.28e-04
  I: 1       161      111 -5.98e-01,+7.99e-01,-7.16e+00,+7.23e+00   2       -75
- O: 2       203       22 -4.61e-01,+6.62e-01,-6.07e+00,+6.13e+00   1     (nil)
-            204       22 -1.37e-01,+1.37e-01,-1.09e+00,+1.10e+00   1     (nil)
+ O: 2       203       22 -4.61e-01,+6.62e-01,-6.07e+00,+6.13e+00   1
+            204       22 -1.37e-01,+1.37e-01,-1.09e+00,+1.10e+00   1
 Vertex:      -76 ID:    0 (X,cT)=-2.44e+00,-1.04e+01,+9.94e+01,+1.04e+02
  I: 1       192      310 -4.56e-02,-1.94e-01,+1.85e+00,+1.93e+00   2       -76
- O: 2       205     -211 -6.12e-02,+7.90e-02,+2.98e-01,+3.44e-01   1     (nil)
-            206      211 +1.56e-02,-2.73e-01,+1.56e+00,+1.59e+00   1     (nil)
+ O: 2       205     -211 -6.12e-02,+7.90e-02,+2.98e-01,+3.44e-01   1
+            206      211 +1.56e-02,-2.73e-01,+1.56e+00,+1.59e+00   1
 Vertex:      -77 ID:    0 (X,cT)=-1.49e+01,-5.46e+01,+3.68e+01,+9.90e+01
  I: 1       193      310 -1.02e-01,-3.76e-01,+2.53e-01,+6.81e-01   2       -77
- O: 2       207     -211 -2.41e-01,-3.27e-01,+1.77e-01,+4.65e-01   1     (nil)
-            208      211 +1.38e-01,-4.84e-02,+7.57e-02,+2.16e-01   1     (nil)
+ O: 2       207     -211 -2.41e-01,-3.27e-01,+1.77e-01,+4.65e-01   1
+            208      211 +1.38e-01,-4.84e-02,+7.57e-02,+2.16e-01   1
 Vertex:      -78 ID:    0 (X,cT)=-1.33e-01,+2.68e+00,-2.69e+01,+2.71e+01
  I: 1       202      310 -2.82e-02,+5.68e-01,-5.71e+00,+5.76e+00   2       -78
- O: 2       209      211 +5.42e-02,+4.89e-01,-5.04e+00,+5.07e+00   1     (nil)
-            210     -211 -8.24e-02,+7.87e-02,-6.67e-01,+6.91e-01   1     (nil)
+ O: 2       209      211 +5.42e-02,+4.89e-01,-5.04e+00,+5.07e+00   1
+            210     -211 -8.24e-02,+7.87e-02,-6.67e-01,+6.91e-01   1
 ________________________________________________________________________________
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=3)
-E1 :          e- : pT=0.00117 : TOF=28.3 : x=(-0.279,1.77,-7.9)
-E0 :         pi+ : pT=3.22 : TOF=26.6 : x=(-0.175,-1.01,7.9)
-E0 :         mu+ : pT=52 : TOF=27.2 : x=(-0.96,1.78,7.9)
+*** Muon System Hit (#hits=10)
+E0 :         pi+ : pT=0.139 : TOF=27.3 : x=(-0.214,-1.45,7.9)
+E0 :          e- : pT=0.000553 : TOF=29.8 : x=(1.86,0.407,7.9)
+E1 :          e- : pT=0.000991 : TOF=28.7 : x=(-0.81,-0.78,-7.9)
+E0 :         pi- : pT=0.0424 : TOF=30 : x=(-1.19,-1.24,7.9)
+E0 :         pi+ : pT=0.0881 : TOF=27 : x=(-0.215,-1.52,7.9)
+E0 :         pi- : pT=0.472 : TOF=26.9 : x=(0.169,-1.5,7.9)
+E1 :      proton : pT=1.4 : TOF=30.5 : x=(-0.567,-3.97,-7.9)
+E0 :         pi+ : pT=3.22 : TOF=26.6 : x=(-0.174,-1.01,7.9)
+E0 :         pi+ : pT=0.38 : TOF=26.8 : x=(-1.31,0.622,7.9)
+E0 :         mu+ : pT=52.3 : TOF=27.2 : x=(-0.962,1.78,7.9)
 
 ________________________________________________________________________________
 GenEvent: #2 ID=20 SignalProcessGenVertex Barcode: 0
@@ -480,39 +597,39 @@ GenEvent: #2 ID=20 SignalProcessGenVertex Barcode: 0
  Entries this event: 224 vertices, 624 particles.
  RndmState(0)=
  Wgts(0)=
- EventScale -1 GeV 	 alphaQCD=-1	 alphaQED=-1
+ EventScale -1 [energy] 	 alphaQCD=-1	 alphaQED=-1
                                     GenParticle Legend
         Barcode   PDG ID      ( Px,       Py,       Pz,     E ) Stat  DecayVtx
 ________________________________________________________________________________
 GenVertex:       -1 ID:    0 (X,cT):0
  I: 1         1     2212 +0.00e+00,+0.00e+00,+7.00e+03,+7.00e+03   3        -1
  O: 3         3       21 +2.24e-03,-3.47e-01,+8.58e+00,+8.58e+00   3        -3
-             13        1 -1.60e-01,+2.55e-01,+4.51e+02,+4.51e+02   2        -9
              41     2203 +1.57e-01,+9.19e-02,+4.12e+03,+4.12e+03   2       -13
+             13        1 -1.60e-01,+2.55e-01,+4.51e+02,+4.51e+02   2        -9
 GenVertex:       -2 ID:    0 (X,cT):0
  I: 1         2     2212 +0.00e+00,+0.00e+00,-7.00e+03,+7.00e+03   3        -2
  O: 2         4        1 +1.81e-01,-9.21e-01,-1.91e+03,+1.91e+03   3        -4
              39     2203 -1.81e-01,+9.21e-01,-4.33e+03,+4.33e+03   2       -11
 GenVertex:       -3 ID:    0 (X,cT):0
  I: 1         3       21 +2.24e-03,-3.47e-01,+8.58e+00,+8.58e+00   3        -3
- O: 8         5       -2 -1.22e+01,+1.16e+00,-1.11e+01,+1.65e+01   3        -5
+ O: 8        16       21 +3.32e-02,+9.61e-02,-6.60e-02,+1.21e-01   2       -11
+              5       -2 -1.22e+01,+1.16e+00,-1.11e+01,+1.65e+01   3        -5
              11       -4 +1.95e+00,-1.06e+00,-8.18e+00,+8.61e+00   2        -9
              12       21 +1.85e+00,+6.48e+00,-3.61e+01,+3.67e+01   2        -9
              14        4 +1.07e+01,-5.18e+00,-2.71e+01,+2.96e+01   2       -11
-             16       21 +3.32e-02,+9.61e-02,-6.60e-02,+1.21e-01   2       -11
              17       21 -3.76e-02,-1.65e-01,-9.73e-01,+9.88e-01   2       -11
              15       21 +3.52e-01,-6.45e-01,-1.11e+00,+1.33e+00   2       -11
              40        2 -5.76e-01,-2.17e+00,+2.82e+00,+3.62e+00   2       -13
 GenVertex:       -4 ID:    0 (X,cT):0
  I: 1         4        1 +1.81e-01,-9.21e-01,-1.91e+03,+1.91e+03   3        -4
- O:12         6        1 -1.04e+01,-7.53e+00,-8.52e+02,+8.53e+02   3        -5
-             28       21 +8.30e-01,+1.28e+00,-3.84e+01,+3.84e+01   2       -11
+ O:12        28       21 +8.30e-01,+1.28e+00,-3.84e+01,+3.84e+01   2       -11
              29       21 +1.45e+00,+3.41e+00,-3.48e+01,+3.50e+01   2       -11
              30       21 +4.75e+00,+5.08e+00,-7.07e+01,+7.11e+01   2       -11
              31       21 +7.05e+00,+5.30e+00,-7.09e+01,+7.14e+01   2       -11
              32       21 +6.43e-05,-2.87e-01,-2.01e+00,+2.03e+00   2       -11
              33       21 -2.01e+00,+1.84e-01,-1.00e+02,+1.00e+02   2       -11
              34       21 -1.92e+00,-1.52e+00,-2.29e+02,+2.29e+02   2       -11
+              6        1 -1.04e+01,-7.53e+00,-8.52e+02,+8.53e+02   3        -5
              35       21 -3.17e+00,-1.74e+00,-8.38e+01,+8.39e+01   2       -11
              36       21 -3.72e-01,-3.53e+00,-1.09e+02,+1.09e+02   2       -11
              37       21 -3.12e-01,+2.46e-01,-7.86e+01,+7.86e+01   2       -11
@@ -524,18 +641,18 @@ GenVertex:       -5 ID:    0 (X,cT):0
               8      -24 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   3        -7
 GenVertex:       -6 ID:    0 (X,cT):0
  I: 1         7       22 -1.33e+01,-8.08e+00,-1.04e+02,+1.05e+02   3        -6
- O: 1         9       22 -1.33e+01,-8.08e+00,-1.04e+02,+1.05e+02   1     (nil)
+ O: 1         9       22 -1.33e+01,-8.08e+00,-1.04e+02,+1.05e+02   1
 GenVertex:       -7 ID:    0 (X,cT):0
  I: 1         8      -24 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   3        -7
  O: 1        10      -24 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   2        -8
 GenVertex:       -8 ID:    0 (X,cT):0
  I: 1        10      -24 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   2        -8
- O: 6        46       21 +2.59e+00,-1.54e+00,-4.01e+01,+4.02e+01   2       -15
-             47        3 +2.49e+01,-1.94e+01,-3.48e+02,+3.50e+02   2       -15
+ O: 6        45       21 +9.29e-01,-5.25e-01,-8.27e+00,+8.34e+00   2       -15
              42       -4 -3.64e+01,+2.35e+01,-3.49e+02,+3.52e+02   2       -15
              43       21 -1.27e+00,-7.35e-02,-1.13e+01,+1.14e+01   2       -15
              44       21 -4.16e-02,-2.47e-01,-1.97e+00,+1.98e+00   2       -15
-             45       21 +9.29e-01,-5.25e-01,-8.27e+00,+8.34e+00   2       -15
+             46       21 +2.59e+00,-1.54e+00,-4.01e+01,+4.02e+01   2       -15
+             47        3 +2.49e+01,-1.94e+01,-3.48e+02,+3.50e+02   2       -15
 GenVertex:       -9 ID:    0 (X,cT):0
  I: 3        13        1 -1.60e-01,+2.55e-01,+4.51e+02,+4.51e+02   2        -9
              11       -4 +1.95e+00,-1.06e+00,-8.18e+00,+8.61e+00   2        -9
@@ -543,15 +660,9 @@ GenVertex:       -9 ID:    0 (X,cT):0
  O: 1        52       92 +3.65e+00,+5.68e+00,+4.07e+02,+4.96e+02   2       -10
 GenVertex:      -10 ID:    0 (X,cT):0
  I: 1        52       92 +3.65e+00,+5.68e+00,+4.07e+02,+4.96e+02   2       -10
- O:17        61      313 -7.71e-02,+3.71e-01,+6.58e-01,+1.14e+00   2       -29
-             62      213 -3.58e-01,-1.85e-01,+2.02e-01,+7.59e-01   2       -30
+ O:17        60     -323 -1.01e-01,+5.65e-03,+1.73e-01,+8.22e-01   2       -28
              63      221 +5.37e-01,+2.24e-01,+7.68e+00,+7.72e+00   2       -31
-             64     -213 -3.57e-01,-2.47e-01,+4.39e+00,+4.44e+00   2       -32
-             65      211 -9.70e-03,-2.00e-01,+9.73e-01,+1.00e+00   1     (nil)
-             66     -213 +3.60e-01,-1.91e-02,+2.45e+01,+2.45e+01   2       -33
-             67      113 -3.73e-01,+1.18e-02,+3.83e+01,+3.84e+01   2       -34
-             68      113 -9.06e-02,+1.63e-01,+1.67e+02,+1.67e+02   2       -35
-             69      221 +1.73e-01,+4.07e-01,+2.06e+02,+2.06e+02   2       -36
+             65      211 -9.70e-03,-2.00e-01,+9.73e-01,+1.00e+00   1
              53     -423 +1.80e+00,-7.41e-01,-9.90e+00,+1.03e+01   2       -21
              54     -323 +5.03e-01,+1.51e+00,-6.41e+00,+6.67e+00   2       -22
              55      313 +6.48e-01,+1.70e+00,-1.25e+01,+1.27e+01   2       -23
@@ -559,180 +670,186 @@ GenVertex:      -10 ID:    0 (X,cT):0
              57      223 +8.27e-03,+4.69e-01,-5.55e+00,+5.62e+00   2       -25
              58      213 +1.90e-01,+8.19e-01,-3.63e+00,+3.80e+00   2       -26
              59      223 +4.76e-01,+3.30e-01,-1.30e+00,+1.62e+00   2       -27
-             60     -323 -1.01e-01,+5.65e-03,+1.73e-01,+8.22e-01   2       -28
+             61      313 -7.71e-02,+3.71e-01,+6.58e-01,+1.14e+00   2       -29
+             62      213 -3.58e-01,-1.85e-01,+2.02e-01,+7.59e-01   2       -30
+             64     -213 -3.57e-01,-2.47e-01,+4.39e+00,+4.44e+00   2       -32
+             66     -213 +3.60e-01,-1.91e-02,+2.45e+01,+2.45e+01   2       -33
+             67      113 -3.73e-01,+1.18e-02,+3.83e+01,+3.84e+01   2       -34
+             68      113 -9.06e-02,+1.63e-01,+1.67e+02,+1.67e+02   2       -35
+             69      221 +1.73e-01,+4.07e-01,+2.06e+02,+2.06e+02   2       -36
 GenVertex:      -11 ID:    0 (X,cT):0
- I:26        23       21 -1.76e+00,-3.29e+00,+9.66e+00,+1.04e+01   2       -11
-             24       21 -4.37e+00,-6.72e+00,+8.76e-01,+8.07e+00   2       -11
-             25       21 -2.35e+00,-1.77e+00,-4.88e+00,+5.70e+00   2       -11
-             26       21 +1.76e+00,+3.29e+00,-4.65e+00,+5.96e+00   2       -11
-             27       21 +2.35e+00,+1.77e+00,-7.28e+02,+7.28e+02   2       -11
-             19       21 -3.91e+00,+3.13e+00,+7.89e+02,+7.89e+02   2       -11
-             20       21 +3.89e+00,+1.90e+00,+1.42e+03,+1.42e+03   2       -11
-             21       21 +4.37e+00,+6.72e+00,+8.31e+01,+8.35e+01   2       -11
-             22       21 +3.91e+00,-3.13e+00,+3.66e+01,+3.69e+01   2       -11
-             18       21 -3.89e+00,-1.90e+00,+4.34e+01,+4.36e+01   2       -11
-             39     2203 -1.81e-01,+9.21e-01,-4.33e+03,+4.33e+03   2       -11
-             14        4 +1.07e+01,-5.18e+00,-2.71e+01,+2.96e+01   2       -11
-             16       21 +3.32e-02,+9.61e-02,-6.60e-02,+1.21e-01   2       -11
-             17       21 -3.76e-02,-1.65e-01,-9.73e-01,+9.88e-01   2       -11
-             15       21 +3.52e-01,-6.45e-01,-1.11e+00,+1.33e+00   2       -11
-             28       21 +8.30e-01,+1.28e+00,-3.84e+01,+3.84e+01   2       -11
+ I:26        28       21 +8.30e-01,+1.28e+00,-3.84e+01,+3.84e+01   2       -11
              29       21 +1.45e+00,+3.41e+00,-3.48e+01,+3.50e+01   2       -11
              30       21 +4.75e+00,+5.08e+00,-7.07e+01,+7.11e+01   2       -11
              31       21 +7.05e+00,+5.30e+00,-7.09e+01,+7.14e+01   2       -11
              32       21 +6.43e-05,-2.87e-01,-2.01e+00,+2.03e+00   2       -11
              33       21 -2.01e+00,+1.84e-01,-1.00e+02,+1.00e+02   2       -11
              34       21 -1.92e+00,-1.52e+00,-2.29e+02,+2.29e+02   2       -11
+             16       21 +3.32e-02,+9.61e-02,-6.60e-02,+1.21e-01   2       -11
+             39     2203 -1.81e-01,+9.21e-01,-4.33e+03,+4.33e+03   2       -11
+             14        4 +1.07e+01,-5.18e+00,-2.71e+01,+2.96e+01   2       -11
+             17       21 -3.76e-02,-1.65e-01,-9.73e-01,+9.88e-01   2       -11
+             15       21 +3.52e-01,-6.45e-01,-1.11e+00,+1.33e+00   2       -11
+             26       21 +1.76e+00,+3.29e+00,-4.65e+00,+5.96e+00   2       -11
+             21       21 +4.37e+00,+6.72e+00,+8.31e+01,+8.35e+01   2       -11
              35       21 -3.17e+00,-1.74e+00,-8.38e+01,+8.39e+01   2       -11
              36       21 -3.72e-01,-3.53e+00,-1.09e+02,+1.09e+02   2       -11
              37       21 -3.12e-01,+2.46e-01,-7.86e+01,+7.86e+01   2       -11
              38       21 +2.18e+00,-6.98e-01,-1.55e+02,+1.55e+02   2       -11
+             23       21 -1.76e+00,-3.29e+00,+9.66e+00,+1.04e+01   2       -11
+             24       21 -4.37e+00,-6.72e+00,+8.76e-01,+8.07e+00   2       -11
+             25       21 -2.35e+00,-1.77e+00,-4.88e+00,+5.70e+00   2       -11
+             27       21 +2.35e+00,+1.77e+00,-7.28e+02,+7.28e+02   2       -11
+             19       21 -3.91e+00,+3.13e+00,+7.89e+02,+7.89e+02   2       -11
+             20       21 +3.89e+00,+1.90e+00,+1.42e+03,+1.42e+03   2       -11
+             22       21 +3.91e+00,-3.13e+00,+3.66e+01,+3.69e+01   2       -11
+             18       21 -3.89e+00,-1.90e+00,+4.34e+01,+4.36e+01   2       -11
  O: 1        70       92 +1.93e+01,+2.76e+00,-3.69e+03,+8.47e+03   2       -12
 GenVertex:      -12 ID:    0 (X,cT):0
  I: 1        70       92 +1.93e+01,+2.76e+00,-3.69e+03,+8.47e+03   2       -12
- O:90       136     -211 +1.82e+00,+1.89e+00,-2.77e+01,+2.78e+01   1     (nil)
-            137      111 +7.22e-01,+1.16e+00,-1.29e+01,+1.29e+01   2       -85
-            138      113 +1.21e+00,+1.68e+00,-1.89e+01,+1.90e+01   2       -86
-            139      211 +1.12e+00,+5.04e-01,-1.16e+01,+1.17e+01   1     (nil)
-            140     -213 +4.58e-01,+1.15e+00,-1.84e+01,+1.85e+01   2       -87
-            141      213 +2.08e+00,+1.68e+00,-2.61e+01,+2.63e+01   2       -88
-            142      313 +1.78e+00,+1.24e+00,-2.26e+01,+2.27e+01   2       -89
-            143     -313 +1.42e+00,+6.47e-01,-1.81e+01,+1.82e+01   2       -90
-            144     2112 -1.12e+00,+5.37e-01,-5.10e+01,+5.10e+01   1     (nil)
-            145     -213 -5.75e-01,-4.78e-01,-9.45e+01,+9.45e+01   2       -91
-            146    -1114 -8.04e-01,-7.43e-01,-3.40e+01,+3.40e+01   2       -92
-            147     -213 -1.80e-01,+6.29e-02,-4.32e+01,+4.32e+01   2       -93
-            148      211 -1.19e+00,-2.34e-01,-3.93e+01,+3.93e+01   1     (nil)
-            149      311 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   2       -94
-            150     -323 -3.04e-01,-3.92e-01,-7.88e+01,+7.88e+01   2       -95
-            151      213 -1.80e+00,-1.21e+00,-8.93e+01,+8.94e+01   2       -96
-            152      113 +4.91e-01,-9.72e-01,-5.04e+01,+5.05e+01   2       -97
-            153      221 +2.67e-01,-2.61e-01,-2.16e+01,+2.16e+01   2       -98
-            154      311 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   2       -99
-            155     -321 +3.69e-01,-3.68e-01,-5.25e+01,+5.25e+01   1     (nil)
-            156      221 -4.10e-01,-2.74e-01,-4.88e+01,+4.88e+01   2      -100
-            157      211 +7.13e-01,-3.28e-01,-1.35e+02,+1.35e+02   1     (nil)
-            158      113 -8.56e-01,+4.51e-01,-3.86e+02,+3.86e+02   2      -101
-            159     -211 +8.50e-01,-2.44e-01,-2.40e+03,+2.40e+03   1     (nil)
+ O:90       158      113 -8.56e-01,+4.51e-01,-3.86e+02,+3.86e+02   2      -101
+             73      331 +8.84e-01,-9.17e-01,-1.33e+00,+2.07e+00   2       -39
+             74     -213 +1.67e+00,-6.02e-01,-4.33e+00,+4.71e+00   2       -40
+             78      211 +1.18e-01,-7.30e-01,-1.31e+00,+1.51e+00   1
+             80      311 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2       -43
+             86      223 -7.42e-02,+1.42e-01,+1.52e+01,+1.52e+01   2       -47
+             94      111 +7.06e-01,+3.83e-01,+1.68e+02,+1.68e+02   2       -54
+             99     -213 +9.75e-01,+2.54e+00,+3.20e+01,+3.22e+01   2       -59
+            103     -211 -1.88e-01,-1.28e-01,+3.87e+00,+3.88e+00   1
+            106      333 +8.72e-02,-2.03e+00,+7.62e+00,+7.95e+00   2       -64
+            115     -213 -9.95e-01,-3.87e-01,-1.11e+00,+1.63e+00   2       -71
+            122      213 +6.99e-01,+4.88e-01,-2.14e+00,+2.37e+00   2       -74
+            157      211 +7.13e-01,-3.28e-01,-1.35e+02,+1.35e+02   1
+            159     -211 +8.50e-01,-2.44e-01,-2.40e+03,+2.40e+03   1
             160     2224 -1.90e-03,+7.51e-01,-1.39e+03,+1.39e+03   2      -102
              71      423 +6.74e+00,-3.13e+00,-1.81e+01,+1.96e+01   2       -37
+            127    -2112 +1.08e-01,+9.33e-02,-7.63e+01,+7.63e+01   1
              72      213 +1.08e+00,-6.60e-01,-2.31e+00,+2.70e+00   2       -38
-             73      331 +8.84e-01,-9.17e-01,-1.33e+00,+2.07e+00   2       -39
-             74     -213 +1.67e+00,-6.02e-01,-4.33e+00,+4.71e+00   2       -40
+            132      223 +3.02e-01,+2.43e-01,-3.21e+01,+3.21e+01   2       -81
              75      111 -2.29e-01,-5.45e-02,-1.11e+00,+1.15e+00   2       -41
-             76      211 +1.91e-01,-3.77e-01,+3.30e-01,+5.54e-01   1     (nil)
-             77     -211 +2.15e-01,+4.10e-01,+1.16e-01,+4.98e-01   1     (nil)
-             78      211 +1.18e-01,-7.30e-01,-1.31e+00,+1.51e+00   1     (nil)
+             76      211 +1.91e-01,-3.77e-01,+3.30e-01,+5.54e-01   1
+             77     -211 +2.15e-01,+4.10e-01,+1.16e-01,+4.98e-01   1
              79     3112 -1.25e-01,-5.92e-02,+4.02e+00,+4.19e+00   2       -42
-             80      311 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2       -43
              81    -1114 -5.93e-01,-4.62e-01,+7.53e+00,+7.69e+00   2       -44
-             82     -211 -3.95e-01,+3.08e-01,+9.39e+00,+9.40e+00   1     (nil)
-             83      211 -3.13e-01,-7.22e-01,+8.53e+00,+8.56e+00   1     (nil)
+            137      111 +7.22e-01,+1.16e+00,-1.29e+01,+1.29e+01   2       -85
+             82     -211 -3.95e-01,+3.08e-01,+9.39e+00,+9.40e+00   1
+            138      113 +1.21e+00,+1.68e+00,-1.89e+01,+1.90e+01   2       -86
+             83      211 -3.13e-01,-7.22e-01,+8.53e+00,+8.56e+00   1
              84     -213 -1.27e-01,-1.01e-01,+5.15e+00,+5.19e+00   2       -45
              85      213 -1.20e+00,-1.22e-01,+2.34e+01,+2.35e+01   2       -46
-             86      223 -7.42e-02,+1.42e-01,+1.52e+01,+1.52e+01   2       -47
+            139      211 +1.12e+00,+5.04e-01,-1.16e+01,+1.17e+01   1
              87     -213 -9.01e-01,-6.04e-01,+2.49e+01,+2.49e+01   2       -48
              88      323 -3.96e-01,+4.77e-01,+8.35e+01,+8.35e+01   2       -49
              89     -313 -1.18e+00,+4.38e-01,+2.34e+02,+2.34e+02   2       -50
              90      111 -2.10e-02,+1.47e-01,+2.20e+01,+2.20e+01   2       -51
              91     -213 -1.47e+00,+1.82e+00,+3.92e+02,+3.92e+02   2       -52
              92      213 +1.75e+00,+1.50e+00,+6.91e+02,+6.91e+02   2       -53
-             93     -211 -8.94e-02,-3.08e-01,+1.41e+02,+1.41e+02   1     (nil)
-             94      111 +7.06e-01,+3.83e-01,+1.68e+02,+1.68e+02   2       -54
+             93     -211 -8.94e-02,-3.08e-01,+1.41e+02,+1.41e+02   1
              95      223 +1.83e-01,+6.58e-01,+2.64e+02,+2.64e+02   2       -55
              96      113 +1.17e+00,-6.49e-01,+1.09e+02,+1.09e+02   2       -56
              97      213 -3.59e-02,+9.92e-01,+3.73e+01,+3.74e+01   2       -57
+            146    -1114 -8.04e-01,-7.43e-01,-3.40e+01,+3.40e+01   2       -92
              98      221 +4.22e-01,+3.30e-01,+8.56e+00,+8.60e+00   2       -58
-             99     -213 +9.75e-01,+2.54e+00,+3.20e+01,+3.22e+01   2       -59
             100      111 +1.28e+00,+5.91e-01,+1.83e+01,+1.84e+01   2       -60
             101      331 +1.59e+00,+2.22e+00,+3.03e+01,+3.04e+01   2       -61
             102      213 +1.77e+00,-1.58e+00,+1.71e+01,+1.73e+01   2       -62
-            103     -211 -1.88e-01,-1.28e-01,+3.87e+00,+3.88e+00   1     (nil)
-            104      211 +6.95e-01,-7.43e-02,+2.83e+00,+2.91e+00   1     (nil)
+            104      211 +6.95e-01,-7.43e-02,+2.83e+00,+2.91e+00   1
             105      311 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2       -63
-            106      333 +8.72e-02,-2.03e+00,+7.62e+00,+7.95e+00   2       -64
             107     -323 -1.98e-01,-1.55e-01,+2.64e+00,+2.79e+00   2       -65
             108      113 -1.10e+00,-1.90e+00,+5.32e+00,+5.81e+00   2       -66
             109      213 -7.23e-01,-7.70e-01,+6.13e-01,+1.63e+00   2       -67
-            110     -211 -4.35e-01,-8.15e-01,+1.78e-01,+9.51e-01   1     (nil)
+            110     -211 -4.35e-01,-8.15e-01,+1.78e-01,+9.51e-01   1
             111      213 -5.97e-01,-1.22e+00,+2.67e-01,+1.55e+00   2       -68
-            112     -211 -1.43e+00,-1.65e+00,+4.83e-01,+2.24e+00   1     (nil)
+            112     -211 -1.43e+00,-1.65e+00,+4.83e-01,+2.24e+00   1
             113      111 +4.36e-02,-2.43e-01,+6.27e-02,+2.89e-01   2       -69
             114      213 -1.15e+00,-1.72e+00,-2.01e+00,+2.97e+00   2       -70
-            115     -213 -9.95e-01,-3.87e-01,-1.11e+00,+1.63e+00   2       -71
-            116      321 +3.64e-01,+4.39e-01,+9.92e-02,+7.61e-01   1     (nil)
-            117     -321 -1.27e-01,-1.02e+00,-1.45e+00,+1.85e+00   1     (nil)
-            118      211 -2.01e-01,+3.58e-01,-1.79e+00,+1.84e+00   1     (nil)
+            116      321 +3.64e-01,+4.39e-01,+9.92e-02,+7.61e-01   1
+            117     -321 -1.27e-01,-1.02e+00,-1.45e+00,+1.85e+00   1
+            118      211 -2.01e-01,+3.58e-01,-1.79e+00,+1.84e+00   1
             119      311 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2       -72
-            120     -321 +1.03e-01,-1.31e-01,-8.45e-01,+9.93e-01   1     (nil)
+            120     -321 +1.03e-01,-1.31e-01,-8.45e-01,+9.93e-01   1
             121      113 -2.01e-02,+9.67e-01,-2.76e+00,+3.05e+00   2       -73
-            122      213 +6.99e-01,+4.88e-01,-2.14e+00,+2.37e+00   2       -74
             123      223 +1.59e-01,-2.33e-01,-7.42e+00,+7.46e+00   2       -75
             124      223 -3.07e-01,+5.68e-01,-1.77e+01,+1.77e+01   2       -76
             125     1114 +7.70e-01,-3.47e-01,-1.94e+02,+1.94e+02   2       -77
             126      111 +6.52e-01,+1.56e+00,-1.11e+02,+1.11e+02   2       -78
-            127    -2112 +1.08e-01,+9.33e-02,-7.63e+01,+7.63e+01   1     (nil)
-            128      211 +3.93e-01,-4.83e-01,-5.97e+01,+5.97e+01   1     (nil)
-            129     -211 -4.91e-02,+3.02e-01,-5.27e+01,+5.27e+01   1     (nil)
+            128      211 +3.93e-01,-4.83e-01,-5.97e+01,+5.97e+01   1
+            129     -211 -4.91e-02,+3.02e-01,-5.27e+01,+5.27e+01   1
             130      113 +7.74e-01,+8.64e-01,-8.89e+01,+8.89e+01   2       -79
             131      223 +1.70e-02,+2.83e-01,-9.69e+01,+9.69e+01   2       -80
-            132      223 +3.02e-01,+2.43e-01,-3.21e+01,+3.21e+01   2       -81
             133      221 +6.52e-01,-1.30e-02,-7.49e+00,+7.53e+00   2       -82
             134      213 +1.25e+00,+2.45e+00,-3.91e+01,+3.93e+01   2       -83
             135      221 +8.86e-01,+9.16e-01,-1.24e+01,+1.25e+01   2       -84
+            136     -211 +1.82e+00,+1.89e+00,-2.77e+01,+2.78e+01   1
+            155     -321 +3.69e-01,-3.68e-01,-5.25e+01,+5.25e+01   1
+            140     -213 +4.58e-01,+1.15e+00,-1.84e+01,+1.85e+01   2       -87
+            141      213 +2.08e+00,+1.68e+00,-2.61e+01,+2.63e+01   2       -88
+            142      313 +1.78e+00,+1.24e+00,-2.26e+01,+2.27e+01   2       -89
+            143     -313 +1.42e+00,+6.47e-01,-1.81e+01,+1.82e+01   2       -90
+            144     2112 -1.12e+00,+5.37e-01,-5.10e+01,+5.10e+01   1
+            145     -213 -5.75e-01,-4.78e-01,-9.45e+01,+9.45e+01   2       -91
+            147     -213 -1.80e-01,+6.29e-02,-4.32e+01,+4.32e+01   2       -93
+            148      211 -1.19e+00,-2.34e-01,-3.93e+01,+3.93e+01   1
+            149      311 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   2       -94
+            150     -323 -3.04e-01,-3.92e-01,-7.88e+01,+7.88e+01   2       -95
+            151      213 -1.80e+00,-1.21e+00,-8.93e+01,+8.94e+01   2       -96
+            152      113 +4.91e-01,-9.72e-01,-5.04e+01,+5.05e+01   2       -97
+            153      221 +2.67e-01,-2.61e-01,-2.16e+01,+2.16e+01   2       -98
+            154      311 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   2       -99
+            156      221 -4.10e-01,-2.74e-01,-4.88e+01,+4.88e+01   2      -100
 GenVertex:      -13 ID:    0 (X,cT):0
  I: 2        41     2203 +1.57e-01,+9.19e-02,+4.12e+03,+4.12e+03   2       -13
              40        2 -5.76e-01,-2.17e+00,+2.82e+00,+3.62e+00   2       -13
  O: 1       161       92 -4.19e-01,-2.08e+00,+4.13e+03,+4.13e+03   2       -14
 GenVertex:      -14 ID:    0 (X,cT):0
  I: 1       161       92 -4.19e-01,-2.08e+00,+4.13e+03,+4.13e+03   2       -14
- O:14       162      211 -3.13e-01,-1.66e+00,+2.96e+00,+3.41e+00   1     (nil)
+ O:14       162      211 -3.13e-01,-1.66e+00,+2.96e+00,+3.41e+00   1
             163      223 -1.35e-02,+1.05e-01,+2.90e+00,+3.01e+00   2      -103
             164     -213 -7.67e-02,-1.58e-01,+2.83e+00,+2.94e+00   2      -104
             165      113 -3.96e-01,-2.46e-01,+7.66e+00,+7.72e+00   2      -105
             166      223 +8.97e-02,-2.51e-02,+1.83e+01,+1.83e+01   2      -106
             167      331 +7.92e-02,-2.14e-01,+1.65e+01,+1.65e+01   2      -107
-            168      211 +1.55e-01,-4.55e-02,+2.09e+01,+2.09e+01   1     (nil)
+            168      211 +1.55e-01,-4.55e-02,+2.09e+01,+2.09e+01   1
             169      113 -9.07e-02,+1.70e-01,+7.69e+00,+7.71e+00   2      -108
-            170     -211 +1.96e-02,-3.42e-02,+4.36e+00,+4.36e+00   1     (nil)
-            171      211 +1.50e-01,-7.36e-02,+6.14e+01,+6.14e+01   1     (nil)
+            170     -211 +1.96e-02,-3.42e-02,+4.36e+00,+4.36e+00   1
+            171      211 +1.50e-01,-7.36e-02,+6.14e+01,+6.14e+01   1
             172      313 -9.79e-02,+5.68e-01,+7.20e+01,+7.20e+01   2      -109
             173     -313 -1.30e-01,-7.96e-01,+2.37e+02,+2.37e+02   2      -110
-            174     2112 +5.28e-01,-1.88e-01,+1.06e+03,+1.06e+03   1     (nil)
-            175      211 -3.22e-01,+5.25e-01,+2.61e+03,+2.61e+03   1     (nil)
+            174     2112 +5.28e-01,-1.88e-01,+1.06e+03,+1.06e+03   1
+            175      211 -3.22e-01,+5.25e-01,+2.61e+03,+2.61e+03   1
 GenVertex:      -15 ID:    0 (X,cT):0
- I: 6        46       21 +2.59e+00,-1.54e+00,-4.01e+01,+4.02e+01   2       -15
-             47        3 +2.49e+01,-1.94e+01,-3.48e+02,+3.50e+02   2       -15
+ I: 6        45       21 +9.29e-01,-5.25e-01,-8.27e+00,+8.34e+00   2       -15
              42       -4 -3.64e+01,+2.35e+01,-3.49e+02,+3.52e+02   2       -15
              43       21 -1.27e+00,-7.35e-02,-1.13e+01,+1.14e+01   2       -15
              44       21 -4.16e-02,-2.47e-01,-1.97e+00,+1.98e+00   2       -15
-             45       21 +9.29e-01,-5.25e-01,-8.27e+00,+8.34e+00   2       -15
+             46       21 +2.59e+00,-1.54e+00,-4.01e+01,+4.02e+01   2       -15
+             47        3 +2.49e+01,-1.94e+01,-3.48e+02,+3.50e+02   2       -15
  O: 1       176       92 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   2       -16
 GenVertex:      -16 ID:    0 (X,cT):0
  I: 1       176       92 -9.28e+00,+1.71e+00,-7.59e+02,+7.64e+02   2       -16
  O:10       177     -411 -2.64e+01,+1.68e+01,-2.54e+02,+2.56e+02   2      -111
-            178    -2112 -3.30e+00,+1.95e+00,-3.12e+01,+3.14e+01   1     (nil)
-            179     2112 -3.69e+00,+2.38e+00,-3.47e+01,+3.50e+01   1     (nil)
+            178    -2112 -3.30e+00,+1.95e+00,-3.12e+01,+3.14e+01   1
+            179     2112 -3.69e+00,+2.38e+00,-3.47e+01,+3.50e+01   1
             180     -313 -1.69e+00,+9.52e-01,-1.93e+01,+1.94e+01   2      -112
             181      323 -1.07e+00,+1.14e+00,-1.19e+01,+1.20e+01   2      -113
             182     -323 -1.04e+00,-2.43e-02,-1.56e+01,+1.57e+01   2      -114
-            183      321 +9.73e-01,-7.75e-01,-1.20e+01,+1.21e+01   1     (nil)
+            183      321 +9.73e-01,-7.75e-01,-1.20e+01,+1.21e+01   1
             184      113 +9.16e+00,-6.89e+00,-1.32e+02,+1.32e+02   2      -115
             185      111 +1.57e+00,-1.44e+00,-2.40e+01,+2.41e+01   2      -116
-            186     -321 +1.62e+01,-1.24e+01,-2.25e+02,+2.26e+02   1     (nil)
+            186     -321 +1.62e+01,-1.24e+01,-2.25e+02,+2.26e+02   1
 GenVertex:      -17 ID:    0 (X,cT):0
  I: 2        48        3 +2.68e+00,-2.13e+00,-4.93e+00,+6.00e+00   2       -17
              49       -3 -2.68e+00,+2.13e+00,+2.54e+01,+2.56e+01   2       -17
  O: 1       187       92 +0.00e+00,+0.00e+00,+2.05e+01,+3.16e+01   2       -18
 GenVertex:      -18 ID:    0 (X,cT):0
  I: 1       187       92 +0.00e+00,+0.00e+00,+2.05e+01,+3.16e+01   2       -18
- O:11       188     -321 +2.32e+00,-1.47e+00,-3.73e+00,+4.66e+00   1     (nil)
+ O:11       188     -321 +2.32e+00,-1.47e+00,-3.73e+00,+4.66e+00   1
             189      213 -1.88e-01,-4.78e-01,-1.86e-02,+8.02e-01   2      -117
-            190     -211 +5.28e-01,-6.99e-02,+3.78e-01,+6.68e-01   1     (nil)
+            190     -211 +5.28e-01,-6.99e-02,+3.78e-01,+6.68e-01   1
             191      213 -1.69e-01,+6.66e-02,+1.66e+00,+1.95e+00   2      -118
             192      113 -7.42e-01,+4.97e-01,+2.71e+00,+2.94e+00   2      -119
             193     -213 +2.70e-02,+3.31e-01,+2.97e-01,+7.93e-01   2      -120
-            194      211 -6.87e-03,-3.65e-01,+8.22e-01,+9.10e-01   1     (nil)
+            194      211 -6.87e-03,-3.65e-01,+8.22e-01,+9.10e-01   1
             195      113 -1.79e-01,+4.58e-01,+4.36e+00,+4.46e+00   2      -121
             196     -213 -8.75e-02,+1.16e-01,+1.21e+00,+1.46e+00   2      -122
             197      323 -7.63e-01,+6.20e-01,+7.15e+00,+7.28e+00   2      -123
@@ -755,66 +872,66 @@ GenVertex:      -21 ID:    0 (X,cT):0
 GenVertex:      -22 ID:    0 (X,cT):0
  I: 1        54     -323 +5.03e-01,+1.51e+00,-6.41e+00,+6.67e+00   2       -22
  O: 2       207     -311 +3.84e-01,+6.75e-01,-2.32e+00,+2.49e+00   2      -132
-            208     -211 +1.19e-01,+8.35e-01,-4.09e+00,+4.18e+00   1     (nil)
+            208     -211 +1.19e-01,+8.35e-01,-4.09e+00,+4.18e+00   1
 GenVertex:      -23 ID:    0 (X,cT):0
  I: 1        55      313 +6.48e-01,+1.70e+00,-1.25e+01,+1.27e+01   2       -23
  O: 2       209      311 +4.92e-01,+1.67e+00,-1.03e+01,+1.05e+01   2      -133
             210      111 +1.56e-01,+3.28e-02,-2.20e+00,+2.21e+00   2      -134
 GenVertex:      -24 ID:    0 (X,cT):0
  I: 1        56      113 +3.14e-01,+1.06e+00,-3.82e+00,+4.04e+00   2       -24
- O: 2       211     -211 +2.07e-01,-7.41e-03,-8.44e-01,+8.80e-01   1     (nil)
-            212      211 +1.07e-01,+1.07e+00,-2.97e+00,+3.16e+00   1     (nil)
+ O: 2       211     -211 +2.07e-01,-7.41e-03,-8.44e-01,+8.80e-01   1
+            212      211 +1.07e-01,+1.07e+00,-2.97e+00,+3.16e+00   1
 GenVertex:      -25 ID:    0 (X,cT):0
  I: 1        57      223 +8.27e-03,+4.69e-01,-5.55e+00,+5.62e+00   2       -25
- O: 3       213      211 +1.65e-01,+9.37e-02,-1.12e+00,+1.14e+00   1     (nil)
-            214     -211 -3.30e-02,+9.79e-02,-3.21e+00,+3.22e+00   1     (nil)
+ O: 3       213      211 +1.65e-01,+9.37e-02,-1.12e+00,+1.14e+00   1
+            214     -211 -3.30e-02,+9.79e-02,-3.21e+00,+3.22e+00   1
             215      111 -1.24e-01,+2.78e-01,-1.22e+00,+1.26e+00   2      -135
 GenVertex:      -26 ID:    0 (X,cT):0
  I: 1        58      213 +1.90e-01,+8.19e-01,-3.63e+00,+3.80e+00   2       -26
- O: 2       216      211 +2.62e-01,+8.26e-01,-2.45e+00,+2.61e+00   1     (nil)
+ O: 2       216      211 +2.62e-01,+8.26e-01,-2.45e+00,+2.61e+00   1
             217      111 -7.15e-02,-6.31e-03,-1.18e+00,+1.19e+00   2      -136
 GenVertex:      -27 ID:    0 (X,cT):0
  I: 1        59      223 +4.76e-01,+3.30e-01,-1.30e+00,+1.62e+00   2       -27
- O: 3       218     -211 +1.28e-01,-6.04e-02,-2.75e-01,+3.39e-01   1     (nil)
-            219      211 +2.00e-01,+3.04e-01,-9.82e-01,+1.06e+00   1     (nil)
-            220      111 +1.49e-01,+8.68e-02,-4.65e-02,+2.24e-01   2      -137
+ O: 3       220      111 +1.49e-01,+8.68e-02,-4.65e-02,+2.24e-01   2      -137
+            218     -211 +1.28e-01,-6.04e-02,-2.75e-01,+3.39e-01   1
+            219      211 +2.00e-01,+3.04e-01,-9.82e-01,+1.06e+00   1
 GenVertex:      -28 ID:    0 (X,cT):0
  I: 1        60     -323 -1.01e-01,+5.65e-03,+1.73e-01,+8.22e-01   2       -28
- O: 2       221     -311 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   2      -138
-            222     -211 -1.84e-02,-1.34e-01,-1.14e-01,+2.25e-01   1     (nil)
+ O: 2       222     -211 -1.84e-02,-1.34e-01,-1.14e-01,+2.25e-01   1
+            221     -311 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   2      -138
 GenVertex:      -29 ID:    0 (X,cT):0
  I: 1        61      313 -7.71e-02,+3.71e-01,+6.58e-01,+1.14e+00   2       -29
- O: 2       223      321 -1.86e-02,+1.84e-02,+1.85e-01,+5.28e-01   1     (nil)
-            224     -211 -5.85e-02,+3.52e-01,+4.73e-01,+6.09e-01   1     (nil)
+ O: 2       224     -211 -5.85e-02,+3.52e-01,+4.73e-01,+6.09e-01   1
+            223      321 -1.86e-02,+1.84e-02,+1.85e-01,+5.28e-01   1
 GenVertex:      -30 ID:    0 (X,cT):0
  I: 1        62      213 -3.58e-01,-1.85e-01,+2.02e-01,+7.59e-01   2       -30
- O: 2       225      211 +1.06e-01,-2.99e-02,+1.77e-01,+2.51e-01   1     (nil)
+ O: 2       225      211 +1.06e-01,-2.99e-02,+1.77e-01,+2.51e-01   1
             226      111 -4.64e-01,-1.55e-01,+2.53e-02,+5.08e-01   2      -139
 GenVertex:      -31 ID:    0 (X,cT):0
  I: 1        63      221 +5.37e-01,+2.24e-01,+7.68e+00,+7.72e+00   2       -31
- O: 3       227       22 +9.24e-02,+1.22e-01,+1.51e+00,+1.52e+00   1     (nil)
-            228     -211 +1.64e-01,-1.14e-01,+3.22e+00,+3.23e+00   1     (nil)
-            229      211 +2.81e-01,+2.16e-01,+2.94e+00,+2.97e+00   1     (nil)
+ O: 3       227       22 +9.24e-02,+1.22e-01,+1.51e+00,+1.52e+00   1
+            228     -211 +1.64e-01,-1.14e-01,+3.22e+00,+3.23e+00   1
+            229      211 +2.81e-01,+2.16e-01,+2.94e+00,+2.97e+00   1
 GenVertex:      -32 ID:    0 (X,cT):0
  I: 1        64     -213 -3.57e-01,-2.47e-01,+4.39e+00,+4.44e+00   2       -32
- O: 2       230     -211 -3.46e-01,-7.92e-02,+3.34e+00,+3.37e+00   1     (nil)
+ O: 2       230     -211 -3.46e-01,-7.92e-02,+3.34e+00,+3.37e+00   1
             231      111 -1.13e-02,-1.68e-01,+1.05e+00,+1.07e+00   2      -140
 GenVertex:      -33 ID:    0 (X,cT):0
  I: 1        66     -213 +3.60e-01,-1.91e-02,+2.45e+01,+2.45e+01   2       -33
- O: 2       232     -211 +2.45e-01,+2.11e-01,+2.06e+01,+2.06e+01   1     (nil)
+ O: 2       232     -211 +2.45e-01,+2.11e-01,+2.06e+01,+2.06e+01   1
             233      111 +1.15e-01,-2.30e-01,+3.89e+00,+3.90e+00   2      -141
 GenVertex:      -34 ID:    0 (X,cT):0
  I: 1        67      113 -3.73e-01,+1.18e-02,+3.83e+01,+3.84e+01   2       -34
- O: 2       234     -211 +1.07e-02,+2.95e-01,+1.86e+01,+1.86e+01   1     (nil)
-            235      211 -3.83e-01,-2.83e-01,+1.98e+01,+1.98e+01   1     (nil)
+ O: 2       234     -211 +1.07e-02,+2.95e-01,+1.86e+01,+1.86e+01   1
+            235      211 -3.83e-01,-2.83e-01,+1.98e+01,+1.98e+01   1
 GenVertex:      -35 ID:    0 (X,cT):0
  I: 1        68      113 -9.06e-02,+1.63e-01,+1.67e+02,+1.67e+02   2       -35
- O: 2       236      211 -2.00e-02,-2.69e-01,+6.04e+01,+6.04e+01   1     (nil)
-            237     -211 -7.06e-02,+4.32e-01,+1.07e+02,+1.07e+02   1     (nil)
+ O: 2       236      211 -2.00e-02,-2.69e-01,+6.04e+01,+6.04e+01   1
+            237     -211 -7.06e-02,+4.32e-01,+1.07e+02,+1.07e+02   1
 GenVertex:      -36 ID:    0 (X,cT):0
  I: 1        69      221 +1.73e-01,+4.07e-01,+2.06e+02,+2.06e+02   2       -36
- O: 3       238      211 +2.30e-02,+1.07e-01,+4.89e+01,+4.89e+01   1     (nil)
-            239     -211 +1.52e-01,+2.49e-01,+1.36e+02,+1.36e+02   1     (nil)
+ O: 3       238      211 +2.30e-02,+1.07e-01,+4.89e+01,+4.89e+01   1
+            239     -211 +1.52e-01,+2.49e-01,+1.36e+02,+1.36e+02   1
             240      111 -1.84e-03,+5.13e-02,+2.10e+01,+2.10e+01   2      -142
 GenVertex:      -37 ID:    0 (X,cT):0
  I: 1        71      423 +6.74e+00,-3.13e+00,-1.81e+01,+1.96e+01   2       -37
@@ -822,85 +939,85 @@ GenVertex:      -37 ID:    0 (X,cT):0
             242      111 +4.94e-01,-2.63e-01,-1.28e+00,+1.40e+00   2      -144
 GenVertex:      -38 ID:    0 (X,cT):0
  I: 1        72      213 +1.08e+00,-6.60e-01,-2.31e+00,+2.70e+00   2       -38
- O: 2       243      211 +2.70e-01,-4.65e-01,-9.32e-01,+1.08e+00   1     (nil)
+ O: 2       243      211 +2.70e-01,-4.65e-01,-9.32e-01,+1.08e+00   1
             244      111 +8.10e-01,-1.96e-01,-1.38e+00,+1.62e+00   2      -145
 GenVertex:      -39 ID:    0 (X,cT):0
  I: 1        73      331 +8.84e-01,-9.17e-01,-1.33e+00,+2.07e+00   2       -39
- O: 3       245      211 +4.27e-01,-3.13e-01,-3.45e-01,+6.47e-01   1     (nil)
-            246     -211 +6.70e-02,-6.53e-02,-1.12e-01,+2.02e-01   1     (nil)
+ O: 3       245      211 +4.27e-01,-3.13e-01,-3.45e-01,+6.47e-01   1
+            246     -211 +6.70e-02,-6.53e-02,-1.12e-01,+2.02e-01   1
             247      221 +3.89e-01,-5.39e-01,-8.71e-01,+1.22e+00   2      -146
 GenVertex:      -40 ID:    0 (X,cT):0
  I: 1        74     -213 +1.67e+00,-6.02e-01,-4.33e+00,+4.71e+00   2       -40
- O: 2       248     -211 +8.95e-01,-3.43e-01,-1.67e+00,+1.93e+00   1     (nil)
+ O: 2       248     -211 +8.95e-01,-3.43e-01,-1.67e+00,+1.93e+00   1
             249      111 +7.72e-01,-2.59e-01,-2.66e+00,+2.78e+00   2      -147
 Vertex:      -41 ID:    0 (X,cT)=-1.15e-05,-2.74e-06,-5.60e-05,+5.77e-05
  I: 1        75      111 -2.29e-01,-5.45e-02,-1.11e+00,+1.15e+00   2       -41
- O: 2       250       22 -1.87e-01,-7.34e-02,-6.48e-01,+6.78e-01   1     (nil)
-            251       22 -4.27e-02,+1.89e-02,-4.65e-01,+4.68e-01   1     (nil)
+ O: 2       250       22 -1.87e-01,-7.34e-02,-6.48e-01,+6.78e-01   1
+            251       22 -4.27e-02,+1.89e-02,-4.65e-01,+4.68e-01   1
 Vertex:      -42 ID:    0 (X,cT)=-9.58e+00,-4.54e+00,+3.08e+02,+3.22e+02
  I: 1        79     3112 -1.25e-01,-5.92e-02,+4.02e+00,+4.19e+00   2       -42
- O: 2       252     2112 +2.35e-02,-7.71e-02,+3.69e+00,+3.81e+00   1     (nil)
-            253     -211 -1.48e-01,+1.79e-02,+3.30e-01,+3.88e-01   1     (nil)
+ O: 2       252     2112 +2.35e-02,-7.71e-02,+3.69e+00,+3.81e+00   1
+            253     -211 -1.48e-01,+1.79e-02,+3.30e-01,+3.88e-01   1
 GenVertex:      -43 ID:    0 (X,cT):0
  I: 1        80      311 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2       -43
  O: 1       254      310 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2      -148
 GenVertex:      -44 ID:    0 (X,cT):0
  I: 1        81    -1114 -5.93e-01,-4.62e-01,+7.53e+00,+7.69e+00   2       -44
- O: 2       255    -2112 -7.16e-01,-5.94e-01,+6.69e+00,+6.82e+00   1     (nil)
-            256      211 +1.23e-01,+1.32e-01,+8.42e-01,+8.72e-01   1     (nil)
+ O: 2       255    -2112 -7.16e-01,-5.94e-01,+6.69e+00,+6.82e+00   1
+            256      211 +1.23e-01,+1.32e-01,+8.42e-01,+8.72e-01   1
 GenVertex:      -45 ID:    0 (X,cT):0
  I: 1        84     -213 -1.27e-01,-1.01e-01,+5.15e+00,+5.19e+00   2       -45
- O: 2       257     -211 +1.09e-01,-2.00e-01,+3.92e+00,+3.93e+00   1     (nil)
+ O: 2       257     -211 +1.09e-01,-2.00e-01,+3.92e+00,+3.93e+00   1
             258      111 -2.36e-01,+9.89e-02,+1.22e+00,+1.25e+00   2      -149
 GenVertex:      -46 ID:    0 (X,cT):0
  I: 1        85      213 -1.20e+00,-1.22e-01,+2.34e+01,+2.35e+01   2       -46
- O: 2       259      211 -9.25e-02,+6.68e-02,+1.06e+00,+1.07e+00   1     (nil)
+ O: 2       259      211 -9.25e-02,+6.68e-02,+1.06e+00,+1.07e+00   1
             260      111 -1.11e+00,-1.89e-01,+2.24e+01,+2.24e+01   2      -150
 GenVertex:      -47 ID:    0 (X,cT):0
  I: 1        86      223 -7.42e-02,+1.42e-01,+1.52e+01,+1.52e+01   2       -47
- O: 3       261      211 -8.80e-02,-1.85e-01,+7.90e+00,+7.90e+00   1     (nil)
-            262     -211 -9.38e-02,+7.23e-02,+3.34e+00,+3.35e+00   1     (nil)
+ O: 3       261      211 -8.80e-02,-1.85e-01,+7.90e+00,+7.90e+00   1
+            262     -211 -9.38e-02,+7.23e-02,+3.34e+00,+3.35e+00   1
             263      111 +1.08e-01,+2.55e-01,+3.93e+00,+3.94e+00   2      -151
 GenVertex:      -48 ID:    0 (X,cT):0
  I: 1        87     -213 -9.01e-01,-6.04e-01,+2.49e+01,+2.49e+01   2       -48
- O: 2       264     -211 -5.80e-01,-4.05e-01,+2.11e+01,+2.11e+01   1     (nil)
+ O: 2       264     -211 -5.80e-01,-4.05e-01,+2.11e+01,+2.11e+01   1
             265      111 -3.21e-01,-1.99e-01,+3.80e+00,+3.82e+00   2      -152
 GenVertex:      -49 ID:    0 (X,cT):0
  I: 1        88      323 -3.96e-01,+4.77e-01,+8.35e+01,+8.35e+01   2       -49
- O: 2       266      321 -2.79e-01,+6.38e-01,+6.43e+01,+6.43e+01   1     (nil)
+ O: 2       266      321 -2.79e-01,+6.38e-01,+6.43e+01,+6.43e+01   1
             267      111 -1.18e-01,-1.61e-01,+1.92e+01,+1.92e+01   2      -153
 GenVertex:      -50 ID:    0 (X,cT):0
  I: 1        89     -313 -1.18e+00,+4.38e-01,+2.34e+02,+2.34e+02   2       -50
- O: 2       268     -321 -8.94e-01,+2.08e-02,+1.54e+02,+1.54e+02   1     (nil)
-            269      211 -2.85e-01,+4.17e-01,+8.01e+01,+8.01e+01   1     (nil)
+ O: 2       268     -321 -8.94e-01,+2.08e-02,+1.54e+02,+1.54e+02   1
+            269      211 -2.85e-01,+4.17e-01,+8.01e+01,+8.01e+01   1
 Vertex:      -51 ID:    0 (X,cT)=-6.60e-06,+4.63e-05,+6.91e-03,+6.91e-03
  I: 1        90      111 -2.10e-02,+1.47e-01,+2.20e+01,+2.20e+01   2       -51
- O: 2       270       22 +3.30e-03,+1.38e-01,+2.13e+01,+2.13e+01   1     (nil)
-            271       22 -2.43e-02,+9.55e-03,+7.24e-01,+7.25e-01   1     (nil)
+ O: 2       270       22 +3.30e-03,+1.38e-01,+2.13e+01,+2.13e+01   1
+            271       22 -2.43e-02,+9.55e-03,+7.24e-01,+7.25e-01   1
 GenVertex:      -52 ID:    0 (X,cT):0
  I: 1        91     -213 -1.47e+00,+1.82e+00,+3.92e+02,+3.92e+02   2       -52
- O: 2       272     -211 -2.85e-01,+9.40e-01,+1.43e+02,+1.43e+02   1     (nil)
+ O: 2       272     -211 -2.85e-01,+9.40e-01,+1.43e+02,+1.43e+02   1
             273      111 -1.19e+00,+8.85e-01,+2.49e+02,+2.49e+02   2      -154
 GenVertex:      -53 ID:    0 (X,cT):0
  I: 1        92      213 +1.75e+00,+1.50e+00,+6.91e+02,+6.91e+02   2       -53
- O: 2       274      211 +1.79e+00,+1.29e+00,+6.18e+02,+6.18e+02   1     (nil)
+ O: 2       274      211 +1.79e+00,+1.29e+00,+6.18e+02,+6.18e+02   1
             275      111 -3.94e-02,+2.10e-01,+7.29e+01,+7.29e+01   2      -155
 Vertex:      -54 ID:    0 (X,cT)=+1.07e-04,+5.79e-05,+2.54e-02,+2.54e-02
  I: 1        94      111 +7.06e-01,+3.83e-01,+1.68e+02,+1.68e+02   2       -54
- O: 2       276       22 +2.50e-01,+1.51e-01,+4.86e+01,+4.86e+01   1     (nil)
-            277       22 +4.56e-01,+2.32e-01,+1.20e+02,+1.20e+02   1     (nil)
+ O: 2       276       22 +2.50e-01,+1.51e-01,+4.86e+01,+4.86e+01   1
+            277       22 +4.56e-01,+2.32e-01,+1.20e+02,+1.20e+02   1
 GenVertex:      -55 ID:    0 (X,cT):0
  I: 1        95      223 +1.83e-01,+6.58e-01,+2.64e+02,+2.64e+02   2       -55
- O: 3       278      211 +2.62e-01,+6.67e-02,+8.45e+01,+8.45e+01   1     (nil)
-            279     -211 +3.03e-02,+5.27e-01,+1.40e+02,+1.40e+02   1     (nil)
+ O: 3       278      211 +2.62e-01,+6.67e-02,+8.45e+01,+8.45e+01   1
+            279     -211 +3.03e-02,+5.27e-01,+1.40e+02,+1.40e+02   1
             280      111 -1.09e-01,+6.39e-02,+3.93e+01,+3.93e+01   2      -156
 GenVertex:      -56 ID:    0 (X,cT):0
  I: 1        96      113 +1.17e+00,-6.49e-01,+1.09e+02,+1.09e+02   2       -56
- O: 2       281     -211 +1.05e+00,-3.90e-01,+9.92e+01,+9.92e+01   1     (nil)
-            282      211 +1.20e-01,-2.59e-01,+1.03e+01,+1.03e+01   1     (nil)
+ O: 2       281     -211 +1.05e+00,-3.90e-01,+9.92e+01,+9.92e+01   1
+            282      211 +1.20e-01,-2.59e-01,+1.03e+01,+1.03e+01   1
 GenVertex:      -57 ID:    0 (X,cT):0
  I: 1        97      213 -3.59e-02,+9.92e-01,+3.73e+01,+3.74e+01   2       -57
- O: 2       283      211 -1.62e-01,+3.10e-02,+2.19e+00,+2.20e+00   1     (nil)
+ O: 2       283      211 -1.62e-01,+3.10e-02,+2.19e+00,+2.20e+00   1
             284      111 +1.27e-01,+9.61e-01,+3.52e+01,+3.52e+01   2      -157
 GenVertex:      -58 ID:    0 (X,cT):0
  I: 1        98      221 +4.22e-01,+3.30e-01,+8.56e+00,+8.60e+00   2       -58
@@ -909,96 +1026,96 @@ GenVertex:      -58 ID:    0 (X,cT):0
             287      111 +5.73e-02,+1.07e-02,+3.27e+00,+3.27e+00   2      -160
 GenVertex:      -59 ID:    0 (X,cT):0
  I: 1        99     -213 +9.75e-01,+2.54e+00,+3.20e+01,+3.22e+01   2       -59
- O: 2       288     -211 +5.56e-01,+1.36e+00,+1.23e+01,+1.24e+01   1     (nil)
+ O: 2       288     -211 +5.56e-01,+1.36e+00,+1.23e+01,+1.24e+01   1
             289      111 +4.18e-01,+1.18e+00,+1.97e+01,+1.98e+01   2      -161
 Vertex:      -60 ID:    0 (X,cT)=+3.89e-05,+1.80e-05,+5.58e-04,+5.60e-04
  I: 1       100      111 +1.28e+00,+5.91e-01,+1.83e+01,+1.84e+01   2       -60
- O: 2       290       22 +1.23e+00,+5.60e-01,+1.78e+01,+1.79e+01   1     (nil)
-            291       22 +5.03e-02,+3.14e-02,+4.95e-01,+4.99e-01   1     (nil)
+ O: 2       290       22 +1.23e+00,+5.60e-01,+1.78e+01,+1.79e+01   1
+            291       22 +5.03e-02,+3.14e-02,+4.95e-01,+4.99e-01   1
 GenVertex:      -61 ID:    0 (X,cT):0
  I: 1       101      331 +1.59e+00,+2.22e+00,+3.03e+01,+3.04e+01   2       -61
- O: 3       292      211 +3.32e-01,+2.48e-01,+4.45e+00,+4.47e+00   1     (nil)
-            293     -211 +3.06e-01,+6.92e-01,+8.24e+00,+8.28e+00   1     (nil)
+ O: 3       292      211 +3.32e-01,+2.48e-01,+4.45e+00,+4.47e+00   1
+            293     -211 +3.06e-01,+6.92e-01,+8.24e+00,+8.28e+00   1
             294      221 +9.56e-01,+1.28e+00,+1.76e+01,+1.77e+01   2      -162
 GenVertex:      -62 ID:    0 (X,cT):0
  I: 1       102      213 +1.77e+00,-1.58e+00,+1.71e+01,+1.73e+01   2       -62
- O: 2       295      211 +8.03e-02,+2.02e-02,+5.69e-01,+5.92e-01   1     (nil)
+ O: 2       295      211 +8.03e-02,+2.02e-02,+5.69e-01,+5.92e-01   1
             296      111 +1.69e+00,-1.60e+00,+1.65e+01,+1.67e+01   2      -163
 GenVertex:      -63 ID:    0 (X,cT):0
  I: 1       105      311 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2       -63
  O: 1       297      310 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2      -164
 GenVertex:      -64 ID:    0 (X,cT):0
  I: 1       106      333 +8.72e-02,-2.03e+00,+7.62e+00,+7.95e+00   2       -64
- O: 2       298      130 +1.44e-01,-1.08e+00,+4.20e+00,+4.37e+00   1     (nil)
+ O: 2       298      130 +1.44e-01,-1.08e+00,+4.20e+00,+4.37e+00   1
             299      310 -5.64e-02,-9.48e-01,+3.42e+00,+3.58e+00   2      -165
 GenVertex:      -65 ID:    0 (X,cT):0
  I: 1       107     -323 -1.98e-01,-1.55e-01,+2.64e+00,+2.79e+00   2       -65
- O: 2       300     -321 -2.21e-01,+1.56e-01,+1.65e+00,+1.74e+00   1     (nil)
+ O: 2       300     -321 -2.21e-01,+1.56e-01,+1.65e+00,+1.74e+00   1
             301      111 +2.32e-02,-3.11e-01,+9.92e-01,+1.05e+00   2      -166
 GenVertex:      -66 ID:    0 (X,cT):0
  I: 1       108      113 -1.10e+00,-1.90e+00,+5.32e+00,+5.81e+00   2       -66
- O: 2       302     -211 -1.16e+00,-1.76e+00,+5.02e+00,+5.45e+00   1     (nil)
-            303      211 +5.82e-02,-1.40e-01,+3.02e-01,+3.65e-01   1     (nil)
+ O: 2       302     -211 -1.16e+00,-1.76e+00,+5.02e+00,+5.45e+00   1
+            303      211 +5.82e-02,-1.40e-01,+3.02e-01,+3.65e-01   1
 GenVertex:      -67 ID:    0 (X,cT):0
  I: 1       109      213 -7.23e-01,-7.70e-01,+6.13e-01,+1.63e+00   2       -67
- O: 2       304      211 +1.49e-03,+1.26e-01,-1.51e-01,+2.41e-01   1     (nil)
+ O: 2       304      211 +1.49e-03,+1.26e-01,-1.51e-01,+2.41e-01   1
             305      111 -7.25e-01,-8.95e-01,+7.64e-01,+1.39e+00   2      -167
 GenVertex:      -68 ID:    0 (X,cT):0
  I: 1       111      213 -5.97e-01,-1.22e+00,+2.67e-01,+1.55e+00   2       -68
- O: 2       306      211 +1.06e-01,-2.72e-01,-4.01e-02,+3.26e-01   1     (nil)
+ O: 2       306      211 +1.06e-01,-2.72e-01,-4.01e-02,+3.26e-01   1
             307      111 -7.03e-01,-9.49e-01,+3.08e-01,+1.23e+00   2      -168
 Vertex:      -69 ID:    0 (X,cT)=+1.27e-05,-7.07e-05,+1.82e-05,+8.39e-05
  I: 1       113      111 +4.36e-02,-2.43e-01,+6.27e-02,+2.89e-01   2       -69
- O: 2       308       22 +5.40e-02,-1.99e-02,+1.91e-02,+6.07e-02   1     (nil)
-            309       22 -1.04e-02,-2.23e-01,+4.36e-02,+2.28e-01   1     (nil)
+ O: 2       308       22 +5.40e-02,-1.99e-02,+1.91e-02,+6.07e-02   1
+            309       22 -1.04e-02,-2.23e-01,+4.36e-02,+2.28e-01   1
 GenVertex:      -70 ID:    0 (X,cT):0
  I: 1       114      213 -1.15e+00,-1.72e+00,-2.01e+00,+2.97e+00   2       -70
- O: 2       310      211 -4.37e-02,-6.49e-02,-3.59e-02,+1.64e-01   1     (nil)
+ O: 2       310      211 -4.37e-02,-6.49e-02,-3.59e-02,+1.64e-01   1
             311      111 -1.10e+00,-1.65e+00,-1.97e+00,+2.80e+00   2      -169
 GenVertex:      -71 ID:    0 (X,cT):0
  I: 1       115     -213 -9.95e-01,-3.87e-01,-1.11e+00,+1.63e+00   2       -71
- O: 2       312     -211 -7.40e-01,-4.72e-01,-9.20e-01,+1.28e+00   1     (nil)
+ O: 2       312     -211 -7.40e-01,-4.72e-01,-9.20e-01,+1.28e+00   1
             313      111 -2.55e-01,+8.51e-02,-1.87e-01,+3.54e-01   2      -170
 GenVertex:      -72 ID:    0 (X,cT):0
  I: 1       119      311 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2       -72
  O: 1       314      310 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2      -171
 GenVertex:      -73 ID:    0 (X,cT):0
  I: 1       121      113 -2.01e-02,+9.67e-01,-2.76e+00,+3.05e+00   2       -73
- O: 2       315     -211 -5.02e-03,+1.03e+00,-2.68e+00,+2.88e+00   1     (nil)
-            316      211 -1.50e-02,-6.21e-02,-7.50e-02,+1.71e-01   1     (nil)
+ O: 2       315     -211 -5.02e-03,+1.03e+00,-2.68e+00,+2.88e+00   1
+            316      211 -1.50e-02,-6.21e-02,-7.50e-02,+1.71e-01   1
 GenVertex:      -74 ID:    0 (X,cT):0
  I: 1       122      213 +6.99e-01,+4.88e-01,-2.14e+00,+2.37e+00   2       -74
- O: 2       317      211 +2.31e-01,+4.39e-01,-1.27e+00,+1.37e+00   1     (nil)
+ O: 2       317      211 +2.31e-01,+4.39e-01,-1.27e+00,+1.37e+00   1
             318      111 +4.68e-01,+4.92e-02,-8.74e-01,+1.00e+00   2      -172
 GenVertex:      -75 ID:    0 (X,cT):0
  I: 1       123      223 +1.59e-01,-2.33e-01,-7.42e+00,+7.46e+00   2       -75
- O: 2       319     -211 +2.57e-01,+5.62e-02,-5.93e+00,+5.93e+00   1     (nil)
-            320      211 -9.87e-02,-2.90e-01,-1.49e+00,+1.53e+00   1     (nil)
+ O: 2       319     -211 +2.57e-01,+5.62e-02,-5.93e+00,+5.93e+00   1
+            320      211 -9.87e-02,-2.90e-01,-1.49e+00,+1.53e+00   1
 GenVertex:      -76 ID:    0 (X,cT):0
  I: 1       124      223 -3.07e-01,+5.68e-01,-1.77e+01,+1.77e+01   2       -76
- O: 2       321     -211 -1.81e-01,+2.32e-01,-1.48e+01,+1.48e+01   1     (nil)
-            322      211 -1.26e-01,+3.36e-01,-2.88e+00,+2.90e+00   1     (nil)
+ O: 2       321     -211 -1.81e-01,+2.32e-01,-1.48e+01,+1.48e+01   1
+            322      211 -1.26e-01,+3.36e-01,-2.88e+00,+2.90e+00   1
 GenVertex:      -77 ID:    0 (X,cT):0
  I: 1       125     1114 +7.70e-01,-3.47e-01,-1.94e+02,+1.94e+02   2       -77
- O: 2       323     2112 +6.85e-01,-3.51e-01,-1.63e+02,+1.63e+02   1     (nil)
-            324     -211 +8.47e-02,+3.52e-03,-3.06e+01,+3.06e+01   1     (nil)
+ O: 2       323     2112 +6.85e-01,-3.51e-01,-1.63e+02,+1.63e+02   1
+            324     -211 +8.47e-02,+3.52e-03,-3.06e+01,+3.06e+01   1
 Vertex:      -78 ID:    0 (X,cT)=+9.27e-06,+2.22e-05,-1.58e-03,+1.58e-03
  I: 1       126      111 +6.52e-01,+1.56e+00,-1.11e+02,+1.11e+02   2       -78
- O: 2       325       22 +6.52e-01,+1.50e+00,-1.08e+02,+1.08e+02   1     (nil)
-            326       22 -1.55e-04,+6.21e-02,-3.67e+00,+3.67e+00   1     (nil)
+ O: 2       325       22 +6.52e-01,+1.50e+00,-1.08e+02,+1.08e+02   1
+            326       22 -1.55e-04,+6.21e-02,-3.67e+00,+3.67e+00   1
 GenVertex:      -79 ID:    0 (X,cT):0
  I: 1       130      113 +7.74e-01,+8.64e-01,-8.89e+01,+8.89e+01   2       -79
- O: 2       327     -211 +6.68e-01,+7.08e-01,-4.84e+01,+4.84e+01   1     (nil)
-            328      211 +1.06e-01,+1.56e-01,-4.05e+01,+4.05e+01   1     (nil)
+ O: 2       327     -211 +6.68e-01,+7.08e-01,-4.84e+01,+4.84e+01   1
+            328      211 +1.06e-01,+1.56e-01,-4.05e+01,+4.05e+01   1
 GenVertex:      -80 ID:    0 (X,cT):0
  I: 1       131      223 +1.70e-02,+2.83e-01,-9.69e+01,+9.69e+01   2       -80
- O: 3       329      211 -1.62e-01,+5.36e-02,-3.29e+01,+3.29e+01   1     (nil)
-            330     -211 +6.38e-02,-3.43e-02,-4.30e+01,+4.30e+01   1     (nil)
+ O: 3       329      211 -1.62e-01,+5.36e-02,-3.29e+01,+3.29e+01   1
+            330     -211 +6.38e-02,-3.43e-02,-4.30e+01,+4.30e+01   1
             331      111 +1.15e-01,+2.64e-01,-2.11e+01,+2.11e+01   2      -173
 GenVertex:      -81 ID:    0 (X,cT):0
  I: 1       132      223 +3.02e-01,+2.43e-01,-3.21e+01,+3.21e+01   2       -81
- O: 3       332     -211 +5.67e-02,-4.99e-02,-1.78e+01,+1.78e+01   1     (nil)
-            333      211 +8.54e-02,+2.91e-01,-8.16e+00,+8.17e+00   1     (nil)
+ O: 3       332     -211 +5.67e-02,-4.99e-02,-1.78e+01,+1.78e+01   1
+            333      211 +8.54e-02,+2.91e-01,-8.16e+00,+8.17e+00   1
             334      111 +1.60e-01,+1.64e-03,-6.16e+00,+6.16e+00   2      -174
 GenVertex:      -82 ID:    0 (X,cT):0
  I: 1       133      221 +6.52e-01,-1.30e-02,-7.49e+00,+7.53e+00   2       -82
@@ -1007,123 +1124,123 @@ GenVertex:      -82 ID:    0 (X,cT):0
             337      111 +4.06e-02,+5.17e-03,-1.02e+00,+1.02e+00   2      -177
 GenVertex:      -83 ID:    0 (X,cT):0
  I: 1       134      213 +1.25e+00,+2.45e+00,-3.91e+01,+3.93e+01   2       -83
- O: 2       338      211 +6.58e-01,+5.66e-01,-1.72e+01,+1.72e+01   1     (nil)
+ O: 2       338      211 +6.58e-01,+5.66e-01,-1.72e+01,+1.72e+01   1
             339      111 +5.88e-01,+1.89e+00,-2.20e+01,+2.20e+01   2      -178
 GenVertex:      -84 ID:    0 (X,cT):0
  I: 1       135      221 +8.86e-01,+9.16e-01,-1.24e+01,+1.25e+01   2       -84
- O: 2       340       22 +6.66e-01,+6.36e-01,-6.31e+00,+6.38e+00   1     (nil)
-            341       22 +2.20e-01,+2.80e-01,-6.11e+00,+6.12e+00   1     (nil)
+ O: 2       340       22 +6.66e-01,+6.36e-01,-6.31e+00,+6.38e+00   1
+            341       22 +2.20e-01,+2.80e-01,-6.11e+00,+6.12e+00   1
 Vertex:      -85 ID:    0 (X,cT)=+3.02e-04,+4.87e-04,-5.38e-03,+5.41e-03
  I: 1       137      111 +7.22e-01,+1.16e+00,-1.29e+01,+1.29e+01   2       -85
- O: 2       342       22 +5.79e-02,+1.36e-01,-1.76e+00,+1.76e+00   1     (nil)
-            343       22 +6.65e-01,+1.03e+00,-1.11e+01,+1.12e+01   1     (nil)
+ O: 2       342       22 +5.79e-02,+1.36e-01,-1.76e+00,+1.76e+00   1
+            343       22 +6.65e-01,+1.03e+00,-1.11e+01,+1.12e+01   1
 GenVertex:      -86 ID:    0 (X,cT):0
  I: 1       138      113 +1.21e+00,+1.68e+00,-1.89e+01,+1.90e+01   2       -86
- O: 2       344     -211 +4.13e-01,+1.29e-01,-3.64e+00,+3.67e+00   1     (nil)
-            345      211 +8.01e-01,+1.55e+00,-1.52e+01,+1.53e+01   1     (nil)
+ O: 2       344     -211 +4.13e-01,+1.29e-01,-3.64e+00,+3.67e+00   1
+            345      211 +8.01e-01,+1.55e+00,-1.52e+01,+1.53e+01   1
 GenVertex:      -87 ID:    0 (X,cT):0
  I: 1       140     -213 +4.58e-01,+1.15e+00,-1.84e+01,+1.85e+01   2       -87
- O: 2       346     -211 +4.43e-01,+4.32e-01,-3.36e+00,+3.42e+00   1     (nil)
+ O: 2       346     -211 +4.43e-01,+4.32e-01,-3.36e+00,+3.42e+00   1
             347      111 +1.51e-02,+7.22e-01,-1.51e+01,+1.51e+01   2      -179
 GenVertex:      -88 ID:    0 (X,cT):0
  I: 1       141      213 +2.08e+00,+1.68e+00,-2.61e+01,+2.63e+01   2       -88
- O: 2       348      211 +2.03e+00,+1.63e+00,-2.51e+01,+2.52e+01   1     (nil)
+ O: 2       348      211 +2.03e+00,+1.63e+00,-2.51e+01,+2.52e+01   1
             349      111 +5.56e-02,+5.31e-02,-1.06e+00,+1.07e+00   2      -180
 GenVertex:      -89 ID:    0 (X,cT):0
  I: 1       142      313 +1.78e+00,+1.24e+00,-2.26e+01,+2.27e+01   2       -89
- O: 2       350      321 +5.53e-01,+4.44e-01,-6.45e+00,+6.51e+00   1     (nil)
-            351     -211 +1.23e+00,+7.92e-01,-1.62e+01,+1.62e+01   1     (nil)
+ O: 2       350      321 +5.53e-01,+4.44e-01,-6.45e+00,+6.51e+00   1
+            351     -211 +1.23e+00,+7.92e-01,-1.62e+01,+1.62e+01   1
 GenVertex:      -90 ID:    0 (X,cT):0
  I: 1       143     -313 +1.42e+00,+6.47e-01,-1.81e+01,+1.82e+01   2       -90
  O: 2       352     -311 +4.98e-01,+5.10e-01,-7.52e+00,+7.57e+00   2      -181
             353      111 +9.21e-01,+1.38e-01,-1.06e+01,+1.06e+01   2      -182
 GenVertex:      -91 ID:    0 (X,cT):0
  I: 1       145     -213 -5.75e-01,-4.78e-01,-9.45e+01,+9.45e+01   2       -91
- O: 2       354     -211 -4.16e-01,-6.42e-04,-4.57e+01,+4.57e+01   1     (nil)
+ O: 2       354     -211 -4.16e-01,-6.42e-04,-4.57e+01,+4.57e+01   1
             355      111 -1.59e-01,-4.77e-01,-4.88e+01,+4.88e+01   2      -183
 GenVertex:      -92 ID:    0 (X,cT):0
  I: 1       146    -1114 -8.04e-01,-7.43e-01,-3.40e+01,+3.40e+01   2       -92
- O: 2       356    -2112 -5.09e-01,-4.51e-01,-2.85e+01,+2.85e+01   1     (nil)
-            357      211 -2.95e-01,-2.92e-01,-5.48e+00,+5.50e+00   1     (nil)
+ O: 2       356    -2112 -5.09e-01,-4.51e-01,-2.85e+01,+2.85e+01   1
+            357      211 -2.95e-01,-2.92e-01,-5.48e+00,+5.50e+00   1
 GenVertex:      -93 ID:    0 (X,cT):0
  I: 1       147     -213 -1.80e-01,+6.29e-02,-4.32e+01,+4.32e+01   2       -93
- O: 2       358     -211 -2.49e-01,+3.34e-01,-2.84e+01,+2.84e+01   1     (nil)
+ O: 2       358     -211 -2.49e-01,+3.34e-01,-2.84e+01,+2.84e+01   1
             359      111 +6.89e-02,-2.71e-01,-1.49e+01,+1.49e+01   2      -184
 GenVertex:      -94 ID:    0 (X,cT):0
  I: 1       149      311 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   2       -94
- O: 1       360      130 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   1     (nil)
+ O: 1       360      130 -1.41e+00,-2.18e+00,-7.90e+01,+7.90e+01   1
 GenVertex:      -95 ID:    0 (X,cT):0
  I: 1       150     -323 -3.04e-01,-3.92e-01,-7.88e+01,+7.88e+01   2       -95
- O: 2       361     -321 -3.90e-02,+2.37e-02,-4.50e+01,+4.50e+01   1     (nil)
+ O: 2       361     -321 -3.90e-02,+2.37e-02,-4.50e+01,+4.50e+01   1
             362      111 -2.65e-01,-4.16e-01,-3.38e+01,+3.38e+01   2      -185
 GenVertex:      -96 ID:    0 (X,cT):0
  I: 1       151      213 -1.80e+00,-1.21e+00,-8.93e+01,+8.94e+01   2       -96
- O: 2       363      211 -1.88e+00,-1.09e+00,-8.20e+01,+8.20e+01   1     (nil)
+ O: 2       363      211 -1.88e+00,-1.09e+00,-8.20e+01,+8.20e+01   1
             364      111 +7.55e-02,-1.18e-01,-7.35e+00,+7.36e+00   2      -186
 GenVertex:      -97 ID:    0 (X,cT):0
  I: 1       152      113 +4.91e-01,-9.72e-01,-5.04e+01,+5.05e+01   2       -97
- O: 2       365     -211 +3.30e-01,-1.08e+00,-4.62e+01,+4.62e+01   1     (nil)
-            366      211 +1.61e-01,+1.05e-01,-4.23e+00,+4.23e+00   1     (nil)
+ O: 2       365     -211 +3.30e-01,-1.08e+00,-4.62e+01,+4.62e+01   1
+            366      211 +1.61e-01,+1.05e-01,-4.23e+00,+4.23e+00   1
 GenVertex:      -98 ID:    0 (X,cT):0
  I: 1       153      221 +2.67e-01,-2.61e-01,-2.16e+01,+2.16e+01   2       -98
- O: 2       367       22 -1.53e-01,-5.63e-02,-3.12e+00,+3.12e+00   1     (nil)
-            368       22 +4.20e-01,-2.04e-01,-1.84e+01,+1.85e+01   1     (nil)
+ O: 2       367       22 -1.53e-01,-5.63e-02,-3.12e+00,+3.12e+00   1
+            368       22 +4.20e-01,-2.04e-01,-1.84e+01,+1.85e+01   1
 GenVertex:      -99 ID:    0 (X,cT):0
  I: 1       154      311 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   2       -99
- O: 1       369      130 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   1     (nil)
+ O: 1       369      130 +4.13e-01,+1.80e-01,-8.91e+01,+8.91e+01   1
 GenVertex:     -100 ID:    0 (X,cT):0
  I: 1       156      221 -4.10e-01,-2.74e-01,-4.88e+01,+4.88e+01   2      -100
- O: 3       370      211 -2.54e-01,-1.08e-01,-2.26e+01,+2.26e+01   1     (nil)
-            371     -211 -9.47e-02,-7.03e-02,-6.26e+00,+6.26e+00   1     (nil)
+ O: 3       370      211 -2.54e-01,-1.08e-01,-2.26e+01,+2.26e+01   1
+            371     -211 -9.47e-02,-7.03e-02,-6.26e+00,+6.26e+00   1
             372      111 -6.13e-02,-9.53e-02,-1.99e+01,+1.99e+01   2      -187
 GenVertex:     -101 ID:    0 (X,cT):0
  I: 1       158      113 -8.56e-01,+4.51e-01,-3.86e+02,+3.86e+02   2      -101
- O: 2       373      211 -5.66e-01,+1.70e-01,-3.23e+02,+3.23e+02   1     (nil)
-            374     -211 -2.90e-01,+2.81e-01,-6.32e+01,+6.32e+01   1     (nil)
+ O: 2       373      211 -5.66e-01,+1.70e-01,-3.23e+02,+3.23e+02   1
+            374     -211 -2.90e-01,+2.81e-01,-6.32e+01,+6.32e+01   1
 GenVertex:     -102 ID:    0 (X,cT):0
  I: 1       160     2224 -1.90e-03,+7.51e-01,-1.39e+03,+1.39e+03   2      -102
- O: 2       375     2212 +9.56e-04,+8.62e-01,-1.17e+03,+1.17e+03   1     (nil)
-            376      211 -2.86e-03,-1.12e-01,-2.17e+02,+2.17e+02   1     (nil)
+ O: 2       375     2212 +9.56e-04,+8.62e-01,-1.17e+03,+1.17e+03   1
+            376      211 -2.86e-03,-1.12e-01,-2.17e+02,+2.17e+02   1
 GenVertex:     -103 ID:    0 (X,cT):0
  I: 1       163      223 -1.35e-02,+1.05e-01,+2.90e+00,+3.01e+00   2      -103
- O: 3       377     -211 +6.98e-02,+4.75e-02,+2.34e+00,+2.34e+00   1     (nil)
-            378      211 -3.36e-03,-3.94e-02,+1.39e-01,+2.01e-01   1     (nil)
+ O: 3       377     -211 +6.98e-02,+4.75e-02,+2.34e+00,+2.34e+00   1
+            378      211 -3.36e-03,-3.94e-02,+1.39e-01,+2.01e-01   1
             379      111 -7.99e-02,+9.68e-02,+4.23e-01,+4.62e-01   2      -188
 GenVertex:     -104 ID:    0 (X,cT):0
  I: 1       164     -213 -7.67e-02,-1.58e-01,+2.83e+00,+2.94e+00   2      -104
- O: 2       380     -211 +2.46e-01,-2.54e-01,+9.52e-01,+1.02e+00   1     (nil)
+ O: 2       380     -211 +2.46e-01,-2.54e-01,+9.52e-01,+1.02e+00   1
             381      111 -3.23e-01,+9.61e-02,+1.88e+00,+1.91e+00   2      -189
 GenVertex:     -105 ID:    0 (X,cT):0
  I: 1       165      113 -3.96e-01,-2.46e-01,+7.66e+00,+7.72e+00   2      -105
- O: 2       382     -211 -4.58e-01,-1.09e-01,+2.26e+00,+2.31e+00   1     (nil)
-            383      211 +6.19e-02,-1.38e-01,+5.40e+00,+5.41e+00   1     (nil)
+ O: 2       382     -211 -4.58e-01,-1.09e-01,+2.26e+00,+2.31e+00   1
+            383      211 +6.19e-02,-1.38e-01,+5.40e+00,+5.41e+00   1
 GenVertex:     -106 ID:    0 (X,cT):0
  I: 1       166      223 +8.97e-02,-2.51e-02,+1.83e+01,+1.83e+01   2      -106
- O: 3       384      211 +1.54e-02,+2.33e-01,+6.44e+00,+6.45e+00   1     (nil)
-            385     -211 -1.25e-01,-1.91e-01,+6.30e+00,+6.31e+00   1     (nil)
+ O: 3       384      211 +1.54e-02,+2.33e-01,+6.44e+00,+6.45e+00   1
+            385     -211 -1.25e-01,-1.91e-01,+6.30e+00,+6.31e+00   1
             386      111 +1.99e-01,-6.72e-02,+5.57e+00,+5.57e+00   2      -190
 GenVertex:     -107 ID:    0 (X,cT):0
  I: 1       167      331 +7.92e-02,-2.14e-01,+1.65e+01,+1.65e+01   2      -107
- O: 2       387       22 -3.78e-03,+6.83e-02,+3.46e-01,+3.53e-01   1     (nil)
+ O: 2       387       22 -3.78e-03,+6.83e-02,+3.46e-01,+3.53e-01   1
             388      113 +8.30e-02,-2.83e-01,+1.61e+01,+1.61e+01   2      -191
 GenVertex:     -108 ID:    0 (X,cT):0
  I: 1       169      113 -9.07e-02,+1.70e-01,+7.69e+00,+7.71e+00   2      -108
- O: 2       389      211 -1.47e-01,+1.94e-03,+5.31e+00,+5.31e+00   1     (nil)
-            390     -211 +5.60e-02,+1.68e-01,+2.38e+00,+2.39e+00   1     (nil)
+ O: 2       389      211 -1.47e-01,+1.94e-03,+5.31e+00,+5.31e+00   1
+            390     -211 +5.60e-02,+1.68e-01,+2.38e+00,+2.39e+00   1
 GenVertex:     -109 ID:    0 (X,cT):0
  I: 1       172      313 -9.79e-02,+5.68e-01,+7.20e+01,+7.20e+01   2      -109
- O: 2       391      321 +1.98e-01,+2.04e-01,+3.95e+01,+3.95e+01   1     (nil)
-            392     -211 -2.96e-01,+3.65e-01,+3.25e+01,+3.25e+01   1     (nil)
+ O: 2       391      321 +1.98e-01,+2.04e-01,+3.95e+01,+3.95e+01   1
+            392     -211 -2.96e-01,+3.65e-01,+3.25e+01,+3.25e+01   1
 GenVertex:     -110 ID:    0 (X,cT):0
  I: 1       173     -313 -1.30e-01,-7.96e-01,+2.37e+02,+2.37e+02   2      -110
- O: 2       393     -321 +8.77e-02,-3.77e-01,+1.73e+02,+1.73e+02   1     (nil)
-            394      211 -2.18e-01,-4.20e-01,+6.41e+01,+6.41e+01   1     (nil)
+ O: 2       393     -321 +8.77e-02,-3.77e-01,+1.73e+02,+1.73e+02   1
+            394      211 -2.18e-01,-4.20e-01,+6.41e+01,+6.41e+01   1
 Vertex:     -111 ID:    0 (X,cT)=-3.81e+00,+2.43e+00,-3.67e+01,+3.70e+01
  I: 1       177     -411 -2.64e+01,+1.68e+01,-2.54e+02,+2.56e+02   2      -111
- O: 4       395       13 -1.41e+00,+1.04e+00,-1.32e+01,+1.33e+01   1     (nil)
-            396      -14 -1.31e+00,+1.05e+00,-1.23e+01,+1.24e+01   1     (nil)
+ O: 4       395       13 -1.41e+00,+1.04e+00,-1.32e+01,+1.33e+01   1
+            396      -14 -1.31e+00,+1.05e+00,-1.23e+01,+1.24e+01   1
             397      323 -2.16e+01,+1.35e+01,-2.09e+02,+2.11e+02   2      -192
-            398     -211 -2.09e+00,+1.24e+00,-1.91e+01,+1.92e+01   1     (nil)
+            398     -211 -2.09e+00,+1.24e+00,-1.91e+01,+1.92e+01   1
 GenVertex:     -112 ID:    0 (X,cT):0
  I: 1       180     -313 -1.69e+00,+9.52e-01,-1.93e+01,+1.94e+01   2      -112
  O: 2       399     -311 -4.47e-01,+3.05e-01,-6.33e+00,+6.37e+00   2      -193
@@ -1131,82 +1248,82 @@ GenVertex:     -112 ID:    0 (X,cT):0
 GenVertex:     -113 ID:    0 (X,cT):0
  I: 1       181      323 -1.07e+00,+1.14e+00,-1.19e+01,+1.20e+01   2      -113
  O: 2       401      311 -9.33e-01,+9.63e-01,-1.12e+01,+1.13e+01   2      -195
-            402      211 -1.36e-01,+1.77e-01,-7.16e-01,+7.63e-01   1     (nil)
+            402      211 -1.36e-01,+1.77e-01,-7.16e-01,+7.63e-01   1
 GenVertex:     -114 ID:    0 (X,cT):0
  I: 1       182     -323 -1.04e+00,-2.43e-02,-1.56e+01,+1.57e+01   2      -114
- O: 2       403     -321 -9.22e-01,-9.25e-02,-1.49e+01,+1.49e+01   1     (nil)
+ O: 2       403     -321 -9.22e-01,-9.25e-02,-1.49e+01,+1.49e+01   1
             404      111 -1.17e-01,+6.82e-02,-7.01e-01,+7.26e-01   2      -196
 GenVertex:     -115 ID:    0 (X,cT):0
  I: 1       184      113 +9.16e+00,-6.89e+00,-1.32e+02,+1.32e+02   2      -115
- O: 2       405     -211 +8.07e+00,-6.29e+00,-1.19e+02,+1.20e+02   1     (nil)
-            406      211 +1.09e+00,-5.97e-01,-1.23e+01,+1.24e+01   1     (nil)
+ O: 2       405     -211 +8.07e+00,-6.29e+00,-1.19e+02,+1.20e+02   1
+            406      211 +1.09e+00,-5.97e-01,-1.23e+01,+1.24e+01   1
 Vertex:     -116 ID:    0 (X,cT)=+1.87e-03,-1.71e-03,-2.84e-02,+2.85e-02
  I: 1       185      111 +1.57e+00,-1.44e+00,-2.40e+01,+2.41e+01   2      -116
- O: 2       407       22 +1.03e+00,-8.53e-01,-1.49e+01,+1.50e+01   1     (nil)
-            408       22 +5.46e-01,-5.88e-01,-9.04e+00,+9.08e+00   1     (nil)
+ O: 2       407       22 +1.03e+00,-8.53e-01,-1.49e+01,+1.50e+01   1
+            408       22 +5.46e-01,-5.88e-01,-9.04e+00,+9.08e+00   1
 GenVertex:     -117 ID:    0 (X,cT):0
  I: 1       189      213 -1.88e-01,-4.78e-01,-1.86e-02,+8.02e-01   2      -117
- O: 2       409      211 +6.32e-02,-4.07e-02,-1.95e-01,+2.51e-01   1     (nil)
+ O: 2       409      211 +6.32e-02,-4.07e-02,-1.95e-01,+2.51e-01   1
             410      111 -2.51e-01,-4.37e-01,+1.76e-01,+5.51e-01   2      -197
 GenVertex:     -118 ID:    0 (X,cT):0
  I: 1       191      213 -1.69e-01,+6.66e-02,+1.66e+00,+1.95e+00   2      -118
- O: 2       411      211 -8.99e-02,-4.44e-01,+8.88e-01,+1.01e+00   1     (nil)
+ O: 2       411      211 -8.99e-02,-4.44e-01,+8.88e-01,+1.01e+00   1
             412      111 -7.90e-02,+5.11e-01,+7.72e-01,+9.39e-01   2      -198
 GenVertex:     -119 ID:    0 (X,cT):0
  I: 1       192      113 -7.42e-01,+4.97e-01,+2.71e+00,+2.94e+00   2      -119
- O: 2       413     -211 -6.65e-02,+8.33e-02,+1.29e+00,+1.30e+00   1     (nil)
-            414      211 -6.76e-01,+4.14e-01,+1.43e+00,+1.64e+00   1     (nil)
+ O: 2       413     -211 -6.65e-02,+8.33e-02,+1.29e+00,+1.30e+00   1
+            414      211 -6.76e-01,+4.14e-01,+1.43e+00,+1.64e+00   1
 GenVertex:     -120 ID:    0 (X,cT):0
  I: 1       193     -213 +2.70e-02,+3.31e-01,+2.97e-01,+7.93e-01   2      -120
- O: 2       415     -211 -1.79e-01,+3.73e-02,+3.36e-01,+4.08e-01   1     (nil)
+ O: 2       415     -211 -1.79e-01,+3.73e-02,+3.36e-01,+4.08e-01   1
             416      111 +2.06e-01,+2.93e-01,-3.94e-02,+3.85e-01   2      -199
 GenVertex:     -121 ID:    0 (X,cT):0
  I: 1       195      113 -1.79e-01,+4.58e-01,+4.36e+00,+4.46e+00   2      -121
- O: 2       417     -211 -4.09e-01,+9.88e-02,+1.62e+00,+1.68e+00   1     (nil)
-            418      211 +2.30e-01,+3.59e-01,+2.75e+00,+2.78e+00   1     (nil)
+ O: 2       417     -211 -4.09e-01,+9.88e-02,+1.62e+00,+1.68e+00   1
+            418      211 +2.30e-01,+3.59e-01,+2.75e+00,+2.78e+00   1
 GenVertex:     -122 ID:    0 (X,cT):0
  I: 1       196     -213 -8.75e-02,+1.16e-01,+1.21e+00,+1.46e+00   2      -122
- O: 2       419     -211 +1.71e-01,-8.56e-03,+1.11e+00,+1.13e+00   1     (nil)
+ O: 2       419     -211 +1.71e-01,-8.56e-03,+1.11e+00,+1.13e+00   1
             420      111 -2.59e-01,+1.24e-01,+1.06e-01,+3.34e-01   2      -200
 GenVertex:     -123 ID:    0 (X,cT):0
  I: 1       197      323 -7.63e-01,+6.20e-01,+7.15e+00,+7.28e+00   2      -123
- O: 2       421      321 -4.34e-01,+3.13e-01,+2.39e+00,+2.49e+00   1     (nil)
+ O: 2       421      321 -4.34e-01,+3.13e-01,+2.39e+00,+2.49e+00   1
             422      111 -3.29e-01,+3.07e-01,+4.76e+00,+4.78e+00   2      -201
 GenVertex:     -124 ID:    0 (X,cT):0
  I: 1       198      221 -7.36e-01,+2.91e-01,+5.63e+00,+5.72e+00   2      -124
- O: 3       423       22 -3.68e-01,+1.74e-01,+3.63e+00,+3.66e+00   1     (nil)
-            424      211 -2.05e-01,+1.05e-01,+1.26e+00,+1.28e+00   1     (nil)
-            425     -211 -1.63e-01,+1.25e-02,+7.47e-01,+7.77e-01   1     (nil)
+ O: 3       423       22 -3.68e-01,+1.74e-01,+3.63e+00,+3.66e+00   1
+            424      211 -2.05e-01,+1.05e-01,+1.26e+00,+1.28e+00   1
+            425     -211 -1.63e-01,+1.25e-02,+7.47e-01,+7.77e-01   1
 GenVertex:     -125 ID:    0 (X,cT):0
  I: 1       200      213 +4.69e-02,-1.77e-01,-3.64e-01,+1.10e+00   2      -125
- O: 2       426      211 -3.67e-01,-1.30e-01,-4.96e-01,+6.46e-01   1     (nil)
+ O: 2       426      211 -3.67e-01,-1.30e-01,-4.96e-01,+6.46e-01   1
             427      111 +4.14e-01,-4.69e-02,+1.31e-01,+4.58e-01   2      -202
 Vertex:     -126 ID:    0 (X,cT)=+6.94e-05,-7.03e-06,+2.19e-04,+2.31e-04
  I: 1       201      111 +3.73e-01,-3.78e-02,+1.18e+00,+1.24e+00   2      -126
- O: 2       428       22 +1.73e-01,-3.58e-02,+3.54e-01,+3.96e-01   1     (nil)
-            429       22 +2.00e-01,-2.02e-03,+8.22e-01,+8.46e-01   1     (nil)
+ O: 2       428       22 +1.73e-01,-3.58e-02,+3.54e-01,+3.96e-01   1
+            429       22 +2.00e-01,-2.02e-03,+8.22e-01,+8.46e-01   1
 GenVertex:     -127 ID:    0 (X,cT):0
  I: 1       202     -213 -7.72e-01,+1.13e+00,+1.14e+00,+1.96e+00   2      -127
- O: 2       430     -211 -3.73e-02,+7.08e-01,+6.44e-01,+9.68e-01   1     (nil)
+ O: 2       430     -211 -3.73e-02,+7.08e-01,+6.44e-01,+9.68e-01   1
             431      111 -7.34e-01,+4.26e-01,+4.97e-01,+9.93e-01   2      -203
 GenVertex:     -128 ID:    0 (X,cT):0
  I: 1       203      223 +4.07e-01,-5.29e-01,+1.12e-01,+1.04e+00   2      -128
- O: 3       432      211 +3.59e-01,-2.82e-01,+1.18e-01,+4.92e-01   1     (nil)
-            433     -211 -1.50e-02,+9.43e-02,+3.19e-02,+1.72e-01   1     (nil)
+ O: 3       432      211 +3.59e-01,-2.82e-01,+1.18e-01,+4.92e-01   1
+            433     -211 -1.50e-02,+9.43e-02,+3.19e-02,+1.72e-01   1
             434      111 +6.29e-02,-3.41e-01,-3.80e-02,+3.74e-01   2      -204
 GenVertex:     -129 ID:    0 (X,cT):0
  I: 1       204      223 -5.49e-02,-3.91e-01,+1.06e+00,+1.37e+00   2      -129
- O: 3       435     -211 +6.25e-02,-1.04e-01,+1.78e-01,+2.57e-01   1     (nil)
-            436      211 +2.00e-02,-2.71e-01,+8.68e-01,+9.20e-01   1     (nil)
+ O: 3       435     -211 +6.25e-02,-1.04e-01,+1.78e-01,+2.57e-01   1
+            436      211 +2.00e-02,-2.71e-01,+8.68e-01,+9.20e-01   1
             437      111 -1.37e-01,-1.63e-02,+1.18e-02,+1.94e-01   2      -205
 Vertex:     -130 ID:    0 (X,cT)=+1.58e-01,-6.64e-02,-8.93e-01,+9.27e-01
  I: 1       205     -421 +1.62e+00,-6.80e-01,-9.14e+00,+9.49e+00   2      -130
  O: 2       438    10323 +8.73e-01,-6.30e-01,-7.46e+00,+7.64e+00   2      -206
-            439     -211 +7.49e-01,-4.97e-02,-1.68e+00,+1.85e+00   1     (nil)
+            439     -211 +7.49e-01,-4.97e-02,-1.68e+00,+1.85e+00   1
 Vertex:     -131 ID:    0 (X,cT)=+6.33e-05,-2.16e-05,-2.68e-04,+2.80e-04
  I: 1       206      111 +1.80e-01,-6.13e-02,-7.60e-01,+7.95e-01   2      -131
- O: 2       440       22 +1.83e-01,-8.44e-02,-7.27e-01,+7.54e-01   1     (nil)
-            441       22 -3.44e-03,+2.31e-02,-3.29e-02,+4.04e-02   1     (nil)
+ O: 2       440       22 +1.83e-01,-8.44e-02,-7.27e-01,+7.54e-01   1
+            441       22 -3.44e-03,+2.31e-02,-3.29e-02,+4.04e-02   1
 GenVertex:     -132 ID:    0 (X,cT):0
  I: 1       207     -311 +3.84e-01,+6.75e-01,-2.32e+00,+2.49e+00   2      -132
  O: 1       442      310 +3.84e-01,+6.75e-01,-2.32e+00,+2.49e+00   2      -207
@@ -1215,116 +1332,116 @@ GenVertex:     -133 ID:    0 (X,cT):0
  O: 1       443      310 +4.92e-01,+1.67e+00,-1.03e+01,+1.05e+01   2      -208
 Vertex:     -134 ID:    0 (X,cT)=+9.60e-06,+2.02e-06,-1.35e-04,+1.36e-04
  I: 1       210      111 +1.56e-01,+3.28e-02,-2.20e+00,+2.21e+00   2      -134
- O: 2       444       22 +1.58e-01,+4.61e-02,-2.17e+00,+2.18e+00   1     (nil)
-            445       22 -2.08e-03,-1.33e-02,-2.27e-02,+2.64e-02   1     (nil)
+ O: 2       444       22 +1.58e-01,+4.61e-02,-2.17e+00,+2.18e+00   1
+            445       22 -2.08e-03,-1.33e-02,-2.27e-02,+2.64e-02   1
 Vertex:     -135 ID:    0 (X,cT)=-6.11e-05,+1.37e-04,-6.02e-04,+6.24e-04
  I: 1       215      111 -1.24e-01,+2.78e-01,-1.22e+00,+1.26e+00   2      -135
- O: 2       446       22 -2.52e-02,+2.45e-02,-3.81e-01,+3.83e-01   1     (nil)
-            447       22 -9.85e-02,+2.53e-01,-8.38e-01,+8.81e-01   1     (nil)
+ O: 2       446       22 -2.52e-02,+2.45e-02,-3.81e-01,+3.83e-01   1
+            447       22 -9.85e-02,+2.53e-01,-8.38e-01,+8.81e-01   1
 Vertex:     -136 ID:    0 (X,cT)=-4.44e-05,-3.92e-06,-7.34e-04,+7.40e-04
  I: 1       217      111 -7.15e-02,-6.31e-03,-1.18e+00,+1.19e+00   2      -136
- O: 2       448       22 -9.35e-02,-3.77e-02,-1.03e+00,+1.04e+00   1     (nil)
-            449       22 +2.21e-02,+3.14e-02,-1.46e-01,+1.51e-01   1     (nil)
+ O: 2       448       22 -9.35e-02,-3.77e-02,-1.03e+00,+1.04e+00   1
+            449       22 +2.21e-02,+3.14e-02,-1.46e-01,+1.51e-01   1
 Vertex:     -137 ID:    0 (X,cT)=+3.41e-05,+1.99e-05,-1.06e-05,+5.12e-05
  I: 1       220      111 +1.49e-01,+8.68e-02,-4.65e-02,+2.24e-01   2      -137
- O: 2       450       22 +1.62e-01,+9.36e-02,-6.67e-02,+1.99e-01   1     (nil)
-            451       22 -1.32e-02,-6.86e-03,+2.02e-02,+2.51e-02   1     (nil)
+ O: 2       450       22 +1.62e-01,+9.36e-02,-6.67e-02,+1.99e-01   1
+            451       22 -1.32e-02,-6.86e-03,+2.02e-02,+2.51e-02   1
 GenVertex:     -138 ID:    0 (X,cT):0
  I: 1       221     -311 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   2      -138
- O: 1       452      130 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   1     (nil)
+ O: 1       452      130 -8.28e-02,+1.40e-01,+2.87e-01,+5.97e-01   1
 Vertex:     -139 ID:    0 (X,cT)=-3.00e-05,-1.01e-05,+1.64e-06,+3.29e-05
  I: 1       226      111 -4.64e-01,-1.55e-01,+2.53e-02,+5.08e-01   2      -139
- O: 2       453       22 -2.22e-01,-3.76e-02,-4.59e-02,+2.30e-01   1     (nil)
-            454       22 -2.42e-01,-1.18e-01,+7.12e-02,+2.78e-01   1     (nil)
+ O: 2       453       22 -2.22e-01,-3.76e-02,-4.59e-02,+2.30e-01   1
+            454       22 -2.42e-01,-1.18e-01,+7.12e-02,+2.78e-01   1
 Vertex:     -140 ID:    0 (X,cT)=-5.23e-07,-7.76e-06,+4.86e-05,+4.96e-05
  I: 1       231      111 -1.13e-02,-1.68e-01,+1.05e+00,+1.07e+00   2      -140
- O: 2       455       22 +4.72e-02,-1.23e-01,+8.16e-01,+8.27e-01   1     (nil)
-            456       22 -5.85e-02,-4.52e-02,+2.34e-01,+2.45e-01   1     (nil)
+ O: 2       455       22 +4.72e-02,-1.23e-01,+8.16e-01,+8.27e-01   1
+            456       22 -5.85e-02,-4.52e-02,+2.34e-01,+2.45e-01   1
 Vertex:     -141 ID:    0 (X,cT)=+3.06e-05,-6.13e-05,+1.04e-03,+1.04e-03
  I: 1       233      111 +1.15e-01,-2.30e-01,+3.89e+00,+3.90e+00   2      -141
- O: 2       457       22 +4.00e-02,+3.07e-04,+9.61e-01,+9.62e-01   1     (nil)
-            458       22 +7.48e-02,-2.30e-01,+2.93e+00,+2.94e+00   1     (nil)
+ O: 2       457       22 +4.00e-02,+3.07e-04,+9.61e-01,+9.62e-01   1
+            458       22 +7.48e-02,-2.30e-01,+2.93e+00,+2.94e+00   1
 Vertex:     -142 ID:    0 (X,cT)=-4.86e-07,+1.36e-05,+5.54e-03,+5.54e-03
  I: 1       240      111 -1.84e-03,+5.13e-02,+2.10e+01,+2.10e+01   2      -142
- O: 2       459       22 +6.53e-02,+3.07e-02,+8.88e+00,+8.88e+00   1     (nil)
-            460       22 -6.72e-02,+2.07e-02,+1.21e+01,+1.21e+01   1     (nil)
+ O: 2       459       22 +6.53e-02,+3.07e-02,+8.88e+00,+8.88e+00   1
+            460       22 -6.72e-02,+2.07e-02,+1.21e+01,+1.21e+01   1
 Vertex:     -143 ID:    0 (X,cT)=+9.00e-01,-4.13e-01,-2.42e+00,+2.63e+00
  I: 1       241      421 +6.24e+00,-2.87e+00,-1.68e+01,+1.82e+01   2      -143
  O: 2       461     -313 +3.33e+00,-1.55e+00,-7.24e+00,+8.16e+00   2      -209
             462      111 +2.92e+00,-1.31e+00,-9.56e+00,+1.01e+01   2      -210
 Vertex:     -144 ID:    0 (X,cT)=+1.11e-04,-5.90e-05,-2.87e-04,+3.15e-04
  I: 1       242      111 +4.94e-01,-2.63e-01,-1.28e+00,+1.40e+00   2      -144
- O: 2       463       22 +3.13e-01,-2.24e-01,-9.52e-01,+1.03e+00   1     (nil)
-            464       22 +1.81e-01,-3.87e-02,-3.28e-01,+3.76e-01   1     (nil)
+ O: 2       463       22 +3.13e-01,-2.24e-01,-9.52e-01,+1.03e+00   1
+            464       22 +1.81e-01,-3.87e-02,-3.28e-01,+3.76e-01   1
 Vertex:     -145 ID:    0 (X,cT)=+2.18e-05,-5.26e-06,-3.70e-05,+4.34e-05
  I: 1       244      111 +8.10e-01,-1.96e-01,-1.38e+00,+1.62e+00   2      -145
- O: 2       465       22 +6.12e-01,-2.00e-01,-1.10e+00,+1.28e+00   1     (nil)
-            466       22 +1.98e-01,+3.77e-03,-2.74e-01,+3.39e-01   1     (nil)
+ O: 2       465       22 +6.12e-01,-2.00e-01,-1.10e+00,+1.28e+00   1
+            466       22 +1.98e-01,+3.77e-03,-2.74e-01,+3.39e-01   1
 GenVertex:     -146 ID:    0 (X,cT):0
  I: 1       247      221 +3.89e-01,-5.39e-01,-8.71e-01,+1.22e+00   2      -146
- O: 3       467     -211 +1.74e-01,-1.31e-01,-4.30e-01,+5.02e-01   1     (nil)
-            468      211 +5.41e-02,-2.04e-01,-3.15e-01,+4.04e-01   1     (nil)
+ O: 3       467     -211 +1.74e-01,-1.31e-01,-4.30e-01,+5.02e-01   1
+            468      211 +5.41e-02,-2.04e-01,-3.15e-01,+4.04e-01   1
             469      111 +1.61e-01,-2.04e-01,-1.26e-01,+3.19e-01   2      -211
 Vertex:     -147 ID:    0 (X,cT)=+1.07e-04,-3.60e-05,-3.69e-04,+3.86e-04
  I: 1       249      111 +7.72e-01,-2.59e-01,-2.66e+00,+2.78e+00   2      -147
- O: 2       470       22 +2.51e-02,-3.16e-02,-2.06e-01,+2.10e-01   1     (nil)
-            471       22 +7.47e-01,-2.27e-01,-2.45e+00,+2.57e+00   1     (nil)
+ O: 2       470       22 +2.51e-02,-3.16e-02,-2.06e-01,+2.10e-01   1
+            471       22 +7.47e-01,-2.27e-01,-2.45e+00,+2.57e+00   1
 Vertex:     -148 ID:    0 (X,cT)=-8.22e+00,-2.29e+00,+1.29e+02,+1.35e+02
  I: 1       254      310 -1.08e-01,-3.01e-02,+1.70e+00,+1.77e+00   2      -148
- O: 2       472      211 +1.20e-02,+1.80e-01,+6.79e-01,+7.16e-01   1     (nil)
-            473     -211 -1.20e-01,-2.10e-01,+1.02e+00,+1.05e+00   1     (nil)
+ O: 2       472      211 +1.20e-02,+1.80e-01,+6.79e-01,+7.16e-01   1
+            473     -211 -1.20e-01,-2.10e-01,+1.02e+00,+1.05e+00   1
 Vertex:     -149 ID:    0 (X,cT)=-9.20e-06,+3.86e-06,+4.76e-05,+4.89e-05
  I: 1       258      111 -2.36e-01,+9.89e-02,+1.22e+00,+1.25e+00   2      -149
- O: 2       474       22 -1.60e-01,+3.34e-03,+8.26e-01,+8.41e-01   1     (nil)
-            475       22 -7.61e-02,+9.56e-02,+3.95e-01,+4.13e-01   1     (nil)
+ O: 2       474       22 -1.60e-01,+3.34e-03,+8.26e-01,+8.41e-01   1
+            475       22 -7.61e-02,+9.56e-02,+3.95e-01,+4.13e-01   1
 Vertex:     -150 ID:    0 (X,cT)=-5.14e-04,-8.73e-05,+1.03e-02,+1.04e-02
  I: 1       260      111 -1.11e+00,-1.89e-01,+2.24e+01,+2.24e+01   2      -150
- O: 2       476       22 -9.81e-01,-1.35e-01,+2.02e+01,+2.02e+01   1     (nil)
-            477       22 -1.30e-01,-5.37e-02,+2.22e+00,+2.22e+00   1     (nil)
+ O: 2       476       22 -9.81e-01,-1.35e-01,+2.02e+01,+2.02e+01   1
+            477       22 -1.30e-01,-5.37e-02,+2.22e+00,+2.22e+00   1
 Vertex:     -151 ID:    0 (X,cT)=+1.88e-05,+4.46e-05,+6.87e-04,+6.89e-04
  I: 1       263      111 +1.08e-01,+2.55e-01,+3.93e+00,+3.94e+00   2      -151
- O: 2       478       22 +1.10e-01,+2.16e-01,+2.55e+00,+2.56e+00   1     (nil)
-            479       22 -2.65e-03,+3.91e-02,+1.38e+00,+1.38e+00   1     (nil)
+ O: 2       478       22 +1.10e-01,+2.16e-01,+2.55e+00,+2.56e+00   1
+            479       22 -2.65e-03,+3.91e-02,+1.38e+00,+1.38e+00   1
 Vertex:     -152 ID:    0 (X,cT)=-6.14e-05,-3.82e-05,+7.27e-04,+7.31e-04
  I: 1       265      111 -3.21e-01,-1.99e-01,+3.80e+00,+3.82e+00   2      -152
- O: 2       480       22 -2.34e-01,-1.54e-01,+3.28e+00,+3.29e+00   1     (nil)
-            481       22 -8.72e-02,-4.50e-02,+5.19e-01,+5.28e-01   1     (nil)
+ O: 2       480       22 -2.34e-01,-1.54e-01,+3.28e+00,+3.29e+00   1
+            481       22 -8.72e-02,-4.50e-02,+5.19e-01,+5.28e-01   1
 Vertex:     -153 ID:    0 (X,cT)=-2.19e-06,-3.00e-06,+3.58e-04,+3.58e-04
  I: 1       267      111 -1.18e-01,-1.61e-01,+1.92e+01,+1.92e+01   2      -153
- O: 2       482       22 -9.69e-02,-1.72e-01,+1.33e+01,+1.34e+01   1     (nil)
-            483       22 -2.08e-02,+1.15e-02,+5.82e+00,+5.82e+00   1     (nil)
+ O: 2       482       22 -9.69e-02,-1.72e-01,+1.33e+01,+1.34e+01   1
+            483       22 -2.08e-02,+1.15e-02,+5.82e+00,+5.82e+00   1
 Vertex:     -154 ID:    0 (X,cT)=-9.00e-04,+6.71e-04,+1.89e-01,+1.89e-01
  I: 1       273      111 -1.19e+00,+8.85e-01,+2.49e+02,+2.49e+02   2      -154
- O: 2       484       22 -5.91e-01,+4.58e-01,+1.37e+02,+1.37e+02   1     (nil)
-            485       22 -5.96e-01,+4.27e-01,+1.12e+02,+1.12e+02   1     (nil)
+ O: 2       484       22 -5.91e-01,+4.58e-01,+1.37e+02,+1.37e+02   1
+            485       22 -5.96e-01,+4.27e-01,+1.12e+02,+1.12e+02   1
 Vertex:     -155 ID:    0 (X,cT)=-5.19e-06,+2.77e-05,+9.61e-03,+9.61e-03
  I: 1       275      111 -3.94e-02,+2.10e-01,+7.29e+01,+7.29e+01   2      -155
- O: 2       486       22 -5.34e-02,+1.01e-01,+2.01e+01,+2.01e+01   1     (nil)
-            487       22 +1.40e-02,+1.09e-01,+5.28e+01,+5.28e+01   1     (nil)
+ O: 2       486       22 -5.34e-02,+1.01e-01,+2.01e+01,+2.01e+01   1
+            487       22 +1.40e-02,+1.09e-01,+5.28e+01,+5.28e+01   1
 Vertex:     -156 ID:    0 (X,cT)=-3.80e-05,+2.22e-05,+1.37e-02,+1.37e-02
  I: 1       280      111 -1.09e-01,+6.39e-02,+3.93e+01,+3.93e+01   2      -156
- O: 2       488       22 -5.83e-02,+1.46e-02,+3.27e+01,+3.27e+01   1     (nil)
-            489       22 -5.08e-02,+4.93e-02,+6.60e+00,+6.60e+00   1     (nil)
+ O: 2       488       22 -5.83e-02,+1.46e-02,+3.27e+01,+3.27e+01   1
+            489       22 -5.08e-02,+4.93e-02,+6.60e+00,+6.60e+00   1
 Vertex:     -157 ID:    0 (X,cT)=+6.48e-05,+4.92e-04,+1.80e-02,+1.80e-02
  I: 1       284      111 +1.27e-01,+9.61e-01,+3.52e+01,+3.52e+01   2      -157
- O: 2       490       22 -2.52e-02,+2.35e-01,+8.00e+00,+8.00e+00   1     (nil)
-            491       22 +1.52e-01,+7.26e-01,+2.72e+01,+2.72e+01   1     (nil)
+ O: 2       490       22 -2.52e-02,+2.35e-01,+8.00e+00,+8.00e+00   1
+            491       22 +1.52e-01,+7.26e-01,+2.72e+01,+2.72e+01   1
 Vertex:     -158 ID:    0 (X,cT)=+1.48e-04,+1.07e-04,+1.80e-03,+1.81e-03
  I: 1       285      111 +2.92e-01,+2.10e-01,+3.56e+00,+3.58e+00   2      -158
- O: 2       492       22 +2.42e-01,+1.03e-01,+2.23e+00,+2.25e+00   1     (nil)
-            493       22 +5.02e-02,+1.07e-01,+1.33e+00,+1.33e+00   1     (nil)
+ O: 2       492       22 +2.42e-01,+1.03e-01,+2.23e+00,+2.25e+00   1
+            493       22 +5.02e-02,+1.07e-01,+1.33e+00,+1.33e+00   1
 Vertex:     -159 ID:    0 (X,cT)=+2.50e-05,+3.78e-05,+5.99e-04,+6.03e-04
  I: 1       286      111 +7.22e-02,+1.09e-01,+1.73e+00,+1.74e+00   2      -159
- O: 2       494       22 +2.13e-02,+6.88e-02,+1.49e+00,+1.49e+00   1     (nil)
-            495       22 +5.09e-02,+4.05e-02,+2.47e-01,+2.55e-01   1     (nil)
+ O: 2       494       22 +2.13e-02,+6.88e-02,+1.49e+00,+1.49e+00   1
+            495       22 +5.09e-02,+4.05e-02,+2.47e-01,+2.55e-01   1
 Vertex:     -160 ID:    0 (X,cT)=+2.02e-05,+3.78e-06,+1.16e-03,+1.16e-03
  I: 1       287      111 +5.73e-02,+1.07e-02,+3.27e+00,+3.27e+00   2      -160
- O: 2       496       22 -1.28e-02,-2.31e-02,+1.49e-01,+1.51e-01   1     (nil)
-            497       22 +7.01e-02,+3.38e-02,+3.12e+00,+3.12e+00   1     (nil)
+ O: 2       496       22 -1.28e-02,-2.31e-02,+1.49e-01,+1.51e-01   1
+            497       22 +7.01e-02,+3.38e-02,+3.12e+00,+3.12e+00   1
 Vertex:     -161 ID:    0 (X,cT)=+9.91e-05,+2.78e-04,+4.67e-03,+4.68e-03
  I: 1       289      111 +4.18e-01,+1.18e+00,+1.97e+01,+1.98e+01   2      -161
- O: 2       498       22 +2.65e-01,+6.35e-01,+1.17e+01,+1.18e+01   1     (nil)
-            499       22 +1.54e-01,+5.40e-01,+7.99e+00,+8.01e+00   1     (nil)
+ O: 2       498       22 +2.65e-01,+6.35e-01,+1.17e+01,+1.18e+01   1
+            499       22 +1.54e-01,+5.40e-01,+7.99e+00,+8.01e+00   1
 GenVertex:     -162 ID:    0 (X,cT):0
  I: 1       294      221 +9.56e-01,+1.28e+00,+1.76e+01,+1.77e+01   2      -162
  O: 3       500      111 +3.73e-01,+4.04e-01,+4.84e+00,+4.87e+00   2      -212
@@ -1332,217 +1449,217 @@ GenVertex:     -162 ID:    0 (X,cT):0
             502      111 +1.53e-01,+1.59e-01,+2.85e+00,+2.86e+00   2      -214
 Vertex:     -163 ID:    0 (X,cT)=+2.58e-04,-2.44e-04,+2.53e-03,+2.55e-03
  I: 1       296      111 +1.69e+00,-1.60e+00,+1.65e+01,+1.67e+01   2      -163
- O: 2       503       22 +1.04e+00,-1.02e+00,+1.08e+01,+1.09e+01   1     (nil)
-            504       22 +6.52e-01,-5.77e-01,+5.78e+00,+5.84e+00   1     (nil)
+ O: 2       503       22 +1.04e+00,-1.02e+00,+1.08e+01,+1.09e+01   1
+            504       22 +6.52e-01,-5.77e-01,+5.78e+00,+5.84e+00   1
 Vertex:     -164 ID:    0 (X,cT)=+2.91e+01,-1.32e+01,+2.80e+02,+2.82e+02
  I: 1       297      310 +6.37e-01,-2.90e-01,+6.13e+00,+6.19e+00   2      -164
- O: 2       505     -211 +1.68e-01,+3.96e-04,+7.88e-01,+8.18e-01   1     (nil)
-            506      211 +4.69e-01,-2.90e-01,+5.34e+00,+5.37e+00   1     (nil)
+ O: 2       505     -211 +1.68e-01,+3.96e-04,+7.88e-01,+8.18e-01   1
+            506      211 +4.69e-01,-2.90e-01,+5.34e+00,+5.37e+00   1
 Vertex:     -165 ID:    0 (X,cT)=-3.01e+00,-5.05e+01,+1.82e+02,+1.91e+02
  I: 1       299      310 -5.64e-02,-9.48e-01,+3.42e+00,+3.58e+00   2      -165
- O: 2       507      211 -9.80e-03,-8.77e-01,+3.10e+00,+3.22e+00   1     (nil)
-            508     -211 -4.66e-02,-7.14e-02,+3.18e-01,+3.57e-01   1     (nil)
+ O: 2       507      211 -9.80e-03,-8.77e-01,+3.10e+00,+3.22e+00   1
+            508     -211 -4.66e-02,-7.14e-02,+3.18e-01,+3.57e-01   1
 Vertex:     -166 ID:    0 (X,cT)=+5.65e-06,-7.57e-05,+2.42e-04,+2.55e-04
  I: 1       301      111 +2.32e-02,-3.11e-01,+9.92e-01,+1.05e+00   2      -166
- O: 2       509       22 -1.58e-02,-2.94e-01,+9.06e-01,+9.53e-01   1     (nil)
-            510       22 +3.90e-02,-1.71e-02,+8.60e-02,+9.59e-02   1     (nil)
+ O: 2       509       22 -1.58e-02,-2.94e-01,+9.06e-01,+9.53e-01   1
+            510       22 +3.90e-02,-1.71e-02,+8.60e-02,+9.59e-02   1
 Vertex:     -167 ID:    0 (X,cT)=-1.40e-04,-1.73e-04,+1.47e-04,+2.68e-04
  I: 1       305      111 -7.25e-01,-8.95e-01,+7.64e-01,+1.39e+00   2      -167
- O: 2       511       22 -1.23e-01,-1.25e-01,+1.74e-01,+2.47e-01   1     (nil)
-            512       22 -6.01e-01,-7.71e-01,+5.90e-01,+1.14e+00   1     (nil)
+ O: 2       511       22 -1.23e-01,-1.25e-01,+1.74e-01,+2.47e-01   1
+            512       22 -6.01e-01,-7.71e-01,+5.90e-01,+1.14e+00   1
 Vertex:     -168 ID:    0 (X,cT)=-2.82e-04,-3.80e-04,+1.23e-04,+4.92e-04
  I: 1       307      111 -7.03e-01,-9.49e-01,+3.08e-01,+1.23e+00   2      -168
- O: 2       513       22 -4.88e-01,-5.82e-01,+1.49e-01,+7.74e-01   1     (nil)
-            514       22 -2.15e-01,-3.67e-01,+1.58e-01,+4.54e-01   1     (nil)
+ O: 2       513       22 -4.88e-01,-5.82e-01,+1.49e-01,+7.74e-01   1
+            514       22 -2.15e-01,-3.67e-01,+1.58e-01,+4.54e-01   1
 Vertex:     -169 ID:    0 (X,cT)=-3.47e-04,-5.20e-04,-6.20e-04,+8.81e-04
  I: 1       311      111 -1.10e+00,-1.65e+00,-1.97e+00,+2.80e+00   2      -169
- O: 2       515       22 -1.08e+00,-1.63e+00,-1.96e+00,+2.76e+00   1     (nil)
-            516       22 -2.45e-02,-2.46e-02,-1.45e-02,+3.76e-02   1     (nil)
+ O: 2       515       22 -1.08e+00,-1.63e+00,-1.96e+00,+2.76e+00   1
+            516       22 -2.45e-02,-2.46e-02,-1.45e-02,+3.76e-02   1
 Vertex:     -170 ID:    0 (X,cT)=-3.29e-06,+1.10e-06,-2.41e-06,+4.57e-06
  I: 1       313      111 -2.55e-01,+8.51e-02,-1.87e-01,+3.54e-01   2      -170
- O: 2       517       22 -1.13e-01,-2.84e-02,-9.56e-02,+1.51e-01   1     (nil)
-            518       22 -1.42e-01,+1.13e-01,-9.12e-02,+2.04e-01   1     (nil)
+ O: 2       517       22 -1.13e-01,-2.84e-02,-9.56e-02,+1.51e-01   1
+            518       22 -1.42e-01,+1.13e-01,-9.12e-02,+2.04e-01   1
 Vertex:     -171 ID:    0 (X,cT)=-2.73e+00,+6.86e+00,-1.26e+01,+1.53e+01
  I: 1       314      310 -2.88e-01,+7.23e-01,-1.33e+00,+1.62e+00   2      -171
- O: 2       519     -211 -3.73e-01,+4.98e-01,-1.02e+00,+1.20e+00   1     (nil)
-            520      211 +8.58e-02,+2.25e-01,-3.14e-01,+4.20e-01   1     (nil)
+ O: 2       519     -211 -3.73e-01,+4.98e-01,-1.02e+00,+1.20e+00   1
+            520      211 +8.58e-02,+2.25e-01,-3.14e-01,+4.20e-01   1
 Vertex:     -172 ID:    0 (X,cT)=+3.20e-04,+3.36e-05,-5.97e-04,+6.84e-04
  I: 1       318      111 +4.68e-01,+4.92e-02,-8.74e-01,+1.00e+00   2      -172
- O: 2       521       22 +1.99e-02,+1.62e-02,-1.31e-01,+1.33e-01   1     (nil)
-            522       22 +4.48e-01,+3.29e-02,-7.43e-01,+8.69e-01   1     (nil)
+ O: 2       521       22 +1.99e-02,+1.62e-02,-1.31e-01,+1.33e-01   1
+            522       22 +4.48e-01,+3.29e-02,-7.43e-01,+8.69e-01   1
 Vertex:     -173 ID:    0 (X,cT)=+1.96e-05,+4.48e-05,-3.57e-03,+3.57e-03
  I: 1       331      111 +1.15e-01,+2.64e-01,-2.11e+01,+2.11e+01   2      -173
- O: 2       523       22 +5.11e-03,+1.71e-01,-1.28e+01,+1.28e+01   1     (nil)
-            524       22 +1.10e-01,+9.28e-02,-8.25e+00,+8.26e+00   1     (nil)
+ O: 2       523       22 +5.11e-03,+1.71e-01,-1.28e+01,+1.28e+01   1
+            524       22 +1.10e-01,+9.28e-02,-8.25e+00,+8.26e+00   1
 Vertex:     -174 ID:    0 (X,cT)=+5.52e-05,+5.68e-07,-2.13e-03,+2.13e-03
  I: 1       334      111 +1.60e-01,+1.64e-03,-6.16e+00,+6.16e+00   2      -174
- O: 2       525       22 +9.75e-02,+6.03e-02,-2.60e+00,+2.61e+00   1     (nil)
-            526       22 +6.22e-02,-5.86e-02,-3.55e+00,+3.56e+00   1     (nil)
+ O: 2       525       22 +9.75e-02,+6.03e-02,-2.60e+00,+2.61e+00   1
+            526       22 +6.22e-02,-5.86e-02,-3.55e+00,+3.56e+00   1
 Vertex:     -175 ID:    0 (X,cT)=+5.38e-05,-1.78e-05,-4.71e-04,+4.74e-04
  I: 1       335      111 +3.20e-01,-1.06e-01,-2.80e+00,+2.83e+00   2      -175
- O: 2       527       22 +5.30e-02,+1.88e-02,-7.85e-01,+7.87e-01   1     (nil)
-            528       22 +2.67e-01,-1.25e-01,-2.02e+00,+2.04e+00   1     (nil)
+ O: 2       527       22 +5.30e-02,+1.88e-02,-7.85e-01,+7.87e-01   1
+            528       22 +2.67e-01,-1.25e-01,-2.02e+00,+2.04e+00   1
 Vertex:     -176 ID:    0 (X,cT)=+2.93e-05,+8.83e-06,-3.69e-04,+3.70e-04
  I: 1       336      111 +2.91e-01,+8.79e-02,-3.67e+00,+3.68e+00   2      -176
- O: 2       529       22 +2.68e-01,+3.23e-02,-2.79e+00,+2.81e+00   1     (nil)
-            530       22 +2.34e-02,+5.56e-02,-8.74e-01,+8.76e-01   1     (nil)
+ O: 2       529       22 +2.68e-01,+3.23e-02,-2.79e+00,+2.81e+00   1
+            530       22 +2.34e-02,+5.56e-02,-8.74e-01,+8.76e-01   1
 Vertex:     -177 ID:    0 (X,cT)=+1.18e-05,+1.50e-06,-2.95e-04,+2.98e-04
  I: 1       337      111 +4.06e-02,+5.17e-03,-1.02e+00,+1.02e+00   2      -177
- O: 2       531       22 -1.54e-02,-5.04e-02,-2.38e-01,+2.44e-01   1     (nil)
-            532       22 +5.60e-02,+5.56e-02,-7.77e-01,+7.81e-01   1     (nil)
+ O: 2       531       22 -1.54e-02,-5.04e-02,-2.38e-01,+2.44e-01   1
+            532       22 +5.60e-02,+5.56e-02,-7.77e-01,+7.81e-01   1
 Vertex:     -178 ID:    0 (X,cT)=+3.27e-04,+1.05e-03,-1.22e-02,+1.23e-02
  I: 1       339      111 +5.88e-01,+1.89e+00,-2.20e+01,+2.20e+01   2      -178
- O: 2       533       22 +9.44e-02,+2.34e-01,-3.28e+00,+3.29e+00   1     (nil)
-            534       22 +4.93e-01,+1.65e+00,-1.87e+01,+1.88e+01   1     (nil)
+ O: 2       533       22 +9.44e-02,+2.34e-01,-3.28e+00,+3.29e+00   1
+            534       22 +4.93e-01,+1.65e+00,-1.87e+01,+1.88e+01   1
 Vertex:     -179 ID:    0 (X,cT)=+1.73e-05,+8.31e-04,-1.74e-02,+1.74e-02
  I: 1       347      111 +1.51e-02,+7.22e-01,-1.51e+01,+1.51e+01   2      -179
- O: 2       535       22 -3.85e-02,+1.69e-01,-2.84e+00,+2.85e+00   1     (nil)
-            536       22 +5.35e-02,+5.53e-01,-1.22e+01,+1.23e+01   1     (nil)
+ O: 2       535       22 -3.85e-02,+1.69e-01,-2.84e+00,+2.85e+00   1
+            536       22 +5.35e-02,+5.53e-01,-1.22e+01,+1.23e+01   1
 Vertex:     -180 ID:    0 (X,cT)=+1.08e-05,+1.04e-05,-2.06e-04,+2.08e-04
  I: 1       349      111 +5.56e-02,+5.31e-02,-1.06e+00,+1.07e+00   2      -180
- O: 2       537       22 -2.80e-02,+6.26e-02,-5.73e-01,+5.77e-01   1     (nil)
-            538       22 +8.36e-02,-9.58e-03,-4.84e-01,+4.91e-01   1     (nil)
+ O: 2       537       22 -2.80e-02,+6.26e-02,-5.73e-01,+5.77e-01   1
+            538       22 +8.36e-02,-9.58e-03,-4.84e-01,+4.91e-01   1
 GenVertex:     -181 ID:    0 (X,cT):0
  I: 1       352     -311 +4.98e-01,+5.10e-01,-7.52e+00,+7.57e+00   2      -181
  O: 1       539      310 +4.98e-01,+5.10e-01,-7.52e+00,+7.57e+00   2      -215
 Vertex:     -182 ID:    0 (X,cT)=+8.78e-05,+1.31e-05,-1.01e-03,+1.01e-03
  I: 1       353      111 +9.21e-01,+1.38e-01,-1.06e+01,+1.06e+01   2      -182
- O: 2       540       22 +2.76e-01,+8.46e-03,-3.75e+00,+3.76e+00   1     (nil)
-            541       22 +6.45e-01,+1.29e-01,-6.82e+00,+6.85e+00   1     (nil)
+ O: 2       540       22 +2.76e-01,+8.46e-03,-3.75e+00,+3.76e+00   1
+            541       22 +6.45e-01,+1.29e-01,-6.82e+00,+6.85e+00   1
 Vertex:     -183 ID:    0 (X,cT)=-2.61e-05,-7.86e-05,-8.03e-03,+8.03e-03
  I: 1       355      111 -1.59e-01,-4.77e-01,-4.88e+01,+4.88e+01   2      -183
- O: 2       542       22 -7.47e-03,+4.92e-03,-2.71e-01,+2.71e-01   1     (nil)
-            543       22 -1.51e-01,-4.82e-01,-4.85e+01,+4.85e+01   1     (nil)
+ O: 2       542       22 -7.47e-03,+4.92e-03,-2.71e-01,+2.71e-01   1
+            543       22 -1.51e-01,-4.82e-01,-4.85e+01,+4.85e+01   1
 Vertex:     -184 ID:    0 (X,cT)=+3.04e-05,-1.20e-04,-6.56e-03,+6.56e-03
  I: 1       359      111 +6.89e-02,-2.71e-01,-1.49e+01,+1.49e+01   2      -184
- O: 2       544       22 +1.36e-02,-6.16e-02,-1.31e+00,+1.31e+00   1     (nil)
-            545       22 +5.54e-02,-2.10e-01,-1.35e+01,+1.35e+01   1     (nil)
+ O: 2       544       22 +1.36e-02,-6.16e-02,-1.31e+00,+1.31e+00   1
+            545       22 +5.54e-02,-2.10e-01,-1.35e+01,+1.35e+01   1
 Vertex:     -185 ID:    0 (X,cT)=-3.11e-05,-4.88e-05,-3.97e-03,+3.97e-03
  I: 1       362      111 -2.65e-01,-4.16e-01,-3.38e+01,+3.38e+01   2      -185
- O: 2       546       22 -2.39e-02,-6.37e-02,-2.40e+00,+2.40e+00   1     (nil)
-            547       22 -2.41e-01,-3.52e-01,-3.14e+01,+3.14e+01   1     (nil)
+ O: 2       546       22 -2.39e-02,-6.37e-02,-2.40e+00,+2.40e+00   1
+            547       22 -2.41e-01,-3.52e-01,-3.14e+01,+3.14e+01   1
 Vertex:     -186 ID:    0 (X,cT)=+4.99e-06,-7.81e-06,-4.87e-04,+4.87e-04
  I: 1       364      111 +7.55e-02,-1.18e-01,-7.35e+00,+7.36e+00   2      -186
- O: 3       548       22 -7.69e-03,-3.50e-03,-3.43e+00,+3.43e+00   1     (nil)
-            549       11 +3.80e-02,-5.45e-02,-1.98e+00,+1.99e+00   1     (nil)
-            550      -11 +4.52e-02,-6.00e-02,-1.94e+00,+1.94e+00   1     (nil)
+ O: 3       548       22 -7.69e-03,-3.50e-03,-3.43e+00,+3.43e+00   1
+            549       11 +3.80e-02,-5.45e-02,-1.98e+00,+1.99e+00   1
+            550      -11 +4.52e-02,-6.00e-02,-1.94e+00,+1.94e+00   1
 Vertex:     -187 ID:    0 (X,cT)=-3.39e-06,-5.26e-06,-1.10e-03,+1.10e-03
  I: 1       372      111 -6.13e-02,-9.53e-02,-1.99e+01,+1.99e+01   2      -187
- O: 2       551       22 +3.73e-02,+2.39e-03,-4.50e+00,+4.50e+00   1     (nil)
-            552       22 -9.86e-02,-9.77e-02,-1.54e+01,+1.54e+01   1     (nil)
+ O: 2       551       22 +3.73e-02,+2.39e-03,-4.50e+00,+4.50e+00   1
+            552       22 -9.86e-02,-9.77e-02,-1.54e+01,+1.54e+01   1
 Vertex:     -188 ID:    0 (X,cT)=-4.64e-06,+5.62e-06,+2.46e-05,+2.68e-05
  I: 1       379      111 -7.99e-02,+9.68e-02,+4.23e-01,+4.62e-01   2      -188
- O: 2       553       22 -6.55e-03,+1.04e-01,+1.84e-01,+2.11e-01   1     (nil)
-            554       22 -7.33e-02,-6.90e-03,+2.39e-01,+2.50e-01   1     (nil)
+ O: 2       553       22 -6.55e-03,+1.04e-01,+1.84e-01,+2.11e-01   1
+            554       22 -7.33e-02,-6.90e-03,+2.39e-01,+2.50e-01   1
 Vertex:     -189 ID:    0 (X,cT)=-4.97e-05,+1.48e-05,+2.90e-04,+2.95e-04
  I: 1       381      111 -3.23e-01,+9.61e-02,+1.88e+00,+1.91e+00   2      -189
- O: 2       555       22 -1.22e-01,-2.90e-02,+7.14e-01,+7.25e-01   1     (nil)
-            556       22 -2.00e-01,+1.25e-01,+1.16e+00,+1.19e+00   1     (nil)
+ O: 2       555       22 -1.22e-01,-2.90e-02,+7.14e-01,+7.25e-01   1
+            556       22 -2.00e-01,+1.25e-01,+1.16e+00,+1.19e+00   1
 Vertex:     -190 ID:    0 (X,cT)=+4.11e-06,-1.39e-06,+1.15e-04,+1.15e-04
  I: 1       386      111 +1.99e-01,-6.72e-02,+5.57e+00,+5.57e+00   2      -190
- O: 2       557       22 +9.39e-02,+3.48e-02,+1.85e+00,+1.85e+00   1     (nil)
-            558       22 +1.05e-01,-1.02e-01,+3.72e+00,+3.72e+00   1     (nil)
+ O: 2       557       22 +9.39e-02,+3.48e-02,+1.85e+00,+1.85e+00   1
+            558       22 +1.05e-01,-1.02e-01,+3.72e+00,+3.72e+00   1
 GenVertex:     -191 ID:    0 (X,cT):0
  I: 1       388      113 +8.30e-02,-2.83e-01,+1.61e+01,+1.61e+01   2      -191
- O: 2       559      211 +2.80e-01,-4.59e-01,+9.99e+00,+1.00e+01   1     (nil)
-            560     -211 -1.97e-01,+1.77e-01,+6.12e+00,+6.13e+00   1     (nil)
+ O: 2       559      211 +2.80e-01,-4.59e-01,+9.99e+00,+1.00e+01   1
+            560     -211 -1.97e-01,+1.77e-01,+6.12e+00,+6.13e+00   1
 Vertex:     -192 ID:    0 (X,cT)=-3.81e+00,+2.43e+00,-3.67e+01,+3.70e+01
  I: 1       397      323 -2.16e+01,+1.35e+01,-2.09e+02,+2.11e+02   2      -192
  O: 2       561      311 -1.87e+01,+1.16e+01,-1.82e+02,+1.84e+02   2      -216
-            562      211 -2.87e+00,+1.93e+00,-2.71e+01,+2.73e+01   1     (nil)
+            562      211 -2.87e+00,+1.93e+00,-2.71e+01,+2.73e+01   1
 GenVertex:     -193 ID:    0 (X,cT):0
  I: 1       399     -311 -4.47e-01,+3.05e-01,-6.33e+00,+6.37e+00   2      -193
  O: 1       563      310 -4.47e-01,+3.05e-01,-6.33e+00,+6.37e+00   2      -217
 Vertex:     -194 ID:    0 (X,cT)=-3.15e-04,+1.64e-04,-3.28e-03,+3.30e-03
  I: 1       400      111 -1.24e+00,+6.47e-01,-1.29e+01,+1.30e+01   2      -194
- O: 2       564       22 -2.94e-01,+1.77e-01,-3.70e+00,+3.71e+00   1     (nil)
-            565       22 -9.48e-01,+4.69e-01,-9.23e+00,+9.29e+00   1     (nil)
+ O: 2       564       22 -2.94e-01,+1.77e-01,-3.70e+00,+3.71e+00   1
+            565       22 -9.48e-01,+4.69e-01,-9.23e+00,+9.29e+00   1
 GenVertex:     -195 ID:    0 (X,cT):0
  I: 1       401      311 -9.33e-01,+9.63e-01,-1.12e+01,+1.13e+01   2      -195
  O: 1       566      310 -9.33e-01,+9.63e-01,-1.12e+01,+1.13e+01   2      -218
 Vertex:     -196 ID:    0 (X,cT)=-6.57e-06,+3.84e-06,-3.95e-05,+4.09e-05
  I: 1       404      111 -1.17e-01,+6.82e-02,-7.01e-01,+7.26e-01   2      -196
- O: 2       567       22 +1.75e-02,+4.41e-02,-2.82e-01,+2.86e-01   1     (nil)
-            568       22 -1.34e-01,+2.41e-02,-4.19e-01,+4.40e-01   1     (nil)
+ O: 2       567       22 +1.75e-02,+4.41e-02,-2.82e-01,+2.86e-01   1
+            568       22 -1.34e-01,+2.41e-02,-4.19e-01,+4.40e-01   1
 Vertex:     -197 ID:    0 (X,cT)=-4.47e-05,-7.78e-05,+3.13e-05,+9.80e-05
  I: 1       410      111 -2.51e-01,-4.37e-01,+1.76e-01,+5.51e-01   2      -197
- O: 2       569       22 -1.16e-01,-2.11e-01,+1.32e-02,+2.41e-01   1     (nil)
-            570       22 -1.36e-01,-2.27e-01,+1.63e-01,+3.10e-01   1     (nil)
+ O: 2       569       22 -1.16e-01,-2.11e-01,+1.32e-02,+2.41e-01   1
+            570       22 -1.36e-01,-2.27e-01,+1.63e-01,+3.10e-01   1
 Vertex:     -198 ID:    0 (X,cT)=-4.20e-06,+2.71e-05,+4.10e-05,+4.99e-05
  I: 1       412      111 -7.90e-02,+5.11e-01,+7.72e-01,+9.39e-01   2      -198
- O: 2       571       22 -9.13e-02,+4.77e-01,+7.59e-01,+9.01e-01   1     (nil)
-            572       22 +1.23e-02,+3.33e-02,+1.37e-02,+3.81e-02   1     (nil)
+ O: 2       571       22 -9.13e-02,+4.77e-01,+7.59e-01,+9.01e-01   1
+            572       22 +1.23e-02,+3.33e-02,+1.37e-02,+3.81e-02   1
 Vertex:     -199 ID:    0 (X,cT)=+2.92e-05,+4.15e-05,-5.58e-06,+5.45e-05
  I: 1       416      111 +2.06e-01,+2.93e-01,-3.94e-02,+3.85e-01   2      -199
- O: 2       573       22 +2.03e-01,+2.67e-01,-7.22e-02,+3.43e-01   1     (nil)
-            574       22 +3.43e-03,+2.63e-02,+3.28e-02,+4.22e-02   1     (nil)
+ O: 2       573       22 +2.03e-01,+2.67e-01,-7.22e-02,+3.43e-01   1
+            574       22 +3.43e-03,+2.63e-02,+3.28e-02,+4.22e-02   1
 Vertex:     -200 ID:    0 (X,cT)=-2.16e-05,+1.04e-05,+8.87e-06,+2.79e-05
  I: 1       420      111 -2.59e-01,+1.24e-01,+1.06e-01,+3.34e-01   2      -200
- O: 2       575       22 -3.89e-02,+8.36e-02,+4.53e-02,+1.03e-01   1     (nil)
-            576       22 -2.20e-01,+4.05e-02,+6.09e-02,+2.32e-01   1     (nil)
+ O: 2       575       22 -3.89e-02,+8.36e-02,+4.53e-02,+1.03e-01   1
+            576       22 -2.20e-01,+4.05e-02,+6.09e-02,+2.32e-01   1
 Vertex:     -201 ID:    0 (X,cT)=-5.59e-05,+5.21e-05,+8.09e-04,+8.13e-04
  I: 1       422      111 -3.29e-01,+3.07e-01,+4.76e+00,+4.78e+00   2      -201
- O: 2       577       22 -2.64e-01,+1.59e-01,+3.14e+00,+3.16e+00   1     (nil)
-            578       22 -6.51e-02,+1.48e-01,+1.62e+00,+1.62e+00   1     (nil)
+ O: 2       577       22 -2.64e-01,+1.59e-01,+3.14e+00,+3.16e+00   1
+            578       22 -6.51e-02,+1.48e-01,+1.62e+00,+1.62e+00   1
 Vertex:     -202 ID:    0 (X,cT)=+2.56e-05,-2.90e-06,+8.11e-06,+2.82e-05
  I: 1       427      111 +4.14e-01,-4.69e-02,+1.31e-01,+4.58e-01   2      -202
- O: 2       579       22 +4.15e-01,-2.52e-02,+1.20e-01,+4.33e-01   1     (nil)
-            580       22 -9.68e-04,-2.17e-02,+1.13e-02,+2.45e-02   1     (nil)
+ O: 2       579       22 +4.15e-01,-2.52e-02,+1.20e-01,+4.33e-01   1
+            580       22 -9.68e-04,-2.17e-02,+1.13e-02,+2.45e-02   1
 Vertex:     -203 ID:    0 (X,cT)=-9.79e-05,+5.68e-05,+6.63e-05,+1.32e-04
  I: 1       431      111 -7.34e-01,+4.26e-01,+4.97e-01,+9.93e-01   2      -203
- O: 2       581       22 -3.41e-01,+2.71e-01,+2.25e-01,+4.90e-01   1     (nil)
-            582       22 -3.94e-01,+1.56e-01,+2.73e-01,+5.03e-01   1     (nil)
+ O: 2       581       22 -3.41e-01,+2.71e-01,+2.25e-01,+4.90e-01   1
+            582       22 -3.94e-01,+1.56e-01,+2.73e-01,+5.03e-01   1
 Vertex:     -204 ID:    0 (X,cT)=+1.01e-05,-5.45e-05,-6.08e-06,+5.98e-05
  I: 1       434      111 +6.29e-02,-3.41e-01,-3.80e-02,+3.74e-01   2      -204
- O: 2       583       22 +5.58e-02,-8.25e-02,+3.46e-02,+1.05e-01   1     (nil)
-            584       22 +7.11e-03,-2.58e-01,-7.26e-02,+2.69e-01   1     (nil)
+ O: 2       583       22 +5.58e-02,-8.25e-02,+3.46e-02,+1.05e-01   1
+            584       22 +7.11e-03,-2.58e-01,-7.26e-02,+2.69e-01   1
 Vertex:     -205 ID:    0 (X,cT)=-3.75e-05,-4.46e-06,+3.21e-06,+5.29e-05
  I: 1       437      111 -1.37e-01,-1.63e-02,+1.18e-02,+1.94e-01   2      -205
- O: 2       585       22 -9.46e-02,+4.14e-02,+4.73e-02,+1.14e-01   1     (nil)
-            586       22 -4.29e-02,-5.77e-02,-3.55e-02,+8.02e-02   1     (nil)
+ O: 2       585       22 -9.46e-02,+4.14e-02,+4.73e-02,+1.14e-01   1
+            586       22 -4.29e-02,-5.77e-02,-3.55e-02,+8.02e-02   1
 Vertex:     -206 ID:    0 (X,cT)=+1.58e-01,-6.64e-02,-8.93e-01,+9.27e-01
  I: 1       438    10323 +8.73e-01,-6.30e-01,-7.46e+00,+7.64e+00   2      -206
- O: 2       587      321 +3.86e-01,-2.73e-01,-2.92e+00,+3.00e+00   1     (nil)
+ O: 2       587      321 +3.86e-01,-2.73e-01,-2.92e+00,+3.00e+00   1
             588      223 +4.87e-01,-3.58e-01,-4.53e+00,+4.64e+00   2      -219
 Vertex:     -207 ID:    0 (X,cT)=+6.34e+00,+1.12e+01,-3.83e+01,+4.12e+01
  I: 1       442      310 +3.84e-01,+6.75e-01,-2.32e+00,+2.49e+00   2      -207
- O: 2       589     -211 +1.48e-01,+5.93e-01,-1.74e+00,+1.85e+00   1     (nil)
-            590      211 +2.36e-01,+8.15e-02,-5.72e-01,+6.40e-01   1     (nil)
+ O: 2       589     -211 +1.48e-01,+5.93e-01,-1.74e+00,+1.85e+00   1
+            590      211 +2.36e-01,+8.15e-02,-5.72e-01,+6.40e-01   1
 Vertex:     -208 ID:    0 (X,cT)=+6.83e+00,+2.32e+01,-1.43e+02,+1.45e+02
  I: 1       443      310 +4.92e-01,+1.67e+00,-1.03e+01,+1.05e+01   2      -208
- O: 2       591      211 +2.44e-01,+1.36e+00,-7.90e+00,+8.02e+00   1     (nil)
-            592     -211 +2.48e-01,+3.05e-01,-2.40e+00,+2.43e+00   1     (nil)
+ O: 2       591      211 +2.44e-01,+1.36e+00,-7.90e+00,+8.02e+00   1
+            592     -211 +2.48e-01,+3.05e-01,-2.40e+00,+2.43e+00   1
 Vertex:     -209 ID:    0 (X,cT)=+9.00e-01,-4.13e-01,-2.42e+00,+2.63e+00
  I: 1       461     -313 +3.33e+00,-1.55e+00,-7.24e+00,+8.16e+00   2      -209
- O: 2       593     -321 +2.28e+00,-1.05e+00,-5.51e+00,+6.07e+00   1     (nil)
-            594      211 +1.05e+00,-5.07e-01,-1.73e+00,+2.09e+00   1     (nil)
+ O: 2       593     -321 +2.28e+00,-1.05e+00,-5.51e+00,+6.07e+00   1
+            594      211 +1.05e+00,-5.07e-01,-1.73e+00,+2.09e+00   1
 Vertex:     -210 ID:    0 (X,cT)=+9.00e-01,-4.13e-01,-2.42e+00,+2.63e+00
  I: 1       462      111 +2.92e+00,-1.31e+00,-9.56e+00,+1.01e+01   2      -210
- O: 2       595       22 +2.61e+00,-1.13e+00,-8.44e+00,+8.90e+00   1     (nil)
-            596       22 +3.12e-01,-1.85e-01,-1.12e+00,+1.18e+00   1     (nil)
+ O: 2       595       22 +2.61e+00,-1.13e+00,-8.44e+00,+8.90e+00   1
+            596       22 +3.12e-01,-1.85e-01,-1.12e+00,+1.18e+00   1
 Vertex:     -211 ID:    0 (X,cT)=+1.16e-05,-1.47e-05,-9.04e-06,+2.29e-05
  I: 1       469      111 +1.61e-01,-2.04e-01,-1.26e-01,+3.19e-01   2      -211
- O: 2       597       22 +1.53e-02,-6.02e-02,-9.24e-02,+1.11e-01   1     (nil)
-            598       22 +1.46e-01,-1.44e-01,-3.35e-02,+2.08e-01   1     (nil)
+ O: 2       597       22 +1.53e-02,-6.02e-02,-9.24e-02,+1.11e-01   1
+            598       22 +1.46e-01,-1.44e-01,-3.35e-02,+2.08e-01   1
 Vertex:     -212 ID:    0 (X,cT)=+4.54e-05,+4.92e-05,+5.89e-04,+5.93e-04
  I: 1       500      111 +3.73e-01,+4.04e-01,+4.84e+00,+4.87e+00   2      -212
- O: 2       599       22 +6.24e-02,+9.07e-02,+5.92e-01,+6.02e-01   1     (nil)
-            600       22 +3.10e-01,+3.13e-01,+4.25e+00,+4.27e+00   1     (nil)
+ O: 2       599       22 +6.24e-02,+9.07e-02,+5.92e-01,+6.02e-01   1
+            600       22 +3.10e-01,+3.13e-01,+4.25e+00,+4.27e+00   1
 Vertex:     -213 ID:    0 (X,cT)=+1.06e-05,+1.77e-05,+2.45e-04,+2.46e-04
  I: 1       501      111 +4.30e-01,+7.17e-01,+9.92e+00,+9.96e+00   2      -213
- O: 2       601       22 +2.70e-01,+3.42e-01,+4.68e+00,+4.70e+00   1     (nil)
-            602       22 +1.60e-01,+3.75e-01,+5.24e+00,+5.26e+00   1     (nil)
+ O: 2       601       22 +2.70e-01,+3.42e-01,+4.68e+00,+4.70e+00   1
+            602       22 +1.60e-01,+3.75e-01,+5.24e+00,+5.26e+00   1
 Vertex:     -214 ID:    0 (X,cT)=+3.42e-05,+3.55e-05,+6.36e-04,+6.39e-04
  I: 1       502      111 +1.53e-01,+1.59e-01,+2.85e+00,+2.86e+00   2      -214
- O: 2       603       22 +1.66e-01,+9.32e-02,+2.21e+00,+2.21e+00   1     (nil)
-            604       22 -1.33e-02,+6.57e-02,+6.40e-01,+6.43e-01   1     (nil)
+ O: 2       603       22 +1.66e-01,+9.32e-02,+2.21e+00,+2.21e+00   1
+            604       22 -1.33e-02,+6.57e-02,+6.40e-01,+6.43e-01   1
 Vertex:     -215 ID:    0 (X,cT)=+2.34e+01,+2.39e+01,-3.53e+02,+3.55e+02
  I: 1       539      310 +4.98e-01,+5.10e-01,-7.52e+00,+7.57e+00   2      -215
- O: 2       605     -211 -2.61e-02,+1.43e-01,-1.27e+00,+1.29e+00   1     (nil)
-            606      211 +5.24e-01,+3.67e-01,-6.25e+00,+6.28e+00   1     (nil)
+ O: 2       605     -211 -2.61e-02,+1.43e-01,-1.27e+00,+1.29e+00   1
+            606      211 +5.24e-01,+3.67e-01,-6.25e+00,+6.28e+00   1
 Vertex:     -216 ID:    0 (X,cT)=-3.81e+00,+2.43e+00,-3.67e+01,+3.70e+01
  I: 1       561      311 -1.87e+01,+1.16e+01,-1.82e+02,+1.84e+02   2      -216
- O: 1       607      130 -1.87e+01,+1.16e+01,-1.82e+02,+1.84e+02   1     (nil)
+ O: 1       607      130 -1.87e+01,+1.16e+01,-1.82e+02,+1.84e+02   1
 Vertex:     -217 ID:    0 (X,cT)=-8.57e+01,+5.84e+01,-1.21e+03,+1.22e+03
  I: 1       563      310 -4.47e-01,+3.05e-01,-6.33e+00,+6.37e+00   2      -217
  O: 2       608      111 -3.60e-01,+3.29e-01,-3.33e+00,+3.37e+00   2      -220
@@ -1553,50 +1670,67 @@ Vertex:     -218 ID:    0 (X,cT)=-1.70e+00,+1.75e+00,-2.03e+01,+2.05e+01
             611      111 -7.72e-01,+7.38e-01,-9.69e+00,+9.75e+00   2      -223
 Vertex:     -219 ID:    0 (X,cT)=+1.58e-01,-6.64e-02,-8.93e-01,+9.27e-01
  I: 1       588      223 +4.87e-01,-3.58e-01,-4.53e+00,+4.64e+00   2      -219
- O: 3       612     -211 +3.21e-01,-2.23e-01,-1.77e+00,+1.82e+00   1     (nil)
-            613      211 +1.03e-01,-2.97e-01,-2.00e+00,+2.03e+00   1     (nil)
+ O: 3       612     -211 +3.21e-01,-2.23e-01,-1.77e+00,+1.82e+00   1
+            613      211 +1.03e-01,-2.97e-01,-2.00e+00,+2.03e+00   1
             614      111 +6.30e-02,+1.63e-01,-7.63e-01,+7.94e-01   2      -224
 Vertex:     -220 ID:    0 (X,cT)=-8.57e+01,+5.84e+01,-1.21e+03,+1.22e+03
  I: 1       608      111 -3.60e-01,+3.29e-01,-3.33e+00,+3.37e+00   2      -220
- O: 2       615       22 -3.26e-01,+2.76e-01,-3.12e+00,+3.15e+00   1     (nil)
-            616       22 -3.41e-02,+5.33e-02,-2.15e-01,+2.24e-01   1     (nil)
+ O: 2       615       22 -3.26e-01,+2.76e-01,-3.12e+00,+3.15e+00   1
+            616       22 -3.41e-02,+5.33e-02,-2.15e-01,+2.24e-01   1
 Vertex:     -221 ID:    0 (X,cT)=-8.57e+01,+5.84e+01,-1.21e+03,+1.22e+03
  I: 1       609      111 -8.72e-02,-2.40e-02,-2.99e+00,+3.00e+00   2      -221
- O: 2       617       22 -1.01e-01,+2.75e-02,-2.29e+00,+2.30e+00   1     (nil)
-            618       22 +1.37e-02,-5.15e-02,-7.01e-01,+7.03e-01   1     (nil)
+ O: 2       617       22 -1.01e-01,+2.75e-02,-2.29e+00,+2.30e+00   1
+            618       22 +1.37e-02,-5.15e-02,-7.01e-01,+7.03e-01   1
 Vertex:     -222 ID:    0 (X,cT)=-1.70e+00,+1.75e+00,-2.03e+01,+2.05e+01
  I: 1       610      111 -1.61e-01,+2.25e-01,-1.49e+00,+1.52e+00   2      -222
- O: 2       619       22 -7.30e-02,+2.04e-01,-1.01e+00,+1.03e+00   1     (nil)
-            620       22 -8.76e-02,+2.04e-02,-4.77e-01,+4.85e-01   1     (nil)
+ O: 2       619       22 -7.30e-02,+2.04e-01,-1.01e+00,+1.03e+00   1
+            620       22 -8.76e-02,+2.04e-02,-4.77e-01,+4.85e-01   1
 Vertex:     -223 ID:    0 (X,cT)=-1.70e+00,+1.75e+00,-2.03e+01,+2.05e+01
  I: 1       611      111 -7.72e-01,+7.38e-01,-9.69e+00,+9.75e+00   2      -223
- O: 2       621       22 -6.72e-01,+5.71e-01,-7.86e+00,+7.91e+00   1     (nil)
-            622       22 -1.00e-01,+1.67e-01,-1.82e+00,+1.83e+00   1     (nil)
+ O: 2       621       22 -6.72e-01,+5.71e-01,-7.86e+00,+7.91e+00   1
+            622       22 -1.00e-01,+1.67e-01,-1.82e+00,+1.83e+00   1
 Vertex:     -224 ID:    0 (X,cT)=+1.58e-01,-6.64e-02,-8.93e-01,+9.27e-01
  I: 1       614      111 +6.30e-02,+1.63e-01,-7.63e-01,+7.94e-01   2      -224
- O: 2       623       22 -8.72e-03,-2.00e-02,-1.18e-01,+1.20e-01   1     (nil)
-            624       22 +7.17e-02,+1.83e-01,-6.45e-01,+6.74e-01   1     (nil)
+ O: 2       623       22 -8.72e-03,-2.00e-02,-1.18e-01,+1.20e-01   1
+            624       22 +7.17e-02,+1.83e-01,-6.45e-01,+6.74e-01   1
 ________________________________________________________________________________
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=17)
-E1 :         pi+ : pT=3.46 : TOF=26.6 : x=(-0.819,0.587,-7.9)
-E0 :          e- : pT=0.00208 : TOF=27.2 : x=(-1.17,0.0548,7.9)
-E0 :         pi- : pT=0.171 : TOF=26.9 : x=(0.92,0.784,7.9)
-E0 :         pi+ : pT=0.438 : TOF=26.7 : x=(0.961,0.785,7.9)
-E1 :         pi- : pT=2.42 : TOF=26.6 : x=(-0.885,0.475,-7.9)
-E1 :         mu- : pT=1.76 : TOF=26.6 : x=(-0.885,0.57,-7.9)
-E0 :         pi- : pT=0.143 : TOF=29.1 : x=(-0.0854,-1.1,7.9)
-E0 :      proton : pT=0.67 : TOF=34 : x=(-0.0822,-1.86,7.9)
-E1 :          e- : pT=0.00124 : TOF=33 : x=(-0.325,0.946,-8)
-E1 :         pi+ : pT=0.358 : TOF=27 : x=(-0.0691,0.998,-8.03)
-E0 :         mu- : pT=0.0671 : TOF=27.5 : x=(-1.52,0.066,7.9)
-E0 :          e- : pT=0.00091 : TOF=27.6 : x=(-1.48,-0.00459,7.9)
-E0 :          e- : pT=0.000842 : TOF=37.5 : x=(-0.053,-1.79,8.1)
-E0 :         pi+ : pT=0.0821 : TOF=27.4 : x=(0.347,-1.04,7.9)
-E0 :          e- : pT=0.00124 : TOF=26.7 : x=(0.968,0.259,7.9)
-E0 :          e- : pT=0.00117 : TOF=32.7 : x=(-0.69,-1.28,8.1)
-E1 :          e- : pT=0.000873 : TOF=34.5 : x=(1.54,-0.746,-8.1)
+*** Muon System Hit (#hits=34)
+E1 :         pi+ : pT=0.239 : TOF=26.7 : x=(-0.0908,-1.2,-7.9)
+E1 :         pi- : pT=0.194 : TOF=30.5 : x=(2.29,1.26,-7.9)
+E1 :          e- : pT=0.000396 : TOF=35.7 : x=(3.95,1.48,-7.9)
+E1 :         mu- : pT=0.96 : TOF=29.2 : x=(3.51,-1.01,-7.9)
+E1 :         pi- : pT=0.13 : TOF=26.7 : x=(0.493,1.02,-7.9)
+E1 :         pi+ : pT=1.55 : TOF=26.8 : x=(0.345,1.46,-7.9)
+E1 :         pi- : pT=0.0596 : TOF=28.3 : x=(-0.413,1.85,-7.9)
+E1 :       kaon+ : pT=0.407 : TOF=27.1 : x=(0.493,-1.02,-7.9)
+E1 :         pi+ : pT=3.45 : TOF=26.6 : x=(-0.82,0.586,-7.9)
+E0 :         pi+ : pT=0.346 : TOF=27.3 : x=(-0.408,-2.07,7.9)
+E0 :       kaon+ : pT=0.356 : TOF=28.3 : x=(-1.08,1.71,7.9)
+E0 :         pi- : pT=0.17 : TOF=26.9 : x=(0.916,0.779,7.9)
+E0 :         pi+ : pT=0.39 : TOF=26.7 : x=(0.936,0.768,7.9)
+E0 :         pi- : pT=0.108 : TOF=28.1 : x=(-1.12,-0.804,7.9)
+E1 :         pi- : pT=2.42 : TOF=26.6 : x=(-0.884,0.475,-7.9)
+E1 :         mu- : pT=1.75 : TOF=26.6 : x=(-0.885,0.571,-7.9)
+E0 :         pi- : pT=0.0974 : TOF=27 : x=(-1.04,-0.93,7.9)
+E1 :         pi- : pT=0.515 : TOF=27 : x=(0.613,1.51,-7.9)
+E1 :          e- : pT=0.000203 : TOF=27.8 : x=(0.615,1.58,-8.1)
+E1 :         pi+ : pT=0.355 : TOF=27.1 : x=(-0.0678,0.998,-8.06)
+E1 :          e- : pT=7.12e-05 : TOF=27.2 : x=(-0.0803,0.997,-8.04)
+E1 :         pi- : pT=0.391 : TOF=28.1 : x=(-0.769,2.77,-7.9)
+E0 :         pi- : pT=1.99 : TOF=29.8 : x=(-1.42,-3.77,7.9)
+E0 :         pi+ : pT=0.0878 : TOF=27.4 : x=(0.315,-1.11,7.9)
+B5 :          e- : pT=0.000483 : TOF=38.4 : x=(-2.11,-4.04,7)
+E1 :         pi+ : pT=0.565 : TOF=29 : x=(2.31,2.43,-7.9)
+E1 :         pi+ : pT=0.194 : TOF=27.6 : x=(1.73,-0.344,-7.9)
+E1 :         pi+ : pT=0.67 : TOF=28.3 : x=(0.898,2.9,-7.9)
+E1 :         pi- : pT=0.816 : TOF=27.1 : x=(0.205,1.74,-7.9)
+B0 :       kaon- : pT=1.1 : TOF=27.2 : x=(4.25,-1.34,-6.66)
+E0 :          e- : pT=0.00218 : TOF=26.8 : x=(1.07,-0.431,7.9)
+E1 :         pi+ : pT=0.0914 : TOF=27.6 : x=(0.255,1.81,-7.9)
+B6 :         pi- : pT=0.746 : TOF=15.3 : x=(-1.15,-4.25,0.915)
+E0 :         pi+ : pT=0.5 : TOF=27.4 : x=(1.15,-1.16,7.9)
 
 ________________________________________________________________________________
 GenEvent: #3 ID=20 SignalProcessGenVertex Barcode: 0
@@ -1604,232 +1738,232 @@ GenEvent: #3 ID=20 SignalProcessGenVertex Barcode: 0
  Entries this event: 102 vertices, 280 particles.
  RndmState(0)=
  Wgts(0)=
- EventScale -1 GeV 	 alphaQCD=-1	 alphaQED=-1
+ EventScale -1 [energy] 	 alphaQCD=-1	 alphaQED=-1
                                     GenParticle Legend
         Barcode   PDG ID      ( Px,       Py,       Pz,     E ) Stat  DecayVtx
 ________________________________________________________________________________
 GenVertex:       -1 ID:    0 (X,cT):0
  I: 1         1     2212 +0.00e+00,+0.00e+00,+7.00e+03,+7.00e+03   3        -1
- O: 3         3       21 +5.50e-01,+2.26e-01,+5.57e+01,+5.57e+01   3        -3
-             15        2 +3.93e-01,-4.42e-01,+2.02e+01,+2.03e+01   2       -11
+ O: 3        15        2 +3.93e-01,-4.42e-01,+2.02e+01,+2.03e+01   2       -11
              14     2101 -9.42e-01,+2.17e-01,+6.53e+03,+6.53e+03   2        -9
+              3       21 +5.50e-01,+2.26e-01,+5.57e+01,+5.57e+01   3        -3
 GenVertex:       -2 ID:    0 (X,cT):0
  I: 1         2     2212 +0.00e+00,+0.00e+00,-7.00e+03,+7.00e+03   3        -2
  O: 2        29     2203 +2.49e+00,+5.11e-01,-5.57e+03,+5.57e+03   2       -11
               4        1 -2.49e+00,-5.11e-01,-1.27e+03,+1.27e+03   3        -4
 GenVertex:       -3 ID:    0 (X,cT):0
  I: 1         3       21 +5.50e-01,+2.26e-01,+5.57e+01,+5.57e+01   3        -3
- O: 4        13        2 -1.06e+00,+5.40e-01,+6.25e-01,+1.38e+00   2        -9
+ O: 4        17       21 -1.67e-01,+9.43e-01,-4.22e+00,+4.33e+00   2       -11
+             13        2 -1.06e+00,+5.40e-01,+6.25e-01,+1.38e+00   2        -9
              16       21 +1.28e+00,-8.74e-01,+5.02e+01,+5.02e+01   2       -11
               5       -2 +5.15e-01,-3.71e-01,+4.37e+00,+4.41e+00   3        -5
-             17       21 -1.67e-01,+9.43e-01,-4.22e+00,+4.33e+00   2       -11
 GenVertex:       -4 ID:    0 (X,cT):0
  I: 1         4        1 -2.49e+00,-5.11e-01,-1.27e+03,+1.27e+03   3        -4
  O: 7        26       21 -3.65e+00,+1.06e+00,-1.44e+02,+1.44e+02   2       -11
              27       21 -8.57e-01,+1.30e+00,-8.64e+01,+8.64e+01   2       -11
-             23       21 -6.21e-01,-2.83e+00,-4.24e+01,+4.25e+01   2       -11
-             25       21 -4.72e-02,-2.81e-01,-7.30e+00,+7.31e+00   2       -11
              28       21 +2.10e-01,-2.36e-01,-5.04e+02,+5.04e+02   2       -11
-             24       21 -1.09e-01,+2.50e-02,-1.28e+01,+1.28e+01   2       -11
               6        1 +2.57e+00,+4.38e-01,-4.63e+02,+4.63e+02   3        -5
+             23       21 -6.21e-01,-2.83e+00,-4.24e+01,+4.25e+01   2       -11
+             24       21 -1.09e-01,+2.50e-02,-1.28e+01,+1.28e+01   2       -11
+             25       21 -4.72e-02,-2.81e-01,-7.30e+00,+7.31e+00   2       -11
 GenVertex:       -5 ID:    0 (X,cT):0
- I: 2         5       -2 +5.15e-01,-3.71e-01,+4.37e+00,+4.41e+00   3        -5
-              6        1 +2.57e+00,+4.38e-01,-4.63e+02,+4.63e+02   3        -5
+ I: 2         6        1 +2.57e+00,+4.38e-01,-4.63e+02,+4.63e+02   3        -5
+              5       -2 +5.15e-01,-3.71e-01,+4.37e+00,+4.41e+00   3        -5
  O: 2         8      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   3        -7
               7       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   3        -6
 GenVertex:       -6 ID:    0 (X,cT):0
  I: 1         7       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   3        -6
- O: 1         9       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   1     (nil)
+ O: 1         9       22 +6.11e-01,+4.73e+00,-5.78e+00,+7.50e+00   1
 GenVertex:       -7 ID:    0 (X,cT):0
  I: 1         8      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   3        -7
  O: 1        10      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   2        -8
 GenVertex:       -8 ID:    0 (X,cT):0
  I: 1        10      -24 +2.48e+00,-4.66e+00,-4.53e+02,+4.60e+02   2        -8
- O: 2        12      -14 -9.19e+00,-3.92e+01,-1.68e+02,+1.73e+02   1     (nil)
-             11       13 +1.17e+01,+3.45e+01,-2.85e+02,+2.87e+02   1     (nil)
+ O: 2        12      -14 -9.19e+00,-3.92e+01,-1.68e+02,+1.73e+02   1
+             11       13 +1.17e+01,+3.45e+01,-2.85e+02,+2.87e+02   1
 GenVertex:       -9 ID:    0 (X,cT):0
- I: 2        13        2 -1.06e+00,+5.40e-01,+6.25e-01,+1.38e+00   2        -9
-             14     2101 -9.42e-01,+2.17e-01,+6.53e+03,+6.53e+03   2        -9
+ I: 2        14     2101 -9.42e-01,+2.17e-01,+6.53e+03,+6.53e+03   2        -9
+             13        2 -1.06e+00,+5.40e-01,+6.25e-01,+1.38e+00   2        -9
  O: 1        35       92 -2.00e+00,+7.56e-01,+6.53e+03,+6.54e+03   2       -10
 GenVertex:      -10 ID:    0 (X,cT):0
  I: 1        35       92 -2.00e+00,+7.56e-01,+6.53e+03,+6.54e+03   2       -10
  O: 9        37      333 -1.11e+00,+1.44e-01,+2.44e+00,+2.87e+00   2       -17
-             38     -321 +5.75e-01,-1.63e-01,+3.07e+00,+3.17e+00   1     (nil)
+             38     -321 +5.75e-01,-1.63e-01,+3.07e+00,+3.17e+00   1
              39      323 -4.93e-01,+1.18e-01,+1.14e+01,+1.14e+01   2       -18
              40      333 +4.67e-02,-1.10e-02,+6.10e+01,+6.10e+01   2       -19
              41     -313 +6.61e-02,+2.00e-01,+1.02e+02,+1.02e+02   2       -20
-             42     -211 +6.62e-01,+2.34e-03,+1.91e+01,+1.92e+01   1     (nil)
+             42     -211 +6.62e-01,+2.34e-03,+1.91e+01,+1.92e+01   1
              43      213 -1.13e+00,+2.68e-01,+8.99e+02,+8.99e+02   2       -21
-             44     2112 -3.44e-01,+2.18e-02,+5.44e+03,+5.44e+03   1     (nil)
-             36      321 -2.73e-01,+1.76e-01,+9.69e-01,+1.13e+00   1     (nil)
+             44     2112 -3.44e-01,+2.18e-02,+5.44e+03,+5.44e+03   1
+             36      321 -2.73e-01,+1.76e-01,+9.69e-01,+1.13e+00   1
 GenVertex:      -11 ID:    0 (X,cT):0
- I:15        29     2203 +2.49e+00,+5.11e-01,-5.57e+03,+5.57e+03   2       -11
-             26       21 -3.65e+00,+1.06e+00,-1.44e+02,+1.44e+02   2       -11
+ I:15        26       21 -3.65e+00,+1.06e+00,-1.44e+02,+1.44e+02   2       -11
              27       21 -8.57e-01,+1.30e+00,-8.64e+01,+8.64e+01   2       -11
-             23       21 -6.21e-01,-2.83e+00,-4.24e+01,+4.25e+01   2       -11
-             25       21 -4.72e-02,-2.81e-01,-7.30e+00,+7.31e+00   2       -11
              28       21 +2.10e-01,-2.36e-01,-5.04e+02,+5.04e+02   2       -11
-             20       21 +2.14e+00,-4.17e+00,-7.24e+00,+8.62e+00   2       -11
-             21       21 +2.68e+00,-1.72e+00,-3.07e+01,+3.09e+01   2       -11
-             22       21 -2.68e+00,+1.72e+00,-1.05e+02,+1.05e+02   2       -11
+             15        2 +3.93e-01,-4.42e-01,+2.02e+01,+2.03e+01   2       -11
+             17       21 -1.67e-01,+9.43e-01,-4.22e+00,+4.33e+00   2       -11
+             23       21 -6.21e-01,-2.83e+00,-4.24e+01,+4.25e+01   2       -11
              24       21 -1.09e-01,+2.50e-02,-1.28e+01,+1.28e+01   2       -11
+             29     2203 +2.49e+00,+5.11e-01,-5.57e+03,+5.57e+03   2       -11
              16       21 +1.28e+00,-8.74e-01,+5.02e+01,+5.02e+01   2       -11
-             17       21 -1.67e-01,+9.43e-01,-4.22e+00,+4.33e+00   2       -11
+             25       21 -4.72e-02,-2.81e-01,-7.30e+00,+7.31e+00   2       -11
              18       21 +9.34e-01,+2.91e+00,+1.97e+01,+2.00e+01   2       -11
              19       21 -2.14e+00,+4.17e+00,-2.51e+00,+5.32e+00   2       -11
-             15        2 +3.93e-01,-4.42e-01,+2.02e+01,+2.03e+01   2       -11
+             20       21 +2.14e+00,-4.17e+00,-7.24e+00,+8.62e+00   2       -11
+             21       21 +2.68e+00,-1.72e+00,-3.07e+01,+3.09e+01   2       -11
+             22       21 -2.68e+00,+1.72e+00,-1.05e+02,+1.05e+02   2       -11
  O: 1        45       92 -1.50e-01,+2.09e+00,-6.43e+03,+6.61e+03   2       -12
 GenVertex:      -12 ID:    0 (X,cT):0
  I: 1        45       92 -1.50e-01,+2.09e+00,-6.43e+03,+6.61e+03   2       -12
- O:44        53      113 -2.30e-01,+1.48e-01,-1.62e+00,+1.84e+00   2       -27
+ O:44        72      213 +4.81e-01,-1.41e-01,-1.37e+01,+1.37e+01   2       -40
+             81      211 -1.23e+00,+5.35e-01,-3.48e+01,+3.49e+01   1
+             82      311 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -45
+             83     -323 -5.63e-01,-7.34e-02,-1.48e+02,+1.48e+02   2       -46
+             73      111 -6.69e-01,+1.78e-01,-1.87e+01,+1.87e+01   2       -41
+             75     2212 -3.93e-01,+8.27e-02,-3.98e+01,+3.98e+01   1
+             47      113 +6.88e-02,-1.41e-01,+2.65e+01,+2.66e+01   2       -22
+             76    -2212 -6.65e-01,+6.91e-02,-2.61e+01,+2.61e+01   1
+             77     3224 -4.07e-01,-1.66e+00,-3.45e+01,+3.46e+01   2       -43
+             78      311 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   2       -44
+             79    -2112 -1.86e+00,+2.64e-01,-6.69e+01,+6.69e+01   1
+             80     -211 -4.20e-01,-6.99e-02,-4.46e+01,+4.47e+01   1
+             85      113 +1.80e-02,+8.34e-01,-6.47e+02,+6.47e+02   2       -47
+             84      211 -1.34e-01,-9.12e-02,-7.11e+00,+7.11e+00   1
+             86     -211 +2.67e-01,-2.79e-01,-5.20e+02,+5.20e+02   1
+             87      213 +3.40e-01,+1.94e-01,-1.02e+03,+1.02e+03   2       -48
+             48     -211 -3.37e-01,-1.68e-01,+9.43e+00,+9.44e+00   1
+             88     2214 +5.67e-01,+9.88e-02,-8.80e+02,+8.80e+02   2       -49
+             46      211 +1.39e+00,-8.14e-01,+3.12e+01,+3.13e+01   1
+             71     -321 -2.78e-01,+3.30e-01,-8.84e+00,+8.87e+00   1
+             49      113 +6.00e-01,-2.67e-01,+2.22e+00,+2.44e+00   2       -23
+             50      323 -3.07e-01,-6.12e-02,-1.42e-02,+9.76e-01   2       -24
+             51     -313 +1.43e-02,+4.68e-01,-3.88e-01,+1.12e+00   2       -25
+             89      223 +1.23e+00,+3.33e-01,-2.87e+03,+2.87e+03   2       -50
+             52      111 +8.08e-02,-1.35e-02,-7.15e-01,+7.33e-01   2       -26
+             53      113 -2.30e-01,+1.48e-01,-1.62e+00,+1.84e+00   2       -27
              54      223 +3.60e-01,+7.58e-01,+8.72e-01,+1.44e+00   2       -28
              55      113 +1.21e-01,+1.16e-01,+9.83e-01,+1.26e+00   2       -29
              56     -213 +8.69e-02,+1.01e+00,+7.42e+00,+7.52e+00   2       -30
              57      323 +1.76e-01,+4.23e-01,+1.93e+00,+2.16e+00   2       -31
-             58     -321 +1.93e-01,+1.97e-01,+6.13e+00,+6.16e+00   1     (nil)
+             58     -321 +1.93e-01,+1.97e-01,+6.13e+00,+6.16e+00   1
              59      223 -2.63e-01,+7.90e-01,+6.47e-01,+1.31e+00   2       -32
              60      213 +1.35e-01,+1.08e+00,+5.74e-01,+1.37e+00   2       -33
-             61     -211 -1.05e+00,+1.11e+00,-1.21e-01,+1.54e+00   1     (nil)
+             61     -211 -1.05e+00,+1.11e+00,-1.21e-01,+1.54e+00   1
              62      213 -9.08e-02,+5.82e-01,-1.54e+00,+1.76e+00   2       -34
              63      221 +1.94e-01,-2.74e-01,-2.66e-01,+6.95e-01   2       -35
              64     -213 +2.31e-01,+2.74e-01,-1.31e+00,+1.58e+00   2       -36
              65      213 -4.52e-01,+2.86e-01,-1.23e+00,+1.57e+00   2       -37
-             84      211 -1.34e-01,-9.12e-02,-7.11e+00,+7.11e+00   1     (nil)
-             85      113 +1.80e-02,+8.34e-01,-6.47e+02,+6.47e+02   2       -47
-             86     -211 +2.67e-01,-2.79e-01,-5.20e+02,+5.20e+02   1     (nil)
-             87      213 +3.40e-01,+1.94e-01,-1.02e+03,+1.02e+03   2       -48
-             88     2214 +5.67e-01,+9.88e-02,-8.80e+02,+8.80e+02   2       -49
-             89      223 +1.23e+00,+3.33e-01,-2.87e+03,+2.87e+03   2       -50
-             46      211 +1.39e+00,-8.14e-01,+3.12e+01,+3.13e+01   1     (nil)
-             47      113 +6.88e-02,-1.41e-01,+2.65e+01,+2.66e+01   2       -22
-             48     -211 -3.37e-01,-1.68e-01,+9.43e+00,+9.44e+00   1     (nil)
-             49      113 +6.00e-01,-2.67e-01,+2.22e+00,+2.44e+00   2       -23
-             50      323 -3.07e-01,-6.12e-02,-1.42e-02,+9.76e-01   2       -24
-             51     -313 +1.43e-02,+4.68e-01,-3.88e-01,+1.12e+00   2       -25
-             52      111 +8.08e-02,-1.35e-02,-7.15e-01,+7.33e-01   2       -26
              66     2114 +9.53e-01,-6.69e-01,-3.09e+00,+3.53e+00   2       -38
-             67      211 -1.36e-01,-6.50e-01,-8.86e-01,+1.12e+00   1     (nil)
-             68    -2212 +8.49e-01,-2.09e+00,-5.29e+00,+5.82e+00   1     (nil)
-             69     -211 +1.20e-01,+2.39e-01,-1.06e+00,+1.10e+00   1     (nil)
+             67      211 -1.36e-01,-6.50e-01,-8.86e-01,+1.12e+00   1
+             68    -2212 +8.49e-01,-2.09e+00,-5.29e+00,+5.82e+00   1
+             69     -211 +1.20e-01,+2.39e-01,-1.06e+00,+1.10e+00   1
              70      323 +1.48e+00,-9.63e-01,-1.55e+01,+1.56e+01   2       -39
-             71     -321 -2.78e-01,+3.30e-01,-8.84e+00,+8.87e+00   1     (nil)
-             72      213 +4.81e-01,-1.41e-01,-1.37e+01,+1.37e+01   2       -40
-             73      111 -6.69e-01,+1.78e-01,-1.87e+01,+1.87e+01   2       -41
              74     -213 -3.45e-01,-1.71e-01,-1.77e+01,+1.77e+01   2       -42
-             75     2212 -3.93e-01,+8.27e-02,-3.98e+01,+3.98e+01   1     (nil)
-             76    -2212 -6.65e-01,+6.91e-02,-2.61e+01,+2.61e+01   1     (nil)
-             77     3224 -4.07e-01,-1.66e+00,-3.45e+01,+3.46e+01   2       -43
-             78      311 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   2       -44
-             79    -2112 -1.86e+00,+2.64e-01,-6.69e+01,+6.69e+01   1     (nil)
-             80     -211 -4.20e-01,-6.99e-02,-4.46e+01,+4.47e+01   1     (nil)
-             81      211 -1.23e+00,+5.35e-01,-3.48e+01,+3.49e+01   1     (nil)
-             82      311 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -45
-             83     -323 -5.63e-01,-7.34e-02,-1.48e+02,+1.48e+02   2       -46
 GenVertex:      -13 ID:    0 (X,cT):0
  I: 3        30       21 -3.00e+00,+2.35e+00,+2.36e+02,+2.36e+02   2       -13
-             31       21 -9.34e-01,-2.91e+00,+1.02e+02,+1.02e+02   2       -13
              32       21 +3.00e+00,-2.35e+00,+2.97e+01,+3.00e+01   2       -13
+             31       21 -9.34e-01,-2.91e+00,+1.02e+02,+1.02e+02   2       -13
  O: 1        90       92 -9.34e-01,-2.91e+00,+3.67e+02,+3.67e+02   2       -14
 GenVertex:      -14 ID:    0 (X,cT):0
  I: 1        90       92 -9.34e-01,-2.91e+00,+3.67e+02,+3.67e+02   2       -14
- O:11        91      211 -8.24e-01,-1.45e-02,+1.59e+01,+1.59e+01   1     (nil)
-             92     -211 -1.30e+00,+8.92e-01,+8.32e+01,+8.33e+01   1     (nil)
-             93     -311 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   2       -51
+ O:11        93     -311 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   2       -51
              94      313 -3.62e-01,+5.42e-01,+5.03e+01,+5.03e+01   2       -52
+             98      111 +4.23e-01,-2.45e-01,+3.08e+00,+3.12e+00   2       -55
              95      213 -8.94e-01,-3.47e-01,+5.52e+01,+5.52e+01   2       -53
+             92     -211 -1.30e+00,+8.92e-01,+8.32e+01,+8.33e+01   1
              96      113 -1.28e-01,-1.56e-01,+3.41e+01,+3.41e+01   2       -54
-             97     -211 -5.72e-01,-9.49e-01,+3.99e+01,+3.99e+01   1     (nil)
-             98      111 +4.23e-01,-2.45e-01,+3.08e+00,+3.12e+00   2       -55
-             99    -2112 +1.14e+00,-1.49e+00,+2.49e+01,+2.50e+01   1     (nil)
-            100     2112 +5.39e-01,-8.02e-01,+1.40e+01,+1.41e+01   1     (nil)
+             97     -211 -5.72e-01,-9.49e-01,+3.99e+01,+3.99e+01   1
+             99    -2112 +1.14e+00,-1.49e+00,+2.49e+01,+2.50e+01   1
+            100     2112 +5.39e-01,-8.02e-01,+1.40e+01,+1.41e+01   1
             101      223 +1.06e+00,-1.22e-01,+2.53e+01,+2.53e+01   2       -56
+             91      211 -8.24e-01,-1.45e-02,+1.59e+01,+1.59e+01   1
 GenVertex:      -15 ID:    0 (X,cT):0
- I: 2        33       21 +1.02e+00,-2.88e+00,-9.85e+00,+1.03e+01   2       -15
-             34       21 -1.02e+00,+2.88e+00,-7.45e+00,+8.05e+00   2       -15
+ I: 2        34       21 -1.02e+00,+2.88e+00,-7.45e+00,+8.05e+00   2       -15
+             33       21 +1.02e+00,-2.88e+00,-9.85e+00,+1.03e+01   2       -15
  O: 1       102       92 +0.00e+00,+0.00e+00,-1.73e+01,+1.84e+01   2       -16
 GenVertex:      -16 ID:    0 (X,cT):0
  I: 1       102       92 +0.00e+00,+0.00e+00,-1.73e+01,+1.84e+01   2       -16
- O: 7       103      113 +2.54e-01,-1.28e-01,-3.69e+00,+3.77e+00   2       -57
-            104      223 -7.85e-02,+4.34e-02,-9.82e-01,+1.26e+00   2       -58
-            105      213 +1.78e-01,+3.27e-01,-2.62e+00,+2.77e+00   2       -59
+ O: 7       105      213 +1.78e-01,+3.27e-01,-2.62e+00,+2.77e+00   2       -59
             106      111 +1.94e-01,-8.30e-01,-1.78e+00,+1.98e+00   2       -60
-            107     -211 -2.88e-01,+5.23e-01,-3.10e+00,+3.16e+00   1     (nil)
-            108      223 +2.53e-01,-1.38e-01,-2.52e+00,+2.66e+00   2       -61
             109      113 -5.13e-01,+2.04e-01,-2.60e+00,+2.77e+00   2       -62
+            103      113 +2.54e-01,-1.28e-01,-3.69e+00,+3.77e+00   2       -57
+            104      223 -7.85e-02,+4.34e-02,-9.82e-01,+1.26e+00   2       -58
+            107     -211 -2.88e-01,+5.23e-01,-3.10e+00,+3.16e+00   1
+            108      223 +2.53e-01,-1.38e-01,-2.52e+00,+2.66e+00   2       -61
 GenVertex:      -17 ID:    0 (X,cT):0
  I: 1        37      333 -1.11e+00,+1.44e-01,+2.44e+00,+2.87e+00   2       -17
- O: 2       110      321 -5.35e-01,-4.15e-03,+1.39e+00,+1.57e+00   1     (nil)
-            111     -321 -5.74e-01,+1.48e-01,+1.05e+00,+1.30e+00   1     (nil)
+ O: 2       110      321 -5.35e-01,-4.15e-03,+1.39e+00,+1.57e+00   1
+            111     -321 -5.74e-01,+1.48e-01,+1.05e+00,+1.30e+00   1
 GenVertex:      -18 ID:    0 (X,cT):0
  I: 1        39      323 -4.93e-01,+1.18e-01,+1.14e+01,+1.14e+01   2       -18
- O: 2       112      311 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -63
-            113      211 -3.29e-01,+3.86e-02,+3.09e+00,+3.12e+00   1     (nil)
+ O: 2       113      211 -3.29e-01,+3.86e-02,+3.09e+00,+3.12e+00   1
+            112      311 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -63
 GenVertex:      -19 ID:    0 (X,cT):0
  I: 1        40      333 +4.67e-02,-1.10e-02,+6.10e+01,+6.10e+01   2       -19
- O: 2       114      321 -8.91e-02,+3.84e-02,+3.21e+01,+3.21e+01   1     (nil)
-            115     -321 +1.36e-01,-4.94e-02,+2.89e+01,+2.89e+01   1     (nil)
+ O: 2       114      321 -8.91e-02,+3.84e-02,+3.21e+01,+3.21e+01   1
+            115     -321 +1.36e-01,-4.94e-02,+2.89e+01,+2.89e+01   1
 GenVertex:      -20 ID:    0 (X,cT):0
  I: 1        41     -313 +6.61e-02,+2.00e-01,+1.02e+02,+1.02e+02   2       -20
  O: 2       116     -311 -2.08e-01,+2.83e-01,+4.52e+01,+4.53e+01   2       -64
             117      111 +2.74e-01,-8.21e-02,+5.65e+01,+5.65e+01   2       -65
 GenVertex:      -21 ID:    0 (X,cT):0
  I: 1        43      213 -1.13e+00,+2.68e-01,+8.99e+02,+8.99e+02   2       -21
- O: 2       118      211 -1.03e+00,+4.32e-01,+6.38e+02,+6.38e+02   1     (nil)
+ O: 2       118      211 -1.03e+00,+4.32e-01,+6.38e+02,+6.38e+02   1
             119      111 -1.00e-01,-1.65e-01,+2.61e+02,+2.61e+02   2       -66
 GenVertex:      -22 ID:    0 (X,cT):0
  I: 1        47      113 +6.88e-02,-1.41e-01,+2.65e+01,+2.66e+01   2       -22
- O: 2       120     -211 +2.55e-01,-1.00e-02,+2.33e+01,+2.33e+01   1     (nil)
-            121      211 -1.86e-01,-1.31e-01,+3.23e+00,+3.24e+00   1     (nil)
+ O: 2       120     -211 +2.55e-01,-1.00e-02,+2.33e+01,+2.33e+01   1
+            121      211 -1.86e-01,-1.31e-01,+3.23e+00,+3.24e+00   1
 GenVertex:      -23 ID:    0 (X,cT):0
  I: 1        49      113 +6.00e-01,-2.67e-01,+2.22e+00,+2.44e+00   2       -23
- O: 2       122      211 +7.62e-01,-2.15e-01,+1.64e+00,+1.83e+00   1     (nil)
-            123     -211 -1.62e-01,-5.17e-02,+5.74e-01,+6.14e-01   1     (nil)
+ O: 2       122      211 +7.62e-01,-2.15e-01,+1.64e+00,+1.83e+00   1
+            123     -211 -1.62e-01,-5.17e-02,+5.74e-01,+6.14e-01   1
 GenVertex:      -24 ID:    0 (X,cT):0
  I: 1        50      323 -3.07e-01,-6.12e-02,-1.42e-02,+9.76e-01   2       -24
- O: 2       124      311 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -67
-            125      211 +1.40e-01,+1.66e-01,+6.23e-02,+2.65e-01   1     (nil)
+ O: 2       125      211 +1.40e-01,+1.66e-01,+6.23e-02,+2.65e-01   1
+            124      311 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -67
 GenVertex:      -25 ID:    0 (X,cT):0
  I: 1        51     -313 +1.43e-02,+4.68e-01,-3.88e-01,+1.12e+00   2       -25
- O: 2       126     -321 -2.60e-02,+2.92e-01,+9.54e-02,+5.82e-01   1     (nil)
-            127      211 +4.03e-02,+1.76e-01,-4.83e-01,+5.35e-01   1     (nil)
+ O: 2       126     -321 -2.60e-02,+2.92e-01,+9.54e-02,+5.82e-01   1
+            127      211 +4.03e-02,+1.76e-01,-4.83e-01,+5.35e-01   1
 Vertex:      -26 ID:    0 (X,cT)=+4.64e-05,-7.72e-06,-4.10e-04,+4.20e-04
  I: 1        52      111 +8.08e-02,-1.35e-02,-7.15e-01,+7.33e-01   2       -26
- O: 2       128       22 -1.68e-02,+2.28e-02,-3.88e-02,+4.80e-02   1     (nil)
-            129       22 +9.76e-02,-3.63e-02,-6.77e-01,+6.85e-01   1     (nil)
+ O: 2       128       22 -1.68e-02,+2.28e-02,-3.88e-02,+4.80e-02   1
+            129       22 +9.76e-02,-3.63e-02,-6.77e-01,+6.85e-01   1
 GenVertex:      -27 ID:    0 (X,cT):0
  I: 1        53      113 -2.30e-01,+1.48e-01,-1.62e+00,+1.84e+00   2       -27
- O: 2       130     -211 -8.09e-02,+2.95e-01,-1.97e-01,+3.90e-01   1     (nil)
-            131      211 -1.49e-01,-1.47e-01,-1.43e+00,+1.45e+00   1     (nil)
+ O: 2       130     -211 -8.09e-02,+2.95e-01,-1.97e-01,+3.90e-01   1
+            131      211 -1.49e-01,-1.47e-01,-1.43e+00,+1.45e+00   1
 GenVertex:      -28 ID:    0 (X,cT):0
  I: 1        54      223 +3.60e-01,+7.58e-01,+8.72e-01,+1.44e+00   2       -28
- O: 3       132      211 +1.97e-01,+3.51e-01,+6.75e-01,+7.98e-01   1     (nil)
-            133     -211 -3.88e-02,+1.47e-01,+2.00e-01,+2.87e-01   1     (nil)
+ O: 3       132      211 +1.97e-01,+3.51e-01,+6.75e-01,+7.98e-01   1
+            133     -211 -3.88e-02,+1.47e-01,+2.00e-01,+2.87e-01   1
             134      111 +2.02e-01,+2.60e-01,-3.27e-03,+3.56e-01   2       -68
 GenVertex:      -29 ID:    0 (X,cT):0
  I: 1        55      113 +1.21e-01,+1.16e-01,+9.83e-01,+1.26e+00   2       -29
- O: 2       135     -211 +1.15e-01,+2.71e-01,+9.97e-01,+1.05e+00   1     (nil)
-            136      211 +5.83e-03,-1.56e-01,-1.47e-02,+2.10e-01   1     (nil)
+ O: 2       135     -211 +1.15e-01,+2.71e-01,+9.97e-01,+1.05e+00   1
+            136      211 +5.83e-03,-1.56e-01,-1.47e-02,+2.10e-01   1
 GenVertex:      -30 ID:    0 (X,cT):0
  I: 1        56     -213 +8.69e-02,+1.01e+00,+7.42e+00,+7.52e+00   2       -30
- O: 2       137     -211 -8.49e-03,+1.28e-01,+3.83e-01,+4.28e-01   1     (nil)
+ O: 2       137     -211 -8.49e-03,+1.28e-01,+3.83e-01,+4.28e-01   1
             138      111 +9.53e-02,+8.80e-01,+7.03e+00,+7.09e+00   2       -69
 GenVertex:      -31 ID:    0 (X,cT):0
  I: 1        57      323 +1.76e-01,+4.23e-01,+1.93e+00,+2.16e+00   2       -31
- O: 2       139      311 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -70
-            140      211 +1.10e-01,-9.78e-02,+1.66e-01,+2.62e-01   1     (nil)
+ O: 2       140      211 +1.10e-01,-9.78e-02,+1.66e-01,+2.62e-01   1
+            139      311 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -70
 GenVertex:      -32 ID:    0 (X,cT):0
  I: 1        59      223 -2.63e-01,+7.90e-01,+6.47e-01,+1.31e+00   2       -32
- O: 3       141      211 -1.81e-01,+4.47e-01,+1.25e-01,+5.17e-01   1     (nil)
-            142     -211 -2.25e-01,+2.99e-01,+3.59e-01,+5.38e-01   1     (nil)
+ O: 3       141      211 -1.81e-01,+4.47e-01,+1.25e-01,+5.17e-01   1
+            142     -211 -2.25e-01,+2.99e-01,+3.59e-01,+5.38e-01   1
             143      111 +1.43e-01,+4.38e-02,+1.63e-01,+2.59e-01   2       -71
 GenVertex:      -33 ID:    0 (X,cT):0
  I: 1        60      213 +1.35e-01,+1.08e+00,+5.74e-01,+1.37e+00   2       -33
- O: 2       144      211 +6.61e-02,+1.08e+00,+5.00e-01,+1.20e+00   1     (nil)
+ O: 2       144      211 +6.61e-02,+1.08e+00,+5.00e-01,+1.20e+00   1
             145      111 +6.86e-02,-8.01e-04,+7.43e-02,+1.69e-01   2       -72
 GenVertex:      -34 ID:    0 (X,cT):0
  I: 1        62      213 -9.08e-02,+5.82e-01,-1.54e+00,+1.76e+00   2       -34
- O: 2       146      211 -4.09e-02,-5.32e-02,-5.87e-01,+6.07e-01   1     (nil)
-            147      111 -4.99e-02,+6.35e-01,-9.56e-01,+1.16e+00   2       -73
+ O: 2       147      111 -4.99e-02,+6.35e-01,-9.56e-01,+1.16e+00   2       -73
+            146      211 -4.09e-02,-5.32e-02,-5.87e-01,+6.07e-01   1
 GenVertex:      -35 ID:    0 (X,cT):0
  I: 1        63      221 +1.94e-01,-2.74e-01,-2.66e-01,+6.95e-01   2       -35
  O: 3       148      111 -8.07e-02,-5.76e-02,-3.25e-02,+1.71e-01   2       -74
@@ -1837,113 +1971,113 @@ GenVertex:      -35 ID:    0 (X,cT):0
             150      111 +7.41e-02,-1.52e-01,-1.38e-01,+2.57e-01   2       -76
 GenVertex:      -36 ID:    0 (X,cT):0
  I: 1        64     -213 +2.31e-01,+2.74e-01,-1.31e+00,+1.58e+00   2       -36
- O: 2       151     -211 +4.35e-01,+4.07e-01,-8.38e-01,+1.04e+00   1     (nil)
+ O: 2       151     -211 +4.35e-01,+4.07e-01,-8.38e-01,+1.04e+00   1
             152      111 -2.04e-01,-1.33e-01,-4.69e-01,+5.45e-01   2       -77
 GenVertex:      -37 ID:    0 (X,cT):0
  I: 1        65      213 -4.52e-01,+2.86e-01,-1.23e+00,+1.57e+00   2       -37
- O: 2       153      211 -1.15e-01,-2.61e-01,-4.89e-01,+5.83e-01   1     (nil)
+ O: 2       153      211 -1.15e-01,-2.61e-01,-4.89e-01,+5.83e-01   1
             154      111 -3.37e-01,+5.47e-01,-7.40e-01,+9.89e-01   2       -78
 GenVertex:      -38 ID:    0 (X,cT):0
  I: 1        66     2114 +9.53e-01,-6.69e-01,-3.09e+00,+3.53e+00   2       -38
- O: 2       155     2212 +6.04e-01,-7.13e-01,-2.45e+00,+2.79e+00   1     (nil)
-            156     -211 +3.49e-01,+4.35e-02,-6.38e-01,+7.42e-01   1     (nil)
+ O: 2       155     2212 +6.04e-01,-7.13e-01,-2.45e+00,+2.79e+00   1
+            156     -211 +3.49e-01,+4.35e-02,-6.38e-01,+7.42e-01   1
 GenVertex:      -39 ID:    0 (X,cT):0
  I: 1        70      323 +1.48e+00,-9.63e-01,-1.55e+01,+1.56e+01   2       -39
- O: 2       157      311 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   2       -79
-            158      211 +9.45e-01,-6.64e-01,-1.11e+01,+1.11e+01   1     (nil)
+ O: 2       158      211 +9.45e-01,-6.64e-01,-1.11e+01,+1.11e+01   1
+            157      311 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   2       -79
 GenVertex:      -40 ID:    0 (X,cT):0
  I: 1        72      213 +4.81e-01,-1.41e-01,-1.37e+01,+1.37e+01   2       -40
- O: 2       159      211 +1.18e-04,-3.58e-01,-6.34e+00,+6.36e+00   1     (nil)
+ O: 2       159      211 +1.18e-04,-3.58e-01,-6.34e+00,+6.36e+00   1
             160      111 +4.80e-01,+2.17e-01,-7.34e+00,+7.36e+00   2       -80
 Vertex:      -41 ID:    0 (X,cT)=-1.16e-04,+3.09e-05,-3.23e-03,+3.24e-03
  I: 1        73      111 -6.69e-01,+1.78e-01,-1.87e+01,+1.87e+01   2       -41
- O: 2       161       22 -5.04e-01,+7.96e-02,-1.28e+01,+1.28e+01   1     (nil)
-            162       22 -1.65e-01,+9.88e-02,-5.90e+00,+5.90e+00   1     (nil)
+ O: 2       161       22 -5.04e-01,+7.96e-02,-1.28e+01,+1.28e+01   1
+            162       22 -1.65e-01,+9.88e-02,-5.90e+00,+5.90e+00   1
 GenVertex:      -42 ID:    0 (X,cT):0
  I: 1        74     -213 -3.45e-01,-1.71e-01,-1.77e+01,+1.77e+01   2       -42
- O: 2       163     -211 +1.33e-01,+1.21e-01,-7.19e+00,+7.19e+00   1     (nil)
-            164      111 -4.77e-01,-2.92e-01,-1.05e+01,+1.05e+01   2       -81
+ O: 2       164      111 -4.77e-01,-2.92e-01,-1.05e+01,+1.05e+01   2       -81
+            163     -211 +1.33e-01,+1.21e-01,-7.19e+00,+7.19e+00   1
 GenVertex:      -43 ID:    0 (X,cT):0
  I: 1        77     3224 -4.07e-01,-1.66e+00,-3.45e+01,+3.46e+01   2       -43
  O: 2       165     3122 -4.69e-01,-1.62e+00,-3.09e+01,+3.09e+01   2       -82
-            166      211 +6.12e-02,-3.83e-02,-3.63e+00,+3.64e+00   1     (nil)
+            166      211 +6.12e-02,-3.83e-02,-3.63e+00,+3.64e+00   1
 GenVertex:      -44 ID:    0 (X,cT):0
  I: 1        78      311 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   2       -44
- O: 1       167      130 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   1     (nil)
+ O: 1       167      130 -2.78e-01,+5.33e-02,-1.90e+01,+1.90e+01   1
 GenVertex:      -45 ID:    0 (X,cT):0
  I: 1        82      311 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -45
  O: 1       168      310 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -83
 GenVertex:      -46 ID:    0 (X,cT):0
  I: 1        83     -323 -5.63e-01,-7.34e-02,-1.48e+02,+1.48e+02   2       -46
  O: 2       169     -311 -5.45e-01,+2.59e-01,-8.99e+01,+8.99e+01   2       -84
-            170     -211 -1.76e-02,-3.32e-01,-5.80e+01,+5.80e+01   1     (nil)
+            170     -211 -1.76e-02,-3.32e-01,-5.80e+01,+5.80e+01   1
 GenVertex:      -47 ID:    0 (X,cT):0
  I: 1        85      113 +1.80e-02,+8.34e-01,-6.47e+02,+6.47e+02   2       -47
- O: 2       172     -211 -7.50e-02,+8.45e-01,-6.14e+02,+6.14e+02   1     (nil)
-            171      211 +9.30e-02,-1.09e-02,-3.29e+01,+3.29e+01   1     (nil)
+ O: 2       171      211 +9.30e-02,-1.09e-02,-3.29e+01,+3.29e+01   1
+            172     -211 -7.50e-02,+8.45e-01,-6.14e+02,+6.14e+02   1
 GenVertex:      -48 ID:    0 (X,cT):0
  I: 1        87      213 +3.40e-01,+1.94e-01,-1.02e+03,+1.02e+03   2       -48
- O: 2       173      211 +8.59e-02,+3.47e-01,-6.99e+02,+6.99e+02   1     (nil)
+ O: 2       173      211 +8.59e-02,+3.47e-01,-6.99e+02,+6.99e+02   1
             174      111 +2.54e-01,-1.53e-01,-3.24e+02,+3.24e+02   2       -85
 GenVertex:      -49 ID:    0 (X,cT):0
  I: 1        88     2214 +5.67e-01,+9.88e-02,-8.80e+02,+8.80e+02   2       -49
- O: 2       175     2212 +3.83e-01,+1.63e-01,-5.77e+02,+5.77e+02   1     (nil)
+ O: 2       175     2212 +3.83e-01,+1.63e-01,-5.77e+02,+5.77e+02   1
             176      111 +1.84e-01,-6.41e-02,-3.04e+02,+3.04e+02   2       -86
 GenVertex:      -50 ID:    0 (X,cT):0
  I: 1        89      223 +1.23e+00,+3.33e-01,-2.87e+03,+2.87e+03   2       -50
- O: 3       177      211 +5.33e-01,+7.46e-02,-1.01e+03,+1.01e+03   1     (nil)
-            178     -211 +4.00e-01,-1.62e-02,-1.32e+03,+1.32e+03   1     (nil)
+ O: 3       178     -211 +4.00e-01,-1.62e-02,-1.32e+03,+1.32e+03   1
+            177      211 +5.33e-01,+7.46e-02,-1.01e+03,+1.01e+03   1
             179      111 +2.98e-01,+2.74e-01,-5.41e+02,+5.41e+02   2       -87
 GenVertex:      -51 ID:    0 (X,cT):0
  I: 1        93     -311 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   2       -51
- O: 1       180      130 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   1     (nil)
+ O: 1       180      130 -2.08e-02,-2.14e-01,+2.11e+01,+2.11e+01   1
 GenVertex:      -52 ID:    0 (X,cT):0
  I: 1        94      313 -3.62e-01,+5.42e-01,+5.03e+01,+5.03e+01   2       -52
- O: 2       181      321 -3.90e-01,+2.06e-01,+3.09e+01,+3.09e+01   1     (nil)
-            182     -211 +2.79e-02,+3.36e-01,+1.94e+01,+1.94e+01   1     (nil)
+ O: 2       181      321 -3.90e-01,+2.06e-01,+3.09e+01,+3.09e+01   1
+            182     -211 +2.79e-02,+3.36e-01,+1.94e+01,+1.94e+01   1
 GenVertex:      -53 ID:    0 (X,cT):0
  I: 1        95      213 -8.94e-01,-3.47e-01,+5.52e+01,+5.52e+01   2       -53
- O: 2       183      211 -8.91e-01,-1.82e-01,+3.63e+01,+3.63e+01   1     (nil)
+ O: 2       183      211 -8.91e-01,-1.82e-01,+3.63e+01,+3.63e+01   1
             184      111 -2.63e-03,-1.65e-01,+1.89e+01,+1.89e+01   2       -88
 GenVertex:      -54 ID:    0 (X,cT):0
  I: 1        96      113 -1.28e-01,-1.56e-01,+3.41e+01,+3.41e+01   2       -54
- O: 2       185     -211 -1.20e-02,-3.34e-01,+2.86e+01,+2.86e+01   1     (nil)
-            186      211 -1.16e-01,+1.78e-01,+5.45e+00,+5.46e+00   1     (nil)
+ O: 2       186      211 -1.16e-01,+1.78e-01,+5.45e+00,+5.46e+00   1
+            185     -211 -1.20e-02,-3.34e-01,+2.86e+01,+2.86e+01   1
 Vertex:      -55 ID:    0 (X,cT)=+4.23e-05,-2.45e-05,+3.08e-04,+3.12e-04
  I: 1        98      111 +4.23e-01,-2.45e-01,+3.08e+00,+3.12e+00   2       -55
- O: 2       187       22 +2.88e-01,-9.56e-02,+1.70e+00,+1.72e+00   1     (nil)
-            188       22 +1.35e-01,-1.49e-01,+1.38e+00,+1.40e+00   1     (nil)
+ O: 2       187       22 +2.88e-01,-9.56e-02,+1.70e+00,+1.72e+00   1
+            188       22 +1.35e-01,-1.49e-01,+1.38e+00,+1.40e+00   1
 GenVertex:      -56 ID:    0 (X,cT):0
  I: 1       101      223 +1.06e+00,-1.22e-01,+2.53e+01,+2.53e+01   2       -56
- O: 3       189      211 +5.04e-01,-1.97e-01,+8.76e+00,+8.77e+00   1     (nil)
-            190     -211 +2.54e-02,-9.08e-02,+3.85e+00,+3.86e+00   1     (nil)
+ O: 3       189      211 +5.04e-01,-1.97e-01,+8.76e+00,+8.77e+00   1
+            190     -211 +2.54e-02,-9.08e-02,+3.85e+00,+3.86e+00   1
             191      111 +5.32e-01,+1.66e-01,+1.27e+01,+1.27e+01   2       -89
 GenVertex:      -57 ID:    0 (X,cT):0
  I: 1       103      113 +2.54e-01,-1.28e-01,-3.69e+00,+3.77e+00   2       -57
- O: 2       192     -211 -1.71e-01,-5.67e-02,-2.24e+00,+2.25e+00   1     (nil)
-            193      211 +4.26e-01,-7.15e-02,-1.45e+00,+1.52e+00   1     (nil)
+ O: 2       192     -211 -1.71e-01,-5.67e-02,-2.24e+00,+2.25e+00   1
+            193      211 +4.26e-01,-7.15e-02,-1.45e+00,+1.52e+00   1
 GenVertex:      -58 ID:    0 (X,cT):0
  I: 1       104      223 -7.85e-02,+4.34e-02,-9.82e-01,+1.26e+00   2       -58
- O: 3       194     -211 +7.65e-02,-8.75e-02,-7.83e-01,+8.04e-01   1     (nil)
-            195      211 -1.94e-01,+1.20e-01,-1.32e-01,+2.98e-01   1     (nil)
+ O: 3       194     -211 +7.65e-02,-8.75e-02,-7.83e-01,+8.04e-01   1
+            195      211 -1.94e-01,+1.20e-01,-1.32e-01,+2.98e-01   1
             196      111 +3.92e-02,+1.08e-02,-6.72e-02,+1.56e-01   2       -90
 GenVertex:      -59 ID:    0 (X,cT):0
  I: 1       105      213 +1.78e-01,+3.27e-01,-2.62e+00,+2.77e+00   2       -59
- O: 2       197      211 -2.80e-01,+2.51e-01,-1.39e+00,+1.44e+00   1     (nil)
+ O: 2       197      211 -2.80e-01,+2.51e-01,-1.39e+00,+1.44e+00   1
             198      111 +4.58e-01,+7.63e-02,-1.24e+00,+1.33e+00   2       -91
 Vertex:      -60 ID:    0 (X,cT)=+9.83e-05,-4.21e-04,-9.04e-04,+1.00e-03
  I: 1       106      111 +1.94e-01,-8.30e-01,-1.78e+00,+1.98e+00   2       -60
- O: 2       199       22 +1.08e-01,-5.84e-01,-1.11e+00,+1.25e+00   1     (nil)
-            200       22 +8.65e-02,-2.46e-01,-6.78e-01,+7.27e-01   1     (nil)
+ O: 2       199       22 +1.08e-01,-5.84e-01,-1.11e+00,+1.25e+00   1
+            200       22 +8.65e-02,-2.46e-01,-6.78e-01,+7.27e-01   1
 GenVertex:      -61 ID:    0 (X,cT):0
  I: 1       108      223 +2.53e-01,-1.38e-01,-2.52e+00,+2.66e+00   2       -61
- O: 3       201     -211 -4.19e-02,+9.47e-02,-3.16e-01,+3.61e-01   1     (nil)
-            202      211 +1.25e-01,+2.93e-02,-2.70e-01,+3.30e-01   1     (nil)
+ O: 3       201     -211 -4.19e-02,+9.47e-02,-3.16e-01,+3.61e-01   1
+            202      211 +1.25e-01,+2.93e-02,-2.70e-01,+3.30e-01   1
             203      111 +1.70e-01,-2.62e-01,-1.93e+00,+1.96e+00   2       -92
 GenVertex:      -62 ID:    0 (X,cT):0
  I: 1       109      113 -5.13e-01,+2.04e-01,-2.60e+00,+2.77e+00   2       -62
- O: 2       204      211 -6.28e-01,+1.34e-01,-1.31e+00,+1.46e+00   1     (nil)
-            205     -211 +1.15e-01,+6.97e-02,-1.29e+00,+1.30e+00   1     (nil)
+ O: 2       204      211 -6.28e-01,+1.34e-01,-1.31e+00,+1.46e+00   1
+            205     -211 +1.15e-01,+6.97e-02,-1.29e+00,+1.30e+00   1
 GenVertex:      -63 ID:    0 (X,cT):0
  I: 1       112      311 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -63
  O: 1       206      310 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -93
@@ -1952,113 +2086,113 @@ GenVertex:      -64 ID:    0 (X,cT):0
  O: 1       207      310 -2.08e-01,+2.83e-01,+4.52e+01,+4.53e+01   2       -94
 Vertex:      -65 ID:    0 (X,cT)=+7.38e-05,-2.21e-05,+1.52e-02,+1.52e-02
  I: 1       117      111 +2.74e-01,-8.21e-02,+5.65e+01,+5.65e+01   2       -65
- O: 2       208       22 +3.27e-02,-6.35e-02,+1.64e+01,+1.64e+01   1     (nil)
-            209       22 +2.41e-01,-1.86e-02,+4.01e+01,+4.01e+01   1     (nil)
+ O: 2       208       22 +3.27e-02,-6.35e-02,+1.64e+01,+1.64e+01   1
+            209       22 +2.41e-01,-1.86e-02,+4.01e+01,+4.01e+01   1
 Vertex:      -66 ID:    0 (X,cT)=-2.41e-05,-3.97e-05,+6.29e-02,+6.29e-02
  I: 1       119      111 -1.00e-01,-1.65e-01,+2.61e+02,+2.61e+02   2       -66
- O: 2       210       22 -3.55e-02,-4.32e-03,+1.12e+02,+1.12e+02   1     (nil)
-            211       22 -6.45e-02,-1.60e-01,+1.49e+02,+1.49e+02   1     (nil)
+ O: 2       210       22 -3.55e-02,-4.32e-03,+1.12e+02,+1.12e+02   1
+            211       22 -6.45e-02,-1.60e-01,+1.49e+02,+1.49e+02   1
 GenVertex:      -67 ID:    0 (X,cT):0
  I: 1       124      311 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -67
  O: 1       212      310 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -95
 Vertex:      -68 ID:    0 (X,cT)=+5.62e-07,+7.23e-07,-9.08e-09,+9.90e-07
  I: 1       134      111 +2.02e-01,+2.60e-01,-3.27e-03,+3.56e-01   2       -68
- O: 2       213       22 +5.96e-02,+3.17e-04,-3.48e-03,+5.97e-02   1     (nil)
-            214       22 +1.43e-01,+2.60e-01,+2.13e-04,+2.96e-01   1     (nil)
+ O: 2       213       22 +5.96e-02,+3.17e-04,-3.48e-03,+5.97e-02   1
+            214       22 +1.43e-01,+2.60e-01,+2.13e-04,+2.96e-01   1
 Vertex:      -69 ID:    0 (X,cT)=+6.81e-05,+6.29e-04,+5.02e-03,+5.07e-03
  I: 1       138      111 +9.53e-02,+8.80e-01,+7.03e+00,+7.09e+00   2       -69
- O: 2       215       22 +9.82e-02,+6.35e-01,+5.48e+00,+5.52e+00   1     (nil)
-            216       22 -2.90e-03,+2.45e-01,+1.55e+00,+1.57e+00   1     (nil)
+ O: 2       215       22 +9.82e-02,+6.35e-01,+5.48e+00,+5.52e+00   1
+            216       22 -2.90e-03,+2.45e-01,+1.55e+00,+1.57e+00   1
 GenVertex:      -70 ID:    0 (X,cT):0
  I: 1       139      311 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -70
  O: 1       217      310 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -96
 Vertex:      -71 ID:    0 (X,cT)=+2.07e-05,+6.35e-06,+2.36e-05,+3.76e-05
  I: 1       143      111 +1.43e-01,+4.38e-02,+1.63e-01,+2.59e-01   2       -71
- O: 2       219       22 -2.87e-03,+5.32e-02,+2.80e-02,+6.02e-02   1     (nil)
-            218       22 +1.46e-01,-9.35e-03,+1.35e-01,+1.99e-01   1     (nil)
+ O: 2       219       22 -2.87e-03,+5.32e-02,+2.80e-02,+6.02e-02   1
+            218       22 +1.46e-01,-9.35e-03,+1.35e-01,+1.99e-01   1
 Vertex:      -72 ID:    0 (X,cT)=+3.76e-05,-4.39e-07,+4.07e-05,+9.25e-05
  I: 1       145      111 +6.86e-02,-8.01e-04,+7.43e-02,+1.69e-01   2       -72
- O: 2       220       22 +2.42e-02,+6.45e-02,+1.68e-02,+7.09e-02   1     (nil)
-            221       22 +4.44e-02,-6.53e-02,+5.76e-02,+9.78e-02   1     (nil)
+ O: 2       220       22 +2.42e-02,+6.45e-02,+1.68e-02,+7.09e-02   1
+            221       22 +4.44e-02,-6.53e-02,+5.76e-02,+9.78e-02   1
 Vertex:      -73 ID:    0 (X,cT)=-5.91e-06,+7.52e-05,-1.13e-04,+1.37e-04
  I: 1       147      111 -4.99e-02,+6.35e-01,-9.56e-01,+1.16e+00   2       -73
- O: 2       222       22 -6.98e-02,+2.12e-01,-3.96e-01,+4.55e-01   1     (nil)
-            223       22 +1.99e-02,+4.23e-01,-5.60e-01,+7.02e-01   1     (nil)
+ O: 2       222       22 -6.98e-02,+2.12e-01,-3.96e-01,+4.55e-01   1
+            223       22 +1.99e-02,+4.23e-01,-5.60e-01,+7.02e-01   1
 Vertex:      -74 ID:    0 (X,cT)=-3.84e-05,-2.74e-05,-1.55e-05,+8.12e-05
  I: 1       148      111 -8.07e-02,-5.76e-02,-3.25e-02,+1.71e-01   2       -74
- O: 2       224       22 -1.12e-01,-6.36e-02,-5.73e-03,+1.29e-01   1     (nil)
-            225       22 +3.13e-02,+6.07e-03,-2.68e-02,+4.17e-02   1     (nil)
+ O: 2       224       22 -1.12e-01,-6.36e-02,-5.73e-03,+1.29e-01   1
+            225       22 +3.13e-02,+6.07e-03,-2.68e-02,+4.17e-02   1
 Vertex:      -75 ID:    0 (X,cT)=+4.38e-07,-1.40e-07,-2.10e-07,+5.85e-07
  I: 1       149      111 +2.01e-01,-6.40e-02,-9.60e-02,+2.68e-01   2       -75
- O: 2       226       22 +1.78e-01,-9.49e-02,-1.07e-01,+2.28e-01   1     (nil)
-            227       22 +2.25e-02,+3.09e-02,+1.06e-02,+3.97e-02   1     (nil)
+ O: 2       226       22 +1.78e-01,-9.49e-02,-1.07e-01,+2.28e-01   1
+            227       22 +2.25e-02,+3.09e-02,+1.06e-02,+3.97e-02   1
 Vertex:      -76 ID:    0 (X,cT)=+2.78e-06,-5.71e-06,-5.17e-06,+9.63e-06
  I: 1       150      111 +7.41e-02,-1.52e-01,-1.38e-01,+2.57e-01   2       -76
- O: 2       228       22 +2.08e-02,-3.01e-03,-8.82e-02,+9.06e-02   1     (nil)
-            229       22 +5.32e-02,-1.49e-01,-4.97e-02,+1.66e-01   1     (nil)
+ O: 2       229       22 +5.32e-02,-1.49e-01,-4.97e-02,+1.66e-01   1
+            228       22 +2.08e-02,-3.01e-03,-8.82e-02,+9.06e-02   1
 Vertex:      -77 ID:    0 (X,cT)=-1.62e-04,-1.05e-04,-3.72e-04,+4.33e-04
  I: 1       152      111 -2.04e-01,-1.33e-01,-4.69e-01,+5.45e-01   2       -77
- O: 2       230       22 -5.35e-02,-1.09e-01,-1.58e-01,+1.99e-01   1     (nil)
-            231       22 -1.50e-01,-2.43e-02,-3.11e-01,+3.46e-01   1     (nil)
+ O: 2       230       22 -5.35e-02,-1.09e-01,-1.58e-01,+1.99e-01   1
+            231       22 -1.50e-01,-2.43e-02,-3.11e-01,+3.46e-01   1
 Vertex:      -78 ID:    0 (X,cT)=-3.66e-05,+5.95e-05,-8.05e-05,+1.08e-04
  I: 1       154      111 -3.37e-01,+5.47e-01,-7.40e-01,+9.89e-01   2       -78
- O: 2       232       22 -2.19e-01,+4.46e-01,-6.11e-01,+7.88e-01   1     (nil)
-            233       22 -1.17e-01,+1.01e-01,-1.29e-01,+2.01e-01   1     (nil)
+ O: 2       232       22 -2.19e-01,+4.46e-01,-6.11e-01,+7.88e-01   1
+            233       22 -1.17e-01,+1.01e-01,-1.29e-01,+2.01e-01   1
 GenVertex:      -79 ID:    0 (X,cT):0
  I: 1       157      311 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   2       -79
- O: 1       234      130 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   1     (nil)
+ O: 1       234      130 +5.39e-01,-2.99e-01,-4.42e+00,+4.49e+00   1
 Vertex:      -80 ID:    0 (X,cT)=+1.61e-05,+7.28e-06,-2.46e-04,+2.47e-04
  I: 1       160      111 +4.80e-01,+2.17e-01,-7.34e+00,+7.36e+00   2       -80
- O: 2       235       22 +2.66e-01,+1.44e-01,-3.31e+00,+3.33e+00   1     (nil)
-            236       22 +2.15e-01,+7.28e-02,-4.03e+00,+4.03e+00   1     (nil)
+ O: 2       235       22 +2.66e-01,+1.44e-01,-3.31e+00,+3.33e+00   1
+            236       22 +2.15e-01,+7.28e-02,-4.03e+00,+4.03e+00   1
 Vertex:      -81 ID:    0 (X,cT)=-3.45e-05,-2.11e-05,-7.57e-04,+7.58e-04
  I: 1       164      111 -4.77e-01,-2.92e-01,-1.05e+01,+1.05e+01   2       -81
- O: 2       237       22 -1.85e-01,-4.71e-02,-2.98e+00,+2.99e+00   1     (nil)
-            238       22 -2.92e-01,-2.45e-01,-7.48e+00,+7.49e+00   1     (nil)
+ O: 2       237       22 -1.85e-01,-4.71e-02,-2.98e+00,+2.99e+00   1
+            238       22 -2.92e-01,-2.45e-01,-7.48e+00,+7.49e+00   1
 Vertex:      -82 ID:    0 (X,cT)=-9.53e+01,-3.29e+02,-6.28e+03,+6.29e+03
  I: 1       165     3122 -4.69e-01,-1.62e+00,-3.09e+01,+3.09e+01   2       -82
- O: 2       239     2212 -4.74e-01,-1.44e+00,-2.62e+01,+2.62e+01   1     (nil)
-            240     -211 +5.01e-03,-1.82e-01,-4.71e+00,+4.71e+00   1     (nil)
+ O: 2       240     -211 +5.01e-03,-1.82e-01,-4.71e+00,+4.71e+00   1
+            239     2212 -4.74e-01,-1.44e+00,-2.62e+01,+2.62e+01   1
 Vertex:      -83 ID:    0 (X,cT)=-1.49e+00,+1.99e+01,-5.17e+03,+5.17e+03
  I: 1       168      310 -1.74e-02,+2.33e-01,-6.04e+01,+6.04e+01   2       -83
- O: 2       241     -211 -1.84e-01,-3.33e-04,-2.55e+01,+2.55e+01   1     (nil)
-            242      211 +1.67e-01,+2.33e-01,-3.49e+01,+3.49e+01   1     (nil)
+ O: 2       241     -211 -1.84e-01,-3.33e-04,-2.55e+01,+2.55e+01   1
+            242      211 +1.67e-01,+2.33e-01,-3.49e+01,+3.49e+01   1
 GenVertex:      -84 ID:    0 (X,cT):0
  I: 1       169     -311 -5.45e-01,+2.59e-01,-8.99e+01,+8.99e+01   2       -84
- O: 1       243      130 -5.45e-01,+2.59e-01,-8.99e+01,+8.99e+01   1     (nil)
+ O: 1       243      130 -5.45e-01,+2.59e-01,-8.99e+01,+8.99e+01   1
 Vertex:      -85 ID:    0 (X,cT)=+5.73e-06,-3.45e-06,-7.31e-03,+7.31e-03
  I: 1       174      111 +2.54e-01,-1.53e-01,-3.24e+02,+3.24e+02   2       -85
- O: 2       244       22 +1.63e-01,-5.83e-02,-2.39e+02,+2.39e+02   1     (nil)
-            245       22 +9.09e-02,-9.45e-02,-8.53e+01,+8.53e+01   1     (nil)
+ O: 2       244       22 +1.63e-01,-5.83e-02,-2.39e+02,+2.39e+02   1
+            245       22 +9.09e-02,-9.45e-02,-8.53e+01,+8.53e+01   1
 Vertex:      -86 ID:    0 (X,cT)=+4.34e-06,-1.51e-06,-7.14e-03,+7.14e-03
  I: 1       176      111 +1.84e-01,-6.41e-02,-3.04e+02,+3.04e+02   2       -86
- O: 2       246       22 +3.56e-02,-7.99e-02,-1.18e+02,+1.18e+02   1     (nil)
-            247       22 +1.49e-01,+1.58e-02,-1.86e+02,+1.86e+02   1     (nil)
+ O: 2       246       22 +3.56e-02,-7.99e-02,-1.18e+02,+1.18e+02   1
+            247       22 +1.49e-01,+1.58e-02,-1.86e+02,+1.86e+02   1
 Vertex:      -87 ID:    0 (X,cT)=+7.08e-05,+6.51e-05,-1.28e-01,+1.28e-01
  I: 1       179      111 +2.98e-01,+2.74e-01,-5.41e+02,+5.41e+02   2       -87
- O: 2       248       22 +1.81e-01,+2.40e-01,-4.18e+02,+4.18e+02   1     (nil)
-            249       22 +1.17e-01,+3.44e-02,-1.23e+02,+1.23e+02   1     (nil)
+ O: 2       248       22 +1.81e-01,+2.40e-01,-4.18e+02,+4.18e+02   1
+            249       22 +1.17e-01,+3.44e-02,-1.23e+02,+1.23e+02   1
 Vertex:      -88 ID:    0 (X,cT)=-6.24e-07,-3.92e-05,+4.48e-03,+4.48e-03
  I: 1       184      111 -2.63e-03,-1.65e-01,+1.89e+01,+1.89e+01   2       -88
- O: 2       250       22 -1.32e-02,-1.02e-02,+2.51e-01,+2.52e-01   1     (nil)
-            251       22 +1.06e-02,-1.55e-01,+1.86e+01,+1.86e+01   1     (nil)
+ O: 2       250       22 -1.32e-02,-1.02e-02,+2.51e-01,+2.52e-01   1
+            251       22 +1.06e-02,-1.55e-01,+1.86e+01,+1.86e+01   1
 Vertex:      -89 ID:    0 (X,cT)=+1.36e-04,+4.24e-05,+3.24e-03,+3.24e-03
  I: 1       191      111 +5.32e-01,+1.66e-01,+1.27e+01,+1.27e+01   2       -89
- O: 2       252       22 +1.83e-01,+1.10e-01,+5.73e+00,+5.73e+00   1     (nil)
-            253       22 +3.49e-01,+5.63e-02,+6.96e+00,+6.97e+00   1     (nil)
+ O: 2       253       22 +3.49e-01,+5.63e-02,+6.96e+00,+6.97e+00   1
+            252       22 +1.83e-01,+1.10e-01,+5.73e+00,+5.73e+00   1
 Vertex:      -90 ID:    0 (X,cT)=+3.53e-05,+9.71e-06,-6.05e-05,+1.41e-04
  I: 1       196      111 +3.92e-02,+1.08e-02,-6.72e-02,+1.56e-01   2       -90
- O: 2       254       22 +7.69e-02,+3.56e-02,-7.15e-02,+1.11e-01   1     (nil)
-            255       22 -3.77e-02,-2.48e-02,+4.24e-03,+4.53e-02   1     (nil)
+ O: 2       254       22 +7.69e-02,+3.56e-02,-7.15e-02,+1.11e-01   1
+            255       22 -3.77e-02,-2.48e-02,+4.24e-03,+4.53e-02   1
 Vertex:      -91 ID:    0 (X,cT)=+4.08e-05,+6.79e-06,-1.10e-04,+1.18e-04
  I: 1       198      111 +4.58e-01,+7.63e-02,-1.24e+00,+1.33e+00   2       -91
- O: 2       257       22 +3.37e-01,+1.15e-01,-8.96e-01,+9.65e-01   1     (nil)
-            256       22 +1.21e-01,-3.91e-02,-3.40e-01,+3.63e-01   1     (nil)
+ O: 2       257       22 +3.37e-01,+1.15e-01,-8.96e-01,+9.65e-01   1
+            256       22 +1.21e-01,-3.91e-02,-3.40e-01,+3.63e-01   1
 Vertex:      -92 ID:    0 (X,cT)=+5.61e-06,-8.66e-06,-6.40e-05,+6.49e-05
  I: 1       203      111 +1.70e-01,-2.62e-01,-1.93e+00,+1.96e+00   2       -92
- O: 3       258       22 +3.78e-02,-1.90e-02,-5.69e-01,+5.70e-01   1     (nil)
-            259       11 +1.27e-01,-2.18e-01,-1.21e+00,+1.24e+00   1     (nil)
-            260      -11 +4.80e-03,-2.48e-02,-1.54e-01,+1.56e-01   1     (nil)
+ O: 3       258       22 +3.78e-02,-1.90e-02,-5.69e-01,+5.70e-01   1
+            259       11 +1.27e-01,-2.18e-01,-1.21e+00,+1.24e+00   1
+            260      -11 +4.80e-03,-2.48e-02,-1.54e-01,+1.56e-01   1
 Vertex:      -93 ID:    0 (X,cT)=-1.44e+01,+6.94e+00,+7.21e+02,+7.22e+02
  I: 1       206      310 -1.65e-01,+7.95e-02,+8.26e+00,+8.27e+00   2       -93
  O: 2       261      111 +9.20e-02,+1.32e-01,+2.25e+00,+2.26e+00   2       -97
@@ -2069,46 +2203,47 @@ Vertex:      -94 ID:    0 (X,cT)=-7.78e+00,+1.06e+01,+1.70e+03,+1.70e+03
             264      111 +8.17e-02,+1.26e-01,+8.62e+00,+8.62e+00   2      -100
 Vertex:      -95 ID:    0 (X,cT)=-1.37e+01,-6.92e+00,-2.33e+00,+2.17e+01
  I: 1       212      310 -4.48e-01,-2.27e-01,-7.65e-02,+7.11e-01   2       -95
- O: 2       265      211 -2.95e-01,-9.17e-02,+1.55e-01,+3.73e-01   1     (nil)
-            266     -211 -1.52e-01,-1.35e-01,-2.31e-01,+3.38e-01   1     (nil)
+ O: 2       265      211 -2.95e-01,-9.17e-02,+1.55e-01,+3.73e-01   1
+            266     -211 -1.52e-01,-1.35e-01,-2.31e-01,+3.38e-01   1
 Vertex:      -96 ID:    0 (X,cT)=+5.58e+00,+4.38e+01,+1.48e+02,+1.60e+02
  I: 1       217      310 +6.63e-02,+5.21e-01,+1.76e+00,+1.90e+00   2       -96
  O: 2       267      111 +1.60e-01,+1.55e-01,+1.10e+00,+1.13e+00   2      -101
             268      111 -9.38e-02,+3.66e-01,+6.60e-01,+7.72e-01   2      -102
 Vertex:      -97 ID:    0 (X,cT)=-1.44e+01,+6.94e+00,+7.21e+02,+7.22e+02
  I: 1       261      111 +9.20e-02,+1.32e-01,+2.25e+00,+2.26e+00   2       -97
- O: 2       269       22 +1.66e-02,-2.70e-02,+2.39e-01,+2.41e-01   1     (nil)
-            270       22 +7.54e-02,+1.59e-01,+2.02e+00,+2.02e+00   1     (nil)
+ O: 2       269       22 +1.66e-02,-2.70e-02,+2.39e-01,+2.41e-01   1
+            270       22 +7.54e-02,+1.59e-01,+2.02e+00,+2.02e+00   1
 Vertex:      -98 ID:    0 (X,cT)=-1.44e+01,+6.94e+00,+7.21e+02,+7.22e+02
  I: 1       262      111 -2.57e-01,-5.26e-02,+6.00e+00,+6.01e+00   2       -98
- O: 2       271       22 -7.17e-02,-3.17e-02,+3.25e+00,+3.25e+00   1     (nil)
-            272       22 -1.85e-01,-2.09e-02,+2.76e+00,+2.76e+00   1     (nil)
+ O: 2       271       22 -7.17e-02,-3.17e-02,+3.25e+00,+3.25e+00   1
+            272       22 -1.85e-01,-2.09e-02,+2.76e+00,+2.76e+00   1
 Vertex:      -99 ID:    0 (X,cT)=-7.78e+00,+1.06e+01,+1.70e+03,+1.70e+03
  I: 1       263      111 -2.89e-01,+1.56e-01,+3.66e+01,+3.66e+01   2       -99
- O: 2       273       22 -9.96e-02,+2.50e-02,+6.20e+00,+6.20e+00   1     (nil)
-            274       22 -1.90e-01,+1.31e-01,+3.04e+01,+3.04e+01   1     (nil)
+ O: 2       273       22 -9.96e-02,+2.50e-02,+6.20e+00,+6.20e+00   1
+            274       22 -1.90e-01,+1.31e-01,+3.04e+01,+3.04e+01   1
 Vertex:     -100 ID:    0 (X,cT)=-7.78e+00,+1.06e+01,+1.70e+03,+1.70e+03
  I: 1       264      111 +8.17e-02,+1.26e-01,+8.62e+00,+8.62e+00   2      -100
- O: 2       275       22 +7.76e-02,+2.39e-03,+3.60e+00,+3.60e+00   1     (nil)
-            276       22 +4.09e-03,+1.24e-01,+5.01e+00,+5.02e+00   1     (nil)
+ O: 2       275       22 +7.76e-02,+2.39e-03,+3.60e+00,+3.60e+00   1
+            276       22 +4.09e-03,+1.24e-01,+5.01e+00,+5.02e+00   1
 Vertex:     -101 ID:    0 (X,cT)=+5.58e+00,+4.38e+01,+1.48e+02,+1.60e+02
  I: 1       267      111 +1.60e-01,+1.55e-01,+1.10e+00,+1.13e+00   2      -101
- O: 2       277       22 +1.49e-01,+9.93e-02,+5.70e-01,+5.98e-01   1     (nil)
-            278       22 +1.13e-02,+5.56e-02,+5.29e-01,+5.32e-01   1     (nil)
+ O: 2       277       22 +1.49e-01,+9.93e-02,+5.70e-01,+5.98e-01   1
+            278       22 +1.13e-02,+5.56e-02,+5.29e-01,+5.32e-01   1
 Vertex:     -102 ID:    0 (X,cT)=+5.58e+00,+4.38e+01,+1.48e+02,+1.60e+02
  I: 1       268      111 -9.38e-02,+3.66e-01,+6.60e-01,+7.72e-01   2      -102
- O: 2       279       22 -6.60e-02,+5.16e-02,+1.69e-01,+1.89e-01   1     (nil)
-            280       22 -2.77e-02,+3.15e-01,+4.91e-01,+5.84e-01   1     (nil)
+ O: 2       279       22 -6.60e-02,+5.16e-02,+1.69e-01,+1.89e-01   1
+            280       22 -2.77e-02,+3.15e-01,+4.91e-01,+5.84e-01   1
 ________________________________________________________________________________
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=7)
-E1 :          e+ : pT=0.0261 : TOF=26.7 : x=(0.62,-0.926,-7.9)
-E0 :          e- : pT=0.000751 : TOF=35.4 : x=(1.18,1.87,8.1)
-E1 :          e- : pT=0.000339 : TOF=28.3 : x=(-0.849,0.529,-8)
-E1 :         pi+ : pT=0.208 : TOF=26.8 : x=(-1.13,-0.22,-7.9)
-E0 :          e- : pT=0.000418 : TOF=28.4 : x=(-0.898,-0.44,7.98)
-E0 :          e- : pT=0.000795 : TOF=27.4 : x=(-0.0466,0.999,8.03)
+*** Muon System Hit (#hits=8)
+E1 :          e+ : pT=0.0265 : TOF=26.7 : x=(0.726,-0.887,-7.9)
+E1 :         pi- : pT=0.113 : TOF=27 : x=(1.11,0.247,-7.9)
+E1 :      proton : pT=0.378 : TOF=33.3 : x=(0.88,-3.14,-7.9)
+E1 :         pi+ : pT=0.21 : TOF=26.8 : x=(-1.13,-0.215,-7.9)
+E1 :         pi- : pT=0.223 : TOF=26.8 : x=(-1.09,0.807,-7.9)
+E1 : anti_proton : pT=1.48 : TOF=29.1 : x=(1.84,-2.81,-7.9)
+E1 :          e- : pT=0.000165 : TOF=29.4 : x=(1.85,-2.8,-7.9)
 E1 :         mu- : pT=36.4 : TOF=26.6 : x=(0.321,0.958,-7.9)
 
 Graphics systems deleted.
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmc_pygen.out b/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmc_pygen.out
index 0469b1ac3cd826cd4259ed4116052cc67ef9f4f0..47012e8c741d08aecacf4c2b7ab6facd789c5a73 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmc_pygen.out
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmc_pygen.out
@@ -1,89 +1,55 @@
-**********************************************
- Geant4 version $Name: geant4-08-01 $
-                                (31-Jul-2002)
-             Copyright : Geant4 Collaboration
-**********************************************
 
-phot:  Total cross sections from Sandia parametrisation. 
-MuonMinusCaptureAtRest is created 
-
-compt:  Total cross sections from a parametrisation. Good description from 10 KeV to (100/Z) GeV. 
-       Scattered gamma energy according Klein-Nishina.
-        PhysicsTables from 1 keV to 100 GeV in 80 bins. 
-
-conv:  Total cross sections from a parametrisation. Good description from 1.5 MeV to 100 GeV for all Z. 
-        e+e- energies according Bethe-Heitler
-        PhysicsTables from 1.022 MeV to 100 GeV in 100 bins. 
-
-eBrem:  Total cross sections from a NEW parametrisation based on the EEDL data library. 
- Good description from 1 KeV to 100 GeV.
-        log scale extrapolation above 100 GeV 
-        Gamma energy sampled from a parametrised formula.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-eIoni:  delta cross sections from Moller+Bhabha. Good description from 1 KeV to 100 GeV.
-        delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
-
-annihil:  Total cross section from Heilter formula(annihilation into 2 photons).
-        gamma energies sampled according Heitler
-        PhysicsTables from 10 keV to 10 TeV in 100 bins. 
-
-annihil:  Total cross section from Heilter formula(annihilation into 2 photons).
-        gamma energies sampled according Heitler
-        PhysicsTables from 10 keV to 10 TeV in 100 bins. 
-
-hIoni:    Knock-on electron cross sections . 
-         Good description above the mean excitation energy.
-         delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 100 TeV in 100 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
-
-MuIoni:    Knock-on electron cross sections . 
-         Good description above the mean excitation energy.
-         delta ray energy sampled from  differential Xsection.
-        PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-MuBrems:  theoretical cross section 
-          Good description up to 1000 PeV.
-    PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-MuPairProd:  theoretical cross sections 
-          Good description up to 1000 PeV.
-    PhysicsTables from 1 keV to 1000 PeV in 150 bins. 
-
-msc:   Tables of transport mean free paths.
-          New model of MSC , computes the lateral 
-          displacement of the particle , too.
-        PhysicsTables from 100 eV to 100 TeV in 100 bins. 
+*************************************************************
+ Geant4 version Name: geant4-08-01-ref-00    (30-June-2006)
+                      Copyright : Geant4 Collaboration
+                      Reference : NIM A 506 (2003), 250-303
+                            WWW : http://cern.ch/geant4
+*************************************************************
+
 Visualization Manager instantiating...
 Visualization Manager initialising...
 Registering graphics systems...
-*  Visualizaton Driver: DAWN
-*  Visualizaton Driver: VRML1/2
-*  Visualizaton Driver: VRML1/2 File
 
-You have successfully chosen to use the following graphics systems.
+You have successfully registered the following graphics systems.
 Current available graphics systems are:
   ASCIITree (ATree)
   DAWNFILE (DAWNFILE)
+  GAGTree (GAGTree)
+  G4HepRep (HepRepXML)
+  G4HepRepFile (HepRepFile)
+  RayTracer (RayTracer)
+  VRML1FILE (VRML1FILE)
+  VRML2FILE (VRML2FILE)
+  FukuiRenderer (DAWN)
   OpenGLImmediateX (OGLIX)
   OpenGLStoredX (OGLSX)
   OpenGLImmediateXm (OGLIXm)
   OpenGLStoredXm (OGLSXm)
+  OpenInventorXt (OIX)
+  RayTracerX (RayTracerX)
   VRML1 (VRML1)
   VRML2 (VRML2)
-  VRML1FILE (VRML1FILE)
-  VRML2FILE (VRML2FILE)
+
+Registering model factories...
+
+You have successfully registered the following model factories.
+Registered model factories:
+  generic
+  drawByCharge
+  drawByParticleID
+  drawByOriginVolume
+
+Registered models: 
+  None
+
+Registered filter factories:
+  chargeFilter
+  particleFilter
+  originVolumeFilter
+
+Registered filters:
+  None
+
 
 current generator type: pythia
 1                                                                              
@@ -207,181 +173,481 @@ current generator type: pythia
            ==========================================================
 
  ********************** PYINIT: initialization completed **********************
+
+phot:  Total cross sections from Sandia parametrisation. 
+
+compt:  Total cross sections has a good parametrisation from 10 KeV to (100/Z) GeV
+      Sampling according Klein-Nishina model
+      tables are built for  gamma
+      Lambda tables from 100 eV  to 100 GeV in 90 bins.
+
+conv:  Total cross sections has a good parametrisation from 1.5 MeV to 100 GeV for all Z;
+      sampling secondary e+e- according to the Bethe-Heitler model
+      tables are built for  gamma
+      Lambda tables from 1.022 MeV to 100 GeV in 100 bins.
+
+msc:  Model variant of multiple scattering for e-
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+eIoni:   tables are built for  e-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+eBrem:   tables are built for  e-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Total cross sections from a parametrisation based on the EEDL data library. 
+      Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV.
+
+eIoni:   tables are built for  e+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+eBrem:   tables are built for  e+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Total cross sections from a parametrisation based on the EEDL data library. 
+      Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV.
+
+annihil:       Heilter model of formula of annihilation into 2 photons
+      tables are built for  e+
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+
+msc:  Model variant of multiple scattering for proton
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+hIoni:   tables are built for  proton
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+hIoni:   tables are built for  anti_proton
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 2 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for mu+
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+muIoni:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, 
+      radiative corrections for E > 1 GeV
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+muBrems:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muPairProd:   tables are built for  mu+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muIoni:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, 
+      radiative corrections for E > 1 GeV
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+muBrems:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+muPairProd:   tables are built for  mu-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Parametrised model 
+
+hIoni:   tables are built for  pi+
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 0.297504 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+msc:  Model variant of multiple scattering for pi-
+      Lambda tables from 100 eV  to 100 TeV in 120 bins.
+      Boundary/stepping algorithm is active with facrange= 0.02  Step limitation 1
+
+hIoni:   tables are built for  pi-
+      dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
+      Lambda tables from threshold to 100 TeV in 120 bins.
+      Scaling relation is used to proton dE/dx and range
+      Bether-Bloch model for Escaled > 0.297504 MeV, ICRU49 parametrisation for protons below.
+      Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
+
+========= Table of registered couples ==============================
+
+Index : 0     used in the geometry : Yes     recalculation needed : No 
+ Material : Air
+ Range cuts        :  gamma 1 cm     e- 1 cm     e+ 1 cm 
+ Energy thresholds :  gamma 990 eV     e- 8.07135 keV    e+ 8.07135 keV
+ Region(s) which use this couple : 
+    DefaultRegionForTheWorld
+
+Index : 1     used in the geometry : Yes     recalculation needed : No 
+ Material : Lead
+ Range cuts        :  gamma 1 cm     e- 1 cm     e+ 1 cm 
+ Energy thresholds :  gamma 282.478 keV    e- 15.0137 MeV    e+ 13.9447 MeV
+ Region(s) which use this couple : 
+    DefaultRegionForTheWorld
+
+Index : 2     used in the geometry : Yes     recalculation needed : No 
+ Material : ArgonGas
+ Range cuts        :  gamma 1 cm     e- 1 cm     e+ 1 cm 
+ Energy thresholds :  gamma 990 eV     e- 10.3667 keV    e+ 10.2399 keV
+ Region(s) which use this couple : 
+    DefaultRegionForTheWorld
+
+====================================================================
+
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=18)
-E0 :         pi+ : pT=0.118 : TOF=27 : x=(-0.322,1.06,7.9)
-E0 :         pi- : pT=0.324 : TOF=26.7 : x=(1.15,0.339,7.9)
-E1 :         pi- : pT=0.301 : TOF=26.7 : x=(1.05,0.415,-7.9)
-E1 :         mu- : pT=0.356 : TOF=26.6 : x=(-0.985,0.19,-7.9)
-E1 :         pi+ : pT=0.536 : TOF=26.6 : x=(-0.529,0.882,-7.9)
-E1 :         pi+ : pT=1.14 : TOF=27 : x=(-0.652,0.758,-8.02)
-E0 :          e- : pT=0.000369 : TOF=29.1 : x=(-0.823,0.569,7.94)
-E1 :         mu- : pT=1.29 : TOF=27.8 : x=(-0.151,-2.68,-7.9)
-E1 :          e- : pT=0.000702 : TOF=31 : x=(0.345,-1.69,-7.9)
-E1 :          e- : pT=0.00121 : TOF=28.1 : x=(-1.62,-0.29,-7.9)
-E0 :         pi- : pT=0.298 : TOF=26.6 : x=(0.353,-0.963,7.9)
-E0 :         mu- : pT=0.0257 : TOF=28.2 : x=(-1.12,-0.828,7.9)
-E0 :         pi+ : pT=0.226 : TOF=26.7 : x=(-0.35,0.973,7.9)
-E1 :          e- : pT=0.00205 : TOF=27.6 : x=(1.22,0.311,-7.9)
-B3 :         mu+ : pT=42 : TOF=15 : x=(-4.04,1.97,-0.0268)
-B1 :         mu- : pT=58.3 : TOF=21.4 : x=(2.07,3.94,-4.63)
-B4 :         mu+ : pT=22.9 : TOF=24.1 : x=(-4.25,-1.09,5.75)
-E1 :         mu- : pT=26.5 : TOF=28.6 : x=(-1.86,2.74,-7.9)
+*** Muon System Hit (#hits=33)
+E1 :         pi+ : pT=0.219 : TOF=26.7 : x=(-0.239,1.11,-7.9)
+E1 :         pi+ : pT=0.199 : TOF=27.7 : x=(1.79,0.178,-7.9)
+E0 :      proton : pT=0.577 : TOF=32.5 : x=(3.6,1.62,7.9)
+E1 :         pi- : pT=0.0915 : TOF=27.4 : x=(-1.05,0.742,-7.9)
+E1 :         pi+ : pT=0.272 : TOF=26.6 : x=(1.01,0.266,-7.9)
+E1 :         pi- : pT=0.276 : TOF=26.8 : x=(1.11,0.516,-7.9)
+E0 :         pi+ : pT=0.167 : TOF=26.8 : x=(-1.02,0.163,7.9)
+E1 :         pi+ : pT=1.39 : TOF=26.7 : x=(-0.908,0.911,-7.9)
+E1 :         mu+ : pT=0.607 : TOF=26.7 : x=(1.08,-0.543,-7.9)
+E0 :          e- : pT=0.00341 : TOF=28.4 : x=(0.252,2.08,7.9)
+B3 :         mu- : pT=0.126 : TOF=42.5 : x=(-3.28,2.73,6.81)
+E1 :         pi+ : pT=3.15 : TOF=27.8 : x=(-0.373,-2.65,-7.9)
+E1 :         pi- : pT=5.13 : TOF=27.9 : x=(-0.00786,-2.73,-7.9)
+E1 :         pi- : pT=3.61 : TOF=27.8 : x=(-0.0846,-2.66,-7.9)
+E1 :         pi+ : pT=1.15 : TOF=27.9 : x=(-1.12,-2.5,-7.9)
+E1 :         pi- : pT=1.28 : TOF=27.5 : x=(0.728,-2.26,-7.9)
+E1 :         pi- : pT=0.276 : TOF=26.6 : x=(0.174,1.03,-7.9)
+E1 :         pi- : pT=0.414 : TOF=26.6 : x=(-0.865,0.685,-7.9)
+E1 :         pi+ : pT=0.392 : TOF=26.6 : x=(0.889,-0.58,-7.9)
+E1 :          e- : pT=0.000651 : TOF=27.9 : x=(-0.906,-0.521,-7.9)
+E0 :         pi+ : pT=0.895 : TOF=27.1 : x=(-1.9,-0.128,7.9)
+E1 :         pi- : pT=2.61 : TOF=26.9 : x=(-1.31,0.997,-7.9)
+E1 :          e- : pT=8.28e-05 : TOF=29.8 : x=(-0.488,1.1,-7.9)
+E1 :         pi- : pT=0.38 : TOF=27.3 : x=(0.423,1.74,-7.9)
+E1 :       kaon- : pT=0.671 : TOF=27.2 : x=(1.35,0.533,-7.9)
+E0 :          e- : pT=0.000773 : TOF=36.9 : x=(-2.22,-2.28,7.9)
+E0 :         pi- : pT=0.238 : TOF=27.3 : x=(-1.65,1.08,7.9)
+E0 :         pi+ : pT=0.204 : TOF=27.6 : x=(2.07,0.791,7.9)
+E1 :         pi- : pT=8.96 : TOF=27.8 : x=(-0.113,-2.65,-7.9)
+B3 :         mu+ : pT=42.6 : TOF=15 : x=(-4.04,1.97,-0.0318)
+B1 :         mu- : pT=58.5 : TOF=21.4 : x=(2.07,3.94,-4.62)
+B4 :         mu+ : pT=22.2 : TOF=24.4 : x=(-4.25,-1.08,5.84)
+E1 :         mu- : pT=27.1 : TOF=28.6 : x=(-1.87,2.73,-7.9)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=10)
-E1 :         pi- : pT=0.11 : TOF=27 : x=(-0.612,-0.904,-7.9)
-E1 :          e- : pT=0.0024 : TOF=27.6 : x=(-1.01,-1.34,-7.9)
-E1 :         pi- : pT=0.359 : TOF=26.6 : x=(-0.15,1.02,-7.9)
-E1 :          e- : pT=0.00115 : TOF=28 : x=(-0.153,-1.18,-7.9)
-E1 :          e- : pT=0.00182 : TOF=27.4 : x=(-1.44,-0.518,-7.9)
-B6 :         mu+ : pT=28.4 : TOF=16.9 : x=(-0.237,-4.25,-2.74)
-E0 :         mu- : pT=18.9 : TOF=27.8 : x=(2.63,-0.612,7.9)
-E1 :         mu- : pT=8.45 : TOF=26.9 : x=(-1.44,0.674,-7.9)
-E1 :          e- : pT=0.00144 : TOF=27.1 : x=(-1.54,0.59,-7.9)
-B4 :         mu+ : pT=48.5 : TOF=17.3 : x=(-4.25,0.685,2.92)
+*** Muon System Hit (#hits=39)
+E0 :         pi+ : pT=0.0533 : TOF=28 : x=(-0.987,-1.73,7.9)
+E0 :         pi- : pT=0.0496 : TOF=29.7 : x=(1.63,-1.72,7.9)
+E1 :         pi+ : pT=0.312 : TOF=27.8 : x=(-1.79,-0.943,-7.9)
+E1 :          e- : pT=0.0975 : TOF=26.7 : x=(0.426,1.14,-7.9)
+E0 :         pi- : pT=0.631 : TOF=26.9 : x=(0.487,-0.874,7.99)
+E0 :         pi+ : pT=0.813 : TOF=26.7 : x=(1.03,-0.719,7.9)
+E0 :         pi+ : pT=0.877 : TOF=26.9 : x=(0.835,-1.35,7.9)
+E0 :         pi- : pT=0.173 : TOF=26.8 : x=(1.05,0.265,7.9)
+E0 :         pi- : pT=1.68 : TOF=27.2 : x=(1.89,0.511,7.9)
+E0 :         pi- : pT=0.197 : TOF=26.9 : x=(1.3,-0.579,7.9)
+B5 :       kaon- : pT=1.98 : TOF=21.3 : x=(-3.12,-2.89,4.7)
+B5 :         pi- : pT=1.51 : TOF=18.3 : x=(-1.97,-4.04,-2.88)
+E1 :         pi+ : pT=0.33 : TOF=28.3 : x=(2.76,0.816,-7.9)
+E1 :          e- : pT=0.000478 : TOF=30.8 : x=(1.27,-0.129,-7.9)
+E0 :      proton : pT=0.852 : TOF=30.2 : x=(-2.71,-2.34,7.9)
+E0 :         pi- : pT=0.863 : TOF=27.6 : x=(-0.883,-2.2,7.9)
+E0 :         pi+ : pT=0.445 : TOF=29.3 : x=(-2.91,-2.42,7.9)
+E0 :         pi+ : pT=1.39 : TOF=27.8 : x=(-0.196,-2.61,7.9)
+B7 :         pi- : pT=0.72 : TOF=27.6 : x=(3.86,-2.15,6.85)
+E0 :         pi+ : pT=0.149 : TOF=28.4 : x=(-0.986,-2.59,7.9)
+E0 :         pi+ : pT=0.638 : TOF=27.3 : x=(1.05,1.71,7.9)
+E0 :         pi- : pT=1.73 : TOF=27.3 : x=(1.47,1.5,7.9)
+E0 :         pi+ : pT=0.328 : TOF=27 : x=(1.46,0.325,7.9)
+E0 :         pi- : pT=6.71 : TOF=27 : x=(1.15,1.24,7.9)
+E0 :         pi- : pT=1.47 : TOF=26.6 : x=(1.12,-0.25,7.9)
+E0 :         pi+ : pT=0.721 : TOF=26.9 : x=(1.61,0.191,7.9)
+E0 :         pi+ : pT=0.223 : TOF=27.1 : x=(-0.146,1.76,7.9)
+E0 :          e- : pT=0.000828 : TOF=42.3 : x=(1.51,0.106,8.1)
+E0 :          e- : pT=0.000352 : TOF=47.2 : x=(2.31,0.8,8.1)
+E1 :         pi- : pT=0.374 : TOF=27.7 : x=(1.51,1.66,-7.9)
+B6 :         mu- : pT=0.219 : TOF=27.5 : x=(0.744,-4.25,6.34)
+E0 :         pi+ : pT=1.1 : TOF=27.2 : x=(0.0323,-1.97,7.9)
+E0 :       kaon- : pT=2.39 : TOF=27.1 : x=(0.807,-1.72,7.9)
+E0 :         pi+ : pT=4.05 : TOF=26.9 : x=(1.2,1.08,7.9)
+E0 :         pi+ : pT=43 : TOF=27 : x=(1.32,1.15,7.9)
+E0 :         mu+ : pT=57.6 : TOF=29.7 : x=(-3.59,-1.95,7.9)
+E0 :         mu- : pT=37.5 : TOF=29.6 : x=(3.98,-0.525,7.9)
+E0 :         mu+ : pT=73.3 : TOF=27.2 : x=(-1.96,0.632,7.9)
+E0 :         mu- : pT=26.8 : TOF=28.3 : x=(2.83,-1.23,7.9)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=21)
-E0 :         pi- : pT=0.536 : TOF=26.7 : x=(0.754,-0.961,7.9)
-E1 :         pi- : pT=1.23 : TOF=26.6 : x=(-1.05,0.00521,-7.9)
-E1 :         pi+ : pT=0.204 : TOF=26.7 : x=(0.449,0.975,-7.9)
-E0 :         pi- : pT=3.4 : TOF=26.6 : x=(0.695,-0.811,7.9)
-E0 :         pi- : pT=0.583 : TOF=27 : x=(-0.8,-0.6,8.03)
-E0 :         mu- : pT=0.506 : TOF=26.7 : x=(-0.712,0.755,7.9)
-E0 :       kaon+ : pT=0.532 : TOF=26.8 : x=(0.139,1.05,7.9)
-E0 :         mu- : pT=0.272 : TOF=26.7 : x=(0.208,1.08,7.9)
-E1 :         pi- : pT=0.425 : TOF=26.6 : x=(-0.0907,1.06,-7.9)
-E0 :       kaon- : pT=0.218 : TOF=27.9 : x=(-1.09,-0.0193,7.9)
-E0 :          e- : pT=0.000466 : TOF=31.8 : x=(1.47,0.409,7.9)
-E0 :          e- : pT=0.000277 : TOF=32.4 : x=(1.53,0.313,7.9)
-E0 :          e- : pT=9.85e-05 : TOF=31.8 : x=(1.47,0.413,7.9)
-E1 :       kaon+ : pT=2.03 : TOF=26.6 : x=(0.372,0.993,-7.9)
-E0 :         pi+ : pT=1.7 : TOF=26.7 : x=(-0.925,0.786,7.9)
-E1 :         pi+ : pT=1.19 : TOF=26.7 : x=(-0.866,-0.816,-7.9)
-E1 :         pi+ : pT=0.3 : TOF=27.1 : x=(-0.883,-0.469,-8.04)
-B6 :         mu- : pT=42.3 : TOF=14.8 : x=(-1.25,-4.25,0.423)
-E1 :         mu+ : pT=23.9 : TOF=27.9 : x=(-2.64,0.752,-7.9)
-B7 :         mu+ : pT=41.6 : TOF=17.2 : x=(2.1,-3.91,-2.61)
-B2 :         mu- : pT=51.3 : TOF=22.1 : x=(1.48,4.25,-4.85)
+*** Muon System Hit (#hits=50)
+E1 :         pi- : pT=0.257 : TOF=26.7 : x=(0.113,1.15,-7.9)
+E0 :         mu- : pT=0.168 : TOF=27 : x=(-1.6,0.238,7.9)
+E1 :         mu+ : pT=0.0453 : TOF=27.4 : x=(0.289,1.09,-7.9)
+E1 :         pi+ : pT=0.445 : TOF=27.7 : x=(0.854,2.01,-7.9)
+E1 :         pi+ : pT=3.28 : TOF=27 : x=(0.565,1.65,-7.9)
+E1 :         pi- : pT=0.639 : TOF=26.9 : x=(0.502,1.46,-7.9)
+E1 :         pi- : pT=1.93 : TOF=27.4 : x=(0.483,2.13,-7.9)
+E1 :         pi+ : pT=1.62 : TOF=27.2 : x=(0.813,1.81,-7.9)
+E1 :         pi- : pT=0.271 : TOF=28.5 : x=(0.0364,2.55,-7.9)
+E0 :         pi- : pT=0.678 : TOF=27.2 : x=(-1.75,0.824,7.9)
+E0 :         pi- : pT=0.247 : TOF=27.3 : x=(-1.75,0.167,7.9)
+E0 :         pi+ : pT=0.289 : TOF=29.2 : x=(0.00123,3.13,7.9)
+E0 :          e- : pT=0.000578 : TOF=35.5 : x=(-0.924,4.35,7.9)
+E0 : anti_proton : pT=0.875 : TOF=27.6 : x=(-1.82,0.455,7.9)
+E1 :         pi+ : pT=0.359 : TOF=26.8 : x=(0.607,1.16,-7.9)
+E1 :         pi- : pT=0.175 : TOF=28.3 : x=(-0.283,-2.56,-7.9)
+E1 :         pi+ : pT=1.17 : TOF=27.2 : x=(0.402,-2,-7.9)
+E1 :       kaon+ : pT=2.67 : TOF=27.8 : x=(0.129,-2.57,-7.9)
+E1 :       kaon- : pT=3.35 : TOF=27.6 : x=(0.422,-2.45,-7.9)
+B7 :         pi- : pT=0.515 : TOF=25.7 : x=(2.35,-3.66,5.97)
+E1 :         pi+ : pT=1.38 : TOF=27.4 : x=(0.16,2.18,-7.9)
+E1 :         pi- : pT=2.77 : TOF=26.9 : x=(0.577,1.57,-7.9)
+E1 :         pi- : pT=0.244 : TOF=27.1 : x=(0.412,1.68,-7.9)
+E1 :         pi+ : pT=0.774 : TOF=27.2 : x=(1.64,0.963,-7.9)
+E1 :         pi+ : pT=1.82 : TOF=27.1 : x=(0.84,1.73,-7.9)
+E1 :          e- : pT=0.000315 : TOF=28 : x=(0.927,1.4,-7.9)
+E1 :          e- : pT=0.000496 : TOF=29.7 : x=(0.755,1.47,-8.1)
+E1 :          e- : pT=0.000338 : TOF=30.4 : x=(0.635,1.5,-8.1)
+E1 :       kaon- : pT=6.61 : TOF=26.9 : x=(0.574,1.57,-7.9)
+E1 :         pi+ : pT=1.35 : TOF=27.1 : x=(0.705,1.8,-7.9)
+E1 :         pi- : pT=3.68 : TOF=27.1 : x=(0.463,1.85,-7.9)
+E1 :         pi+ : pT=1.12 : TOF=26.9 : x=(0.92,1.3,-7.9)
+E1 :         pi- : pT=0.207 : TOF=27.3 : x=(-0.372,1.92,-7.9)
+E1 :         pi+ : pT=4.28 : TOF=27.1 : x=(0.688,1.83,-7.9)
+E1 :         pi- : pT=0.61 : TOF=26.9 : x=(0.356,1.47,-7.9)
+E1 :          e- : pT=0.00209 : TOF=27.3 : x=(0.198,1.77,-7.9)
+E1 : anti_proton : pT=3.58 : TOF=27 : x=(0.333,1.69,-7.9)
+E1 :         pi+ : pT=0.401 : TOF=27.7 : x=(1.49,1.95,-7.9)
+E1 :         pi+ : pT=1.45 : TOF=26.8 : x=(0.0317,1.45,-7.9)
+E1 :         pi- : pT=0.208 : TOF=27.5 : x=(0.342,-1.2,-7.9)
+E1 :         pi- : pT=0.487 : TOF=27.2 : x=(-0.534,-1.7,-7.9)
+E0 :         mu+ : pT=0.346 : TOF=27.5 : x=(-2.19,-0.5,7.9)
+E0 :         pi+ : pT=0.0835 : TOF=27 : x=(-0.684,1.08,7.9)
+E1 :          e- : pT=0.00053 : TOF=31.8 : x=(0.911,0.591,-8.1)
+E1 :         pi- : pT=1.09 : TOF=26.6 : x=(-0.905,-0.59,-7.9)
+E1 :       kaon- : pT=0.76 : TOF=29.4 : x=(1.71,-3.22,-7.9)
+B4 :         mu+ : pT=59 : TOF=22.3 : x=(-4.25,1.21,5)
+E0 :         mu- : pT=18.4 : TOF=28.6 : x=(1.01,3.2,7.9)
+E0 :         mu- : pT=70.2 : TOF=27.6 : x=(0.458,-2.41,7.9)
+B1 :         mu+ : pT=13.9 : TOF=14.6 : x=(3.76,2.25,0.263)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=21)
-E1 :         pi+ : pT=0.423 : TOF=26.6 : x=(-0.674,0.794,-7.9)
-E1 :         pi- : pT=0.292 : TOF=26.7 : x=(0.0581,-1.09,-7.9)
-E1 :       kaon+ : pT=0.239 : TOF=27 : x=(0.583,-1.16,-7.9)
-E0 :         mu- : pT=0.347 : TOF=26.7 : x=(-0.0869,-1.2,7.9)
-E1 :         pi- : pT=0.826 : TOF=26.6 : x=(-0.0928,1.01,-7.9)
-E1 :         pi+ : pT=1.89 : TOF=26.6 : x=(0.496,0.971,-7.9)
-E1 :         pi- : pT=0.498 : TOF=26.7 : x=(0.757,1.02,-7.9)
-E1 :         pi- : pT=13 : TOF=26.7 : x=(0.376,1.15,-7.9)
-E1 :         pi- : pT=2.59 : TOF=26.6 : x=(0.231,1.1,-7.9)
-E1 :         pi- : pT=1.06 : TOF=26.6 : x=(0.00287,1.1,-7.9)
-E1 :         pi+ : pT=0.698 : TOF=26.6 : x=(0.699,0.893,-7.9)
-E1 :         mu+ : pT=1.15 : TOF=27 : x=(0.0196,-1.75,-7.9)
-E1 :         pi- : pT=0.548 : TOF=26.6 : x=(0.681,-0.887,-7.9)
-E1 :         pi- : pT=0.312 : TOF=26.6 : x=(-0.985,0.187,-7.9)
-E1 :         mu+ : pT=1.7 : TOF=27.1 : x=(1.37,1.35,-7.9)
-E1 :         pi+ : pT=6.31 : TOF=26.7 : x=(0.481,1.15,-7.9)
-E1 :          e- : pT=0.000537 : TOF=27.1 : x=(0.328,1.2,-7.9)
-E1 :          e- : pT=9.91e-05 : TOF=29.2 : x=(0.181,1.12,-8.1)
-B6 :         mu- : pT=40.5 : TOF=25.2 : x=(1.49,-4.25,-6.05)
-E1 :         mu+ : pT=28.6 : TOF=26.9 : x=(1.58,0.0338,-7.9)
-E1 :         mu- : pT=69.8 : TOF=26.6 : x=(-1.14,-0.105,-7.9)
+*** Muon System Hit (#hits=44)
+E1 :          e- : pT=0.00162 : TOF=27 : x=(0.126,-0.992,-7.92)
+E0 :         pi- : pT=1.79 : TOF=26.9 : x=(1.32,1.04,7.9)
+E0 :         pi+ : pT=2.58 : TOF=26.9 : x=(1.09,1.14,7.9)
+B3 : anti_proton : pT=0.867 : TOF=26.5 : x=(-2.67,3.34,-5.88)
+E1 :         pi+ : pT=0.0861 : TOF=27.8 : x=(1.33,-1.55,-7.9)
+E1 :         pi- : pT=1.73 : TOF=27.6 : x=(1.13,-2.12,-7.9)
+E1 :         mu+ : pT=0.231 : TOF=27.9 : x=(1.44,-1.62,-7.9)
+E1 :         mu- : pT=0.114 : TOF=27.1 : x=(1.34,-0.92,-7.9)
+E1 :         pi+ : pT=0.0979 : TOF=26.9 : x=(-1.1,-0.866,-7.9)
+E1 :         pi+ : pT=0.42 : TOF=26.7 : x=(0.171,-1.27,-7.9)
+B6 : anti_proton : pT=1.34 : TOF=28.9 : x=(0.926,-4.25,-6.77)
+E1 :      proton : pT=0.41 : TOF=29 : x=(-0.0289,-2.14,-7.9)
+E1 :         pi+ : pT=0.087 : TOF=28 : x=(0.171,-1.13,-7.9)
+E1 :         pi+ : pT=0.964 : TOF=26.7 : x=(-0.912,-0.964,-7.9)
+E1 :         pi- : pT=0.54 : TOF=26.6 : x=(0.753,-0.746,-7.9)
+E1 :         pi+ : pT=0.567 : TOF=26.6 : x=(-0.172,-1.03,-7.9)
+E0 :         pi+ : pT=0.483 : TOF=26.7 : x=(-0.438,-1.12,7.9)
+E0 :         pi+ : pT=0.258 : TOF=27.3 : x=(0.966,1.44,7.9)
+E0 :         mu- : pT=0.016 : TOF=30.7 : x=(-0.459,-1.04,7.9)
+E0 :         pi- : pT=9.78 : TOF=27 : x=(1.17,1.3,7.9)
+E0 :       kaon+ : pT=5.16 : TOF=26.9 : x=(1.18,1.14,7.9)
+E0 :         pi+ : pT=5.57 : TOF=27.1 : x=(1.46,1.26,7.9)
+E0 :         pi- : pT=8.93 : TOF=27.1 : x=(1.18,1.55,7.9)
+E0 :         pi+ : pT=10.4 : TOF=27.1 : x=(1.18,1.42,7.9)
+E0 :         pi+ : pT=2.55 : TOF=27.3 : x=(1.51,1.56,7.9)
+E0 :         pi- : pT=62.2 : TOF=27.2 : x=(1.26,1.55,7.9)
+E0 :         pi+ : pT=28 : TOF=27.2 : x=(1.28,1.53,7.9)
+E1 :         pi+ : pT=0.638 : TOF=26.7 : x=(0.318,-1.17,-7.9)
+E1 :         pi- : pT=0.815 : TOF=27.2 : x=(-1.3,-1.42,-7.9)
+E1 :         pi+ : pT=1.72 : TOF=27.6 : x=(-0.672,-2.41,-7.9)
+E1 :         pi- : pT=1.53 : TOF=28.2 : x=(1.34,-2.68,-7.9)
+E1 :       kaon- : pT=0.734 : TOF=27.1 : x=(0.408,-1.59,-7.9)
+E1 :       kaon+ : pT=2.35 : TOF=26.6 : x=(-0.145,-1.05,-7.9)
+E1 :         mu- : pT=0.28 : TOF=26.6 : x=(0.192,-1.07,-7.9)
+E0 : anti_proton : pT=6.51 : TOF=27.1 : x=(1.39,1.27,7.9)
+E0 :          e- : pT=0.00108 : TOF=28.6 : x=(1.68,1.88,7.9)
+E0 :         pi+ : pT=3.26 : TOF=27 : x=(1.41,0.938,7.9)
+E0 :       kaon- : pT=5.08 : TOF=27.1 : x=(1.25,1.34,7.9)
+E0 :         pi- : pT=29.6 : TOF=27.2 : x=(1.28,1.52,7.9)
+E0 : anti_proton : pT=26.3 : TOF=27.2 : x=(1.24,1.54,7.9)
+B5 :         mu+ : pT=58 : TOF=14.8 : x=(-2.26,-3.75,-0.68)
+E1 :         mu- : pT=63.5 : TOF=29.9 : x=(-2,-3.71,-7.9)
+E1 :         mu+ : pT=5.63 : TOF=29.5 : x=(2.29,3.28,-7.9)
+B5 :         mu- : pT=221 : TOF=24.7 : x=(-3.4,-2.61,-6.05)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=11)
-E1 :          e- : pT=0.00163 : TOF=27.6 : x=(0.438,0.899,-8.05)
-E1 :          e- : pT=0.00153 : TOF=28.4 : x=(0.76,1.57,-7.9)
-E0 :         pi- : pT=0.19 : TOF=26.7 : x=(-0.77,0.661,7.9)
-E1 :         pi+ : pT=0.148 : TOF=26.9 : x=(-0.79,-0.845,-7.9)
-E0 : anti_proton : pT=0.652 : TOF=27.1 : x=(0.922,-0.59,7.9)
-E1 :         mu- : pT=0.478 : TOF=26.9 : x=(1.49,-0.685,-7.9)
-E1 :         pi- : pT=0.799 : TOF=26.6 : x=(-0.266,-1.06,-7.9)
-B5 :         mu- : pT=16.7 : TOF=22.1 : x=(-2.87,-3.14,-5.09)
-B4 :         mu+ : pT=74.3 : TOF=20.4 : x=(-4.25,1.13,4.25)
-E0 :         mu- : pT=23.7 : TOF=27.5 : x=(-1.05,2.14,7.9)
-B5 :         mu+ : pT=64.4 : TOF=16 : x=(-2.56,-3.45,2.11)
+*** Muon System Hit (#hits=7)
+E1 :          e- : pT=0.000144 : TOF=31.4 : x=(1.47,0.297,-7.9)
+E1 :          e- : pT=9.85e-05 : TOF=35.5 : x=(1.64,0.645,-8.1)
+E1 :         pi- : pT=0.479 : TOF=26.7 : x=(1.22,0.118,-7.9)
+E1 :      proton : pT=4.62 : TOF=26.9 : x=(1.5,-0.603,-7.9)
+B1 :         mu+ : pT=26 : TOF=23.9 : x=(2.25,3.76,-5.67)
+B6 :         mu- : pT=69.1 : TOF=14.7 : x=(0.928,-4.25,-0.725)
+E1 :         mu- : pT=13.4 : TOF=27 : x=(1.57,0.897,-7.9)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=11)
-E1 :         pi- : pT=0.167 : TOF=26.9 : x=(-0.173,1.2,-7.9)
-E1 :         mu+ : pT=0.105 : TOF=26.9 : x=(-0.663,0.752,-7.9)
-E1 :          e- : pT=0.00222 : TOF=27.7 : x=(-1.31,0.361,-7.9)
-E1 :         mu- : pT=0.109 : TOF=26.9 : x=(0.614,-1.09,-7.9)
-E1 :         pi+ : pT=1.79 : TOF=27 : x=(-0.628,-1.63,-7.9)
-E0 :          e- : pT=0.000832 : TOF=27.6 : x=(0.338,1.45,7.9)
-E0 :         pi+ : pT=0.376 : TOF=26.7 : x=(0.699,0.914,7.9)
-B5 :         mu+ : pT=13.7 : TOF=15 : x=(-4.07,-1.94,0.171)
-B1 :         mu- : pT=97.2 : TOF=14.3 : x=(3.37,2.64,0.181)
-B1 :         mu+ : pT=63.1 : TOF=17.9 : x=(3.08,2.93,3.26)
-B4 :         mu- : pT=30.5 : TOF=19.3 : x=(-4.25,-0.438,3.89)
+*** Muon System Hit (#hits=30)
+E1 :         pi+ : pT=0.166 : TOF=26.7 : x=(1.12,-0.337,-7.9)
+E1 :         pi+ : pT=1.02 : TOF=26.7 : x=(0.697,-1.04,-7.9)
+E1 :          e- : pT=0.000289 : TOF=28.4 : x=(0.591,-1.27,-7.9)
+E0 :          e- : pT=0.000728 : TOF=30.8 : x=(-0.45,-1.41,7.9)
+E0 :          e- : pT=0.000719 : TOF=31.8 : x=(-0.644,-1.57,7.9)
+E0 :          e- : pT=0.000316 : TOF=31.7 : x=(0.00585,1.01,8.1)
+E0 :          e- : pT=9.28e-05 : TOF=32.3 : x=(0.0367,1.07,8.1)
+E0 :         pi+ : pT=0.494 : TOF=27.4 : x=(1.72,1.35,7.9)
+E0 :         pi- : pT=0.852 : TOF=27 : x=(0.608,1.57,7.9)
+E0 :         pi+ : pT=0.157 : TOF=26.9 : x=(0.824,-0.83,7.9)
+E0 :         pi+ : pT=1.12 : TOF=26.9 : x=(0.824,1.31,7.9)
+E0 :         pi- : pT=3.91 : TOF=27.1 : x=(0.862,1.62,7.9)
+E0 :         pi- : pT=5.64 : TOF=27 : x=(0.727,1.58,7.9)
+E0 :         pi+ : pT=8.16 : TOF=26.9 : x=(0.879,1.39,7.9)
+E0 :         pi- : pT=10.7 : TOF=26.9 : x=(0.657,1.47,7.9)
+B1 :         pi+ : pT=0.263 : TOF=19.4 : x=(2.33,3.68,-3.39)
+E0 :         pi- : pT=4.37 : TOF=26.8 : x=(0.612,1.32,7.9)
+E0 :         pi+ : pT=15.6 : TOF=26.8 : x=(0.604,1.27,7.9)
+E1 :         pi+ : pT=0.944 : TOF=26.9 : x=(1.53,0.126,-7.9)
+E1 :         pi- : pT=1.12 : TOF=26.7 : x=(1.17,-0.392,-7.9)
+E0 :         pi- : pT=0.469 : TOF=26.7 : x=(-1.16,-0.196,7.9)
+E0 :         pi+ : pT=0.296 : TOF=27.1 : x=(0.93,1.48,7.9)
+E1 :         pi- : pT=0.0886 : TOF=27.1 : x=(1.58,0.352,-7.9)
+E1 :         pi+ : pT=0.16 : TOF=27.5 : x=(0.884,1.03,-7.9)
+E0 : anti_proton : pT=16.7 : TOF=26.8 : x=(0.597,1.37,7.9)
+E0 :      proton : pT=28.3 : TOF=26.7 : x=(0.579,1.24,7.9)
+E0 :         mu+ : pT=31.2 : TOF=27.2 : x=(-1.93,0.597,7.9)
+E0 :         mu- : pT=109 : TOF=27.2 : x=(-0.222,-2.01,7.9)
+E0 :         mu+ : pT=47.9 : TOF=28.6 : x=(-3.08,1.3,7.9)
+B0 :         mu- : pT=37.8 : TOF=27.2 : x=(4.25,-1.43,6.83)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=14)
-E1 :         pi+ : pT=0.0724 : TOF=27.1 : x=(0.956,-0.621,-7.9)
-E1 :         pi- : pT=0.644 : TOF=26.6 : x=(-0.561,0.841,-7.9)
-E1 :         mu+ : pT=0.0492 : TOF=29.4 : x=(2.87,0.0326,-7.9)
-E0 :         mu- : pT=0.0373 : TOF=29.4 : x=(0.835,0.871,7.9)
-E0 :         pi+ : pT=0.632 : TOF=26.7 : x=(-0.725,-0.93,7.9)
-E0 :         pi+ : pT=0.688 : TOF=26.6 : x=(-0.165,-0.998,7.9)
-E1 :         pi- : pT=0.912 : TOF=26.6 : x=(1.02,0.465,-7.9)
-E1 :         mu+ : pT=0.0959 : TOF=27.1 : x=(-0.55,-1,-7.9)
-E1 :          e- : pT=0.000695 : TOF=27.6 : x=(-0.535,-1.14,-7.9)
-E1 :       kaon- : pT=0.812 : TOF=26.7 : x=(0.163,-1.16,-7.9)
-E0 :         mu+ : pT=4.41 : TOF=27.6 : x=(-2.26,-0.94,7.9)
-E1 :         mu- : pT=24.6 : TOF=27 : x=(0.37,1.72,-7.9)
-E1 :         mu+ : pT=21.9 : TOF=28.6 : x=(3.31,-0.627,-7.9)
-B5 :         mu- : pT=22.2 : TOF=23.4 : x=(-3.64,-2.37,5.53)
+*** Muon System Hit (#hits=20)
+E1 :         pi+ : pT=0.165 : TOF=29.3 : x=(1.32,-1.81,-7.9)
+E1 :          e- : pT=0.000597 : TOF=29.2 : x=(1.07,-1.39,-7.9)
+E1 :         pi+ : pT=0.0943 : TOF=26.7 : x=(0.439,1.03,-7.9)
+E1 : anti_proton : pT=0.721 : TOF=27.2 : x=(-1.01,0.89,-7.9)
+E1 :         pi- : pT=0.611 : TOF=27.5 : x=(-2.17,0.675,-7.9)
+E1 :       kaon- : pT=1.47 : TOF=28.8 : x=(-3.38,0.16,-7.9)
+E1 :         pi- : pT=2.38 : TOF=27.6 : x=(2.18,-1.1,-7.9)
+E1 :         pi+ : pT=0.771 : TOF=27.7 : x=(-1.88,1.58,-7.9)
+E1 :         pi- : pT=2.16 : TOF=26.8 : x=(-1.12,1.04,-7.9)
+E1 :         pi+ : pT=2.15 : TOF=27.3 : x=(-1.67,1.33,-7.9)
+E1 :         pi+ : pT=0.386 : TOF=26.8 : x=(-1.35,-0.352,-7.9)
+E1 :       kaon- : pT=0.162 : TOF=28.1 : x=(-0.343,1.08,-7.9)
+E0 :         pi+ : pT=0.0659 : TOF=27.2 : x=(0.999,-0.516,7.9)
+E1 :         pi+ : pT=3.06 : TOF=28.1 : x=(-2.81,0.669,-7.9)
+E1 :         pi- : pT=0.469 : TOF=26.9 : x=(-0.826,-1.18,-7.9)
+B0 :         pi- : pT=0.513 : TOF=26.2 : x=(4.25,1.57,-6.02)
+B1 : anti_proton : pT=1.87 : TOF=25.5 : x=(3.28,2.73,-6.11)
+B1 :         pi- : pT=0.252 : TOF=27.4 : x=(3.01,3,-6.82)
+B4 :         mu+ : pT=11.7 : TOF=19.7 : x=(-4.25,-0.112,-4.1)
+E1 :         mu+ : pT=56.4 : TOF=26.9 : x=(-1.46,-0.565,-7.9)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=7)
-E0 :          e- : pT=0.00108 : TOF=28.9 : x=(-0.109,1.36,7.9)
-E1 :          e- : pT=0.000312 : TOF=31.8 : x=(1.23,-0.241,-7.9)
-E1 :         pi- : pT=0.201 : TOF=35.1 : x=(2.99,-0.0553,-7.9)
-B1 :         mu- : pT=20.1 : TOF=21.6 : x=(1.88,4.13,4.6)
-E1 :         mu+ : pT=11.2 : TOF=26.7 : x=(-1.15,-0.41,-7.9)
-B6 :         mu+ : pT=15.4 : TOF=18.8 : x=(0.0482,-4.25,3.68)
-E1 :         mu- : pT=40.8 : TOF=27.7 : x=(-0.921,-2.41,-7.9)
+*** Muon System Hit (#hits=28)
+E1 :         pi+ : pT=0.307 : TOF=26.6 : x=(-0.554,0.86,-7.9)
+E1 :         pi- : pT=0.959 : TOF=26.9 : x=(-0.985,-1.17,-7.9)
+E0 :         pi- : pT=0.596 : TOF=26.7 : x=(-1,-0.81,7.9)
+E0 :         pi+ : pT=0.309 : TOF=27.2 : x=(-1.76,0.865,7.9)
+E0 :         pi- : pT=0.214 : TOF=27.8 : x=(-0.206,-2.48,7.9)
+E0 :         pi- : pT=0.591 : TOF=26.8 : x=(1.25,-0.443,7.9)
+E0 :         pi- : pT=0.0599 : TOF=27 : x=(0.979,-0.514,7.9)
+E0 :         pi+ : pT=0.267 : TOF=26.9 : x=(-0.336,1.46,7.9)
+B2 :       kaon+ : pT=1.36 : TOF=17.2 : x=(-0.516,4.25,-2.62)
+E1 :         pi+ : pT=0.202 : TOF=27.9 : x=(-0.309,2.25,-7.9)
+E1 :         pi+ : pT=0.881 : TOF=26.7 : x=(-1.19,0.478,-7.9)
+E1 :          e- : pT=0.00131 : TOF=27.6 : x=(-1.76,0.594,-7.9)
+E1 :      proton : pT=0.943 : TOF=26.8 : x=(-0.992,0.124,-7.9)
+E1 :         pi+ : pT=0.635 : TOF=27.7 : x=(-2.42,0.676,-7.9)
+E0 :         pi- : pT=0.287 : TOF=26.6 : x=(0.973,-0.258,7.9)
+E0 :         pi+ : pT=0.265 : TOF=27.6 : x=(0.283,2.32,7.9)
+E0 :         pi+ : pT=0.327 : TOF=26.9 : x=(0.756,-1.42,7.9)
+E0 :         pi+ : pT=0.578 : TOF=26.6 : x=(0.742,-0.888,7.9)
+E0 :       kaon- : pT=1.56 : TOF=26.7 : x=(1.13,-0.183,7.9)
+E1 :          e- : pT=0.000292 : TOF=30.1 : x=(0.721,-0.693,-8.01)
+E1 :         pi- : pT=0.211 : TOF=27.6 : x=(-1.82,1.34,-7.9)
+E1 :         pi+ : pT=0.418 : TOF=26.8 : x=(-0.159,-1.37,-7.9)
+E1 :         pi- : pT=2.87 : TOF=27 : x=(-1.69,0.163,-7.9)
+E1 :          e- : pT=0.000833 : TOF=37.8 : x=(-3.32,-0.67,-8.1)
+E0 :      proton : pT=1.08 : TOF=29.9 : x=(-2.23,2.52,7.9)
+B1 :         mu- : pT=34.7 : TOF=14.7 : x=(2.31,3.7,-0.56)
+B6 :         mu+ : pT=49.6 : TOF=15.1 : x=(-1,-4.25,1.16)
+B4 :         mu- : pT=50.5 : TOF=19.7 : x=(-4.25,1.09,3.97)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=6)
-E1 :         pi- : pT=0.879 : TOF=26.6 : x=(0.986,-0.538,-7.9)
-E1 :         pi+ : pT=0.353 : TOF=26.7 : x=(0.449,-1.1,-7.9)
-B1 :         mu+ : pT=30 : TOF=15.6 : x=(4.04,1.97,-1.31)
-B4 :         mu- : pT=66.3 : TOF=14.8 : x=(-4.25,0.693,-1.01)
-B1 :         mu- : pT=44.3 : TOF=14.3 : x=(3.14,2.87,0.513)
-B4 :         mu+ : pT=33.5 : TOF=20.1 : x=(-4.25,-0.712,4.22)
+*** Muon System Hit (#hits=21)
+E1 :         pi+ : pT=0.27 : TOF=26.6 : x=(0.188,-1,-7.9)
+E1 :         pi- : pT=0.124 : TOF=27.1 : x=(-1.06,1.21,-7.9)
+E1 :         pi+ : pT=0.635 : TOF=27.9 : x=(-1.79,1.71,-7.9)
+E1 :         mu- : pT=0.717 : TOF=26.6 : x=(-0.547,-0.899,-7.9)
+E1 :         pi+ : pT=0.234 : TOF=26.8 : x=(0.923,-0.816,-7.9)
+E1 :         pi+ : pT=0.32 : TOF=26.7 : x=(-0.429,1.1,-7.9)
+E1 :          e- : pT=0.00383 : TOF=26.8 : x=(-0.353,1.24,-7.9)
+E1 : anti_proton : pT=0.955 : TOF=26.8 : x=(-0.315,-1.04,-7.9)
+E0 :         pi+ : pT=0.165 : TOF=27.8 : x=(-2.01,1.34,7.9)
+E0 :         pi+ : pT=0.625 : TOF=26.6 : x=(0.946,-0.635,7.9)
+E1 :         pi+ : pT=1.52 : TOF=26.7 : x=(0.648,-1,-7.9)
+E0 :         pi- : pT=0.373 : TOF=28 : x=(2.69,0.635,7.9)
+E0 :          e- : pT=0.000599 : TOF=29.8 : x=(0.811,1.33,7.9)
+E0 :         mu+ : pT=0.17 : TOF=27 : x=(-0.497,1.42,7.9)
+E1 :      proton : pT=0.407 : TOF=32.5 : x=(-2.95,1.58,-7.9)
+E0 :         pi+ : pT=0.0365 : TOF=26.7 : x=(-0.879,-0.569,7.9)
+E0 :         pi+ : pT=0.26 : TOF=27.3 : x=(-1.5,-1.24,7.9)
+E0 :         mu+ : pT=4.39 : TOF=27.5 : x=(-2.21,-0.958,7.9)
+E1 :         mu- : pT=24.6 : TOF=27 : x=(0.371,1.72,-7.9)
+E1 :         mu+ : pT=22.1 : TOF=28.7 : x=(3.32,-0.631,-7.9)
+B5 :         mu- : pT=23.2 : TOF=23.4 : x=(-3.65,-2.36,5.51)
 
  Print out hit information
 ------------------------------------------
-*** Muon System Hit (#hits=17)
-E0 :         pi- : pT=0.15 : TOF=26.8 : x=(0.18,-1.01,7.9)
-E0 :          e+ : pT=1.14 : TOF=26.6 : x=(-0.547,-1.04,7.9)
-E0 :          e- : pT=0.0657 : TOF=26.6 : x=(-0.551,-1.05,7.9)
-E0 :         pi- : pT=0.486 : TOF=26.7 : x=(0.123,-1.15,7.9)
-E0 :          e- : pT=0.00107 : TOF=26.7 : x=(0.187,-1.09,7.9)
-E1 :      proton : pT=0.184 : TOF=43.6 : x=(-0.412,1.19,-7.9)
-E0 :         pi+ : pT=0.276 : TOF=26.6 : x=(0.704,-0.78,7.9)
-E0 :         pi- : pT=1.09 : TOF=26.6 : x=(0.414,-0.945,7.9)
-E0 :         pi+ : pT=1.21 : TOF=26.6 : x=(0.75,-0.67,7.9)
-E0 :         mu+ : pT=0.321 : TOF=27.4 : x=(1.04,-1.72,7.9)
-E0 :      proton : pT=0.538 : TOF=27.5 : x=(0.935,-0.695,7.9)
-E0 :         pi- : pT=2 : TOF=26.7 : x=(0.671,0.992,7.9)
-E0 :         pi+ : pT=0.67 : TOF=26.6 : x=(0.105,1.03,7.9)
-E0 :         pi+ : pT=0.564 : TOF=26.7 : x=(-1.12,-0.466,7.9)
-E0 :         mu- : pT=29.9 : TOF=27.4 : x=(-2.24,-0.52,7.9)
-B7 :         mu- : pT=55.6 : TOF=15.7 : x=(1.92,-4.09,1.27)
-E0 :         mu+ : pT=17.8 : TOF=27.2 : x=(1.26,1.59,7.9)
+*** Muon System Hit (#hits=20)
+E1 :         pi+ : pT=0.187 : TOF=26.8 : x=(-0.209,1.14,-7.9)
+E1 :         pi+ : pT=0.735 : TOF=26.8 : x=(0.0321,1.39,-7.9)
+E0 :          e- : pT=0.000674 : TOF=30.1 : x=(-0.555,0.832,8.06)
+E0 :          e- : pT=0.000153 : TOF=32.1 : x=(-0.593,0.805,7.99)
+E0 :         pi+ : pT=0.353 : TOF=26.7 : x=(1.1,-0.0897,7.9)
+E0 :         pi- : pT=0.394 : TOF=26.9 : x=(1.48,0.0201,7.9)
+E0 :         pi- : pT=0.548 : TOF=26.7 : x=(1.15,-0.0456,7.9)
+E0 :          e- : pT=0.00198 : TOF=27.4 : x=(1.1,0.864,7.9)
+E0 :          e- : pT=0.00186 : TOF=27.8 : x=(1.02,1.17,7.9)
+E1 :         pi- : pT=0.998 : TOF=26.7 : x=(1.21,-0.139,-7.9)
+E1 :         pi+ : pT=0.623 : TOF=26.6 : x=(0.885,0.548,-7.9)
+B0 :      proton : pT=2.12 : TOF=16.1 : x=(4.25,-1.3,-1.04)
+E1 :         pi+ : pT=0.182 : TOF=28.6 : x=(1.54,-2.38,-7.9)
+E1 :         pi+ : pT=1.05 : TOF=26.7 : x=(0.53,-0.848,-7.94)
+E1 :         pi- : pT=0.872 : TOF=26.6 : x=(0.467,-0.902,-7.9)
+E1 :      proton : pT=1.27 : TOF=26.7 : x=(-0.53,-0.878,-7.9)
+E0 : anti_proton : pT=1.35 : TOF=26.8 : x=(0.734,0.98,7.9)
+E0 :         pi+ : pT=0.767 : TOF=26.9 : x=(0.887,-1.23,7.9)
+E1 : anti_proton : pT=0.777 : TOF=27 : x=(-1.01,-0.448,-7.9)
+E1 :         mu- : pT=0.151 : TOF=30.9 : x=(-0.318,1.98,-7.9)
 
 1********* PYSTAT:  Statistics on Number of Events and Cross-sections *********
 
@@ -395,10 +661,10 @@ E0 :         mu+ : pT=17.8 : TOF=27.2 : x=(1.26,1.59,7.9)
  I                                  I                            I            I
  ==============================================================================
  I                                  I                            I            I
- I   0 All included subprocesses    I           10            43 I  3.988E-12 I
- I 102 g + g -> h0                  I            7            13 I  2.929E-12 I
- I 123 f + f' -> f + f' + h0        I            1             9 I  3.282E-13 I
- I 124 f + f' -> f" + f"' + h0      I            2            21 I  7.305E-13 I
+ I   0 All included subprocesses    I           10            36 I  4.123E-12 I
+ I 102 g + g -> h0                  I            4             8 I  2.597E-12 I
+ I 123 f + f' -> f + f' + h0        I            2             4 I  3.981E-13 I
+ I 124 f + f' -> f" + f"' + h0      I            4            24 I  1.129E-12 I
  I                                  I                            I            I
  ==============================================================================
 
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02PhysicsList.hh b/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02PhysicsList.hh
index f0147d52a0a6f354fff7061747d3df52d1830d72..d9a372699f01126bfa7d4986b8f57724640ea28a 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02PhysicsList.hh
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02PhysicsList.hh
@@ -23,27 +23,50 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
+//
+// $Id: H02PhysicsList.hh,v 1.3 2006/07/05 12:04:12 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
+//
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
 #ifndef H02PhysicsList_h
 #define H02PhysicsList_h 1
 
-#include "G4VModularPhysicsList.hh"
+#include "G4VUserPhysicsList.hh"
 #include "globals.hh"
 
-class H02PhysicsList: public G4VModularPhysicsList
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+class H02PhysicsList: public G4VUserPhysicsList
 {
-public:
-  H02PhysicsList();
-  virtual ~H02PhysicsList();
-  
-public:
-  // SetCuts() 
-  virtual void SetCuts();
+  public:
+    H02PhysicsList();
+   ~H02PhysicsList();
 
+  protected:
+    // Construct particle and physics
+    void ConstructParticle();
+    void ConstructProcess();
+ 
+    void SetCuts();
 
+   
+  protected:
+    // these methods Construct particles 
+    void ConstructBosons();
+    void ConstructLeptons();
+    void ConstructMesons();
+    void ConstructBaryons();
+
+  protected:
+  // these methods Construct physics processes and register them
+    void ConstructGeneral();
+    void ConstructEM();
 };
 
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 
 #endif
 
-
-
+ 
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02MuonSD.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02MuonSD.cc
index 6d608524950d66accf33371b22cc862d1ed271ef..c280e8804bdb4ed897e0dfa76f7b80e1a1e45d02 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02MuonSD.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02MuonSD.cc
@@ -26,7 +26,7 @@
 // ====================================================================
 //
 //   H02MuonSD.cc
-//   $Id: H02MuonSD.cc,v 1.4 2006/06/29 17:11:19 gunter Exp $
+//   $Id: H02MuonSD.cc,v 1.5 2006/07/05 12:04:13 gcosmo Exp $
 //
 // ====================================================================
 
@@ -107,7 +107,6 @@ void H02MuonSD::clear()
 void H02MuonSD::DrawAll()
 ////////////////////////
 {
-  hitCollection-> DrawAllHits();
 } 
 
 /////////////////////////
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02PhysicsList.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02PhysicsList.cc
index c6fc62786df1036b33f90cfd769068caf18d41bc..9990cfbd4d12bfbb309591264af0a6b44d3637af 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02PhysicsList.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02PhysicsList.cc
@@ -24,66 +24,219 @@
 // ********************************************************************
 //
 //
-// $Id: H02PhysicsList.cc,v 1.4 2006/06/29 17:11:21 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: H02PhysicsList.cc,v 1.5 2006/07/05 12:04:13 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
-// 
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 
+#include "globals.hh"
 #include "H02PhysicsList.hh"
 
-#include "globals.hh"
-#include "G4ParticleDefinition.hh"
-#include "G4ParticleWithCuts.hh"
 #include "G4ProcessManager.hh"
-#include "G4ProcessVector.hh"
 #include "G4ParticleTypes.hh"
-#include "G4ParticleTable.hh"
 
-#include "G4Material.hh"
-#include "G4MaterialTable.hh"
-#include "G4ios.hh"
-#include <iomanip>   
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+H02PhysicsList::H02PhysicsList():  G4VUserPhysicsList()
+{
+  defaultCutValue = 1.0*cm;
+   SetVerboseLevel(1);
+}
+
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+H02PhysicsList::~H02PhysicsList()
+{}
 
-#include "H02GeneralPhysics.hh"
-#include "H02EMPhysics.hh"
-#include "H02MuonPhysics.hh"
-#include "H02HadronPhysics.hh"
-#include "H02IonPhysics.hh"
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 
-H02PhysicsList::H02PhysicsList():  G4VModularPhysicsList()
+void H02PhysicsList::ConstructParticle()
 {
-  // default cut value  (1.0mm) 
-  defaultCutValue = 1.0*mm;
-  SetVerboseLevel(1);
+  // In this method, static member functions should be called
+  // for all particles which you want to use.
+  // This ensures that objects of these particle types will be
+  // created in the program. 
+
+  ConstructBosons();
+  ConstructLeptons();
+  ConstructMesons();
+  ConstructBaryons();
+}
 
-  // General Physics
-  RegisterPhysics( new H02GeneralPhysics("general") );
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 
-  // EM Physics
-  RegisterPhysics( new H02EMPhysics("standard EM"));
+void H02PhysicsList::ConstructBosons()
+{
+  // pseudo-particles
+  G4Geantino::GeantinoDefinition();
+  G4ChargedGeantino::ChargedGeantinoDefinition();
 
-  // Muon Physics
-  RegisterPhysics(  new H02MuonPhysics("muon"));
+  // gamma
+  G4Gamma::GammaDefinition();
+}
 
-   // Hadron Physics
-  RegisterPhysics(  new H02HadronPhysics("hadron"));
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 
-  // Ion Physics
-  RegisterPhysics( new H02IonPhysics("ion"));
+void H02PhysicsList::ConstructLeptons()
+{
+  // leptons
+  //  e+/-
+  G4Electron::ElectronDefinition();
+  G4Positron::PositronDefinition();
+  // mu+/-
+  G4MuonPlus::MuonPlusDefinition();
+  G4MuonMinus::MuonMinusDefinition();
+  // nu_e
+  G4NeutrinoE::NeutrinoEDefinition();
+  G4AntiNeutrinoE::AntiNeutrinoEDefinition();
+  // nu_mu
+  G4NeutrinoMu::NeutrinoMuDefinition();
+  G4AntiNeutrinoMu::AntiNeutrinoMuDefinition();
+}
 
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 
+void H02PhysicsList::ConstructMesons()
+{
+  //  mesons
+  //    light mesons
+  G4PionPlus::PionPlusDefinition();
+  G4PionMinus::PionMinusDefinition();
+  G4PionZero::PionZeroDefinition();
+  G4Eta::EtaDefinition();
+  G4EtaPrime::EtaPrimeDefinition();
+  G4KaonPlus::KaonPlusDefinition();
+  G4KaonMinus::KaonMinusDefinition();
+  G4KaonZero::KaonZeroDefinition();
+  G4AntiKaonZero::AntiKaonZeroDefinition();
+  G4KaonZeroLong::KaonZeroLongDefinition();
+  G4KaonZeroShort::KaonZeroShortDefinition();
 }
 
-H02PhysicsList::~H02PhysicsList()
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+void H02PhysicsList::ConstructBaryons()
 {
+  //  barions
+  G4Proton::ProtonDefinition();
+  G4AntiProton::AntiProtonDefinition();
+
+  G4Neutron::NeutronDefinition();
+  G4AntiNeutron::AntiNeutronDefinition();
 }
 
-void H02PhysicsList::SetCuts()
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+void H02PhysicsList::ConstructProcess()
 {
-  //  " G4VUserPhysicsList::SetCutsWithDefault" method sets 
-  //   the default cut value for all particle types 
-  SetCutsWithDefault();   
+  AddTransportation();
+  ConstructEM();
+  ConstructGeneral();
 }
 
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+#include "G4ComptonScattering.hh"
+#include "G4GammaConversion.hh"
+#include "G4PhotoElectricEffect.hh"
+
+#include "G4MultipleScattering.hh"
+
+#include "G4eIonisation.hh"
+#include "G4eBremsstrahlung.hh"
+#include "G4eplusAnnihilation.hh"
+
+#include "G4MuIonisation.hh"
+#include "G4MuBremsstrahlung.hh"
+#include "G4MuPairProduction.hh"
+
+#include "G4hIonisation.hh"
+
+#include "G4StepLimiter.hh"
+#include "G4UserSpecialCuts.hh"
+
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+void H02PhysicsList::ConstructEM()
+{
+  theParticleIterator->reset();
+  while( (*theParticleIterator)() ){
+    G4ParticleDefinition* particle = theParticleIterator->value();
+    G4ProcessManager* pmanager = particle->GetProcessManager();
+    G4String particleName = particle->GetParticleName();
+     
+    if (particleName == "gamma") {
+      // gamma         
+      pmanager->AddDiscreteProcess(new G4PhotoElectricEffect);
+      pmanager->AddDiscreteProcess(new G4ComptonScattering);
+      pmanager->AddDiscreteProcess(new G4GammaConversion);
+      
+    } else if (particleName == "e-") {
+      //electron
+      pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
+      pmanager->AddProcess(new G4eIonisation,       -1, 2,2);
+      pmanager->AddProcess(new G4eBremsstrahlung,   -1, 3,3);      
+
+    } else if (particleName == "e+") {
+      //positron
+      pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
+      pmanager->AddProcess(new G4eIonisation,       -1, 2,2);
+      pmanager->AddProcess(new G4eBremsstrahlung,   -1, 3,3);
+      pmanager->AddProcess(new G4eplusAnnihilation,  0,-1,4);
+
+    } else if( particleName == "mu+" || 
+               particleName == "mu-"    ) {
+      //muon  
+      pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
+      pmanager->AddProcess(new G4MuIonisation,      -1, 2,2);
+      pmanager->AddProcess(new G4MuBremsstrahlung,  -1, 3,3);
+      pmanager->AddProcess(new G4MuPairProduction,  -1, 4,4);       
+     
+    } else if ((!particle->IsShortLived()) &&
+	       (particle->GetPDGCharge() != 0.0) && 
+	       (particle->GetParticleName() != "chargedgeantino")) {
+      //all others charged particles except geantino
+      pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
+      pmanager->AddProcess(new G4hIonisation,       -1, 2,2);
+      //step limit
+      pmanager->AddProcess(new G4StepLimiter,       -1,-1,3);         
+      ///pmanager->AddProcess(new G4UserSpecialCuts,   -1,-1,4);  
+    }
+  }
+}
+
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+#include "G4Decay.hh"
+void H02PhysicsList::ConstructGeneral()
+{
+  // Add Decay Process
+  G4Decay* theDecayProcess = new G4Decay();
+  theParticleIterator->reset();
+  while( (*theParticleIterator)() ){
+    G4ParticleDefinition* particle = theParticleIterator->value();
+    G4ProcessManager* pmanager = particle->GetProcessManager();
+    if (theDecayProcess->IsApplicable(*particle)) { 
+      pmanager ->AddProcess(theDecayProcess);
+      // set ordering for PostStepDoIt and AtRestDoIt
+      pmanager ->SetProcessOrdering(theDecayProcess, idxPostStep);
+      pmanager ->SetProcessOrdering(theDecayProcess, idxAtRest);
+    }
+  }
+}
+
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+
+void H02PhysicsList::SetCuts()
+{
+  //G4VUserPhysicsList::SetCutsWithDefault method sets 
+  //the default cut value for all particle types 
+  //
+  SetCutsWithDefault();
+     
+  if (verboseLevel>0) DumpCutValuesTable();
+}
 
+//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02PrimaryGeneratorAction.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02PrimaryGeneratorAction.cc
index 6878eb8fcbd444f71f061790dd174df5bba60797..6c1403bc9220bb7c40fbb8097278f2305f1de7fe 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02PrimaryGeneratorAction.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02PrimaryGeneratorAction.cc
@@ -26,7 +26,7 @@
 // ====================================================================
 //
 //   H02PrimaryGeneratorAction.cc
-//   $Id: H02PrimaryGeneratorAction.cc,v 1.3 2006/06/29 17:11:23 gunter Exp $
+//   $Id: H02PrimaryGeneratorAction.cc,v 1.4 2006/07/05 12:04:13 gcosmo Exp $
 //
 // ====================================================================
 #include "H02PrimaryGeneratorAction.hh"
@@ -45,7 +45,11 @@ H02PrimaryGeneratorAction::H02PrimaryGeneratorAction()
   currentGenerator= particleGun= new G4ParticleGun();
   currentGeneratorName= "particleGun";
   hepmcAscii= new HepMCG4AsciiReader();
+#ifdef G4LIB_USE_PYTHIA
   pythiaGen= new HepMCG4PythiaInterface();
+#else
+  pythiaGen= 0;
+#endif
 
   gentypeMap["particleGun"]= particleGun;
   gentypeMap["hepmcAscii"]= hepmcAscii;
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/HepMCG4PythiaInterface.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/HepMCG4PythiaInterface.cc
index 3a9836aa513f8b91f00ccfc614d26d3267e5d6fd..9aee3b5632958b5e406b5b6452723ee53dfe8158 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/HepMCG4PythiaInterface.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/HepMCG4PythiaInterface.cc
@@ -26,9 +26,12 @@
 // ====================================================================
 //
 //   HepMCG4PythiaInterface.cc
-//   $Id: HepMCG4PythiaInterface.cc,v 1.5 2006/06/29 17:12:26 gunter Exp $
+//   $Id: HepMCG4PythiaInterface.cc,v 1.6 2006/07/05 12:04:13 gcosmo Exp $
 //
 // ====================================================================
+
+#ifdef G4LIB_USE_PYTHIA
+
 #include "HepMCG4PythiaInterface.hh"
 #include "HepMCG4PythiaMessenger.hh"
 
@@ -162,3 +165,4 @@ void HepMCG4PythiaInterface::Print() const
   G4cout << "PythiaInterface::Print()..." << G4endl;
 }
 
+#endif
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/HepMCG4PythiaMessenger.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/HepMCG4PythiaMessenger.cc
index 4e5162a645e78fc8a8eeed064e8c3a3eec4d9b41..b86719b4c38c0005393638b376c7db041be0f998 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/HepMCG4PythiaMessenger.cc
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/HepMCG4PythiaMessenger.cc
@@ -26,9 +26,12 @@
 // ====================================================================
 //
 //   HepMCG4PythiaMessenger.cc
-//   $Id: HepMCG4PythiaMessenger.cc,v 1.6 2006/06/29 17:12:28 gunter Exp $
+//   $Id: HepMCG4PythiaMessenger.cc,v 1.7 2006/07/05 12:04:13 gcosmo Exp $
 //
 // ====================================================================
+
+#ifdef G4LIB_USE_PYTHIA
+
 #include "HepMCG4PythiaMessenger.hh"
 #include "HepMCG4PythiaInterface.hh"
 
@@ -215,3 +218,4 @@ G4String HepMCG4PythiaMessenger::GetCurrentValue(G4UIcommand* command)
   return cv;
 }
 
+#endif
diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/vis.mac b/examples/extended/eventgenerator/HepMC/HepMCEx02/vis.mac
index edafc0775c3511957c499c8e3cef42015357836f..b68a0abdd6f66533c40eeb7bac1d12375bdf4a9b 100644
--- a/examples/extended/eventgenerator/HepMC/HepMCEx02/vis.mac
+++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/vis.mac
@@ -1,5 +1,5 @@
 #
-# Macro file for the initialization phase of "exampleN02.cc"
+# Macro file for the initialization phase
 # when runing in interactive mode
 #
 # Sets some default verbose
diff --git a/examples/extended/eventgenerator/HepMC/History b/examples/extended/eventgenerator/HepMC/History
index 5c061f4532a2029d64530242f0f915a0ae89b9a4..7d3f078a1edf1dd34187d461a3a2524bb13aa77c 100644
--- a/examples/extended/eventgenerator/HepMC/History
+++ b/examples/extended/eventgenerator/HepMC/History
@@ -1,4 +1,4 @@
-$Id: History,v 1.12 2005/11/18 21:55:26 asaim Exp $
+$Id: History,v 1.13 2006/07/05 12:17:31 gcosmo Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -15,6 +15,12 @@ track of all tags.
      * Reverse chronological order (last date on top), please *
      ----------------------------------------------------------
 
+Jul 05, 2006  G.Cosmo (exHepMC-V08-01-00)
+- Updated to current version of exampleN04/N02.
+  Now working with release series 8.
+- Corrected GNUmakefile, now requiring CERNLIB 2005 for PYTHIA-8.0.4
+  and HepMC 1.27 or greater.
+
 Nov 18, 2005  M.Asai (exHepMC-V07-01-01)
 - G4HepMC classes are moved from source/event.
 
diff --git a/examples/extended/eventgenerator/HepMC/README b/examples/extended/eventgenerator/HepMC/README
index b6b46dd5e6dc372b5a44c7b5c8505f4bfabe5536..4c12e0faafc56820b533b51f8d712aefd4a3f027 100644
--- a/examples/extended/eventgenerator/HepMC/README
+++ b/examples/extended/eventgenerator/HepMC/README
@@ -4,26 +4,22 @@
   This directory contains examples for using HepMC as an interface with 
 various Monte Carlo event generators, such as PYTHIA. 
 
-  In the version 1.80 of CLHEP, HepMC is merged into a part of CLHEP.
-Toghether with this migration, the generic interfaces with HepMC is 
-provied in the G4 main tree from the release of Geant4.5.0.
-But there are differences between the original HepMC and the CLHEP version
-in terms of the I/O scheme. So, in this directory, a pair of codes for 
-each example, one for original HepMC and the other for the CLHEP version 
-which is tagged with "-clhep", is prepared.
-
+  HepMC is also currently part of CLHEP, but there are differences between
+the original HepMC package and the one included in CLHEP in terms of the I/O.
+Two examples are shown here: one for original HepMC and the other for the
+CLHEP version (tagged with "-clhep").
 
 Requirements for external software packages
 -------------------------------------------
-HepMC (now, migrated into CLHEP(1.80))
-  tested version : 1.21 (latest at 28/May/02)
-  URL: http://mdobbs.home.cern.ch/mdobbs/HepMC/
+HepMC:
+  tested version : 1.27.02
+  http://lcgapp.cern.ch/project/spi/extsoft/packages.php?pkg=HepMC
+  http://cern.ch/mdobbs/HepMC/
 
-  Note that the original HepMC can be currently compiled only with gcc, 
-  so examples were tested only with gcc.
+  Note: examples were tested only on Linux with gcc.
 
 PYTHIA
-  tested version 6.205
+  Tested version 6.205 (CERNLIB 2005)
   URL: http://www.thep.lu.se/~torbjorn/Pythia.html
 
 
@@ -95,16 +91,13 @@ hepmc_ascii.in
 
 How to compile
 --------------
-To build these examples, directory names including HepMC and PYTHIA 
-library have to be given in GNUmakefile.  Please modify the next two lines 
-in GNUmakefile;
-
-  HEPMC_DIR   := xxxxx    # HepMC installed directory
-                            (required only for using the original version)
-  CERNLIB_DIR := xxxxx    # directory including PYTHIA library
+To build HepMCEx01 and HepMCEx02 examples, the directory path where the
+HepMC package is installed must be provided through the variable HEPMC_DIR.
+PYTHIA 6.205 must be installed through CERNLIB 2005 and the bin path correctly
+added in PATH.
 
 Notes
 -----
 We attached a sample HepMC Ascii data file, "data/example_MyPhyia.dat",
-which contains ten PYTHIA events created by "data/example_MyPythia.cxx(cc)".
+which contains 10 PYTHIA events created by "data/example_MyPythia.cxx(cc)".
 
diff --git a/examples/extended/field/field01/field01.out b/examples/extended/field/field01/field01.out
index 81b52976c975f41bbeccf31210b1c0bc2ed3fcf0..7b7bd52543857c0fa297503b5f97a20169ec9976 100644
--- a/examples/extended/field/field01/field01.out
+++ b/examples/extended/field/field01/field01.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -235,7 +235,7 @@ Step#          X             Y             Z    Direction x      dir y      dir
 Run terminated.
 Run Summary
   Number of events processed : 1
-  User=0s Real=0.01s Sys=0s
+  User=0.01s Real=0.03s Sys=0s
 ERROR: G4VisCommandsViewerUpdate::SetNewValue: no current viewer.
 
 ========= Table of registered couples ==============================
@@ -334,7 +334,7 @@ Step#          X             Y             Z    Direction x      dir y      dir
 Run terminated.
 Run Summary
   Number of events processed : 1
-  User=0.01s Real=0.01s Sys=0s
+  User=0s Real=0s Sys=0s
 ERROR: G4VisCommandsViewerUpdate::SetNewValue: no current viewer.
 
 ========= Table of registered couples ==============================
@@ -367,7 +367,7 @@ Step#          X             Y             Z    Direction x      dir y      dir
 Run terminated.
 Run Summary
   Number of events processed : 1
-  User=0s Real=0s Sys=0s
+  User=0.01s Real=0.01s Sys=0s
 ERROR: G4VisCommandsViewerUpdate::SetNewValue: no current viewer.
 G4ClassicalRK4 (default) is called
 The minimal step is equal to 0.1 mm
@@ -401,7 +401,7 @@ Step#          X             Y             Z    Direction x      dir y      dir
 Run terminated.
 Run Summary
   Number of events processed : 1
-  User=0s Real=0.01s Sys=0.01s
+  User=0s Real=0s Sys=0s
 ERROR: G4VisCommandsViewerUpdate::SetNewValue: no current viewer.
 
 ========= Table of registered couples ==============================
@@ -442,7 +442,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 100
-  User=0.04s Real=0.05s Sys=0.01s
+  User=0.04s Real=0.04s Sys=0s
 ERROR: G4VisCommandsViewerUpdate::SetNewValue: no current viewer.
 Graphics systems deleted.
 Visualization Manager deleting...
diff --git a/examples/extended/field/field02/field02.out b/examples/extended/field/field02/field02.out
index 482287df82ca31460c630acef12722f2a9091bdc..55301f39e83c25a0f01fa620a39e1dff03d9501b 100644
--- a/examples/extended/field/field02/field02.out
+++ b/examples/extended/field/field02/field02.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -4598,7 +4598,7 @@ Step#      X         Y         Z        KineE    dEStep   StepLeng  TrakLeng  Ne
 Run terminated.
 Run Summary
   Number of events processed : 100
-  User=1.07s Real=2.78s Sys=0.94s
+  User=0.68s Real=0.97s Sys=0.26s
 ERROR: G4VisCommandsViewerUpdate::SetNewValue: no current viewer.
 Graphics systems deleted.
 Visualization Manager deleting...
diff --git a/examples/extended/field/field03/field03.out b/examples/extended/field/field03/field03.out
index 33f19bb28ee12c89a030821fddafbb06c22a511a..4845b6486f3bf89138af379c72903f8d1b29bf8c 100644
--- a/examples/extended/field/field03/field03.out
+++ b/examples/extended/field/field03/field03.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -247,7 +247,7 @@ Step#      X         Y         Z        KineE    dEStep   StepLeng  TrakLeng
 Run terminated.
 Run Summary
   Number of events processed : 1
-  User=0.01s Real=0.02s Sys=0.01s
+  User=0s Real=0.05s Sys=0s
 ERROR: G4VisCommandsViewerUpdate::SetNewValue: no current viewer.
 
 ========= Table of registered couples ==============================
@@ -272,7 +272,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 100
-  User=0.33s Real=0.35s Sys=0s
+  User=0.36s Real=0.36s Sys=0s
 ERROR: G4VisCommandsViewerUpdate::SetNewValue: no current viewer.
 Set field value to (0,0,1000) Gauss 
 
@@ -296,7 +296,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 10
-  User=0.03s Real=0.03s Sys=0s
+  User=0.04s Real=0.04s Sys=0s
 ERROR: G4VisCommandsViewerUpdate::SetNewValue: no current viewer.
 Graphics systems deleted.
 Visualization Manager deleting...
diff --git a/examples/extended/g3tog4/clGeometry/clGeometry.out b/examples/extended/g3tog4/clGeometry/clGeometry.out
index dfe243e34f64aba7a7f63e7d6b3dea39f1c8037a..8ece0b2515600be3f50eaf94756fcc58f847467d 100644
--- a/examples/extended/g3tog4/clGeometry/clGeometry.out
+++ b/examples/extended/g3tog4/clGeometry/clGeometry.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -288,7 +288,7 @@ WARNING: G4VisManager::IsValidView(): Attempt to draw when no graphics system
 Run terminated.
 Run Summary
   Number of events processed : 1
-  User=0s Real=0.02s Sys=0.01s
+  User=0s Real=0.07000000000000001s Sys=0s
 /gun/particle mu+
 /run/beamOn 1
 
@@ -325,7 +325,7 @@ Step#    X(mm)    Y(mm)    Z(mm) KinE(MeV)  dE(MeV) StepLeng TrackLeng  NextVolu
 Run terminated.
 Run Summary
   Number of events processed : 1
-  User=0.01s Real=0.01s Sys=0s
+  User=0s Real=0s Sys=0s
 /gun/particle e-
 /run/beamOn 1
 
@@ -399,7 +399,7 @@ Step#    X(mm)    Y(mm)    Z(mm) KinE(MeV)  dE(MeV) StepLeng TrackLeng  NextVolu
 Run terminated.
 Run Summary
   Number of events processed : 1
-  User=0s Real=0.01s Sys=0.01s
+  User=0s Real=0s Sys=0s
 /gun/position   0. 1.5 0. mm
 /gun/direction  1.  0.   0.
 /gun/energy 1 GeV
@@ -439,7 +439,7 @@ Step#    X(mm)    Y(mm)    Z(mm) KinE(MeV)  dE(MeV) StepLeng TrackLeng  NextVolu
 Run terminated.
 Run Summary
   Number of events processed : 1
-  User=0.01s Real=0.01s Sys=0s
+  User=0s Real=0s Sys=0s
 /gun/particle mu+
 /run/beamOn 1
 
@@ -476,7 +476,7 @@ Step#    X(mm)    Y(mm)    Z(mm) KinE(MeV)  dE(MeV) StepLeng TrackLeng  NextVolu
 Run terminated.
 Run Summary
   Number of events processed : 1
-  User=0s Real=0.01s Sys=0s
+  User=0.01s Real=0.01s Sys=0s
 /gun/particle e-
 /run/beamOn 1
 
@@ -513,7 +513,7 @@ Step#    X(mm)    Y(mm)    Z(mm) KinE(MeV)  dE(MeV) StepLeng TrackLeng  NextVolu
 Run terminated.
 Run Summary
   Number of events processed : 1
-  User=0s Real=0.01s Sys=0s
+  User=0s Real=0s Sys=0s
 /gun/particle e+
 /run/beamOn 1
 
diff --git a/examples/extended/g3tog4/cltog4/cltog4.out b/examples/extended/g3tog4/cltog4/cltog4.out
index 5c3c4fa87ae6004b3cf2b842bc34e47aa53e6bf8..03b390a4d6fa404addf5d3627b991ea0327f41a7 100644
--- a/examples/extended/g3tog4/cltog4/cltog4.out
+++ b/examples/extended/g3tog4/cltog4/cltog4.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -288,5 +288,5 @@ Step#    X(mm)    Y(mm)    Z(mm) KinE(MeV)  dE(MeV) StepLeng TrackLeng  NextVolu
 Run terminated.
 Run Summary
   Number of events processed : 10
-  User=0.04s Real=0.1s Sys=0s
+  User=0.01s Real=0.05s Sys=0.01s
 G4 kernel has come to Quit state.
diff --git a/examples/extended/hadronic/Hadr01/hadr01.out b/examples/extended/hadronic/Hadr01/hadr01.out
index 2c2e99e88f515474459300bc61e9fbb07044a721..fc86f1f94f6af2aa7820b23cb7a5e83d92ffb834 100644
--- a/examples/extended/hadronic/Hadr01/hadr01.out
+++ b/examples/extended/hadronic/Hadr01/hadr01.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: geant4-08-00-ref-02    (10-February-2006)
+ Geant4 version Name: global-V08-00-04    (30-June-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -20,7 +20,7 @@
 PhysicsList::AddPhysicsList: <QGSP_BERT>
 #
 /run/initialize
-### Target consist of 100 disks of R(mm)= 10 disks of Width(mm)= 1 of G4_Al  ###
+### Target consist of 100 of G4_Al disks with R(mm)= 10  Width(mm)= 1  Total Length(mm)= 100  ###
 
 ***** Table : Nb of materials = 2 *****
 
@@ -28,13 +28,40 @@ PhysicsList::AddPhysicsList: <QGSP_BERT>
    --->  Element: Al (Al)   Z = 13.0   N =  27.0   A =  26.98 g/mole
    --->  Isotope:    Al   Z = 13   N =  27   A =  26.98 g/mole   abundance: 100.00 %  ElmMassFraction: 100.00 %  ElmAbundance 100.00 %
 
- Material: G4_Galactic     density:  0.000 kg/m3   temperature:   2.73 K  pressure:   0.00 atm  RadLength: 204311173.221 pc 
+ Material: G4_Galactic     density:  0.000 mg/cm3  temperature:   2.73 K  pressure:   0.00 atm  RadLength: 204311173.221 pc 
    --->  Element: H (H)   Z =  1.0   N =   1.0   A =   1.01 g/mole
    --->  Isotope:     H   Z =  1   N =   1   A =   1.01 g/mole   abundance:  99.99 %
    --->  Isotope:     H   Z =  1   N =   2   A =   2.01 g/mole   abundance:   0.01 %  ElmMassFraction: 100.00 %  ElmAbundance 100.00 %
 
 
 ===========================================================================================
+
+       Hadronic Processes for anti_neutron
+  hElastic           Models:     elastic      Emin(GeV)=     0      Emax(GeV)=  100000
+
+       Hadronic Processes for anti_proton
+  hElastic           Models:     elastic      Emin(GeV)=     0      Emax(GeV)=  100000
+
+       Hadronic Processes for kaon+
+  hElastic           Models:     elastic      Emin(GeV)=     0      Emax(GeV)=  100000
+
+       Hadronic Processes for kaon-
+  hElastic           Models:     elastic      Emin(GeV)=     0      Emax(GeV)=  100000
+
+       Hadronic Processes for lambda
+  hElastic           Models:     elastic      Emin(GeV)=     0      Emax(GeV)=  100000
+
+       Hadronic Processes for neutron
+  hElastic           Models:     elastic      Emin(GeV)=     0      Emax(GeV)=  100000
+
+       Hadronic Processes for pi+
+  hElastic           Models:     elastic      Emin(GeV)=     0      Emax(GeV)=  100000
+
+       Hadronic Processes for pi-
+  hElastic           Models:     elastic      Emin(GeV)=     0      Emax(GeV)=  100000
+
+       Hadronic Processes for proton
+  hElastic           Models:     elastic      Emin(GeV)=     0      Emax(GeV)=  100000
 ===========================================================================================
 PhysicsList::SetCuts:CutLength : 1 mm 
 #
@@ -204,31 +231,31 @@ EventAction: Event # 90 started
 Run terminated.
 Run Summary
   Number of events processed : 100
-  User=1.32s Real=1.33s Sys=0s
+  User=8.93s Real=12.49s Sys=3.36s
 RunAction: End of run actions are started
 HistoManager: End of run actions are started
 ========================================================
 Beam particle                        proton
 Beam Energy(MeV)                     3000
 Number of events                     100
-Average number of steps              618.4
-Average number of gamma              1.88
-Average number of e-                 4.02
-Average number of e+                 0.01
-Average number of neutrons           1
-Average number of protons            1.15
+Average number of steps              641.6
+Average number of gamma              2.58
+Average number of e-                 4.67
+Average number of e+                 0.11
+Average number of neutrons           1.32
+Average number of protons            1.22
 Average number of antiprotons        0
-Average number of pi+ & pi-          0.26
-Average number of pi0                0.12
+Average number of pi+ & pi-          0.3
+Average number of pi0                0.23
 Average number of kaons              0
-Average number of muons              0
-Average number of deuterons+tritons  0.1
+Average number of muons              0.02
+Average number of deuterons+tritons  0.15
 Average number of He3+alpha          0.18
-Average number of ions               0.45
-Average number of forward neutrons   0.54
-Average number of reflected neutrons 0.4
-Average number of backword neutrons  0
-Average number of proton leak        2.32
+Average number of ions               0.5
+Average number of forward neutrons   0.18
+Average number of reflected neutrons 0.03
+Average number of leaked neutrons    1.06
+Average number of proton leak        2.08
 Average number of pion leak          1
 ========================================================
 
diff --git a/examples/extended/parallel/ParN02/History b/examples/extended/parallel/ParN02/History
index b1723b473d1a68913b9af063628216dddf762db4..77049e28461da5bdff1c184797de6d5fd92c1310 100644
--- a/examples/extended/parallel/ParN02/History
+++ b/examples/extended/parallel/ParN02/History
@@ -1,4 +1,4 @@
-$Id: History,v 1.11 2005/11/28 11:30:55 gcosmo Exp $
+$Id: History,v 1.12 2006/07/05 12:47:48 gcosmo Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -15,6 +15,10 @@ track of all tags.
      * Reverse chronological order (last date on top), please *
      ----------------------------------------------------------
 
+Jul 5th, 2006  G.Cosmo - ParN02-V08-01-00
+----------------------
+- Brought up to date with latest fixes introduced in exampleN02.
+
 Nov 28th, 2005  G.Cooperman - ParN02-V07-01-01
 ---------------------------
 - Updated in sync with the last kernel code.
diff --git a/examples/extended/parallel/ParN02/ParN02.cc b/examples/extended/parallel/ParN02/ParN02.cc
index 29fd2be2fff9a7f4fd21c74152d6b263382870a3..c5fc577b5c15da311f329edf20cdbb59081e4799 100644
--- a/examples/extended/parallel/ParN02/ParN02.cc
+++ b/examples/extended/parallel/ParN02/ParN02.cc
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: ParN02.cc,v 1.4 2006/06/29 17:33:46 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: ParN02.cc,v 1.5 2006/07/05 12:45:59 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 // 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -52,64 +52,84 @@
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 
-int main(int argc,char** argv) {
-
-  //my Verbose output class
-  G4VSteppingVerbose::SetInstance(new ExN02SteppingVerbose);
+int main(int argc,char** argv)
+{
+  // User Verbose output class
+  //
+  G4VSteppingVerbose* verbosity = new ExN02SteppingVerbose;
+  G4VSteppingVerbose::SetInstance(verbosity);
   
   // Run manager
+  //
   G4RunManager * runManager = new G4RunManager;
 
-  // UserInitialization classes (mandatory)
-  ExN02DetectorConstruction* ExN02detector = new ExN02DetectorConstruction;
-  runManager->SetUserInitialization(ExN02detector);
-  runManager->SetUserInitialization(new ExN02PhysicsList);
+  // User Initialization classes (mandatory)
+  //
+  ExN02DetectorConstruction* detector = new ExN02DetectorConstruction;
+  runManager->SetUserInitialization(detector);
+  //
+  G4VUserPhysicsList* physics = new ExN02PhysicsList;
+  runManager->SetUserInitialization(physics);
   
 #ifdef G4VIS_USE
   // Visualization, if you choose to have it!
+  //
   G4VisManager* visManager = new G4VisExecutive;
   visManager->Initialize();
 #endif
    
-  // UserAction classes
-  runManager->SetUserAction(new ExN02PrimaryGeneratorAction(ExN02detector));
-  runManager->SetUserAction(new ExN02RunAction);  
-  runManager->SetUserAction(new ExN02EventAction);
-  runManager->SetUserAction(new ExN02SteppingAction);
+  // User Action classes
+  //
+  G4VUserPrimaryGeneratorAction* gen_action = new ExN02PrimaryGeneratorAction(detector);
+  runManager->SetUserAction(gen_action);
+  //
+  G4UserRunAction* run_action = new ExN02RunAction;
+  runManager->SetUserAction(run_action);  
+  //
+  G4UserEventAction* event_action = new ExN02EventAction;
+  runManager->SetUserAction(event_action);
+  //
+  G4UserSteppingAction* stepping_action = new ExN02SteppingAction;
+  runManager->SetUserAction(stepping_action);
 
-  //Initialize G4 kernel
+  // Initialize G4 kernel
+  //
   runManager->Initialize();
       
-  //get the pointer to the User Interface manager 
+  // Get the pointer to the User Interface manager 
+  //
   G4UImanager * UI = G4UImanager::GetUIpointer();  
 
-  if(argc==1)
-  // Define (G)UI terminal for interactive mode  
+  if(argc==1)  // Define (G)UI terminal for interactive mode
   { 
-    // G4UIterminal is a (dumb) terminal.
+    // G4UIterminal is a (dumb) terminal
+    //
     G4UIsession * session = 0;
 #ifdef G4UI_USE_TCSH
       session = new G4UIterminal(new G4UItcsh);      
 #else
       session = new G4UIterminal();
 #endif    
-
-    UI->ApplyCommand("/control/execute vis.mac");    
+    UI->ApplyCommand("/run/beamOn 10");    
     session->SessionStart();
     delete session;
   }
-  else
-  // Batch mode
+  else  // Batch mode
   { 
     G4String command = "/control/execute ";
     G4String fileName = argv[1];
     UI->ApplyCommand(command+fileName);
   }
 
+  // Free the store: user actions, physics_list and detector_description are
+  //                 owned and deleted by the run manager, so they should not
+  //                 be deleted in the main() program !
+
 #ifdef G4VIS_USE
   delete visManager;
 #endif
   delete runManager;
+  delete verbosity;
 
   return 0;
 }
diff --git a/examples/extended/parallel/ParN02/include/ExN02RunAction.hh b/examples/extended/parallel/ParN02/include/ExN02RunAction.hh
index 1521c5d9d125304145f07c70182379adf9cc9c65..87fffac4ff71fcd9336f7fbad74398f3599ca8e0 100644
--- a/examples/extended/parallel/ParN02/include/ExN02RunAction.hh
+++ b/examples/extended/parallel/ParN02/include/ExN02RunAction.hh
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: ExN02RunAction.hh,v 1.2 2006/06/29 17:34:19 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: ExN02RunAction.hh,v 1.3 2006/07/05 12:46:00 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 // 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -48,7 +48,6 @@ class ExN02RunAction : public G4UserRunAction
 
   public:
     void BeginOfRunAction(const G4Run*);
-    void EndOfRunAction(const G4Run*);
 };
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/extended/parallel/ParN02/src/ExN02RunAction.cc b/examples/extended/parallel/ParN02/src/ExN02RunAction.cc
index 628dd19f0c70c4622f74aee2f6d60b8c23ebdc61..d2bb9f67d608383694ca8a41e179fe7bc0c0a571 100644
--- a/examples/extended/parallel/ParN02/src/ExN02RunAction.cc
+++ b/examples/extended/parallel/ParN02/src/ExN02RunAction.cc
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: ExN02RunAction.cc,v 1.2 2006/06/29 17:34:52 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: ExN02RunAction.cc,v 1.3 2006/07/05 12:46:00 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 // 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -34,7 +34,6 @@
 
 #include "G4Run.hh"
 #include "G4UImanager.hh"
-#include "G4VVisManager.hh"
 #include "G4ios.hh"
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -52,22 +51,6 @@ ExN02RunAction::~ExN02RunAction()
 void ExN02RunAction::BeginOfRunAction(const G4Run* aRun)
 {
   G4cout << "### Run " << aRun->GetRunID() << " start." << G4endl;
-
-  if (G4VVisManager::GetConcreteInstance())
-    {
-      G4UImanager* UI = G4UImanager::GetUIpointer();
-      UI->ApplyCommand("/vis/scene/notifyHandlers");
-    } 
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-void ExN02RunAction::EndOfRunAction(const G4Run*)
-{
-  if (G4VVisManager::GetConcreteInstance())
-    {
-     G4UImanager::GetUIpointer()->ApplyCommand("/vis/viewer/update");
-    }
 }
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/extended/parallel/ParN04/GNUmakefile b/examples/extended/parallel/ParN04/GNUmakefile
index 24c60715ace9108e4fbe928208dede5f4742b1c1..622530243ecade683b86538f591ec9f82cb504b4 100644
--- a/examples/extended/parallel/ParN04/GNUmakefile
+++ b/examples/extended/parallel/ParN04/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.1 2002/03/05 15:22:04 gcosmo Exp $
+# $Id: GNUmakefile,v 1.2 2006/07/05 13:07:54 gcosmo Exp $
 # --------------------------------------------------------------
 # GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
 # --------------------------------------------------------------
@@ -13,18 +13,15 @@ ifndef G4INSTALL
   G4INSTALL = ../../..
 endif
 
-.PHONY: all
-all: lib bin
+include hadronic_lists.gmk
 
-include $(G4INSTALL)/config/binmake.gmk
+.PHONY: all
+all: had_list lib bin
 
-CXXFLAGS_WITHOUT_O := $(filter-out -O% , $(CXXFLAGS))
-CXXFLAGS_WITHOUT_O := $(filter-out +O% , $(CXXFLAGS_WITHOUT_O))
+had_list:
+	@echo "This example uses the QGSP 'educated guess physics list'"
+	@echo "(see $(G4INSTALL)/physics_lists/hadronic)."
+	@echo "The hadronic physics lists should be compiled before"
+	@echo "compiling this example."
 
-ifeq ($(G4SYSTEM),HP-aCC)
-COMPILER := $(shell aCC -V 2>&1)
-ifeq ($(COMPILER), aCC: HP ANSI C++ B3910B A.01.15)
-$(G4TMP)/$(G4SYSTEM)/$(name)/ExN04HadronPhysics.o: src/ExN04HadronPhysics.cc
-	$(CXX) $(CXXFLAGS_WITHOUT_O) $(CPPFLAGS) -c $(OUT_OBJ)$@ src/ExN04HadronPhysics.cc
-endif
-endif
+include $(G4INSTALL)/config/binmake.gmk
diff --git a/examples/extended/parallel/ParN04/History b/examples/extended/parallel/ParN04/History
index 6e1221c813a99b9dcf6f2b29643acb0c71e4da42..79eae24f4c69ab2e1200b0087a62dbc7e91870bb 100644
--- a/examples/extended/parallel/ParN04/History
+++ b/examples/extended/parallel/ParN04/History
@@ -1,4 +1,4 @@
-$Id: History,v 1.10 2005/11/28 11:30:48 gcosmo Exp $
+$Id: History,v 1.11 2006/07/05 13:16:25 gcosmo Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -15,6 +15,11 @@ track of all tags.
      * Reverse chronological order (last date on top), please *
      ----------------------------------------------------------
 
+Jul 5th, 2006  G.Cosmo - ParN04-V08-01-00
+----------------------
+- Brought up to date with latest fixes introduced in exampleN04,
+  in order to make it run with release 8 series.
+
 Nov 28th, 2005  G.Cooperman - ParN04-V07-01-01
 ---------------------------
 - Updated in sync with the last kernel code.
diff --git a/examples/extended/parallel/ParN04/ParN04.cc b/examples/extended/parallel/ParN04/ParN04.cc
index 78064a0f560dd7f6a14b5ee2b1c111fc7155421b..1acd3747711919a686326ee5a336025e50011ca3 100644
--- a/examples/extended/parallel/ParN04/ParN04.cc
+++ b/examples/extended/parallel/ParN04/ParN04.cc
@@ -24,17 +24,12 @@
 // ********************************************************************
 //
 //
-// $Id: ParN04.cc,v 1.5 2006/06/29 17:35:16 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: ParN04.cc,v 1.6 2006/07/05 13:07:54 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 // 
 // --------------------------------------------------------------
 //      GEANT 4 - ParN04
-//
-// --------------------------------------------------------------
-// Comments
-//
-// 
 // --------------------------------------------------------------
 
 
@@ -44,7 +39,7 @@
 #include "G4UItcsh.hh"
 
 #include "ExN04DetectorConstruction.hh"
-#include "ExN04PhysicsList.hh"
+#include "QGSP.hh"
 #include "ExN04PrimaryGeneratorAction.hh"
 #include "ExN04RunAction.hh"
 #include "ExN04EventAction.hh"
@@ -61,34 +56,60 @@
 
 int main(int argc,char** argv)
 {
-  G4VSteppingVerbose::SetInstance(new ExN04SteppingVerbose);
+  // User Verbose output class
+  //
+  G4VSteppingVerbose* verbosity = new ExN04SteppingVerbose;
+  G4VSteppingVerbose::SetInstance(verbosity);
   
+  // Run manager
+  //
   G4RunManager* runManager = new G4RunManager;
 
-  runManager->SetUserInitialization(new ExN04DetectorConstruction);
-  runManager->SetUserInitialization(new ExN04PhysicsList);
+  // User Initialization classes (mandatory)
+  //
+  G4VUserDetectorConstruction* detector = new ExN04DetectorConstruction;
+  runManager->SetUserInitialization(detector);
+  //
+  G4VUserPhysicsList* physics = new QGSP;
+  runManager->SetUserInitialization(physics);
   
 #ifdef G4VIS_USE
   // Visualization, if you choose to have it!
+  //
   G4VisManager* visManager = new G4VisExecutive;
   visManager->Initialize();
 #endif
 
   runManager->Initialize();
 
-  runManager->SetUserAction(new ExN04PrimaryGeneratorAction);
-  runManager->SetUserAction(new ExN04RunAction);  
-  runManager->SetUserAction(new ExN04EventAction);
-  runManager->SetUserAction(new ExN04StackingAction);
-  runManager->SetUserAction(new ExN04TrackingAction);
-  runManager->SetUserAction(new ExN04SteppingAction);
+  // User Action classes
+  //
+  G4VUserPrimaryGeneratorAction* gen_action = new ExN04PrimaryGeneratorAction;
+  runManager->SetUserAction(gen_action);
+  //
+  G4UserRunAction* run_action = new ExN04RunAction;
+  runManager->SetUserAction(run_action);
+  //
+  G4UserEventAction* event_action = new ExN04EventAction;
+  runManager->SetUserAction(event_action);
+  //
+  G4UserStackingAction* stacking_action = new ExN04StackingAction;
+  runManager->SetUserAction(stacking_action);
+  //
+  G4UserTrackingAction* tracking_action = new ExN04TrackingAction;
+  runManager->SetUserAction(tracking_action);
+  //
+  G4UserSteppingAction* stepping_action = new ExN04SteppingAction;
+  runManager->SetUserAction(stepping_action);
   
-  //get the pointer to the User Interface manager   
+  // Get the pointer to the User Interface manager   
+  //
   G4UImanager* UImanager = G4UImanager::GetUIpointer();  
 
-  if(argc==1)
+  if(argc==1)  // Define (G)UI terminal for interactive mode
   {
-    // G4UIterminal is a (dumb) terminal.
+    // G4UIterminal is a (dumb) terminal
+    //
 #ifdef G4UI_USE_TCSH
     G4UIsession* session = new G4UIterminal(new G4UItcsh);      
 #else
@@ -98,18 +119,22 @@ int main(int argc,char** argv)
     session->SessionStart();
     delete session;
   }
-  else
+  else  // Batch mode
   {
     G4String command = "/control/execute ";
     G4String fileName = argv[1];
     UImanager->ApplyCommand(command+fileName);
   }
 
-  delete runManager;
+  // Free the store: user actions, physics_list and detector_description are
+  //                 owned and deleted by the run manager, so they should not
+  //                 be deleted in the main() program !
+
 #ifdef G4VIS_USE
   delete visManager;
 #endif
+  delete runManager;
+  delete verbosity;
 
   return 0;
 }
-
diff --git a/examples/extended/parallel/ParN04/hadronic_lists.gmk b/examples/extended/parallel/ParN04/hadronic_lists.gmk
new file mode 100644
index 0000000000000000000000000000000000000000..65eded22f13671f60a9fd9e11b06b06bf65b23da
--- /dev/null
+++ b/examples/extended/parallel/ParN04/hadronic_lists.gmk
@@ -0,0 +1,63 @@
+# --------------------------------------------------------------
+# GNUmakefile for physics list user.  
+# JPW. Fri Jul 25 10:39:58 CEST 2003
+# --------------------------------------------------------------
+
+ifndef G4LISTS_BASE
+  EXTRALIBS += -L$(G4LIB)/plists/$(G4SYSTEM)
+  G4LISTS_BASE = $(G4INSTALL)/physics_lists
+else
+  EXTRALIBS += -L$(G4LISTS_BASE)/hadronic/plists/lib/$(G4SYSTEM)
+endif
+
+#
+# Select your physics lists to link against.
+#
+# EXTRALIBS += -lFTFC
+# EXTRALIBS += -lFTFP
+# EXTRALIBS += -lLBE
+# EXTRALIBS += -lLHEP
+# EXTRALIBS += -lLHEP_GN
+# EXTRALIBS += -lLHEP_HP
+# EXTRALIBS += -lLHEP_LEAD
+# EXTRALIBS += -lLHEP_BERT_HP
+# EXTRALIBS += -lLHEP_BIC_HP
+# EXTRALIBS += -lLHEP_LEAD_HP
+# EXTRALIBS += -lLHEP_PRECO
+# EXTRALIBS += -lQGSP_BERT
+# EXTRALIBS += -lLHEP_PRECO_HP
+# EXTRALIBS += -lQGSC
+# EXTRALIBS += -lQGSC_LEAD
+# EXTRALIBS += -lQGSC_LEAD_HP
+EXTRALIBS += -lQGSP
+# EXTRALIBS += -lQGSP_GN
+# EXTRALIBS += -lQGSP_HP
+# EXTRALIBS += -lLHEP_BERT
+# EXTRALIBS += -lLHEP_BIC
+# EXTRALIBS += -lQGSP_BIC
+EXTRALIBS += -lPackaging
+
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/FTFC/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/FTFP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LBE/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BERT/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BIC/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_GN/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BERT_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_BIC_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_LEAD/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_LEAD_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_PRECO/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/LHEP_PRECO_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/Packaging/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSC/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSC_LEAD/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSC_LEAD_HP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_BERT/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_BIC/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_GN/include
+CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_HP/include
+
diff --git a/examples/extended/parallel/ParN04/include/ExN04RunAction.hh b/examples/extended/parallel/ParN04/include/ExN04RunAction.hh
index 974e2ce84d8fd25002bc6be1a94b77428b53ecd0..3769e7ada61e947771892874ecf8ad470ee6c0d2 100644
--- a/examples/extended/parallel/ParN04/include/ExN04RunAction.hh
+++ b/examples/extended/parallel/ParN04/include/ExN04RunAction.hh
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: ExN04RunAction.hh,v 1.2 2006/06/29 17:36:27 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: ExN04RunAction.hh,v 1.3 2006/07/05 13:07:55 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 // 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -48,7 +48,6 @@ class ExN04RunAction : public G4UserRunAction
 
   public:
     void BeginOfRunAction(const G4Run*);
-    void EndOfRunAction(const G4Run*);
 };
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
diff --git a/examples/extended/parallel/ParN04/src/ExN04EventAction.cc b/examples/extended/parallel/ParN04/src/ExN04EventAction.cc
index f6e4f4ba73fafb5dba8ef29b38a2190813f66ae2..a45a9cd5bbc0502abfd30725d942177c4da87d1d 100644
--- a/examples/extended/parallel/ParN04/src/ExN04EventAction.cc
+++ b/examples/extended/parallel/ParN04/src/ExN04EventAction.cc
@@ -67,24 +67,6 @@ void ExN04EventAction::EndOfEventAction(const G4Event* evt)
 {
   G4cout << ">>> Event " << evt->GetEventID() << G4endl;
   
-  // get number of stored trajectories
-  //
-  G4TrajectoryContainer* trajectoryContainer = evt->GetTrajectoryContainer();
-  G4int n_trajectories = 0;
-  if (trajectoryContainer) n_trajectories = trajectoryContainer->entries();
-  
-  // extract the trajectories and draw them
-  //
-  if (G4VVisManager::GetConcreteInstance())
-    {
-     for (G4int i=0; i<n_trajectories; i++) 
-        { G4Trajectory* trj = (G4Trajectory*)
-	                            ((*(evt->GetTrajectoryContainer()))[i]);
-          trj->DrawTrajectory(50);
-        }
-    }
-    
-    
   if(trackerCollID<0||calorimeterCollID<0||muonCollID<0) return;
 
   G4HCofThisEvent * HCE = evt->GetHCofThisEvent();
diff --git a/examples/extended/parallel/ParN04/src/ExN04RunAction.cc b/examples/extended/parallel/ParN04/src/ExN04RunAction.cc
index ba92125e79907008c66e6ca79d81b3244d187fa1..ae514f67422bfcb493d27fdefe56e063ffef069c 100644
--- a/examples/extended/parallel/ParN04/src/ExN04RunAction.cc
+++ b/examples/extended/parallel/ParN04/src/ExN04RunAction.cc
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: ExN04RunAction.cc,v 1.2 2006/06/29 17:37:28 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: ExN04RunAction.cc,v 1.3 2006/07/05 13:07:56 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 // 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -55,25 +55,6 @@ void ExN04RunAction::BeginOfRunAction(const G4Run* aRun)
   G4cout << "### Run " << aRun->GetRunID() << " start." << G4endl;
   
   G4RunManager::GetRunManager()->SetRandomNumberStore(true);
-
-  if (G4VVisManager::GetConcreteInstance())
-    {
-      G4UImanager* UI = G4UImanager::GetUIpointer();
-      UI->ApplyCommand("/vis/scene/notifyHandlers");
-    } 
 }
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-void ExN04RunAction::EndOfRunAction(const G4Run*)
-{
-  if (G4VVisManager::GetConcreteInstance())
-    {
-     G4UImanager::GetUIpointer()->ApplyCommand("/vis/viewer/update");
-    }
-}
-
-//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-
-
-
diff --git a/examples/novice/N01/exampleN01.out b/examples/novice/N01/exampleN01.out
index 59e72a03513514b1155d611d28332ff6430e566e..c42da589d3a0d2c4d0bda180e51caeba27298eaa 100644
--- a/examples/novice/N01/exampleN01.out
+++ b/examples/novice/N01/exampleN01.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -222,5 +222,5 @@ Terminate current event processing.
 Run terminated.
 Run Summary
   Number of events processed : 3
-  User=0.02s Real=0.12s Sys=0.07000000000000001s
+  User=0.01s Real=0.04s Sys=0.02s
 G4 kernel has come to Quit state.
diff --git a/examples/novice/N02/exampleN02.out b/examples/novice/N02/exampleN02.out
index 51f04e5a6e53aa67d97f3ea019829210d29e5f74..8661b962c5c5d9549730c04d4cb1884d8b413fa7 100644
--- a/examples/novice/N02/exampleN02.out
+++ b/examples/novice/N02/exampleN02.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
diff --git a/examples/novice/N03/exampleN03.out b/examples/novice/N03/exampleN03.out
index 399bba094f34f4a60bd52cb99d58c00d75e705ee..21994272262426e457e46038c25844243b2e87e6 100644
--- a/examples/novice/N03/exampleN03.out
+++ b/examples/novice/N03/exampleN03.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
diff --git a/examples/novice/N04/exampleN04.EMtest.out b/examples/novice/N04/exampleN04.EMtest.out
index c4571a1b63715e75cb34d302c28e92e463b608dd..2683c1533a74a8c673345ce4baab0112192bdc54 100644
--- a/examples/novice/N04/exampleN04.EMtest.out
+++ b/examples/novice/N04/exampleN04.EMtest.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
diff --git a/examples/novice/N04/exampleN04.out b/examples/novice/N04/exampleN04.out
index e00b4534f70aa5c81e6bfc07f795dff4989a2e5e..35168606270b81dc9672ec072bd8f3e5682d321d 100644
--- a/examples/novice/N04/exampleN04.out
+++ b/examples/novice/N04/exampleN04.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -245,7 +245,7 @@ Stage 1->2 : 0 isolated muon found.
 Run terminated.
 Run Summary
   Number of events processed : 3
-  User=1.22s Real=1.41s Sys=0.06s
+  User=1.03s Real=1.18s Sys=0.04s
 Graphics systems deleted.
 Visualization Manager deleting...
 G4 kernel has come to Quit state.
diff --git a/examples/novice/N05/exampleN05.out b/examples/novice/N05/exampleN05.out
index c4b13d7d81114072d2ec45bc7b4e420cb0b9e3a8..9fa5e4ae0279db1efdaa1737430c4535e5c6a5f4 100644
--- a/examples/novice/N05/exampleN05.out
+++ b/examples/novice/N05/exampleN05.out
@@ -1,7 +1,7 @@
 RunManager construction starting....
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -305,124 +305,124 @@ ExN05PionShowerModel::DoIt
      Total energy deposition in HAD calorimeter towers : 0.699966 (GeV)
 ExN05PionShowerModel::DoIt
 >>> Event 1
-     16 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 0.459976 (GeV)
-     10 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 1.43992 (GeV)
+     8 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.159991 (GeV)
+     8 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.739959 (GeV)
 ExN05PionShowerModel::DoIt
 >>> Event 2
-     21 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 0.679963 (GeV)
-     11 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 2.17988 (GeV)
+     10 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.219987 (GeV)
+     8 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.739955 (GeV)
 ExN05PionShowerModel::DoIt
 >>> Event 3
-     24 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 0.879946 (GeV)
-     11 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 2.85982 (GeV)
+     7 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.199983 (GeV)
+     6 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.679942 (GeV)
 ExN05PionShowerModel::DoIt
 >>> Event 4
-     26 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 1.09993 (GeV)
-     12 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 3.63978 (GeV)
+     8 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.219988 (GeV)
+     10 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.779958 (GeV)
 number of event = 5
 ### Run 5 start.
 ExN05PionShowerModel::DoIt
 >>> Event 0
-     26 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 1.09993 (GeV)
-     23 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 4.63969 (GeV)
+     0 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0 (GeV)
+     11 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.999906 (GeV)
 ExN05PionShowerModel::DoIt
 >>> Event 1
-     26 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 1.09993 (GeV)
-     26 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 5.63964 (GeV)
+     0 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0 (GeV)
+     14 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.999951 (GeV)
 ExN05PionShowerModel::DoIt
 >>> Event 2
-     27 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 1.13993 (GeV)
-     29 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 6.5996 (GeV)
+     1 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.0399983 (GeV)
+     11 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.959959 (GeV)
 ExN05PionShowerModel::DoIt
 >>> Event 3
-     29 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 1.21993 (GeV)
-     31 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 7.51956 (GeV)
+     2 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.0799965 (GeV)
+     13 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.91996 (GeV)
 ExN05PionShowerModel::DoIt
 >>> Event 4
-     29 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 1.23993 (GeV)
-     32 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 8.4995 (GeV)
+     1 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.0199989 (GeV)
+     12 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.979947 (GeV)
 number of event = 5
 ### Run 6 start.
 ExN05PionShowerModel::DoIt
 >>> Event 0
-     30 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 1.25993 (GeV)
-     45 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 9.47946 (GeV)
+     1 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.0199991 (GeV)
+     13 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.979955 (GeV)
 ExN05PionShowerModel::DoIt
 >>> Event 1
-     32 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 1.29992 (GeV)
-     46 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 10.4394 (GeV)
+     2 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.0399979 (GeV)
+     11 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.959949 (GeV)
 ExN05PionShowerModel::DoIt
 >>> Event 2
-     33 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 1.35992 (GeV)
-     49 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 11.3794 (GeV)
+     2 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.0599972 (GeV)
+     12 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.939956 (GeV)
 ExN05PionShowerModel::DoIt
 >>> Event 3
-     34 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 1.37992 (GeV)
-     52 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 12.3393 (GeV)
+     1 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.019999 (GeV)
+     11 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.959951 (GeV)
 ExN05PionShowerModel::DoIt
 >>> Event 4
-     35 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 1.39992 (GeV)
-     52 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 13.3193 (GeV)
+     1 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.0199991 (GeV)
+     11 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.979956 (GeV)
 number of event = 5
 ### Run 7 start.
 ExN05PionShowerModel::DoIt
 >>> Event 0
-     39 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 1.51991 (GeV)
-     58 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 14.0992 (GeV)
+     4 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.119989 (GeV)
+     8 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.779931 (GeV)
 ExN05PionShowerModel::DoIt
 >>> Event 1
-     45 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 1.68023 (GeV)
-     64 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 14.8388 (GeV)
+     7 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.160319 (GeV)
+     10 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.739614 (GeV)
 ExN05PionShowerModel::DoIt
 >>> Event 2
-     51 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 1.89981 (GeV)
-     65 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 15.5388 (GeV)
+     9 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.219988 (GeV)
+     10 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.699962 (GeV)
 ExN05PionShowerModel::DoIt
 >>> Event 3
-     56 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 2.0998 (GeV)
-     66 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 16.2787 (GeV)
+     9 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.199985 (GeV)
+     10 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.739946 (GeV)
 ExN05PionShowerModel::DoIt
 >>> Event 4
-     59 hits are stored in EM ExN05CalorimeterHitsCollection.
-     Total energy deposition in EM calorimeter crytals : 2.45978 (GeV)
-     66 hits are stored in HAD ExN05CalorimeterHitsCollection.
-     Total energy deposition in HAD calorimeter towers : 16.8987 (GeV)
+     9 hits are stored in EM ExN05CalorimeterHitsCollection.
+     Total energy deposition in EM calorimeter crytals : 0.359978 (GeV)
+     9 hits are stored in HAD ExN05CalorimeterHitsCollection.
+     Total energy deposition in HAD calorimeter towers : 0.619962 (GeV)
 number of event = 5
 
 conv:  Total cross sections has a good parametrisation from 1.5 MeV to 100 GeV for all Z;
diff --git a/examples/novice/N06/exampleN06.out b/examples/novice/N06/exampleN06.out
index 72fe5cc6a44d5be77dbdc3551abf512e11e09edc..5917dca3758db830787cc8c8b68c0373254e5974 100644
--- a/examples/novice/N06/exampleN06.out
+++ b/examples/novice/N06/exampleN06.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -1108,7 +1108,7 @@ Step#      X         Y         Z        KineE    dEStep   StepLeng  TrakLeng
     1  -1.98 m   -10.1 cm     -5 m     511 keV     0 eV   5.38 m    5.38 m          Tank  Transportation
     2  -3.96 m   -20.3 cm    -10 m     511 keV     0 eV   5.38 m    10.8 m    OutOfWorld  Transportation
 Number of optical photons produces in this event : 62
-number of event = 1 User=0.12s Real=0.41s Sys=0.19s
+number of event = 1 User=0.1s Real=0.14s Sys=0.02s
 #
 /process/inactivate Scintillation
 /run/physicsModified
@@ -1557,6 +1557,6 @@ Step#      X         Y         Z        KineE    dEStep   StepLeng  TrakLeng
     1  -3.05 m       5 m    1.19 m     511 keV     0 eV   5.98 m    5.98 m          Tank  Transportation
     2  -6.11 m      10 m    2.38 m     511 keV     0 eV   5.98 m      12 m    OutOfWorld  Transportation
 Number of optical photons produces in this event : 33
-number of event = 1 User=0.05s Real=0.14s Sys=0.06s
+number of event = 1 User=0.03s Real=0.05s Sys=0.02s
 Graphics systems deleted.
 Visualization Manager deleting...
diff --git a/examples/novice/N07/exampleN07.out b/examples/novice/N07/exampleN07.out
index d0961ce2422ba169ed78fd1833cc0adfaea52768..341a6d3037c7303bc9f0bd3cb3c6cafa047dd917 100644
--- a/examples/novice/N07/exampleN07.out
+++ b/examples/novice/N07/exampleN07.out
@@ -1,6 +1,6 @@
 
 *************************************************************
- Geant4 version Name: global-V08-00-04    (30-June-2006)
+ Geant4 version Name: geant4-08-01-patch-01-ref    (27-July-2006)
                       Copyright : Geant4 Collaboration
                       Reference : NIM A 506 (2003), 250-303
                             WWW : http://cern.ch/geant4
@@ -243,7 +243,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 10
-  User=22.48s Real=26.86s Sys=4.17s
+  User=23.77s Real=25.33s Sys=1.47s
 ############################################################
  Run Summary - Number of events : 10
 ############################################################
@@ -556,7 +556,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 10
-  User=25.4s Real=30.32s Sys=4.7s
+  User=27.17s Real=28.74s Sys=1.57s
 ############################################################
  Run Summary - Number of events : 10
 ############################################################
@@ -898,7 +898,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 10
-  User=6.27s Real=7.59s Sys=1.27s
+  User=7.03s Real=7.41s Sys=0.37s
 ############################################################
  Run Summary - Number of events : 10
 ############################################################
@@ -1271,7 +1271,7 @@ Start Run processing.
 Run terminated.
 Run Summary
   Number of events processed : 10
-  User=11.55s Real=13.91s Sys=2.25s
+  User=12.95s Real=13.7s Sys=0.74s
 ############################################################
  Run Summary - Number of events : 10
 ############################################################
diff --git a/physics_lists/History b/physics_lists/History
index 2a16e3baba08fe01796b9e50494b7eda923ea194..4de901c98eb08fb7d3c12bfdae7b5effc28c3388 100644
--- a/physics_lists/History
+++ b/physics_lists/History
@@ -1,4 +1,4 @@
-$Id: History,v 1.23 2006/06/24 14:41:50 vnivanch Exp $
+$Id: History,v 1.28 2006/07/26 09:45:25 vnivanch Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -15,6 +15,22 @@ track of all tags.
      * Reverse chronological order (last date on top), please *
      ----------------------------------------------------------
 
+26.07.2006, V.Ivanchenko - phys-lists-V08-01-03
+- Return pLimit= 20 MeV/c
+
+24.07.2006, V.Ivanchenko - phys-lists-V08-01-02
+- Fix - add G4NeutronHPElasticData in the PL, not inside the process
+- Use pLimit=60 MeV/c instead of 20 MeV/c
+
+14.07.06, G.Folger       - phys-lists-V08-01-01
+- Correct flag for HP in G4HadronElasticPhysics() to true for
+  LHEP_HP and QGSP_HP
+
+05.07.2006, V.Ivanchenko - phys-lists-V08-01-00
+- Fix initialisation problem for QBBC_HP
+- Fix HP regime for G4NadronElasticPhysics
+- Add cout of the list of processes and models for QBBC
+
 24.06.2006, V.Ivanchenko - phys-lists-V08-00-15
 - Fix typo in BinaryIon builder
 
diff --git a/physics_lists/hadronic/LHEP_HP/include/LHEP_HP.icc b/physics_lists/hadronic/LHEP_HP/include/LHEP_HP.icc
index 5ae58370802c7906a8284858426fcc71d9631766..5bf2ed6a7cf2de15503c7efd77be9f682cd0e21b 100644
--- a/physics_lists/hadronic/LHEP_HP/include/LHEP_HP.icc
+++ b/physics_lists/hadronic/LHEP_HP/include/LHEP_HP.icc
@@ -23,8 +23,8 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
-// $Id: LHEP_HP.icc,v 1.10 2006/06/29 17:57:01 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: LHEP_HP.icc,v 1.11 2006/07/14 15:27:27 gunter Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //---------------------------------------------------------------------------
 //
@@ -84,7 +84,7 @@ template<class T> TLHEP_HP<T>::TLHEP_HP(G4int ver):  T()
   this->RegisterPhysics( new G4DecayPhysics("decay",ver) );
 
    // Hadron Elastic scattering
-  this-> RegisterPhysics( new G4HadronElasticPhysics("LElastic",ver,false));
+  this-> RegisterPhysics( new G4HadronElasticPhysics("LElastic",ver,true));
 
   // Hadron Physics
   this->RegisterPhysics(  new HadronPhysicsLHEP_HP("hadron"));
diff --git a/physics_lists/hadronic/LHEP_PRECO_HP/include/LHEP_PRECO_HP.icc b/physics_lists/hadronic/LHEP_PRECO_HP/include/LHEP_PRECO_HP.icc
index 82cb416421a37b60beaafbc9f5d258ff0ef77dce..dc0200a56ed54228361243a8f59d21b401115e78 100644
--- a/physics_lists/hadronic/LHEP_PRECO_HP/include/LHEP_PRECO_HP.icc
+++ b/physics_lists/hadronic/LHEP_PRECO_HP/include/LHEP_PRECO_HP.icc
@@ -23,8 +23,8 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
-// $Id: LHEP_PRECO_HP.icc,v 1.10 2006/06/29 17:57:39 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: LHEP_PRECO_HP.icc,v 1.11 2006/07/14 06:08:16 vnivanch Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //---------------------------------------------------------------------------
 //
@@ -83,7 +83,7 @@ template<class T> TLHEP_PRECO_HP<T>::TLHEP_PRECO_HP(G4int ver):  T()
   this->RegisterPhysics( new G4DecayPhysics("decay",ver) );
 
    // Hadron Elastic scattering
-  this-> RegisterPhysics( new G4HadronElasticPhysics("LElastic",ver,false));
+  this-> RegisterPhysics( new G4HadronElasticPhysics("LElastic",ver,true));
 
    // Hadron Physics
   this->RegisterPhysics(  new HadronPhysicsLHEP_PRECO_HP("hadron"));
diff --git a/physics_lists/hadronic/Packaging/include/G4HadronElasticPhysics.hh b/physics_lists/hadronic/Packaging/include/G4HadronElasticPhysics.hh
index 77365b7a15fae31efe476d302485a69844805ff0..0f9abfcfe21c358472bb1efdeea42a2942bb51d3 100644
--- a/physics_lists/hadronic/Packaging/include/G4HadronElasticPhysics.hh
+++ b/physics_lists/hadronic/Packaging/include/G4HadronElasticPhysics.hh
@@ -23,8 +23,8 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
-// $Id: G4HadronElasticPhysics.hh,v 1.5 2006/06/29 17:58:32 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4HadronElasticPhysics.hh,v 1.6 2006/07/05 16:12:43 vnivanch Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //---------------------------------------------------------------------------
 //
@@ -33,6 +33,7 @@
 // Author: 11 April 2006 V. Ivanchenko
 //
 // Modified:
+// 05.07.2006 V.Ivanchenko fix problem of initialisation of HP
 //
 //----------------------------------------------------------------------------
 //
@@ -69,7 +70,9 @@ public:
 
 private:
 
-  std::vector<G4HadronicProcess*> p_list;
+  G4HadronicInteraction* model;
+  G4HadronicInteraction* neutronModel;
+  G4HadronicInteraction* neutronHPModel;
 
   G4String mname;
 
diff --git a/physics_lists/hadronic/Packaging/src/G4HadronElasticPhysics.cc b/physics_lists/hadronic/Packaging/src/G4HadronElasticPhysics.cc
index bc406eef04860d03839c671802abcf7d65b24fe8..b5d460a938e59f48ae8175bb3738aa434d6e7d27 100644
--- a/physics_lists/hadronic/Packaging/src/G4HadronElasticPhysics.cc
+++ b/physics_lists/hadronic/Packaging/src/G4HadronElasticPhysics.cc
@@ -23,8 +23,8 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
-// $Id: G4HadronElasticPhysics.cc,v 1.9 2006/06/29 18:00:39 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4HadronElasticPhysics.cc,v 1.13 2006/07/26 09:45:25 vnivanch Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //---------------------------------------------------------------------------
 //
@@ -33,6 +33,9 @@
 // Author: 11 April 2006 V. Ivanchenko
 //
 // Modified:
+// 05.07.2006 V.Ivanchenko define process by particle name; 
+//                         fix problem of initialisation of HP
+// 24.07.2006 V.Ivanchenko add G4NeutronHPElasticData and set pLimit=60 MeV/c
 //
 //----------------------------------------------------------------------------
 //
@@ -43,6 +46,8 @@
 #include "G4HadronElasticProcess.hh"
 #include "G4HadronicInteraction.hh"
 #include "G4LElastic.hh"
+#include "G4NeutronHPElastic.hh"
+#include "G4NeutronHPElasticData.hh"
 
 #include "G4ParticleDefinition.hh"
 #include "G4ProcessManager.hh"
@@ -63,10 +68,17 @@ G4HadronElasticPhysics::G4HadronElasticPhysics(const G4String& name,
   if(verbose > 1) G4cout << "### HadronElasticPhysics" << G4endl;
   pLimit = 20.*MeV;
   edepLimit = 100.*keV; 
+  model = 0;
+  neutronModel = 0;
+  neutronHPModel = 0;  
 }
 
 G4HadronElasticPhysics::~G4HadronElasticPhysics()
-{}
+{
+  delete model;
+  delete neutronModel;
+  delete neutronHPModel;
+}
 
 void G4HadronElasticPhysics::ConstructParticle()
 {
@@ -93,8 +105,6 @@ void G4HadronElasticPhysics::ConstructProcess()
     G4cout << "### HadronElasticPhysics Construct Processes with the model <" 
 	   << mname << ">" << G4endl;
 
-  G4double mThreshold = 130.*MeV;
-  G4HadronicInteraction* model = 0;
   G4HadronicProcess* hel = 0;
   G4VQCrossSection* man = 0; 
 
@@ -111,30 +121,71 @@ void G4HadronElasticPhysics::ConstructProcess()
   while( (*theParticleIterator)() )
   {
     G4ParticleDefinition* particle = theParticleIterator->value();
-    G4ProcessManager* pmanager = particle->GetProcessManager();
-    if(particle->GetPDGMass() > mThreshold && !particle->IsShortLived()) {
+    G4String pname = particle->GetParticleName();
+    if(pname == "anti_lambda"  ||
+       pname == "anti_neutron" ||
+       pname == "anti_omega-"  || 
+       pname == "anti_proton"  || 
+       pname == "anti_sigma-"  || 
+       pname == "anti_sigma+"  || 
+       pname == "anti_xi-"  || 
+       pname == "anti_xi0"  || 
+       pname == "kaon-"     || 
+       pname == "kaon+"     || 
+       pname == "kaon0S"    || 
+       pname == "kaon0L"    || 
+       pname == "lambda"    || 
+       pname == "neutron"   || 
+       pname == "omega-"    || 
+       pname == "pi-"       || 
+       pname == "pi+"       || 
+       pname == "proton"    || 
+       pname == "sigma-"    || 
+       pname == "sigma+"    || 
+       pname == "xi-"       || 
+       pname == "alpha"     ||
+       pname == "deuteron"  ||
+       pname == "triton") {
+      
+      G4ProcessManager* pmanager = particle->GetProcessManager();
 
       if(mname == "elastic") {
 	G4UHadronElasticProcess* h = new G4UHadronElasticProcess("hElastic", hpFlag);
-        h->SetQElasticCrossSection(man);
+        if(hpFlag && particle == G4Neutron::Neutron()) {
+	  G4HadronElastic* nhe = new G4HadronElastic(edepLimit, pLimit);
+	  neutronModel = nhe;
+	  neutronModel->SetMinEnergy(19.5*MeV);
+          neutronModel->SetMaxEnergy(100.*TeV);
+          h->SetQElasticCrossSection(nhe->GetCS());
+	} else {
+	  h->SetQElasticCrossSection(man);
+	}
         hel = h;
       } else {                   
 	hel = new G4HadronElasticProcess();
-      }
-      if( hel->IsApplicable(*particle)) { 
-   
-	pmanager->AddDiscreteProcess(hel);
-        hel->RegisterMe(model);
-	store->Register(hel,particle,model,mname);
         if(hpFlag && particle == G4Neutron::Neutron()) {
+	  neutronModel = new G4LElastic();
+	  neutronModel->SetMinEnergy(19.5*MeV);
+          neutronModel->SetMaxEnergy(100.*TeV);
 	}
+      }
 
-	if(verbose > 1)
-	  G4cout << "### HadronElasticPhysics added for " 
-		 << particle->GetParticleName() << G4endl;
+      if(hpFlag && particle == G4Neutron::Neutron()) {
+	neutronHPModel = new G4NeutronHPElastic();
+	hel->RegisterMe(neutronHPModel);
+	store->Register(hel,particle,neutronHPModel,"HP");
+	hel->RegisterMe(neutronModel);
+	store->Register(hel,particle,neutronModel,mname);
+	hel->AddDataSet(new G4NeutronHPElasticData());
       } else {
-        delete hel;
+	hel->RegisterMe(model);
+	store->Register(hel,particle,model,mname);
       }
+      pmanager->AddDiscreteProcess(hel);
+
+      if(verbose > 1)
+	G4cout << "### HadronElasticPhysics added for " 
+	       << particle->GetParticleName() << G4endl;
     }
   }
 }
diff --git a/physics_lists/hadronic/QBBC/include/G4HadronInelasticQBBC.hh b/physics_lists/hadronic/QBBC/include/G4HadronInelasticQBBC.hh
index c066b52ee9ca77aaa0ae2102aafe7c6a9d2ea34d..b9a72eb5c4d674c9e5f38d9c7065a0b0e1b76e79 100644
--- a/physics_lists/hadronic/QBBC/include/G4HadronInelasticQBBC.hh
+++ b/physics_lists/hadronic/QBBC/include/G4HadronInelasticQBBC.hh
@@ -23,8 +23,8 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
-// $Id: G4HadronInelasticQBBC.hh,v 1.4 2006/06/29 18:02:55 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4HadronInelasticQBBC.hh,v 1.5 2006/07/05 16:12:43 vnivanch Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //---------------------------------------------------------------------------
 //
@@ -33,6 +33,7 @@
 // Author: 11 April 2006 V. Ivanchenko
 //
 // Modified:
+// 05.07.2006 V.Ivanchenko fix problem of initialisation of HP
 //
 //----------------------------------------------------------------------------
 //
@@ -90,9 +91,9 @@ private:
   G4ProtonInelasticCrossSection  theXSecP;
   G4NeutronInelasticCrossSection theXSecN;
 
-  G4NeutronHPInelasticData  theHPXSecI;
-  G4NeutronHPCaptureData    theHPXSecC;
-  G4NeutronHPFissionData    theHPXSecF;
+  G4NeutronHPInelasticData*  theHPXSecI;
+  G4NeutronHPCaptureData*    theHPXSecC;
+  G4NeutronHPFissionData*    theHPXSecF;
 
   G4HadronProcessStore* store;
 
diff --git a/physics_lists/hadronic/QBBC/include/G4HadronInelasticQLHEP.hh b/physics_lists/hadronic/QBBC/include/G4HadronInelasticQLHEP.hh
index 533ac4cb9de036ae665152fbfe31755575a3d0e1..276a818628d969e674a81b040a1665e371a7880f 100644
--- a/physics_lists/hadronic/QBBC/include/G4HadronInelasticQLHEP.hh
+++ b/physics_lists/hadronic/QBBC/include/G4HadronInelasticQLHEP.hh
@@ -23,8 +23,8 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
-// $Id: G4HadronInelasticQLHEP.hh,v 1.3 2006/06/29 18:02:58 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4HadronInelasticQLHEP.hh,v 1.4 2006/07/05 16:12:43 vnivanch Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //---------------------------------------------------------------------------
 //
@@ -33,6 +33,7 @@
 // Author: 11 April 2006 V. Ivanchenko
 //
 // Modified:
+// 05.07.2006 V.Ivanchenko fix problem of initialisation of HP
 //
 //----------------------------------------------------------------------------
 //
@@ -100,9 +101,9 @@ private:
   G4ProtonInelasticCrossSection  theXSecP;
   G4NeutronInelasticCrossSection theXSecN;
 
-  G4NeutronHPInelasticData  theHPXSecI;
-  G4NeutronHPCaptureData    theHPXSecC;
-  G4NeutronHPFissionData    theHPXSecF;
+  G4NeutronHPInelasticData*  theHPXSecI;
+  G4NeutronHPCaptureData*    theHPXSecC;
+  G4NeutronHPFissionData*    theHPXSecF;
 
   G4HadronProcessStore* store;
 
diff --git a/physics_lists/hadronic/QBBC/include/QBBC.icc b/physics_lists/hadronic/QBBC/include/QBBC.icc
index 47e672bc9b963f8a391809c97a22ac714c1c439a..b16c23b553a0ca96b17c68c5fbc86d5676adc279 100644
--- a/physics_lists/hadronic/QBBC/include/QBBC.icc
+++ b/physics_lists/hadronic/QBBC/include/QBBC.icc
@@ -23,8 +23,8 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
-// $Id: QBBC.icc,v 1.15 2006/06/29 18:03:03 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: QBBC.icc,v 1.17 2006/07/05 17:17:11 vnivanch Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //---------------------------------------------------------------------------
 //
@@ -74,34 +74,46 @@ template<class T> TQBBC<T>::TQBBC( G4int ver, const G4String& type): T()
    // Hadron Physics
   if(type == "QBBC") {
     this->RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
-    this->RegisterPhysics( new G4HadronInelasticQBBC("inelastic", ver, false,
-		false, false, false));
     this->RegisterPhysics( new G4QStoppingPhysics("stopping",ver));
     this->RegisterPhysics( new G4IonBinaryCascadePhysics("ionBIC"));
+    this->RegisterPhysics( new G4HadronInelasticQBBC("inelastic", ver, false,
+		false, false, false));
+
   } else if(type == "QBEC") {
     this->RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
+    this->RegisterPhysics( new G4QStoppingPhysics("stopping",ver));
+    this->RegisterPhysics( new G4IonBinaryCascadePhysics("ionBIC"));
     this->RegisterPhysics( new G4HadronInelasticQBBC("inelastic", ver, false,
 		true, false, false));
+
+  } else if(type == "QBBC_HP") {
+    this->RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,true));
     this->RegisterPhysics( new G4QStoppingPhysics("stopping",ver));
     this->RegisterPhysics( new G4IonBinaryCascadePhysics("ionBIC"));
+    this->RegisterPhysics( new G4HadronInelasticQBBC("inelastic", ver, false,
+		false, false, true));
+
   } else if(type == "QBEC_HP") {
     this->RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,true));
-    this->RegisterPhysics( new G4HadronInelasticQBBC("inelastic", ver, false,
-		true, false, true));
     this->RegisterPhysics( new G4QStoppingPhysics("stopping",ver));
     this->RegisterPhysics( new G4IonBinaryCascadePhysics("ionBIC"));
+    this->RegisterPhysics( new G4HadronInelasticQBBC("inelastic", ver, false,
+		true, false, true));
+
   } else if(type == "QGSP") {
     this->RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
-    this->RegisterPhysics( new G4HadronInelasticQLHEP("inelastic", ver, 
-		true, false, false, false));
     this->RegisterPhysics( new G4QStoppingPhysics("stopping",ver));
     this->RegisterPhysics( new G4IonPhysics("ion"));
+    this->RegisterPhysics( new G4HadronInelasticQLHEP("inelastic", ver, 
+		true, false, false, false));
+
   } else if(type == "QGSP_BERT") {
     this->RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
-    this->RegisterPhysics( new G4HadronInelasticQLHEP("inelastic", ver, 
-		true, true, false, false));
     this->RegisterPhysics( new G4QStoppingPhysics("stopping",ver));
     this->RegisterPhysics( new G4IonPhysics("ion"));
+    this->RegisterPhysics( new G4HadronInelasticQLHEP("inelastic", ver, 
+		true, true, false, false));
+
   } else {
     G4cout << "QBBC ERROR: Unknown Hadronic Physics Type <" << type
            << ">" << G4endl;
diff --git a/physics_lists/hadronic/QBBC/src/G4HadronInelasticQBBC.cc b/physics_lists/hadronic/QBBC/src/G4HadronInelasticQBBC.cc
index a17ab8602922d80a925d5dc64d586f8cfe9e5c68..ea237ef363dd139d35bd93df58ae20c141927ba8 100644
--- a/physics_lists/hadronic/QBBC/src/G4HadronInelasticQBBC.cc
+++ b/physics_lists/hadronic/QBBC/src/G4HadronInelasticQBBC.cc
@@ -23,8 +23,8 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
-// $Id: G4HadronInelasticQBBC.cc,v 1.8 2006/06/29 18:03:05 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4HadronInelasticQBBC.cc,v 1.10 2006/07/05 17:17:11 vnivanch Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //---------------------------------------------------------------------------
 //
@@ -33,6 +33,7 @@
 // Author: 11 April 2006 V. Ivanchenko
 //
 // Modified:
+// 05.07.2006 V.Ivanchenko fix problem of initialisation of HP
 //
 //----------------------------------------------------------------------------
 //
@@ -74,8 +75,11 @@ G4HadronInelasticQBBC::G4HadronInelasticQBBC(const G4String& name,
   : G4VPhysicsConstructor(name), verbose(ver), ftfFlag(ftf), bertFlag(bert), 
     chipsFlag(chips), hpFlag(hp), wasActivated(false)
 {
-  if(verbose > 1) G4cout << "### HadronInelasticQBBC" << G4endl;
+  if(verbose > -1) G4cout << "### HadronInelasticQBBC" << G4endl;
   store = G4HadronProcessStore::Instance();
+  theHPXSecI = 0;
+  theHPXSecC = 0;
+  theHPXSecF = 0;
 }
 
 G4HadronInelasticQBBC::~G4HadronInelasticQBBC()
@@ -86,6 +90,9 @@ G4HadronInelasticQBBC::~G4HadronInelasticQBBC()
     delete theQGStringModel;
     delete theFTFStringDecay;
     delete theFTFStringModel;
+    delete theHPXSecI;
+    delete theHPXSecC;
+    delete theHPXSecF;
   }
 }
 
@@ -201,10 +208,13 @@ void G4HadronInelasticQBBC::ConstructProcess()
 
 	G4double emin = 0.0;
 	if(hpFlag) {
-	  emin = 19.9;
-	  hp->AddDataSet(&theHPXSecI);
-	  theNeutronCapture->AddDataSet(&theHPXSecC);
-	  theNeutronFission->AddDataSet(&theHPXSecF);
+	  emin = 19.5*MeV;
+          theHPXSecI = new G4NeutronHPInelasticData;
+          theHPXSecC = new G4NeutronHPCaptureData;
+	  theHPXSecF = new G4NeutronHPFissionData;
+	  hp->AddDataSet(theHPXSecI);
+	  theNeutronCapture->AddDataSet(theHPXSecC);
+	  theNeutronFission->AddDataSet(theHPXSecF);
           G4NeutronHPInelastic* hpi = new G4NeutronHPInelastic();
           G4NeutronHPCapture* hpc = new G4NeutronHPCapture();
           G4NeutronHPFission* hpf = new G4NeutronHPFission();
@@ -281,6 +291,7 @@ void G4HadronInelasticQBBC::ConstructProcess()
 	       << " added for " << pname << G4endl;
     }
   }
+  store->Dump(verbose);
 }
 
 void G4HadronInelasticQBBC::Register(G4ParticleDefinition* p, 
diff --git a/physics_lists/hadronic/QBBC/src/G4HadronInelasticQLHEP.cc b/physics_lists/hadronic/QBBC/src/G4HadronInelasticQLHEP.cc
index 9a2632c6efee1e8f68d0f1a3210b6c0f07cec291..a1b6c35dc4343c49098150436539272d2d64f8ae 100644
--- a/physics_lists/hadronic/QBBC/src/G4HadronInelasticQLHEP.cc
+++ b/physics_lists/hadronic/QBBC/src/G4HadronInelasticQLHEP.cc
@@ -23,8 +23,8 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
-// $Id: G4HadronInelasticQLHEP.cc,v 1.6 2006/06/29 18:03:08 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4HadronInelasticQLHEP.cc,v 1.8 2006/07/05 17:17:11 vnivanch Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //---------------------------------------------------------------------------
 //
@@ -33,6 +33,7 @@
 // Author: 11 April 2006 V. Ivanchenko
 //
 // Modified:
+// 05.07.2006 V.Ivanchenko fix problem of initialisation of HP
 //
 //----------------------------------------------------------------------------
 //
@@ -125,6 +126,9 @@ G4HadronInelasticQLHEP::G4HadronInelasticQLHEP(const G4String& name,
   theQGStringDecay = 0;
   theQGStringModel = 0;
   thePreEquilib = 0;
+  theHPXSecI = 0;
+  theHPXSecC = 0;
+  theHPXSecF = 0;
 }
 
 G4HadronInelasticQLHEP::~G4HadronInelasticQLHEP()
@@ -134,6 +138,9 @@ G4HadronInelasticQLHEP::~G4HadronInelasticQLHEP()
     delete theQGStringDecay;
     delete theQGStringModel;
     delete thePreEquilib;
+    delete theHPXSecI;
+    delete theHPXSecC;
+    delete theHPXSecF;
   }
 }
 
@@ -252,9 +259,12 @@ void G4HadronInelasticQLHEP::ConstructProcess()
 	pmanager->AddDiscreteProcess(theNeutronFission);
 
 	if(hpFlag) {
-	  hp->AddDataSet(&theHPXSecI);
-	  theNeutronCapture->AddDataSet(&theHPXSecC);
-	  theNeutronFission->AddDataSet(&theHPXSecF);
+          theHPXSecI = new G4NeutronHPInelasticData;
+          theHPXSecC = new G4NeutronHPCaptureData;
+	  theHPXSecF = new G4NeutronHPFissionData;
+	  hp->AddDataSet(theHPXSecI);
+	  theNeutronCapture->AddDataSet(theHPXSecC);
+	  theNeutronFission->AddDataSet(theHPXSecF);
           G4NeutronHPInelastic* hpi = new G4NeutronHPInelastic();
           G4NeutronHPCapture* hpc = new G4NeutronHPCapture();
           G4NeutronHPFission* hpf = new G4NeutronHPFission();
@@ -313,6 +323,7 @@ void G4HadronInelasticQLHEP::ConstructProcess()
 	       << " added for " << pname << G4endl;
     }
   }
+  store->Dump(verbose);
 }
 
 void G4HadronInelasticQLHEP::AddLEP(G4ParticleDefinition* particle,
diff --git a/physics_lists/hadronic/QGSP_HP/include/QGSP_HP.icc b/physics_lists/hadronic/QGSP_HP/include/QGSP_HP.icc
index e3a266b31e2944f682e56b4f1dc963b40f240bba..ef0115c9719cc3487cccd9e17f07f99a68e656c6 100644
--- a/physics_lists/hadronic/QGSP_HP/include/QGSP_HP.icc
+++ b/physics_lists/hadronic/QGSP_HP/include/QGSP_HP.icc
@@ -23,8 +23,8 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
-// $Id: QGSP_HP.icc,v 1.11 2006/06/29 18:05:02 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: QGSP_HP.icc,v 1.12 2006/07/14 15:27:28 gunter Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //---------------------------------------------------------------------------
 //
@@ -85,7 +85,7 @@ template<class T> TQGSP_HP<T>::TQGSP_HP(G4int ver):  T()
   this->RegisterPhysics( new G4DecayPhysics("decay",ver) );
 
    // Hadron Elastic scattering
-  this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
+  this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,true));
 
    // Hadron Physics
   this->RegisterPhysics(  new HadronPhysicsQGSP_HP("hadron"));
diff --git a/source/GNUmakefile b/source/GNUmakefile
index 7eee71ba07b10668749b9a8b3177b81f6469f9c6..40440e41b1a2d47bddfe85850a07b2484e90dd97 100644
--- a/source/GNUmakefile
+++ b/source/GNUmakefile
@@ -129,7 +129,7 @@ endif
 
 banner:
 	@echo "*************************************************************"
-	@echo " Installation Geant4 version $$Name: geant4-08-01 $ "
+	@echo " Installation Geant4 version $$Name: geant4-08-01-patch-01 $ "
 	@echo " Copyright (C) 1994-2006 Geant4 Collaboration                            "
 	@echo "*************************************************************"
 
diff --git a/source/geometry/management/History b/source/geometry/management/History
index 9cf7609c9e529a4ae8fc2d56a7f3ff551b6eb4b9..7288215dfabcceab31e9088c169c57086c0a5310 100644
--- a/source/geometry/management/History
+++ b/source/geometry/management/History
@@ -1,4 +1,4 @@
-$Id: History,v 1.101 2006/05/03 10:03:41 gcosmo Exp $
+$Id: History,v 1.102 2006/07/17 08:36:46 asaim Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -17,6 +17,9 @@ committal in the CVS repository !
      * Reverse chronological order (last date on top), please *
      ----------------------------------------------------------
 
+July 17, 2006  M.Asai                      geommng-V08-01-00
+- Fix a bug in G4Region.cc for nested parameterization.
+
 May 3, 2006  G.Cosmo                       geommng-V08-00-05
 - Modified G4VStoreNotifier class to be now a typedef of G4VNotifier which
   is moved in the 'global' module. Adapted stores to the new configuration.
diff --git a/source/geometry/management/src/G4Region.cc b/source/geometry/management/src/G4Region.cc
index 760471048459a6aa74d40199fa72d0d65cc2f37a..5c5495a8b3d9b7d9f39b1ed973611882dc5e73d2 100644
--- a/source/geometry/management/src/G4Region.cc
+++ b/source/geometry/management/src/G4Region.cc
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: G4Region.cc,v 1.20 2006/06/29 18:33:38 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4Region.cc,v 1.21 2006/07/17 08:36:47 asaim Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 // 
 // class G4Region Implementation
@@ -176,9 +176,9 @@ void G4Region::ScanVolumeTree(G4LogicalVolume* lv, G4bool region)
         }
         AddMaterial(volMat);
       }
-      G4LogicalVolume* daughterLVol = daughterPVol->GetLogicalVolume();
-      ScanVolumeTree(daughterLVol, region);
     }
+    G4LogicalVolume* daughterLVol = daughterPVol->GetLogicalVolume();
+    ScanVolumeTree(daughterLVol, region);
   }
   else
   {
diff --git a/source/global/History b/source/global/History
index 4cfec3cb08d3bb0d0a50403540483c7ef22f66fe..5e9a7b0efa09df29ee41c27263753c20292ec6ed 100644
--- a/source/global/History
+++ b/source/global/History
@@ -1,4 +1,4 @@
-$Id: History,v 1.161 2006/06/14 08:44:54 gcosmo Exp $
+$Id: History,v 1.162 2006/07/20 16:04:21 gcosmo Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -17,6 +17,9 @@ committal in the CVS repository !
      * Reverse chronological order (last date on top), please *
      ----------------------------------------------------------
 
+Jul 20, 2006  G.Cosmo (global-V08-01-00)
+- Changed date for release 8.1.p01.
+
 May 03, 2006  G.Cosmo (global-V08-00-04)
 - Updated date for release 8.1 in G4Version.hh.
 
diff --git a/source/global/management/include/G4Version.hh b/source/global/management/include/G4Version.hh
index c759ba7e8e72f3649359ea5af8cb952e598497c7..01a51b2fcf111cef8253fe5f681b5e56e9502c6a 100644
--- a/source/global/management/include/G4Version.hh
+++ b/source/global/management/include/G4Version.hh
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: G4Version.hh,v 1.4 2006/06/29 19:03:39 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4Version.hh,v 1.5 2006/07/20 16:02:52 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 // Version information
 //
@@ -46,18 +46,18 @@
 //     |--> patch number
 
 #ifndef G4VERSION_NUMBER
-#define G4VERSION_NUMBER  810
+#define G4VERSION_NUMBER  811
 #endif
 
 #ifndef G4VERSION_TAG
-#define G4VERSION_TAG "$Name: geant4-08-01 $"
+#define G4VERSION_TAG "$Name: geant4-08-01-patch-01 $"
 #endif
 
 // as variables
 
 #include "G4String.hh"
 
-static const G4String G4Version = "$Name: geant4-08-01 $";
-static const G4String G4Date    = "(30-June-2006)";
+static const G4String G4Version = "$Name: geant4-08-01-patch-01 $";
+static const G4String G4Date    = "(27-July-2006)";
 
 #endif
diff --git a/source/particles/History b/source/particles/History
index f49d444ab46354bac122737052bf915c93c9e340..97e84fd2a5933fb5167abfb8e8226f1c561f9277 100644
--- a/source/particles/History
+++ b/source/particles/History
@@ -1,4 +1,4 @@
-$Id: History,v 1.131 2006/04/28 06:33:52 kurasige Exp $
+$Id: History,v 1.132 2006/06/27 23:33:31 asaim Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -17,6 +17,8 @@ committal in the CVS repository !
      * Reverse chronological order (last date on top), please *
      ----------------------------------------------------------
 
+- Jun. 27, 2006    M.Asai (particles-V08-01-00)
+-  Code polish of G4PrimaryVertex
 
 - Apr. 28  , 2006  H.Kurashige (particles-V08-00-05)
 -  Fix memory leak in G4MuonDecayChannel.cc 
diff --git a/source/particles/management/include/G4PrimaryVertex.hh b/source/particles/management/include/G4PrimaryVertex.hh
index 6fefe318d0ef52b890c0ddd7e1d868e56e54e77a..f86813cebd0256c9f27a04376cacec653060c29f 100644
--- a/source/particles/management/include/G4PrimaryVertex.hh
+++ b/source/particles/management/include/G4PrimaryVertex.hh
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: G4PrimaryVertex.hh,v 1.2.2.1 2006/06/29 19:24:44 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4PrimaryVertex.hh,v 1.4 2006/07/20 15:14:43 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //
 
@@ -71,6 +71,7 @@ class G4PrimaryVertex
       G4PrimaryParticle * theParticle;
       G4PrimaryParticle * theTail;
       G4PrimaryVertex* nextVertex;
+      G4PrimaryVertex* tailVertex;
       G4int numberOfParticle;
       G4double Weight0;
       G4VUserPrimaryVertexInformation* userInfo;
@@ -95,15 +96,10 @@ class G4PrimaryVertex
       inline void SetPrimary(G4PrimaryParticle * pp)
       { 
         if(theParticle == 0)
-        { 
-          theParticle = pp;
-          theTail = pp;
-        }
+        { theParticle = pp; }
         else
-        { 
-          theTail->SetNext(pp); 
-          theTail = pp;
-        }
+        { theTail->SetNext(pp); }
+        theTail = pp;
         numberOfParticle++;
       }
       inline G4PrimaryParticle* GetPrimary(G4int i=0) const
@@ -128,7 +124,8 @@ class G4PrimaryVertex
         if(nextVertex == 0)
         { nextVertex = nv; }
         else
-        { nextVertex->SetNext(nv); }
+        { tailVertex->SetNext(nv); }
+        tailVertex = nv;
       }
       inline G4PrimaryVertex* GetNext() const
       { return nextVertex; }
diff --git a/source/particles/management/src/G4PrimaryVertex.cc b/source/particles/management/src/G4PrimaryVertex.cc
index 52e59c738ce804d1c84bc75083871689b74d4356..f97d8c704d50fbbf7f2b835773259d0df8647fb5 100644
--- a/source/particles/management/src/G4PrimaryVertex.cc
+++ b/source/particles/management/src/G4PrimaryVertex.cc
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: G4PrimaryVertex.cc,v 1.1.2.1 2006/06/29 19:26:14 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4PrimaryVertex.cc,v 1.3 2006/07/20 15:14:43 gcosmo Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 
 #include "G4PrimaryVertex.hh"
@@ -36,18 +36,18 @@ G4Allocator<G4PrimaryVertex> aPrimaryVertexAllocator;
 
 G4PrimaryVertex::G4PrimaryVertex()
 :X0(0.),Y0(0.),Z0(0.),T0(0.),theParticle(0),theTail(0),
- nextVertex(0),numberOfParticle(0),Weight0(1.0),userInfo(0)
+ nextVertex(0),tailVertex(0),numberOfParticle(0),Weight0(1.0),userInfo(0)
 {;}
 
 G4PrimaryVertex::G4PrimaryVertex(
           G4double x0,G4double y0,G4double z0,G4double t0)
 :X0(x0),Y0(y0),Z0(z0),T0(t0),theParticle(0),theTail(0),
- nextVertex(0),numberOfParticle(0),Weight0(1.0),userInfo(0)
+ nextVertex(0),tailVertex(0),numberOfParticle(0),Weight0(1.0),userInfo(0)
 {;}
 
 G4PrimaryVertex::G4PrimaryVertex(G4ThreeVector xyz0,G4double t0)
 :T0(t0),theParticle(0),theTail(0),
- nextVertex(0),numberOfParticle(0),Weight0(1.0),userInfo(0)
+ nextVertex(0),tailVertex(0),numberOfParticle(0),Weight0(1.0),userInfo(0)
 {
   X0=xyz0.x();
   Y0=xyz0.y();
diff --git a/source/processes/electromagnetic/muons/History b/source/processes/electromagnetic/muons/History
index 33aed48ca89957bc7456b3ad3569663274adc3ca..81f5f0bada850fbc1c8096062f1af3910c8fc985 100644
--- a/source/processes/electromagnetic/muons/History
+++ b/source/processes/electromagnetic/muons/History
@@ -1,4 +1,4 @@
-$Id: History,v 1.91 2006/05/03 16:41:01 vnivanch Exp $
+$Id: History,v 1.92 2006/07/21 09:39:01 vnivanch Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -17,6 +17,9 @@ committal in the CVS repository !
      * Reverse chronological order (last date on top), please *
      ----------------------------------------------------------
 
+21 July 06: V.Ivant (emmuons-V08-01-00)
+- G4EnergyLossForExtrapolator - fix misprint in method name
+
 21 March 06: V.Ivant (emmuons-V08-00-03)
 - G4EnergyLossForExtrapolator - fix compilation warning - remove G4Material*
                                 from number of methods
diff --git a/source/processes/electromagnetic/muons/include/G4EnergyLossForExtrapolator.hh b/source/processes/electromagnetic/muons/include/G4EnergyLossForExtrapolator.hh
index 3c41e32ade17571e5234e181edd7b856d6ffe7d2..8a8991c36ab3aa031947218184e46b4b9a868a04 100644
--- a/source/processes/electromagnetic/muons/include/G4EnergyLossForExtrapolator.hh
+++ b/source/processes/electromagnetic/muons/include/G4EnergyLossForExtrapolator.hh
@@ -23,8 +23,8 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
-// $Id: G4EnergyLossForExtrapolator.hh,v 1.6 2006/06/29 19:49:04 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4EnergyLossForExtrapolator.hh,v 1.7 2006/07/21 09:39:02 vnivanch Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //---------------------------------------------------------------------------
 //
@@ -90,7 +90,7 @@ public:
   G4double EnergyDispersion(G4double kinEnergy, G4double step, 
 			    const G4Material*, const G4ParticleDefinition*);
 
-  G4double EnergyDispertion(G4double kinEnergy, G4double step, 
+  G4double EnergyDispersion(G4double kinEnergy, G4double step, 
 			    const G4Material*, const G4String& particleName);
 
   G4double ComputeDEDX(G4double kinEnergy, const G4ParticleDefinition*);
@@ -200,7 +200,7 @@ inline G4double G4EnergyLossForExtrapolator::AverageScatteringAngle(G4double kin
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
 
-inline G4double G4EnergyLossForExtrapolator::EnergyDispertion(G4double kinEnergy, 
+inline G4double G4EnergyLossForExtrapolator::EnergyDispersion(G4double kinEnergy, 
 							      G4double step, 
 							      const G4Material* mat, 
 							      const G4String& name)
diff --git a/source/processes/electromagnetic/utils/History b/source/processes/electromagnetic/utils/History
index aa17b525765d78229523845d32265a2e3a7be238..3e58bf5893cb6fb481f02a5bb0bd4c572d3ccf92 100644
--- a/source/processes/electromagnetic/utils/History
+++ b/source/processes/electromagnetic/utils/History
@@ -1,4 +1,4 @@
-$Id: History,v 1.253 2006/06/07 17:09:59 vnivanch Exp $
+$Id: History,v 1.254 2006/07/05 17:44:51 vnivanch Exp $
 -------------------------------------------------------------------
 
      =========================================================
@@ -17,6 +17,11 @@ committal in the CVS repository !
      * Reverse chronological order (last date on top), please *
      ----------------------------------------------------------
 
+05 July 06: V.Ivant (emutils-V08-01-00)
+- G$LossTableManager - do not clear loss table map to avoid crash for
+                       activate/desactivate regime with ion gun, 
+                       propagate 'RandomStep' flag to processes
+
 07 June 06: V.Ivant (emutils-V08-00-20)
 - G4VEnergyLossProcess - Do not change particle momentum AlongStep
 
diff --git a/source/processes/electromagnetic/utils/src/G4LossTableManager.cc b/source/processes/electromagnetic/utils/src/G4LossTableManager.cc
index 59bdf859065bf8b2705d1ebf0f3ac629e719bce8..1e3be2295b544384e38351d2a8223bef96b96d65 100644
--- a/source/processes/electromagnetic/utils/src/G4LossTableManager.cc
+++ b/source/processes/electromagnetic/utils/src/G4LossTableManager.cc
@@ -1,30 +1,27 @@
 //
 // ********************************************************************
-// * License and Disclaimer                                           *
+// * DISCLAIMER                                                       *
 // *                                                                  *
-// * The  Geant4 software  is  copyright of the Copyright Holders  of *
-// * the Geant4 Collaboration.  It is provided  under  the terms  and *
-// * conditions of the Geant4 Software License,  included in the file *
-// * LICENSE and available at  http://cern.ch/geant4/license .  These *
-// * include a list of copyright holders.                             *
+// * The following disclaimer summarizes all the specific disclaimers *
+// * of contributors to this software. The specific disclaimers,which *
+// * govern, are listed with their locations in:                      *
+// *   http://cern.ch/geant4/license                                  *
 // *                                                                  *
 // * Neither the authors of this software system, nor their employing *
 // * institutes,nor the agencies providing financial support for this *
 // * work  make  any representation or  warranty, express or implied, *
 // * regarding  this  software system or assume any liability for its *
-// * use.  Please see the license in the file  LICENSE  and URL above *
-// * for the full disclaimer and the limitation of liability.         *
+// * use.                                                             *
 // *                                                                  *
-// * This  code  implementation is the result of  the  scientific and *
-// * technical work of the GEANT4 collaboration.                      *
-// * By using,  copying,  modifying or  distributing the software (or *
-// * any work based  on the software)  you  agree  to acknowledge its *
-// * use  in  resulting  scientific  publications,  and indicate your *
-// * acceptance of all terms of the Geant4 Software license.          *
+// * This  code  implementation is the  intellectual property  of the *
+// * GEANT4 collaboration.                                            *
+// * By copying,  distributing  or modifying the Program (or any work *
+// * based  on  the Program)  you indicate  your  acceptance of  this *
+// * statement, and all its terms.                                    *
 // ********************************************************************
 //
-// $Id: G4LossTableManager.cc,v 1.72.2.1 2006/06/29 19:55:13 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4LossTableManager.cc,v 1.74 2006/07/05 17:44:51 vnivanch Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 // -------------------------------------------------------------------
 //
@@ -64,6 +61,7 @@
 // 23-03-06 Set flag isIonisation (VI)
 // 10-05-06 Add methods  SetMscStepLimitation, FacRange and MscFlag (VI)
 // 22-05-06 Add methods  Set/Get bremsTh (VI)
+// 05-06-06 Do not clear loss_table map between runs (VI)
 //
 // Class Description:
 //
@@ -197,6 +195,7 @@ void G4LossTableManager::Register(G4VEnergyLossProcess* p)
   all_tables_are_built = false;
   if(!lossFluctuationFlag) p->SetLossFluctuations(false);
   if(subCutoffFlag)        p->ActivateSubCutoff(true);
+  if(rndmStepFlag)         p->SetRandomStep(true);
   if(stepFunctionActive)   p->SetStepFunction(maxRangeVariation, maxFinalStep);
   if(integralActive)       p->SetIntegral(integral);
   if(minEnergyActive)      p->SetMinKinEnergy(minKinEnergy);
@@ -320,7 +319,7 @@ void G4LossTableManager::EnergyLossProcessIsInitialised(
     }
   }
 
-  if(!all_tables_are_built) loss_map.clear();
+  //  if(!all_tables_are_built) loss_map.clear();
   currentParticle = 0;
 
   SetParameters(p);
@@ -617,8 +616,13 @@ void G4LossTableManager::SetMinSubRange(G4double val)
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.....
 
-void G4LossTableManager::SetRandomStep(G4bool)
-{}
+void G4LossTableManager::SetRandomStep(G4bool val)
+{
+  rndmStepFlag = val;
+  for(G4int i=0; i<n_loss; i++) {
+    if(loss_vector[i]) loss_vector[i]->SetRandomStep(val);
+  }
+}
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.....
 
diff --git a/source/processes/hadronic/models/chiral_inv_phase_space/body/include/G4QHadron.hh b/source/processes/hadronic/models/chiral_inv_phase_space/body/include/G4QHadron.hh
index 5381284ee8e726585084f8d54e04c0d6e92f44ab..bc3d24574a826e188338e5401db904db7df1be44 100644
--- a/source/processes/hadronic/models/chiral_inv_phase_space/body/include/G4QHadron.hh
+++ b/source/processes/hadronic/models/chiral_inv_phase_space/body/include/G4QHadron.hh
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: G4QHadron.hh,v 1.31 2006/06/29 20:06:15 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4QHadron.hh,v 1.32 2006/07/05 08:24:16 mkossov Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //      ---------------- G4QHadron ----------------
 //             by Mikhail Kossov, Sept 1999.
@@ -135,11 +135,11 @@ inline void            G4QHadron::SetQPDG(const G4QPDGCode& newQPDG)
   //  theQPDG=G4QPDGCode(22);
   //  valQ=G4QContent(0,0,0,0,0,0);    
   //}
-  else if(PDG>80000000)DefineQC(PDG);
+  else if(PDG>80000000) DefineQC(PDG);
   else
   {
     G4cerr<<"***G4QHadron::SetQPDG: QPDG="<<newQPDG<<G4endl;
-    throw G4QException("***G4QHadron::SetQPDG: Impossible QPDG");
+    throw G4QException("***G4QHadron::SetQPDG: Impossible QPDG Probably a Chipolino");
   }
 }
 inline void   G4QHadron::SetQC(const G4QContent& newQC)              {valQ=newQC;}
diff --git a/source/processes/hadronic/models/chiral_inv_phase_space/body/src/G4QEnvironment.cc b/source/processes/hadronic/models/chiral_inv_phase_space/body/src/G4QEnvironment.cc
index 33d6059f419a70b7a6167b5e97f379e80a299c61..2affe35916c5b3b68214698fa4bb16ab8f6c846f 100644
--- a/source/processes/hadronic/models/chiral_inv_phase_space/body/src/G4QEnvironment.cc
+++ b/source/processes/hadronic/models/chiral_inv_phase_space/body/src/G4QEnvironment.cc
@@ -27,8 +27,8 @@
 //34567890123456789012345678901234567890123456789012345678901234567890123456789012345678901
 //
 //
-// $Id: G4QEnvironment.cc,v 1.112 2006/06/29 20:06:57 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4QEnvironment.cc,v 1.113 2006/07/05 08:24:16 mkossov Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //      ---------------- G4QEnvironment ----------------
 //             by Mikhail Kossov, August 2000.
@@ -5170,7 +5170,9 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
       if(ipo+1<theQHadrons.size())          // If ipo<Last, swap theCurHadr and theLastHadr
       {
         theLast = theQHadrons[theQHadrons.size()-1];// Pointer to theLastHadron (ipo<Last)
-        theCurr->SetQPDG(theLast->GetQPDG());// theCurHadron is substituted by the LastHadr
+        G4QPDGCode lQP=theLast->GetQPDG();    // The QPDG of the last
+        if(lQP.GetPDGCode()!=10) theCurr->SetQPDG(lQP); //CurHadr instead of LastHadr
+        else theCurr->SetQC(theLast->GetQC());// CurHadrPDG instead of LastHadrPDG
         theCurr->Set4Momentum(theLast->Get4Momentum()); // ... continue substitution
       }
       theQHadrons.pop_back();           // pointer to theLastHadron is excluded from OUTPUT
@@ -5338,7 +5340,9 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
             if(ipo+1<theQHadrons.size())            // If ipo<Last, swap CurHadr & LastHadr
             {
               theLast = theQHadrons[theQHadrons.size()-1];//PointerTo theLastHadr(ipo<Last)
-              theCurr->SetQPDG(theLast->GetQPDG()); // CurHadrPDG instead of LastHadrPDG
+              G4QPDGCode lQP=theLast->GetQPDG();    // The QPDG of the last
+              if(lQP.GetPDGCode()!=10) theCurr->SetQPDG(lQP); //CurHadr instead of LastHadr
+              else theCurr->SetQC(theLast->GetQC());// CurHadrPDG instead of LastHadrPDG
               theCurr->Set4Momentum(theLast->Get4Momentum()); // ... 4Momentum substitution
             }                                       //ELSE: it's already theLast -> no swap
             theQHadrons.pop_back();                 //exclude LastHadronPointer from OUTPUT
@@ -5402,7 +5406,9 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
             if(ipo+1<theQHadrons.size())       // If ipo<Last, swap CurHadr and theLastHadr
             {
               theLast = theQHadrons[theQHadrons.size()-1];//Pointer to LastHadron(ipo<Last)
-              theCurr->SetQPDG(theLast->GetQPDG()); // CurHadrPDG instead of theLastHadrPDG
+              G4QPDGCode lQP=theLast->GetQPDG();    // The QPDG of the last
+              if(lQP.GetPDGCode()!=10) theCurr->SetQPDG(lQP); //CurHadr instead of LastHadr
+              else theCurr->SetQC(theLast->GetQC());// CurHadrPDG instead of LastHadrPDG
               theCurr->Set4Momentum(theLast->Get4Momentum()); // ... 4Momentum substitution
             }
             theQHadrons.pop_back();        // exclude theLastHadron pointer from the OUTPUT
@@ -5582,11 +5588,12 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
             G4int nhd1=theQHadrons.size()-1;
             theLast = theQHadrons[nhd1];// Pointer to theLastHadron (ipo<L)
             G4LorentzVector l4M=theLast->Get4Momentum();
-            G4QPDGCode lQPDG=theLast->GetQPDG();
+            G4QPDGCode lQP=theLast->GetQPDG();    // The QPDG of the last
+            if(lQP.GetPDGCode()!=10) theCurr->SetQPDG(lQP); //CurHadr instead of LastHadr
+            else theCurr->SetQC(theLast->GetQC());// CurHadrPDG instead of LastHadrPDG
 #ifdef pdebug
-			         G4cerr<<"---Warning---G4QE::FSI:l#"<<nhd1<<",4M="<<l4M<<",PDG="<<lQPDG<<G4endl;
+			         G4cerr<<"---Warning---G4QE::FSI:l#"<<nhd1<<",4M="<<l4M<<",PDG="<<lQP<<G4endl;
 #endif
-            theCurr->SetQPDG(theLast->GetQPDG());// CurHadrPDG is substituted by LastHadPDG
             theCurr->Set4Momentum(theLast->Get4Momentum()); // ... 4Momentum substitution
           }
           theQHadrons.pop_back();              // exclude theLastHadron pointer from OUTPUT
@@ -5678,7 +5685,9 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
           if(ipo+1<theQHadrons.size())       // If ipo<Last, swap CurHadr and theLastHadr
           {
             theLast = theQHadrons[theQHadrons.size()-1];// Ptr to theLastHadron (ipo<Last)
-            theCurr->SetQPDG(theLast->GetQPDG());// CurHadPDG is substituted by LastHadrPDG
+            G4QPDGCode lQP=theLast->GetQPDG();    // The QPDG of the last
+            if(lQP.GetPDGCode()!=10) theCurr->SetQPDG(lQP); //CurHadr instead of LastHadr
+            else theCurr->SetQC(theLast->GetQC());// CurHadrPDG instead of LastHadrPDG
             theCurr->Set4Momentum(theLast->Get4Momentum()); // ... 4Momentum substitution
           }
           theQHadrons.pop_back();            // exclude theLastHadron pointer from OUTPUT
@@ -5824,7 +5833,9 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
             if(hadron+1<theQHadrons.size())        // If hadr<Last,swap CurHadr & LastHadr
             {
               theLast = theQHadrons[theQHadrons.size()-1]; // Pointer to LastHadr (nh<Last)
-              curHadr->SetQPDG(theLast->GetQPDG());// CurHadrPDG's substituted by LastHaPDG
+              G4QPDGCode lQP=theLast->GetQPDG();    // The QPDG of the last
+              if(lQP.GetPDGCode()!=10) curHadr->SetQPDG(lQP); //CurHadr instead of LastHadr
+              else curHadr->SetQC(theLast->GetQC());// CurHadrPDG instead of LastHadrPDG
               curHadr->Set4Momentum(theLast->Get4Momentum()); // ... 4Momentum substitution
             }
             theQHadrons.pop_back();        // exclude theLastHadron pointer from the OUTPUT
@@ -5912,7 +5923,9 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
             if(hadron+1<theQHadrons.size())        // If hadr<Last, swap CurHadr & LastHadr
             {
               theLast = theQHadrons[theQHadrons.size()-1]; // Pointer to LastHadr (nh<Last)
-              curHadr->SetQPDG(theLast->GetQPDG());// CurHadrPDG's substituted by LastHaPDG
+              G4QPDGCode lQP=theLast->GetQPDG();    // The QPDG of the last
+              if(lQP.GetPDGCode()!=10) curHadr->SetQPDG(lQP); //CurHadr instead of LastHadr
+              else curHadr->SetQC(theLast->GetQC());// CurHadrPDG instead of LastHadrPDG
               curHadr->Set4Momentum(theLast->Get4Momentum()); // ... 4Momentum substitution
             }
             theQHadrons.pop_back();        // exclude theLastHadron pointer from the OUTPUT
@@ -6587,8 +6600,9 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
 	       {
           curHadr->SetNFragments(0);
           curHadr->Set4Momentum(theLast->Get4Momentum());
-          //curHadr->SetQC(theLast->GetQC());
-          curHadr->SetQPDG(theLast->GetQPDG());
+          G4QPDGCode lQP=theLast->GetQPDG();    // The QPDG of the last
+          if(lQP.GetPDGCode()!=10) curHadr->SetQPDG(lQP); //CurHadr instead of LastHadr
+          else curHadr->SetQC(theLast->GetQC());// CurHadrPDG instead of LastHadrPDG
 #ifdef pdebug
 	         G4cout<<"G4QE::FSI: Exchange with the last is done"<<G4endl;
 #endif
@@ -6639,7 +6653,9 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
         G4QPDGCode   hQPDG = curHadr->GetQPDG();
         G4LorentzVector h4m= curHadr->Get4Momentum();
         curHadr->Set4Momentum(theLast->Get4Momentum());
-        curHadr->SetQPDG(theLast->GetQPDG());
+        G4QPDGCode lQP=theLast->GetQPDG();    // The QPDG of the last
+        if(lQP.GetPDGCode()!=10) curHadr->SetQPDG(lQP); //CurHadr instead of LastHadr
+        else curHadr->SetQC(theLast->GetQC());// CurHadrPDG instead of LastHadrPDG
         theLast->Set4Momentum(h4m);
         theLast->SetQPDG(hQPDG);
 	     }
@@ -6734,7 +6750,9 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
 	           {
               G4QPDGCode   hQPDG = curHadr->GetQPDG();
               curHadr->Set4Momentum(l4M);
-              curHadr->SetQPDG(thePrev->GetQPDG());
+              G4QPDGCode lQP=thePrev->GetQPDG();    // The QPDG of the previous
+              if(lQP.GetPDGCode()!=10) curHadr->SetQPDG(lQP); //CurHadr instead of PrevHadr
+              else curHadr->SetQC(thePrev->GetQC());// CurHadrPDG instead of PrevHadrPDG
               thePrev->Set4Momentum(h4M);
               thePrev->SetQPDG(hQPDG);
 	           }
@@ -6897,7 +6915,9 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
       G4QHadron* theCurr = theQHadrons[maxB];   // Pointer to the Current Hadron
       G4QHadron* theLast = theQHadrons[nHadr-1];// Pointer to the Last Hadron
       G4QHadron* curHadr = new G4QHadron(theCurr);//Remember theCurrentHadron to put on top
-      theCurr->SetQPDG(theLast->GetQPDG());     // theCurHadr is substituted by theLastHadr
+      G4QPDGCode lQP=theLast->GetQPDG();        // The QPDG of the last
+      if(lQP.GetPDGCode()!=10) theCurr->SetQPDG(lQP); //CurHadr instead of PrevHadr
+      else theCurr->SetQC(theLast->GetQC());    // CurHadrPDG instead of LastHadrPDG
       theCurr->Set4Momentum(theLast->Get4Momentum()); // ... continue substitution
       theQHadrons.pop_back();                   // Rnt to theLastHadron is excluded from HV
       delete theLast;//*!!When kill,DON'T forget to delete the last QHadron as an inst. !!*
@@ -6929,14 +6949,15 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
         }
         if(nLast>gp)
         {
-          G4QPDGCode theLQPDG=theLast->GetQPDG();
-          theCurr->SetQPDG(theLQPDG);             // theCurHad is substituted by theLastHad
+          G4QPDGCode lQP=theLast->GetQPDG();      // The QPDG of the last
+          if(lQP.GetPDGCode()!=10) theCurr->SetQPDG(lQP); //CurHadr instead of PrevHadr
+          else theCurr->SetQC(theLast->GetQC());  // CurHadrPDG instead of LastHadrPDG
           theCurr->Set4Momentum(theLast->Get4Momentum()); // ... continue substitution
           theQHadrons.pop_back();                 // Pnt to theLastHadr.is excluded from HV
           delete theLast;//*!|When kill,DON'T forget to delete theLastQHadron as an inst!!*
           nHadr=theQHadrons.size();
 #ifdef pdebug
-          G4cout<<"G4QE::FSI:RepBy lPDG="<<theLQPDG<<",nH="<<nHadr<<",gS="<<gamSum<<G4endl;
+          G4cout<<"G4QE::FSI:RepBy lPDG="<<lQP<<",nH="<<nHadr<<",gS="<<gamSum<<G4endl;
 #endif
         }
 	     }
@@ -6960,9 +6981,13 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
       G4QHadron* theEx=theQHadrons[nEx];         // A hadron to be exchanged with theLast
       G4LorentzVector ex4Mom=theEx->Get4Momentum();
       G4QPDGCode exQPDG=theEx->GetQPDG();
-      theEx->SetQPDG(theLast->GetQPDG());        // theExHadr is substituted by theLastHadr
+      G4QContent exQC=theEx->GetQC();
+      G4QPDGCode lQP=theLast->GetQPDG();         // The QPDG of the last
+      if(lQP.GetPDGCode()!=10) theEx->SetQPDG(lQP); //CurHadr instead of PrevHadr
+      else theEx->SetQC(theLast->GetQC());       // CurHadrPDG instead of LastHadrPDG
       theEx->Set4Momentum(theLast->Get4Momentum());
-      theLast->SetQPDG(exQPDG);                  // theLastHadr is substituted by theExHadr
+      if(exQPDG.GetPDGCode()!=10) theLast->SetQPDG(exQPDG);
+      else theLast->SetQC(exQC);                 // CurHadrPDG instead of LastHadrPDG
       theLast->Set4Momentum(ex4Mom);
       nEx--;
     }
@@ -7050,7 +7075,9 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
       G4QHadron* theLast = theQHadrons[lin];// Pointer to theLastHadron in theQHadrVector
       if(lin>hd)
       {
-        curHadr->SetQPDG(theLast->GetQPDG());//theCurHadron is substituted by theLastHadron
+        G4QPDGCode lQP=theLast->GetQPDG();         // The QPDG of the last
+        if(lQP.GetPDGCode()!=10) curHadr->SetQPDG(lQP); //CurHadr instead of PrevHadr
+        else curHadr->SetQC(theLast->GetQC());       // CurHadrPDG instead of LastHadrPDG
         curHadr->Set4Momentum(theLast->Get4Momentum()); // ... continue substitution (4Mom)
       }
       //else break; // It's not necessary to delete: not copy to theFragments is enough
@@ -7135,7 +7162,9 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
           if(hd+1<theQHadrons.size())            // If ipo<Last, swap CurHadr & LastHadr
           {
             theLast = theQHadrons[theQHadrons.size()-1]; // Pointer to LastHadr(ipo<Last)
-            curHadr->SetQPDG(theLast->GetQPDG());// CurHadrPDG's substituted by LastHaPDG
+            G4QPDGCode lQP=theLast->GetQPDG();         // The QPDG of the last
+            if(lQP.GetPDGCode()!=10) curHadr->SetQPDG(lQP); //CurHadr instead of PrevHadr
+            else curHadr->SetQC(theLast->GetQC());       // CurHadrPDG instead of LastHadrPDG
             curHadr->Set4Momentum(theLast->Get4Momentum()); // ... 4Momentum substitution
           }
           theQHadrons.pop_back();        // exclude theLastHadron pointer from the OUTPUT
@@ -7233,7 +7262,9 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
           if(hd+1<theQHadrons.size())            // If ipo<Last, swap CurHadr & LastHadr
           {
             theLast = theQHadrons[theQHadrons.size()-1]; // Pointer to LastHadr(ipo<Last)
-            curHadr->SetQPDG(theLast->GetQPDG());// CurHadrPDG's substituted by LastHaPDG
+            G4QPDGCode lQP=theLast->GetQPDG();         // The QPDG of the last
+            if(lQP.GetPDGCode()!=10) curHadr->SetQPDG(lQP); //CurHadr instead of PrevHadr
+            else curHadr->SetQC(theLast->GetQC());       // CurHadrPDG instead of LastHadrPDG
             curHadr->Set4Momentum(theLast->Get4Momentum()); // ... 4Momentum substitution
           }
           theQHadrons.pop_back();        // exclude theLastHadron pointer from the OUTPUT
@@ -7319,7 +7350,9 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
           if(hd+1<theQHadrons.size())            // If ipo<Last, swap CurHadr & LastHadr
           {
             theLast = theQHadrons[theQHadrons.size()-1]; // Pointer to LastHadr(ipo<Last)
-            curHadr->SetQPDG(theLast->GetQPDG());// CurHadrPDG's substituted by LastHaPDG
+            G4QPDGCode lQP=theLast->GetQPDG();         // The QPDG of the last
+            if(lQP.GetPDGCode()!=10) curHadr->SetQPDG(lQP); //CurHadr instead of PrevHadr
+            else curHadr->SetQC(theLast->GetQC());       // CurHadrPDG instead of LastHadrPDG
             curHadr->Set4Momentum(theLast->Get4Momentum()); // ... 4Momentum substitution
           }
           theQHadrons.pop_back();        // exclude theLastHadron pointer from the OUTPUT
@@ -7459,7 +7492,9 @@ G4QHadronVector* G4QEnvironment::FSInteraction()
           if(hd+1<theQHadrons.size())           // If ipo<Last, swap CurHadr & LastHadr
           {
             theLast = theQHadrons[theQHadrons.size()-1]; // Pointer to LastHadr(ipo<Last)
-            curHadr->SetQPDG(theLast->GetQPDG());// CurHadrPDG's substituted by LastHaPDG
+            G4QPDGCode lQP=theLast->GetQPDG();         // The QPDG of the last
+            if(lQP.GetPDGCode()!=10) curHadr->SetQPDG(lQP); //CurHadr instead of PrevHadr
+            else curHadr->SetQC(theLast->GetQC());       // CurHadrPDG instead of LastHadrPDG
             curHadr->Set4Momentum(theLast->Get4Momentum()); // ... 4Momentum substitution
           }
           theQHadrons.pop_back();        // exclude theLastHadron pointer from the OUTPUT
@@ -10800,7 +10835,9 @@ G4bool G4QEnvironment::CheckGroundState(G4Quasmon* quasm, G4bool corFlag)
                           else     DecayMultyBaryon(tcH); // Decay Multibaryon
                           G4QHadron* theLast = theQHadrons[theQHadrons.size()-1];
                           curHadr->Set4Momentum(theLast->Get4Momentum());//4-Mom of CurHadr
-                          curHadr->SetQPDG(theLast->GetQPDG()); // QPDG of the Current Hadr
+                          G4QPDGCode lQP=theLast->GetQPDG();
+                          if(lQP.GetPDGCode()!=10) curHadr->SetQPDG(lQP);
+                          else curHadr->SetQC(theLast->GetQC());
                           theQHadrons.pop_back(); // theLastQHadron is excluded from OUTPUT
                           delete theLast;//*!!When kill, delete theLastQHadr asAnInstance!*
                         }
diff --git a/source/processes/hadronic/models/chiral_inv_phase_space/body/src/G4QHadron.cc b/source/processes/hadronic/models/chiral_inv_phase_space/body/src/G4QHadron.cc
index f47eca7c5fc822f7a05572c932437e0b5b42a098..8e1274806870e8d02dda53d10096a9cf13192e0c 100644
--- a/source/processes/hadronic/models/chiral_inv_phase_space/body/src/G4QHadron.cc
+++ b/source/processes/hadronic/models/chiral_inv_phase_space/body/src/G4QHadron.cc
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: G4QHadron.cc,v 1.42 2006/06/29 20:07:01 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4QHadron.cc,v 1.43 2006/07/05 08:24:17 mkossov Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //      ---------------- G4QHadron ----------------
 //             by Mikhail Kossov, Sept 1999.
@@ -166,12 +166,12 @@ G4bool G4QHadron::RelDecayIn2(G4LorentzVector& f4Mom, G4LorentzVector& s4Mom,
   {
     G4cerr<<"***G4QHad::RelDecIn2: Tachionic 4-mom="<<theMomentum<<", E-p="<<dE-vP<<G4endl;
     G4double accuracy=.000001*vP;
-    G4double emodif=abs(dE-vP);
-    if(emodif<accuracy)
-				{
+    G4double emodif=std::fabs(dE-vP);
+    //if(emodif<accuracy)
+				//{
       G4cerr<<"G4QHadron::RelDecIn2: *Boost* E-p shift is corrected to "<<emodif<<G4endl;
-      theMomentum.setE(vP+emodif);
-    }
+      theMomentum.setE(vP+emodif+.01*accuracy);
+				//}
   }
   G4ThreeVector ltb = theMomentum.boostVector();// Boost vector for backward Lorentz Trans.
   G4ThreeVector ltf = -ltb;              // Boost vector for forward Lorentz Trans.
@@ -315,7 +315,21 @@ G4bool G4QHadron::DecayIn2(G4LorentzVector& f4Mom, G4LorentzVector& s4Mom)
   {
 	   G4cerr<<"*G4QH::DecIn2:*Boost* 4M="<<theMomentum<<",e-p="
           <<theMomentum.e()-theMomentum.rho()<<G4endl;
-	//throw G4QException("G4QHadron::DecayIn2: Decay of particle with zero mass");
+	   //throw G4QException("G4QHadron::DecayIn2: Decay of particle with zero mass")
+    theMomentum.setE(1.0000001*theMomentum.rho());
+  }
+  G4double vP  = theMomentum.rho();      // Momentum of the decaying hadron
+  G4double dE  = theMomentum.e();        // Energy of the decaying hadron
+  if(dE<vP)
+  {
+    G4cerr<<"***G4QHad::RelDecIn2: Tachionic 4-mom="<<theMomentum<<", E-p="<<dE-vP<<G4endl;
+    G4double accuracy=.000001*vP;
+    G4double emodif=std::fabs(dE-vP);
+    if(emodif<accuracy)
+				{
+      G4cerr<<"G4QHadron::DecayIn2: *Boost* E-p shift is corrected to "<<emodif<<G4endl;
+      theMomentum.setE(vP+emodif+.01*accuracy);
+    }
   }
   G4ThreeVector ltb = theMomentum.boostVector(); // Boost vector for backward Lor.Trans.
 #ifdef pdebug
@@ -373,7 +387,11 @@ G4bool G4QHadron::CorMDecayIn2(G4double corM, G4LorentzVector& fr4Mom)
   G4ThreeVector ltb = comp.boostVector();      // Boost vector for backward Lor.Trans.
   G4ThreeVector ltf = -ltb;                    // Boost vector for forward Lorentz Trans.
   G4LorentzVector cm4Mom=fr4Mom;               // Copy of fragment 4Mom to transform to CMS
-  if(cm4Mom.e()+.001<cm4Mom.rho())G4cerr<<"*G4QH::CorMDecIn2:*Boost* c4M="<<cm4Mom<<G4endl;
+  if(cm4Mom.e()<cm4Mom.rho())
+  {
+    G4cerr<<"*G4QH::CorMDecIn2:*Boost* c4M="<<cm4Mom<<G4endl;
+    cm4Mom.setE(1.0000001*cm4Mom.rho());
+  }
   cm4Mom.boost(ltf);                           // Now it is in CMS (Forward Lor.Trans.)
   G4double pfx= cm4Mom.px();
   G4double pfy= cm4Mom.py();
@@ -420,7 +438,11 @@ G4bool G4QHadron::CorMDecayIn2(G4double corM, G4LorentzVector& fr4Mom)
 #endif
   if(fr4Mom.e()+.001<fr4Mom.rho())G4cerr<<"*G4QH::CorMDecIn2:*Boost*fr4M="<<fr4Mom<<G4endl;
   fr4Mom.boost(ltb);                        // Lor.Trans. of the Fragment back to LS
-  if(theMomentum.e()+.001<theMomentum.rho())G4cerr<<"*G4QH::CMDI2:4="<<theMomentum<<G4endl;
+  if(theMomentum.e()<theMomentum.rho())
+  {
+    G4cerr<<"*G4QH::CMDI2:4="<<theMomentum<<G4endl;
+    theMomentum.setE(1.0000001*theMomentum.rho());
+  }
   theMomentum.boost(ltb);                  // Lor.Trans. of the Hadron back to LS
 #ifdef pdebug
   G4LorentzVector dif3=comp-fr4Mom-theMomentum;
diff --git a/source/processes/hadronic/models/chiral_inv_phase_space/body/src/G4Quasmon.cc b/source/processes/hadronic/models/chiral_inv_phase_space/body/src/G4Quasmon.cc
index 34407cfbb57153893f3fe0d02b1548a2c65c9e17..f0797a4ad22cb0d021c4762e2db53d16b23751d2 100644
--- a/source/processes/hadronic/models/chiral_inv_phase_space/body/src/G4Quasmon.cc
+++ b/source/processes/hadronic/models/chiral_inv_phase_space/body/src/G4Quasmon.cc
@@ -27,8 +27,8 @@
 //34567890123456789012345678901234567890123456789012345678901234567890123456789012345678901
 //
 //
-// $Id: G4Quasmon.cc,v 1.87 2006/06/29 20:07:18 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4Quasmon.cc,v 1.88 2006/07/05 08:24:17 mkossov Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //      ---------------- G4Quasmon ----------------
 //             by Mikhail Kossov, July 1999.
@@ -303,7 +303,7 @@ G4QHadronVector G4Quasmon::HadronizeQuasmon(G4QNucleus& qEnv, G4int nQuasms)
   G4cout<<"G4Quasmon:HadrQ:CandidatesAreInitialized,n="<<theQCandidates.size()<<",nMesons="
         <<nMesons<<", nBaryons="<<nBaryons<<", nClusters="<<nClusters<<G4endl;
 #endif
-  if(!status||q4Mom==zeroLV)                   // This Quasmon is done (Sould not be here)
+  if(!status||q4Mom==zeroLV)               // This Quasmon is done (Sould not be here)
   {
 #ifdef debug
     G4cout<<"G4Q::HQ:NOTHING-TO-DO: Q4M="<<q4Mom<<", QEnv="<<theEnvironment<<G4endl;
@@ -313,49 +313,49 @@ G4QHadronVector G4Quasmon::HadronizeQuasmon(G4QNucleus& qEnv, G4int nQuasms)
 	     G4cerr<<"***G4Quas::HQ:Q4M="<<q4Mom<<",status="<<status<<", phE="<<addPhoton<<G4endl;
       throw G4QException("G4Quasmon::HadronizeQuasmon: OverheadPhoton for theZeroQuasmon");
 	   }
-    KillQuasmon();                                 // This Quasmon is done
-    qEnv=theEnvironment;                           // Update QEnvironment
+    KillQuasmon();                         // This Quasmon is done
+    qEnv=theEnvironment;                   // Update QEnvironment
     return theQHadrons;
   }
-  status=2;                                 // Default flag Nothing is done (yet)
-  G4int sPDG=0;                             // Prototype of PDG of a Selected Candidate
-  G4int pPDG=NUCPDG;                        // ProtTemporary PDG Code of the Parent Cluster
-  G4bool fmh=false;                         // Flag of hadronization in nuclear matter
-  /////////////G4double rmM=0.;               // Prototype of coalescence mass
-  G4double npqp2=0;                         // A#of quark-partons -2 in a selected fragment
-  G4double sMass=0.;                        // Mass of selected candidate
-  G4double sM2=0.;                          // Squared mass of selected candidate
-  G4int    pBaryn=0;                        // Parent cluster'c Baryon Num for sel.fragment
-  G4double dMass=0.;                        // E/N Mass difference for BoundedParentCluster
-  G4double pMass=0.;                        // EnvirBoundedParentCluster Mass for sel.fragm
-  G4double pNMass=0.;                       // NucleBoundedParentCluster Mass for sel.fragm
-  G4double delta=0.;                        // Binding energy
-  G4double deltaN=0.;                       // Binding energy in Total Nucleus
-  G4double minSqT=0.;                       // MinimalSqMass of FreeResidualQuasmon
-  G4double minSqB=0.;                       // MinimalSqMass of BoundedResidualQuasmon
-  G4double minSqN=0.;                       // MinimalSqMass of ResidQuasm+ResidEnvironment
-  G4double hili=0.;                         // High limit of quark exchange randomization
-  G4double loli=0.;                         // Low limit of quark exchange randomization
-  G4double tmpTM2=BIG2;                     // GSMass of TotalResidualNucleus for Fragment
-  G4double reTNM2=0.;                       // Real mass of TotalResidNucleus for Fragment
-  G4QContent curQ=zeroQC;                   // ProtTemporary copy of valQ to estimate MinM2
-  G4QContent memQ=zeroQC;                   // ProtTemporary copy of valQ to remember state
-  G4QContent pQC=zeroQC;                    // ProtTemporary Quark Content of ParentCluster
-  G4QContent sQC=zeroQC;                    // ProtTemporary Quark Content of the fragment
-  G4QContent transQC=zeroQC;                // ProtTemporary Quark Content of ExchangeMeson
-  G4LorentzVector m4Mom=zeroLV;             // 4Momentum to memorize a Quasmon's 4-momentum
-  G4LorentzVector kp4Mom=zeroLV;            // 4-mom prototype for kappa (recoil q)
+  status=2;                                // Default flag Nothing is done (yet)
+  G4int sPDG=0;                            // Prototype of PDG of a Selected Candidate
+  G4int pPDG=NUCPDG;                       // ProtTemporary PDG Code of the Parent Cluster
+  G4bool fmh=false;                        // Flag of hadronization in nuclear matter
+  /////////////G4double rmM=0.;              // Prototype of coalescence mass
+  G4double npqp2=0;                        // A#of quark-partons -2 in a selected fragment
+  G4double sMass=0.;                       // Mass of selected candidate
+  G4double sM2=0.;                         // Squared mass of selected candidate
+  G4int    pBaryn=0;                       // Parent cluster'c Baryon Num for sel.fragment
+  G4double dMass=0.;                       // E/N Mass difference for BoundedParentCluster
+  G4double pMass=0.;                       // EnvirBoundedParentCluster Mass for sel.fragm
+  G4double pNMass=0.;                      // NucleBoundedParentCluster Mass for sel.fragm
+  G4double delta=0.;                       // Binding energy
+  G4double deltaN=0.;                      // Binding energy in Total Nucleus
+  G4double minSqT=0.;                      // MinimalSqMass of FreeResidualQuasmon
+  G4double minSqB=0.;                      // MinimalSqMass of BoundedResidualQuasmon
+  G4double minSqN=0.;                      // MinimalSqMass of ResidQuasm+ResidEnvironment
+  G4double hili=0.;                        // High limit of quark exchange randomization
+  G4double loli=0.;                        // Low limit of quark exchange randomization
+  G4double tmpTM2=BIG2;                    // GSMass of TotalResidualNucleus for Fragment
+  G4double reTNM2=0.;                      // Real mass of TotalResidNucleus for Fragment
+  G4QContent curQ=zeroQC;                  // ProtTemporary copy of valQ to estimate MinM2
+  G4QContent memQ=zeroQC;                  // ProtTemporary copy of valQ to remember state
+  G4QContent pQC=zeroQC;                   // ProtTemporary Quark Content of ParentCluster
+  G4QContent sQC=zeroQC;                   // ProtTemporary Quark Content of the fragment
+  G4QContent transQC=zeroQC;               // ProtTemporary Quark Content of ExchangeMeson
+  G4LorentzVector m4Mom=zeroLV;            // 4Momentum to memorize a Quasmon's 4-momentum
+  G4LorentzVector kp4Mom=zeroLV;           // 4-mom prototype for kappa (recoil q)
   G4LorentzVector check=-theEnvironment.Get4Momentum()-q4Mom;//4Mom sum to check
   G4int ccheck=-theEnvironment.GetZ()-valQ.GetCharge();//To check charge conservation
 #ifdef chdebug
-  G4int cSum=-ccheck;                       // To check charge conservation with print
-  G4QNucleus oldEnv(theEnvironment);        // To compare on the fragmentation step
-  G4QContent oldCQC(valQ);                  // To compare on the fragmentation step
-  G4int oldNH=theQHadrons.size();           // To compare on the fragmentation step
+  G4int cSum=-ccheck;                      // To check charge conservation with print
+  G4QNucleus oldEnv(theEnvironment);       // To compare on the fragmentation step
+  G4QContent oldCQC(valQ);                 // To compare on the fragmentation step
+  G4int oldNH=theQHadrons.size();          // To compare on the fragmentation step
 #endif
   G4bool start=true;
 #ifdef debug
-  G4cout<<"Before the loop EnvPDG="<<theEnvironment.GetPDG()<<G4endl;
+  G4cout<<"G4Q::HQ: Before the loop EnvPDG="<<theEnvironment.GetPDG()<<G4endl;
 #endif
   while(theEnvironment.GetPDG()==NUCPDG || start)// **=TheMainLOOP(LOOP only forVacuum)=**
   {
@@ -373,49 +373,47 @@ G4QHadronVector G4Quasmon::HadronizeQuasmon(G4QNucleus& qEnv, G4int nQuasms)
         G4cerr<<"::G4Q::HQ:#h"<<h<<",C="<<cH->GetCharge()<<",P="<<cH->GetPDGCode()<<G4endl;
       }
     }
-    oldEnv=G4QNucleus(theEnvironment);             // To compare on the fragmentation step
-    oldCQC=G4QContent(valQ);                       // To compare on the fragmentation step
+    oldEnv=G4QNucleus(theEnvironment);     // To compare on the fragmentation step
+    oldCQC=G4QContent(valQ);               // To compare on the fragmentation step
     oldNH=nHd;
 #endif
     start=false;
-    G4bool   quexf=false;                          // Flag of successful quark exchange
-    G4double qM2  = q4Mom.m2();                    // Current squared mass of Quasmon
-    if(qM2<0. && qM2>-.000001)
+    G4bool   quexf=false;                  // Flag of successful quark exchange
+    G4double qM2  = q4Mom.m2();            // Current squared mass of Quasmon
+    G4double tmpEq=q4Mom.e();              // Energy of Quasmon
+    G4double tmpPq=q4Mom.rho();            // Momentum of Quasmon
+    if(fabs(qM2)<.0001 || tmpEq<=tmpPq)
 	   {
       qM2=0.;
-      G4double p=q4Mom.rho();
-      if(p<.01) 
-	     {
+      if(!valQ.GetCharge() && !valQ.GetBaryonNumber() && !valQ.GetStrangeness())
+      {
+        if(fabs(qM2)<.001)
+	       {
+          q4Mom.setE(tmpPq);
 #ifdef debug
-        G4cout<<"G4Q::HQ:NothingToDo after Cor:Q4M="<<q4Mom<<",E="<<theEnvironment<<G4endl;
+          G4cout<<"G4Q::HQ:Quasmon is gamma, Q4M="<<q4Mom<<",E="<<theEnvironment<<G4endl;
 #endif
-        KillQuasmon();                                 // This Quasmon is done
-        qEnv=theEnvironment;                           // Update QEnvironment
-        return theQHadrons;
-	     }
-      else q4Mom.setE(p);
-    }
-    G4double quasM= sqrt(qM2);              // Current mass of Quasmon
-    G4double tmpEq=q4Mom.e();               // Energy of Quasmon
-    G4double tmpPq=q4Mom.rho();             // Momentum of Quasmon
-	   if(tmpEq<tmpPq)
-    {
-      G4cerr<<"*Warning*G4Quasmon::HQ:Boost in vacuum ,4M="<<q4Mom<<",P="<<tmpPq<<">E="
-            <<tmpEq<<",Q="<<valQ<<G4endl;
-      if(fabs(tmpEq-tmpPq)<.01 && !valQ.GetCharge() && !valQ.GetBaryonNumber()
-                               && !valQ.GetStrangeness()) // Quantum numbers of a photon
-      {
-        q4Mom.setE(tmpPq);
-        G4QHadron* gamH = new G4QHadron(22,q4Mom);
-        FillHadronVector(gamH);             // Fill Moving Environment (delete equivalent)
-        KillQuasmon();                      // This Quasmon is done
-        qEnv=theEnvironment;                // Update QEnvironment
-        return theQHadrons;                 // The last decay of the quasmon... 
+          G4QHadron* gamH = new G4QHadron(22,q4Mom);
+          FillHadronVector(gamH);          // Fill Moving Environment (delete equivalent)
+          KillQuasmon();                   // This Quasmon is done
+          qEnv=theEnvironment;             // Update QEnvironment
+          return theQHadrons;              // The last decay of the quasmon... 
+	       }
+        else if(tmpPq<.001)                // @@ Unprobable...
+	       {
+#ifdef debug
+          G4cout<<"G4Q::HQ:Quasmon is nothing, Q4M="<<q4Mom<<",E="<<theEnvironment<<G4endl;
+#endif
+          KillQuasmon();                   // This Quasmon is done
+          qEnv=theEnvironment;             // Update QEnvironment
+          return theQHadrons;              // The last act of the quasmon... 
+	       }
       }
-      else throw G4QException("G4Q::HQ: EXCEPTION - Not Recoverable Tachionic boost");
-   }
-    G4double qurF=quasM/(tmpEq-tmpPq);       // Factor for k Lorentz Transformation to LS
-    G4ThreeVector qltb = q4Mom.boostVector();// Boost vector for backward Lor.Trans. to LS
+      else q4Mom.setE(tmpPq*1.00001);      // @@ Can break E/p conservation
+    }
+    G4double quasM= sqrt(qM2);             // Current mass of Quasmon
+    G4double qurF = quasM/(tmpEq-tmpPq);   // Factor for k Lorentz Transformation to LS
+    G4ThreeVector qltb=q4Mom.boostVector();// Boost vector for backward Lor.Trans. to LS
     //////////G4double b2=qltb.mag2();                       // beta^2 of Quasmon
 #ifdef debug
 	   G4cout<<"G4Q::HQ: Quasm="<<q4Mom<<",qM="<<quasM<<",qQC="<<valQ<<G4endl;
@@ -489,11 +487,11 @@ G4QHadronVector G4Quasmon::HadronizeQuasmon(G4QNucleus& qEnv, G4int nQuasms)
       G4cerr<<"---Warning---G4Q::HQ: *Boost* tot4M="<<tot4M<<", E-p="<<totEn-totMo<<G4endl;
       G4double accuracy=.000001*totMo;
       G4double emodif=fabs(totEn-totMo);
-      if(emodif<accuracy)
-						{
+      //if(emodif<accuracy)
+						//{
         G4cerr<<"G4Q::HQ: *Boost* E-p shift  is corrected to "<<emodif<<G4endl;
-        tot4M.setE(totMo+emodif);
-      }
+        tot4M.setE(totMo+emodif+.01*accuracy);
+						//}
     }
     G4ThreeVector totBoost = tot4M.boostVector(); // BoostVector for TotalSystem (backward)
     G4ThreeVector totRBoost= -totBoost;    // Boost vector for Total System (forward)
diff --git a/source/processes/hadronic/models/coherent_elastic/History b/source/processes/hadronic/models/coherent_elastic/History
index fc81602eb3e7fe6f2dd8acac869574509f342b70..08f73ce02d394b06feeede88dbcecbd74dba099b 100644
--- a/source/processes/hadronic/models/coherent_elastic/History
+++ b/source/processes/hadronic/models/coherent_elastic/History
@@ -14,6 +14,15 @@ code and to keep track of all tags.
      * Please list in reverse chronological order (last date on top)
      ---------------------------------------------------------------
 
+13 July 2006 - V.Ivanchenko (hadr-cohe-V08-01-01)
+-----------------------------------------------
+  Fix bug: remove 1 keV limit from G4UHadronElasticProcess 
+
+07 July 2006 - V.Ivanchenko (hadr-cohe-V08-01-00)
+-----------------------------------------------
+  Fix bug: the rotation of final state need to be done in PostStep of
+  the process, not on the model level (V.Ivanchenko) 
+
 21 June 2006 - V.Ivanchenko (hadr-cohe-V08-00-09)
 -----------------------------------------------
   Fix - remove nan values  n scattering on deuteron (V.Ivanchenko) 
diff --git a/source/processes/hadronic/models/coherent_elastic/src/G4ChargeExchange.cc b/source/processes/hadronic/models/coherent_elastic/src/G4ChargeExchange.cc
index 9b004de84507346f2b785c4c48376e0e3fe5944a..52d245f4c9b5b62dfe79cb50194477e99088797b 100644
--- a/source/processes/hadronic/models/coherent_elastic/src/G4ChargeExchange.cc
+++ b/source/processes/hadronic/models/coherent_elastic/src/G4ChargeExchange.cc
@@ -24,14 +24,15 @@
 // ********************************************************************
 //
 //
-// $Id: G4ChargeExchange.cc,v 1.3 2006/06/29 20:09:19 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4ChargeExchange.cc,v 1.4 2006/07/06 18:10:50 vnivanch Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //
 // G4 Model: Charge and strangness exchange based on G4LightMedia model
 //           28 May 2006 V.Ivanchenko
 //
 // Modified:
+// 07-Jun-06 V.Ivanchenko fix problem of rotation of final state
 //
 
 #include "G4ChargeExchange.hh"
@@ -253,7 +254,7 @@ G4HadFinalState* G4ChargeExchange::ApplyYourself(
 
   G4ThreeVector p1 = lv1.vect();
   G4double e1 = 0.5*etot*(1.0 + (m21*m21 - m11*m11)/(etot*etot));
-  G4double e2 = etot - e1;
+  //  G4double e2 = etot - e1;
   G4double ptot = std::sqrt(e1*e1 - m11*m11);
 
   G4double tmax = 4.0*ptot*ptot;
@@ -300,11 +301,9 @@ G4HadFinalState* G4ChargeExchange::ApplyYourself(
     G4cout << "cos(t)=" << cost << " std::sin(t)=" << sint << G4endl;
 
   G4ThreeVector v1(sint*std::cos(phi),sint*std::sin(phi),cost);
-  p1 = p1.unit();
-  v1.rotateUz(p1);
   v1 *= ptot;
   G4LorentzVector nlv1(v1.x(),v1.y(),v1.z(),e1);
-  G4LorentzVector nlv0(-v1.x(),-v1.y(),-v1.z(),e2);
+  G4LorentzVector nlv0 = lv0 + lv1 - nlv1;
 
   nlv0.boost(bst);
   nlv1.boost(bst);
diff --git a/source/processes/hadronic/models/coherent_elastic/src/G4ChargeExchangeProcess.cc b/source/processes/hadronic/models/coherent_elastic/src/G4ChargeExchangeProcess.cc
index 23a07fa2b923f780df8cfe2b9566ee6962c3af71..cddad0596fa7eb1d8017aa846d66eec2485f4fae 100644
--- a/source/processes/hadronic/models/coherent_elastic/src/G4ChargeExchangeProcess.cc
+++ b/source/processes/hadronic/models/coherent_elastic/src/G4ChargeExchangeProcess.cc
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: G4ChargeExchangeProcess.cc,v 1.4 2006/06/29 20:09:21 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4ChargeExchangeProcess.cc,v 1.5 2006/07/06 18:11:08 vnivanch Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //
 // Geant4 Hadron Elastic Scattering Process -- header file
@@ -34,6 +34,7 @@
 //
 // Modified:
 // 24-Apr-06 V.Ivanchenko add neutron scattering on hydrogen from CHIPS
+// 07-Jun-06 V.Ivanchenko fix problem of rotation of final state
 //
 //
 
@@ -277,6 +278,7 @@ G4VParticleChange* G4ChargeExchangeProcess::PostStepDoIt(
 
   aParticleChange.Initialize(track);
   G4HadFinalState* result = hadi->ApplyYourself(thePro, targetNucleus);
+  G4ThreeVector indir = track.GetMomentumDirection();
   G4int nsec = result->GetNumberOfSecondaries();
 
   if(verboseLevel>1)
@@ -293,6 +295,11 @@ G4VParticleChange* G4ChargeExchangeProcess::PostStepDoIt(
     aParticleChange.SetNumberOfSecondaries(nsec);
     for(G4int j=0; j<nsec; j++) {
       G4DynamicParticle* p = result->GetSecondary(j)->GetParticle();
+      G4ThreeVector pdir = p->GetMomentumDirection();
+      // G4cout << "recoil " << pdir << G4endl;
+      pdir = pdir.rotateUz(indir);
+      // G4cout << "recoil rotated " << pdir << G4endl;
+      p->SetMomentumDirection(pdir);
       aParticleChange.AddSecondary(p);
     }
   }
diff --git a/source/processes/hadronic/models/coherent_elastic/src/G4ElasticHadrNucleusHE.cc b/source/processes/hadronic/models/coherent_elastic/src/G4ElasticHadrNucleusHE.cc
index 5210e9878fbc14023149d9a5b439c551af8c9069..d465ca17faee88d95de597e4fe33e56c08618beb 100644
--- a/source/processes/hadronic/models/coherent_elastic/src/G4ElasticHadrNucleusHE.cc
+++ b/source/processes/hadronic/models/coherent_elastic/src/G4ElasticHadrNucleusHE.cc
@@ -24,8 +24,8 @@
 // ********************************************************************
 //
 //
-// $Id: G4ElasticHadrNucleusHE.cc,v 1.33 2006/06/29 20:09:25 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4ElasticHadrNucleusHE.cc,v 1.34 2006/07/06 18:11:11 vnivanch Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //G4ElasticHadrNucleusHE.cc
 //
 //
@@ -41,6 +41,7 @@
 //  23.11.05 int -> G4int, fabs -> abs (V.Ivanchenko)
 //  09.05.06 N.Starkov propose new method SampleT (V.Ivanchenko)
 //  30.05.06 Variant without use of elastic data files (N.Starkov)
+//  07.06.06 V.Ivanchenko fix problem of rotation of final state
 //
 
 #include  "G4ElasticHadrNucleusHE.hh"
@@ -560,8 +561,6 @@ G4HadFinalState * G4ElasticHadrNucleusHE::ApplyYourself(
     G4cout << "cos(t)=" << cost << " std::sin(t)=" << sint << G4endl;
 
   G4ThreeVector v1(sint*std::cos(phi),sint*std::sin(phi),cost);
-  p1 = p1.unit();
-  v1.rotateUz(p1);
   v1 *= ptot;
   G4LorentzVector nlv1(v1.x(),v1.y(),v1.z(),std::sqrt(ptot*ptot + m1*m1));
   G4LorentzVector nlv0 = lv0 + lv1 - nlv1;
diff --git a/source/processes/hadronic/models/coherent_elastic/src/G4HadronElastic.cc b/source/processes/hadronic/models/coherent_elastic/src/G4HadronElastic.cc
index fd2ff6c60ff013767337b4107786e5a271794f66..b3f32e7783762047c0a0e7df7d370b5441cad674 100644
--- a/source/processes/hadronic/models/coherent_elastic/src/G4HadronElastic.cc
+++ b/source/processes/hadronic/models/coherent_elastic/src/G4HadronElastic.cc
@@ -23,8 +23,8 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
-// $Id: G4HadronElastic.cc,v 1.19 2006/06/29 20:09:27 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4HadronElastic.cc,v 1.20 2006/07/06 17:44:46 vnivanch Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 //
 // Physics model class G4HadronElastic (derived from G4LElastic)
@@ -48,6 +48,7 @@
 //           charge exchange; remove limitation on incident momentum;
 //           add s-wave regim below some momentum        
 // 24-Apr-06 V.Ivanchenko add neutron scattering on hydrogen from CHIPS
+// 07-Jun-06 V.Ivanchenko fix problem of rotation
 //
 
 #include "G4HadronElastic.hh"
@@ -139,12 +140,13 @@ G4HadFinalState* G4HadronElastic::ApplyYourself(
  
   G4double m2 = theDef->GetPDGMass();
   G4LorentzVector lv1 = aParticle->Get4Momentum();
-  G4LorentzVector lv0(0.0,0.0,0.0,m2);
-   
+  G4LorentzVector lv0(0.0,0.0,0.0,m2);   
   G4LorentzVector lv  = lv0 + lv1;
+
   G4ThreeVector bst = lv.boostVector();
   lv1.boost(-bst);
   lv0.boost(-bst);
+
   G4ThreeVector p1 = lv1.vect();
   G4double ptot = p1.mag();
   G4double tmax = 4.0*ptot*ptot;
@@ -198,8 +200,6 @@ G4HadFinalState* G4HadronElastic::ApplyYourself(
     G4cout << "cos(t)=" << cost << " std::sin(t)=" << sint << G4endl;
 
   G4ThreeVector v1(sint*std::cos(phi),sint*std::sin(phi),cost);
-  p1 = p1.unit();
-  v1.rotateUz(p1);
   v1 *= ptot;
   G4LorentzVector nlv1(v1.x(),v1.y(),v1.z(),std::sqrt(ptot*ptot + m1*m1));
   G4LorentzVector nlv0 = lv0 + lv1 - nlv1;
@@ -211,7 +211,8 @@ G4HadFinalState* G4HadronElastic::ApplyYourself(
   if (verboseLevel > 1) 
     G4cout << " P0= "<< nlv0 << "   P1= "
 	   << nlv1<<" m= " << m1 << " ekin0= " << eFinal 
-	   << " ekin1= " << nlv0.e() - m2 
+	   << " ekin1= " << nlv0.e() - m2
+	   << " 4-mom " << lv1 
 	   <<G4endl;
   if(eFinal < 0.0) {
     G4cout << "G4HadronElastic WARNING ekin= " << eFinal
diff --git a/source/processes/hadronic/models/coherent_elastic/src/G4UHadronElasticProcess.cc b/source/processes/hadronic/models/coherent_elastic/src/G4UHadronElasticProcess.cc
index ae016935379b8f162b17d671bc18a24be70a17a7..5d8865a3269e33082cf89ca11a5585e2abfcc197 100644
--- a/source/processes/hadronic/models/coherent_elastic/src/G4UHadronElasticProcess.cc
+++ b/source/processes/hadronic/models/coherent_elastic/src/G4UHadronElasticProcess.cc
@@ -23,8 +23,8 @@
 // * acceptance of all terms of the Geant4 Software license.          *
 // ********************************************************************
 //
-// $Id: G4UHadronElasticProcess.cc,v 1.15 2006/06/29 20:09:37 gunter Exp $
-// GEANT4 tag $Name: geant4-08-01 $
+// $Id: G4UHadronElasticProcess.cc,v 1.18 2006/07/12 17:15:41 vnivanch Exp $
+// GEANT4 tag $Name: geant4-08-01-patch-01 $
 //
 // Geant4 Hadron Elastic Scattering Process -- header file
 // 
@@ -32,6 +32,7 @@
 //  
 // Modified:
 // 24-Apr-06 V.Ivanchenko add neutron scattering on hydrogen from CHIPS
+// 07-Jun-06 V.Ivanchenko fix problem of rotation of final state
 //
 //
 
@@ -102,7 +103,7 @@ G4double G4UHadronElasticProcess::GetMeanFreePath(const G4Track& track,
   G4double x = DBL_MAX;
 
   // The process is effective only above the threshold
-  if(dp->GetKineticEnergy() < thEnergy) return x;
+  //  if(dp->GetKineticEnergy() < thEnergy) return x;
 
   // Compute cross sesctions
   const G4ElementVector* theElementVector = material->GetElementVector();
@@ -250,6 +251,7 @@ G4VParticleChange* G4UHadronElasticProcess::PostStepDoIt(
     ChooseHadronicInteraction( kineticEnergy, material, elm);
 
   // Initialize the hadronic projectile from the track
+  //  G4cout << "track " << track.GetDynamicParticle()->Get4Momentum()<<G4endl;
   G4HadProjectile thePro(track);
   if(verboseLevel>1) 
     G4cout << "G4UHadronElasticProcess::PostStepDoIt for " 
@@ -260,18 +262,26 @@ G4VParticleChange* G4UHadronElasticProcess::PostStepDoIt(
 
   aParticleChange.Initialize(track);
   G4HadFinalState* result = hadi->ApplyYourself(thePro, targetNucleus);
+  G4ThreeVector indir = track.GetMomentumDirection();
+  G4ThreeVector outdir = (result->GetMomentumChange()).rotateUz(indir);
   
   if(verboseLevel>1) 
     G4cout << "Efin= " << result->GetEnergyChange()
 	   << " de= " << result->GetLocalEnergyDeposit()
 	   << " nsec= " << result->GetNumberOfSecondaries()
+	   << " dir= " << outdir
 	   << G4endl;
   
   aParticleChange.ProposeEnergy(result->GetEnergyChange());
-  aParticleChange.ProposeMomentumDirection(result->GetMomentumChange());
+  aParticleChange.ProposeMomentumDirection(outdir);
   if(result->GetNumberOfSecondaries() > 0) {
     aParticleChange.SetNumberOfSecondaries(1);
     G4DynamicParticle* p = result->GetSecondary(0)->GetParticle();
+    G4ThreeVector pdir = p->GetMomentumDirection();
+    // G4cout << "recoil " << pdir << G4endl;
+    pdir = pdir.rotateUz(indir);
+    // G4cout << "recoil rotated " << pdir << G4endl;
+    p->SetMomentumDirection(pdir);
     aParticleChange.AddSecondary(p);
   } else {
     aParticleChange.SetNumberOfSecondaries(0);
diff --git a/source/processes/hadronic/models/radioactive_decay/History b/source/processes/hadronic/models/radioactive_decay/History
index b9940ca2a4a522b1e055aeb0e80800707361f8ff..75fa0ab2805a65c4135008c2cb156a5841fe6db4 100644
--- a/source/processes/hadronic/models/radioactive_decay/History
+++ b/source/processes/hadronic/models/radioactive_decay/History
@@ -14,6 +14,10 @@ track of all tags.
      * Reverse chronological order (last date on top), please *
      ----------------------------------------------------------
 
+5 July 2006 Dennis Wright (radioactive_decay-V08-01-00)
+- G4NuclearDecayChannel::BetaDecayIt() : another check for negative sqrt 
+  argument in daughtermomentum[1].
+
 29 May 2006 Dennis Wright (radioactive_decay-V08-00-03)
    (tagging change by Fan Lei on 17 Feb 2006)
 -  G4RadioactiveDecay.cc : in method IsApplicable() add test for negative 
diff --git a/source/processes/hadronic/models/radioactive_decay/src/G4NuclearDecayChannel.cc b/source/processes/hadronic/models/radioactive_decay/src/G4NuclearDecayChannel.cc
index bd49875903d3186f4818425d3d80553f62828ec7..98011ff2689928a3bab730e71ecccdbb6a084610 100644
--- a/source/processes/hadronic/models/radioactive_decay/src/G4NuclearDecayChannel.cc
+++ b/source/processes/hadronic/models/radioactive_decay/src/G4NuclearDecayChannel.cc
@@ -649,8 +649,10 @@ G4DecayProducts *G4NuclearDecayChannel::BetaDecayIt()
 	  
     // the recoil neuleus
     daughterenergy[1] = Q-daughterenergy[0]-daughterenergy[2];
-    daughtermomentum[1] = std::sqrt(daughterenergy[1]*daughterenergy[1] +
-			       2.0*daughterenergy[1] * daughtermass[1]);
+    G4double recoilmomentumsquared = daughterenergy[1]*daughterenergy[1] +
+                               2.0*daughterenergy[1] * daughtermass[1];
+    if (recoilmomentumsquared < 0.0) recoilmomentumsquared = 0.0;
+    daughtermomentum[1] = std::sqrt(recoilmomentumsquared);
   
     // output message
     if (GetVerboseLevel()>1) {