| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

RootIOBaseObject Class Reference

Base object for persistent top-level data. More...

#include <RootIOBaseObject.h>

List of all members.


Public Member Functions

 RootIOBaseObject ()
 RootIOBaseObject (int clid)
virtual ~RootIOBaseObject ()

Public Attributes

int clID

Detailed Description

Base object for persistent top-level data.

bv@bnl.gov Mon Aug 4 14:52:20 2008

Definition at line 16 of file RootIOBaseObject.h.


Constructor & Destructor Documentation

RootIOBaseObject::RootIOBaseObject (  ) 

Definition at line 3 of file RootIOBaseObject.cc.

00004     : clID(0)
00005 {
00006 
00007 }

RootIOBaseObject::RootIOBaseObject ( int  clid  ) 

Definition at line 8 of file RootIOBaseObject.cc.

00009     : clID(clid)
00010 {
00011     
00012 }

RootIOBaseObject::~RootIOBaseObject (  )  [virtual]

Definition at line 13 of file RootIOBaseObject.cc.

00014 {
00015 }


Member Data Documentation

int RootIOBaseObject::clID

Definition at line 21 of file RootIOBaseObject.h.


The documentation for this class was generated from the following files:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:18:21 2011 for RootIOSvc by doxygen 1.4.7