Gaudi Framework, version v23r6
Home
Generated: Wed Jan 30 2013
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiAlg
src
components
EventNodeKiller.h
Go to the documentation of this file.
1
// $Id: EventNodeKiller.h,v 1.1 2005-07-15 16:41:41 cattanem Exp $
2
#ifndef EVENTNODEKILLER_H
3
#define EVENTNODEKILLER_H 1
4
5
// Include files
6
// from Gaudi
7
#include "
GaudiAlg/GaudiAlgorithm.h
"
8
#include <
vector
>
9
#include <
string
>
10
18
class
EventNodeKiller
:
public
GaudiAlgorithm
{
19
public
:
21
EventNodeKiller
(
const
std::string
&
name
,
ISvcLocator
* pSvcLocator );
22
23
virtual
~EventNodeKiller
( );
24
25
virtual
StatusCode
execute
();
26
27
protected
:
28
29
private
:
30
std::vector<std::string>
m_nodes
;
31
};
32
#endif // EVENTNODEKILLER_H
Generated at Wed Jan 30 2013 17:13:37 for Gaudi Framework, version v23r6 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004