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

Public Member Functions | |
| GfxShowerListCfg (Registry *initial_config=0) | |
| ~GfxShowerListCfg () | |
Contact: bv@bnl.gov
Created on: Thu Oct 3 10:22:09 2002
Definition at line 25 of file GfxShowerListCfg.h.
|
|
Definition at line 5 of file GfxShowerListCfg.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 GfxShowerListCfg.cxx. 00016 {
00017 }
|
1.3.9.1