2 #ifndef ROOTHISTCNV_RRWNTUPLECNV_H
3 #define ROOTHISTCNV_RRWNTUPLECNV_H 1
11 namespace RootHistCnv {
22 return CLID_RowWiseTuple;
44 #endif // RootHistCnv_RRWNTUPLECNV_H
NTuple converter class definition.
virtual ~RRWNTupleCnv()
Standard destructor.
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.
unsigned int CLID
Class ID definition.
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.