Commit in lcdd/src on MAIN
G4StoreManager.cc+3-11.4 -> 1.5
print default production cut for region

lcdd/src
G4StoreManager.cc 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- G4StoreManager.cc	22 Sep 2005 22:02:33 -0000	1.4
+++ G4StoreManager.cc	9 Nov 2005 08:45:39 -0000	1.5
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/lcdd/src/G4StoreManager.cc,v 1.4 2005/09/22 22:02:33 jeremy Exp $
+// $Header: /cvs/lcd/lcdd/src/G4StoreManager.cc,v 1.5 2005/11/09 08:45:39 jeremy Exp $
 
 // lcdd
 #include "G4StoreManager.hh"
@@ -13,6 +13,7 @@
 #include "G4VPhysicalVolume.hh"
 #include "G4PhysicalVolumeStore.hh"
 #include "G4Region.hh"
+#include "G4ProductionCuts.hh"
 #include "G4RegionStore.hh"
 #include "G4NavigationHistory.hh"
 #include "G4Material.hh"
@@ -252,5 +253,6 @@
 std::ostream& operator<<(std::ostream &os, G4Region &reg)
 {
   os << reg.GetName() << endl;
+  os << "production cut <" << reg.GetProductionCuts()->GetProductionCut(0) << ">" << endl;
   return os;
 }
CVSspam 0.2.8