Print

Print


Commit in lcio/src/cpp/src/UTIL on MAIN
LCTOOLS.cc+2-21.52 -> 1.53
fixed print format for TrackerPulse

lcio/src/cpp/src/UTIL
LCTOOLS.cc 1.52 -> 1.53
diff -u -r1.52 -r1.53
--- LCTOOLS.cc	1 Feb 2007 12:02:00 -0000	1.52
+++ LCTOOLS.cc	5 Nov 2007 13:17:00 -0000	1.53
@@ -627,8 +627,8 @@
     CellIDDecoder<TrackerPulse> id( col ) ;
 
     std::cout << endl
-	      << " [   id   ] |  cha.id  |  time | charge| quality  | corr.Data  | cellid-fields: |"
-	      << endl 
+	      << " [   id   ] | cellid0  | cellid1  | time | charge | quality  |corr.Data | cellid-fields: |"
+ 	      << endl 
 	      << endl ;
     
     for( int i=0 ; i< nPrint ; i++ ){
CVSspam 0.2.8