Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

EVDObject Class Reference

Simple TObject to give CINT macros access to a EVD. More...

#include <EVDObject.h>

List of all members.

Public Member Functions

 EVDObject ()
 EVDObject (EVD *mp)
 ~EVDObject ()
void AddGfx (const char *gfx_name)

Private Attributes

EVDfEVD


Detailed Description

Simple TObject to give CINT macros access to a EVD.

Id
EVDObject.h,v 1.1 2003/05/21 20:59:53 musser Exp

Midad/EVD

Contact: bv@bnl.gov

Created on: Thu Jan 2 12:16:53 2003

Definition at line 24 of file EVDObject.h.


Constructor & Destructor Documentation

EVDObject::EVDObject  ) 
 

Definition at line 4 of file EVDObject.cxx.

00005     : fEVD(0)
00006 {
00007 }

EVDObject::EVDObject EVD mp  ) 
 

Definition at line 8 of file EVDObject.cxx.

00009     : fEVD(mp)
00010 {
00011 }

EVDObject::~EVDObject  ) 
 

Definition at line 13 of file EVDObject.cxx.

00014 {
00015 }


Member Function Documentation

void EVDObject::AddGfx const char *  gfx_name  ) 
 

Definition at line 17 of file EVDObject.cxx.

References EVD::AddGfx(), and fEVD.

00018 {
00019     if (!fEVD) return;
00020     fEVD->AddGfx(gfx_name);
00021 }


Member Data Documentation

EVD* EVDObject::fEVD [private]
 

Definition at line 37 of file EVDObject.h.

Referenced by AddGfx().


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:09:09 2010 for loon by  doxygen 1.3.9.1