The Gaudi Framework  v30r3 (a5ef0a68)
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 
22  StatusCode execute() override;
23 
24 private:
26 };
27 #endif // EVENTNODEKILLER_H
Implementation of property with value of concrete type.
Definition: Property.h:381
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:51
The useful base class for data processing algorithms.
StatusCode execute() override
GaudiAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Standard constructor.