#include <EVDObject.h>
Public Member Functions | |
| EVDObject () | |
| EVDObject (EVD *mp) | |
| ~EVDObject () | |
| void | AddGfx (const char *gfx_name) |
Private Attributes | |
| EVD * | fEVD |
Midad/EVD
Contact: bv@bnl.gov
Created on: Thu Jan 2 12:16:53 2003
Definition at line 24 of file EVDObject.h.
|
|
Definition at line 4 of file EVDObject.cxx. 00005 : fEVD(0) 00006 { 00007 }
|
|
|
Definition at line 8 of file EVDObject.cxx. 00009 : fEVD(mp) 00010 { 00011 }
|
|
|
Definition at line 13 of file EVDObject.cxx. 00014 {
00015 }
|
|
|
Definition at line 17 of file EVDObject.cxx. References EVD::AddGfx(), and fEVD.
|
|
|
Definition at line 37 of file EVDObject.h. Referenced by AddGfx(). |
1.3.9.1