#include <GfxMCVecListCfg.h>
Inheritance diagram for GfxMCVecListCfg:

Public Member Functions | |
| GfxMCVecListCfg (Registry *initial_config=0) | |
| ~GfxMCVecListCfg () | |
Contact: bv@bnl.gov
Created on: Thu Oct 3 10:22:09 2002
Definition at line 25 of file GfxMCVecListCfg.h.
|
|
Definition at line 5 of file GfxMCVecListCfg.cxx. References CfgConfigurable::CommitDefaultConfig(). 00006 {
00007 if (initial_config)
00008 this->CommitDefaultConfig(*initial_config);
00009 else {
00010 Registry r;
00011 this->CommitDefaultConfig(r);
00012 }
00013 }
|
|
|
Definition at line 15 of file GfxMCVecListCfg.cxx. 00016 {
00017 }
|
1.3.9.1