ATLAS Offline Software
|
Abstract interface for service to create D3PD trees. More...
#include <ID3PDSvc.h>
Public Member Functions | |
DeclareInterfaceID (ID3PDSvc, 1, 0) | |
Gaudi interface definition. More... | |
virtual StatusCode | make (const std::string &name, ID3PD *&d3pd)=0 |
Create a new D3PD tree. More... | |
Private Member Functions | |
ID3PDSvc & | operator= (const ID3PDSvc &) |
ID3PDSvc & | operator= (ID3PDSvc &&) |
Abstract interface for service to create D3PD trees.
Definition at line 32 of file ID3PDSvc.h.
Create a new D3PD tree.
name | The name of the new tree. |
d3pd[out] | The created tree. |