The Gaudi Framework
v25r5
|
Description: More...
#include <RootCnv/RootRefs.h>
Public Member Functions | |
RootNTupleDescriptor () | |
Standard constructor. More... | |
virtual | ~RootNTupleDescriptor () |
Standard destructor. More... | |
Public Attributes | |
std::string | description |
Description string. More... | |
std::string | optional |
Optional description. More... | |
std::string | container |
Identifier of description. More... | |
unsigned long | clid |
Class ID of the described object. More... | |
|
inline |
|
inlinevirtual |
unsigned long Gaudi::RootNTupleDescriptor::clid |
Class ID of the described object.
Definition at line 107 of file RootRefs.h.
std::string Gaudi::RootNTupleDescriptor::container |
Identifier of description.
Definition at line 105 of file RootRefs.h.
std::string Gaudi::RootNTupleDescriptor::description |
Description string.
Definition at line 101 of file RootRefs.h.
std::string Gaudi::RootNTupleDescriptor::optional |
Optional description.
Definition at line 103 of file RootRefs.h.