The Gaudi Framework
v26r1
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
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
GaudiAlg
src
components
EventNodeKiller.h
Generated on Mon Feb 16 2015 11:56:52 for The Gaudi Framework by
1.8.2