1 #ifndef ROOTHISTCNV_RRWNTUPLECNV_H
2 #define ROOTHISTCNV_RRWNTUPLECNV_H 1
38 #endif // RootHistCnv_RRWNTUPLECNV_H
NTuple converter class definition.
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
virtual StatusCode readData(TTree *rtree, INTuple *pObject, long ievt)
Read N tuple data.
virtual StatusCode book(const std::string &desc, INTuple *pObject, TTree *&tree)
Book the N tuple.
virtual StatusCode writeData(TTree *rtree, INTuple *pObject)
Write N tuple data.
Row wise NTuple converter class definition.
NTuple interface class definition.
This class is used for returning status codes from appropriate routines.
static const CLID & classID()
Inquire class type.
virtual StatusCode load(TTree *tree, INTuple *&refpObject)
Create the transient representation of an object.
RRWNTupleCnv(ISvcLocator *svc)
Standard constructor.
unsigned int CLID
Class ID definition.
virtual ~RRWNTupleCnv()=default
Standard destructor.