Print

Print


Commit in slicPandora/src on MAIN
DetectorGeometry.cpp+1-11.8 -> 1.9


slicPandora/src
DetectorGeometry.cpp 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- DetectorGeometry.cpp	22 Mar 2010 21:51:32 -0000	1.8
+++ DetectorGeometry.cpp	22 Mar 2010 21:52:48 -0000	1.9
@@ -311,7 +311,7 @@
 void DetectorGeometry::printOut(const char* subdetType, PandoraApi::GeometryParameters::SubDetectorParameters* subdet)
 {
     // Parameters.
-    std::cout << "Subdetector: %s\n" << subdetType << std::endl;
+    std::cout << "Subdetector: " << subdetType << std::endl;
     std::cout << "    innerRCoordinate: " << subdet->m_innerRCoordinate.Get() << std::endl;
     std::cout << "    innerZCoordinate: " << subdet->m_innerZCoordinate.Get() << std::endl;
     std::cout << "    innerPhiCoordinate: " << subdet->m_innerPhiCoordinate.Get() << std::endl;
CVSspam 0.2.8