The Gaudi Framework  v29r0 (ff2e7097)
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 {
19 public:
21  ~EventNodeKiller() override = default;
22 
23  StatusCode execute() override;
24 
25 private:
27 };
28 #endif // EVENTNODEKILLER_H
Implementation of property with value of concrete type.
Definition: Property.h:319
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:28
The useful base class for data processing algorithms.
~EventNodeKiller() override=default
StatusCode execute() override