Commit in slic on MAIN
src/LcioFileNamer.cc+1-121.10 -> 1.11
include/LcioFileNamer.hh+1-31.4 -> 1.5
+2-15
2 modified files
Removed unused function.

slic/src
LcioFileNamer.cc 1.10 -> 1.11
diff -u -r1.10 -r1.11
--- LcioFileNamer.cc	3 Oct 2005 22:25:54 -0000	1.10
+++ LcioFileNamer.cc	7 Oct 2005 20:43:30 -0000	1.11
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/LcioFileNamer.cc,v 1.10 2005/10/03 22:25:54 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/LcioFileNamer.cc,v 1.11 2005/10/07 20:43:30 jeremy Exp $
 #include "LcioFileNamer.hh"
 
 // lcdd
@@ -157,17 +157,6 @@
     return evtname;
   }
 
-  std::string LcioFileNamer::makeMomentumString(const G4ThreeVector& mom)
-  {
-    std::string px, py, pz;
-    px = StringUtil::toString( mom.x() );
-    py = StringUtil::toString( mom.y() );
-    pz = StringUtil::toString( mom.z() );
-
-    std::string mstr = "px" + px + "py" + py + "pz" + pz;
-    return mstr;
-  }
-
   std::string LcioFileNamer::makeRunNumberString()
   {
     return StringUtil::toString( G4RunManager::GetRunManager()->GetCurrentRun()->GetRunID() );

slic/include
LcioFileNamer.hh 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- LcioFileNamer.hh	3 Oct 2005 22:25:53 -0000	1.4
+++ LcioFileNamer.hh	7 Oct 2005 20:43:30 -0000	1.5
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/include/LcioFileNamer.hh,v 1.4 2005/10/03 22:25:53 jeremy Exp $
+// $Header: /cvs/lcd/slic/include/LcioFileNamer.hh,v 1.5 2005/10/07 20:43:30 jeremy Exp $
 #ifndef slic_LcioFileNamer_hh
 #define slic_LcioFileNamer_hh 1
 
@@ -37,8 +37,6 @@
     static std::string makeGPSName();
     static std::string makeGunName();
 
-    static std::string makeMomentumString(const G4ThreeVector& mom);
-
     static std::string makeRunNumberString();
     static std::string makeEventNumberString();
 
CVSspam 0.2.8