The Gaudi Framework
v30r3 (a5ef0a68)
|
#include <src/IncidentSvc/DataOnDemandSvc.h>
Public Member Functions | |
Leaf ()=default | |
Leaf (const Leaf &l)=default | |
Leaf (std::string t, std::string n) | |
Public Attributes | |
IAlgorithm * | algorithm = nullptr |
std::string | name |
std::string | type |
unsigned long | num = 0 |
bool | executing = false |
Definition at line 138 of file DataOnDemandSvc.h.
|
default |
|
default |
|
inline |
Definition at line 146 of file DataOnDemandSvc.h.
IAlgorithm* DataOnDemandSvc::Leaf::algorithm = nullptr |
Definition at line 139 of file DataOnDemandSvc.h.
bool DataOnDemandSvc::Leaf::executing = false |
Definition at line 143 of file DataOnDemandSvc.h.
std::string DataOnDemandSvc::Leaf::name |
Definition at line 140 of file DataOnDemandSvc.h.
unsigned long DataOnDemandSvc::Leaf::num = 0 |
Definition at line 142 of file DataOnDemandSvc.h.
std::string DataOnDemandSvc::Leaf::type |
Definition at line 141 of file DataOnDemandSvc.h.