Print

Print


Commit in slic/include on MAIN
StdHepLoader.hh+5-71.9 -> 1.10


slic/include
StdHepLoader.hh 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- StdHepLoader.hh	10 May 2005 23:11:49 -0000	1.9
+++ StdHepLoader.hh	3 Aug 2005 23:18:49 -0000	1.10
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/include/StdHepLoader.hh,v 1.9 2005/05/10 23:11:49 jeremy Exp $
+// $Header: /cvs/lcd/slic/include/StdHepLoader.hh,v 1.10 2005/08/03 23:18:49 jeremy Exp $
 #ifndef StdhepLoader_hh
 #define StdhepLoader_hh 1
 
@@ -21,14 +21,14 @@
      @class StdHepLoader
      @brief Simple wrapper to lStdHep interface.
   */
-  class StdHepLoader 
+  class StdHepLoader
   {
 
   public:
     virtual ~StdHepLoader();
-    StdHepLoader();  
+    StdHepLoader();
     StdHepLoader(const std::string&);
-    StdHepLoader(const char*);      
+    StdHepLoader(const char*);
 
   public:
 
@@ -52,13 +52,11 @@
     void openStdHepFile(const std::string&);
     void openStdHepFile(const char*);
 
-    void closeStdHepFile();   
+    void closeStdHepFile();
 
     void readNextEvent();
     void dumpCurrentEvent();
 
-    void skipEvents( unsigned int s );
-
   private:
 
     std::string m_filename;
CVSspam 0.2.8