Commit in slic on MAIN
include/LcioManager.hh+5-81.43 -> 1.44
src/EventAction.cc+1-41.22 -> 1.23
   /LcioManager.cc+1-61.57 -> 1.58
+7-18
3 modified files
Removed unused beginEvent action from LcioManager.

slic/include
LcioManager.hh 1.43 -> 1.44
diff -u -r1.43 -r1.44
--- LcioManager.hh	27 Jun 2005 19:17:37 -0000	1.43
+++ LcioManager.hh	31 Aug 2005 19:38:56 -0000	1.44
@@ -44,7 +44,7 @@
   /**
    * @class LcioManager
    * @brief Singleton manager class of Lcio file operations.
-   * @note  This class is the top-level instantiator of other 
+   * @note  This class is the top-level instantiator of other
    *        Lcio singleton managers and helper classes.
   */
   class LcioManager : public Verbose
@@ -89,13 +89,10 @@
 
     void setRunNumber(RunNumberType rnt);
 
-    // begin event action
-    void beginEvent(const G4Event*);
-
     // run actions
     void beginRun(const G4Run*);
     void endRun();
-    
+
     // create the LCEvent
     IMPL::LCEventImpl* createLCEvent(const G4Event* anEvent);
     IMPL::LCEventImpl* createLCEvent();
@@ -115,7 +112,7 @@
     IMPL::LCEventImpl* getCurrentLCEvent() { return m_currentLCEvent; }
 
     // override verbosity in order to pass to associated HCBuilder
-    virtual inline void setVerbose(Verbose::LevelType lt) 
+    virtual inline void setVerbose(Verbose::LevelType lt)
     {
       Verbose::setVerbose(lt);
 
@@ -128,7 +125,7 @@
       m_HCBuilder->setStoreMomentum(s);
     }
 
-    void setFileExistsAction(EFileExistsAction fea) 
+    void setFileExistsAction(EFileExistsAction fea)
     {
       if ( fea == eInvalid ) {
 	G4Exception("FATAL ERROR: Invalid setting for FileExistsAction.");
@@ -193,7 +190,7 @@
     IMPL::LCCollectionVec* m_McpFinalColl;
 
     // writer
-    IO::LCWriter* m_writer;    
+    IO::LCWriter* m_writer;
 
     // run header
     IMPL::LCRunHeaderImpl* m_runHdr;

slic/src
EventAction.cc 1.22 -> 1.23
diff -u -r1.22 -r1.23
--- EventAction.cc	25 May 2005 00:56:14 -0000	1.22
+++ EventAction.cc	31 Aug 2005 19:38:56 -0000	1.23
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/EventAction.cc,v 1.22 2005/05/25 00:56:14 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/EventAction.cc,v 1.23 2005/08/31 19:38:56 jeremy Exp $
 #include "EventAction.hh"
 
 // SLIC
@@ -33,9 +33,6 @@
     // check aborted
     if (!anEvent->IsAborted() ) {
 
-      // lcio mgr
-      LcioManager::instance()->beginEvent( anEvent );
-
       // trj mgr
       TrajectoryManager::instance()->beginEvent( anEvent );
     }

slic/src
LcioManager.cc 1.57 -> 1.58
diff -u -r1.57 -r1.58
--- LcioManager.cc	31 Aug 2005 19:35:12 -0000	1.57
+++ LcioManager.cc	31 Aug 2005 19:38:57 -0000	1.58
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/LcioManager.cc,v 1.57 2005/08/31 19:35:12 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/LcioManager.cc,v 1.58 2005/08/31 19:38:57 jeremy Exp $
 #include "LcioManager.hh"
 
 // SLIC
@@ -182,11 +182,6 @@
 #endif
   }
 
-  void LcioManager::beginEvent(const G4Event*)
-  {
-    // NO-OP???
-  }
-
   void LcioManager::createWriter()
   {
     m_writer = IOIMPL::LCFactory::getInstance()->createLCWriter();
CVSspam 0.2.8