Commit in lcio/src/cpp/src/UTIL on v01-07-vtx
LCTOOLS.cc+1-11.49.4.4 -> 1.49.4.5
Operators.cc+2-21.1.2.1 -> 1.1.2.2
+3-3
2 modified files


lcio/src/cpp/src/UTIL
LCTOOLS.cc 1.49.4.4 -> 1.49.4.5
diff -u -r1.49.4.4 -r1.49.4.5
--- LCTOOLS.cc	25 Aug 2006 13:57:52 -0000	1.49.4.4
+++ LCTOOLS.cc	28 Aug 2006 13:32:30 -0000	1.49.4.5
@@ -70,7 +70,7 @@
     
       cout.width(30); cout << left << *name;
       cout.width(25); cout << left << evt->getCollection( *name )->getTypeName();
-      cout.width(20); cout << left << evt->getCollection( *name )->getNumberOfElements();
+      cout.width(9); cout << right << evt->getCollection( *name )->getNumberOfElements();
       cout << endl;
       //cout << "---------------------------------------------------------------------------" << endl;
     }

lcio/src/cpp/src/UTIL
Operators.cc 1.1.2.1 -> 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- Operators.cc	24 Aug 2006 14:20:40 -0000	1.1.2.1
+++ Operators.cc	28 Aug 2006 13:32:33 -0000	1.1.2.2
@@ -74,7 +74,7 @@
   const std::string& header(const EVENT::Vertex* v){
     
     static std::string _vtxh(
-      "\n    [id]    |pri|   chi2   |   prob.  |       position ( x, y, z)       |"
+      "\n    [id]    |pri|    chi2   |    prob.  |       position ( x, y, z)       |"
 	"                   covariance matrix (px, py, pz)                 |  [idRecP]  \n");
     _vtxh+=tail(new IMPL::VertexImpl());
     return _vtxh;
@@ -83,7 +83,7 @@
   const std::string& tail(const EVENT::Vertex* v){
     
     static std::string _vtxt(
-	"------------|---|----------|----------|---------------------------------|"
+	"------------|---|-----------|-----------|---------------------------------|"
 	"------------------------------------------------------------------|------------\n");
     return _vtxt;
   }
CVSspam 0.2.8