Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
EventNodeKiller.h
Go to the documentation of this file.
1 #ifndef EVENTNODEKILLER_H
2 #define EVENTNODEKILLER_H 1
3 
4 // Include files
5 // from Gaudi
7 #include <string>
8 #include <vector>
9 
18 public:
20 
21  StatusCode execute() override;
22 
23 private:
25 };
26 #endif // EVENTNODEKILLER_H
Implementation of property with value of concrete type.
Definition: Property.h:352
Header file for class GaudiAlgorithm.
Algorithm to kill nodes in the event data store.
Gaudi::Property< std::vector< std::string > > m_nodes
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:50
The useful base class for data processing algorithms.
StatusCode execute() override
standard execution method
GaudiAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Standard constructor.