Print

Print


Commit in slicPandora/src on MAIN
CalorimeterHitProcessor.cpp+3-31.11 -> 1.12
fix compile errors

slicPandora/src
CalorimeterHitProcessor.cpp 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- CalorimeterHitProcessor.cpp	16 Aug 2010 17:51:58 -0000	1.11
+++ CalorimeterHitProcessor.cpp	16 Aug 2010 18:17:48 -0000	1.12
@@ -1,4 +1,4 @@
-// $Id: CalorimeterHitProcessor.cpp,v 1.11 2010/08/16 17:51:58 jeremy Exp $
+// $Id: CalorimeterHitProcessor.cpp,v 1.12 2010/08/16 18:17:48 jeremy Exp $
 
 #include "CalorimeterHitProcessor.h"
 
@@ -96,9 +96,9 @@
     int nlayers = layerList->size();
 
     // Set isInOuterSamplingLayer.
-    if (xsubdet->m_inputHitType().Get() == pandora::HCAL)
+    if (xsubdet->m_inputHitType.Get() == pandora::HCAL)
     {
-        if (layers >= nlayers - 3)
+        if (layer >= nlayers - 3)
         {
             params.m_isInOuterSamplingLayer = true;
         }
CVSspam 0.2.8