Print

Print


Commit in lcdd/src on MAIN
G4UnsegmentedCalorimeterSD.cc+3-31.3 -> 1.4
bug fix for crash in unseg cal

lcdd/src
G4UnsegmentedCalorimeterSD.cc 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- G4UnsegmentedCalorimeterSD.cc	8 Dec 2010 23:03:51 -0000	1.3
+++ G4UnsegmentedCalorimeterSD.cc	9 Aug 2011 21:40:43 -0000	1.4
@@ -1,4 +1,4 @@
-// $Id: G4UnsegmentedCalorimeterSD.cc,v 1.3 2010/12/08 23:03:51 jeremy Exp $
+// $Id: G4UnsegmentedCalorimeterSD.cc,v 1.4 2011/08/09 21:40:43 jeremy Exp $
 #include "G4UnsegmentedCalorimeterSD.hh"
 
 G4UnsegmentedCalorimeterSD::G4UnsegmentedCalorimeterSD(
@@ -46,10 +46,10 @@
     //std::cout << "hit at " << hitPos << std::endl;
 
     /* Reset the segmentation bins. */
-    m_segmentation->resetBins();
+    //m_segmentation->resetBins();
     
     /* Set the segmentation bins. */
-    m_segmentation->setBins( aStep );
+    //m_segmentation->setBins( aStep );
 
     /* Create a 64-bit ID. */
     Id64bit id64 = makeId();
CVSspam 0.2.8