Print

Print


Commit in slic on MAIN
include/LcioMcpManager.hh+2-51.48 -> 1.49
src/LcioMcpManager.cc+6-11.61 -> 1.62
+8-6
2 modified files


slic/include
LcioMcpManager.hh 1.48 -> 1.49
diff -u -r1.48 -r1.49
--- LcioMcpManager.hh	4 Apr 2006 22:45:27 -0000	1.48
+++ LcioMcpManager.hh	15 May 2006 19:39:34 -0000	1.49
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/include/LcioMcpManager.hh,v 1.48 2006/04/04 22:45:27 jeremy Exp $
+// $Header: /cvs/lcd/slic/include/LcioMcpManager.hh,v 1.49 2006/05/15 19:39:34 jeremy Exp $
 #ifndef slic_LcioMcpManager_hh
 #define slic_LcioMcpManager_hh 1
 
@@ -107,10 +107,7 @@
 
     void beginEvent(const G4Event* anEvent);
 
-    double getNoChargeFlag() const
-    {
-      return NAN;
-    }
+    double getNoChargeFlag() const;
 
   private:
 

slic/src
LcioMcpManager.cc 1.61 -> 1.62
diff -u -r1.61 -r1.62
--- LcioMcpManager.cc	4 Apr 2006 22:45:27 -0000	1.61
+++ LcioMcpManager.cc	15 May 2006 19:39:34 -0000	1.62
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/LcioMcpManager.cc,v 1.61 2006/04/04 22:45:27 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/LcioMcpManager.cc,v 1.62 2006/05/15 19:39:34 jeremy Exp $
 #include "LcioMcpManager.hh"
 
 // slic
@@ -241,6 +241,11 @@
     }
   }
 
+  double LcioMcpManager::getNoChargeFlag() const
+  {
+    return m_NAN;
+  }
+
   void LcioMcpManager::printMcpCollection(const std::string& collName)
   {
     LCCollection* coll = findMcpCollection( collName );
CVSspam 0.2.8