unsigned int CLID
Class ID definition.
 
NTuple interface class definition.
 
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
 
StatusCode load(TTree *tree, INTuple *&refpObject) override
Create the transient representation of an object.
 
StatusCode book(const std::string &desc, INTuple *pObject, TTree *&tree) override
Book the N tuple.
 
StatusCode readData(TTree *rtree, INTuple *pObject, long ievt) override
Read N tuple data.
 
RCWNTupleCnv(ISvcLocator *svc)
Standard constructor.
 
static const CLID & classID()
Inquire class type.
 
StatusCode writeData(TTree *rtree, INTuple *pObject) override
Write N tuple data.
 
RNTupleCnv(ISvcLocator *svc, const CLID &clid)
Standard constructor.
 
This class is used for returning status codes from appropriate routines.