Print

Print


Commit in slic/src on MAIN
LcioHCBuilder.cc+2-21.30 -> 1.31
Fix compile error.

slic/src
LcioHCBuilder.cc 1.30 -> 1.31
diff -u -r1.30 -r1.31
--- LcioHCBuilder.cc	19 Sep 2005 17:13:22 -0000	1.30
+++ LcioHCBuilder.cc	19 Sep 2005 17:33:49 -0000	1.31
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/LcioHCBuilder.cc,v 1.30 2005/09/19 17:13:22 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/LcioHCBuilder.cc,v 1.31 2005/09/19 17:33:49 jeremy Exp $
 #include "LcioHCBuilder.hh"
 
 // SLIC
@@ -100,7 +100,7 @@
 	m_currentLCEvent->addCollection( collVect, HC->GetName() );
       }
       else {
-	G4Exception( "LcioHCBuilder::createHitCollections() - No collection found for Hits Collection ID <" + hcid + ">");
+	G4Exception( "LcioHCBuilder::createHitCollections() - No collection found for Hits Collection ID");
       }
     }
   }
CVSspam 0.2.8