Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012

EventNodeKiller.h

Go to the documentation of this file.
00001 // $Id: EventNodeKiller.h,v 1.1 2005-07-15 16:41:41 cattanem Exp $
00002 #ifndef EVENTNODEKILLER_H 
00003 #define EVENTNODEKILLER_H 1
00004 
00005 // Include files
00006 // from Gaudi
00007 #include "GaudiAlg/GaudiAlgorithm.h"
00008 #include <vector>
00009 #include <string>
00010 
00018 class EventNodeKiller : public GaudiAlgorithm {
00019 public: 
00021   EventNodeKiller( const std::string& name, ISvcLocator* pSvcLocator );
00022 
00023   virtual ~EventNodeKiller( ); 
00024 
00025   virtual StatusCode execute   ();    
00026 
00027 protected:
00028 
00029 private:
00030   std::vector<std::string> m_nodes; 
00031 };
00032 #endif // EVENTNODEKILLER_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:15 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004