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

GfxShowerListCfg Class Reference

Cfg object for GfxShowerList and friends. More...

#include <GfxShowerListCfg.h>

Inheritance diagram for GfxShowerListCfg:

GfxCfg CfgConfigurable CfgConfigurable List of all members.

Public Member Functions

 GfxShowerListCfg (Registry *initial_config=0)
 ~GfxShowerListCfg ()

Detailed Description

Cfg object for GfxShowerList and friends.

Id
GfxShowerListCfg.h,v 1.1 2003/05/21 20:59:54 musser Exp

EVD

Contact: bv@bnl.gov

Created on: Thu Oct 3 10:22:09 2002

Definition at line 25 of file GfxShowerListCfg.h.


Constructor & Destructor Documentation

GfxShowerListCfg::GfxShowerListCfg Registry initial_config = 0  ) 
 

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 }

GfxShowerListCfg::~GfxShowerListCfg  ) 
 

Definition at line 15 of file GfxShowerListCfg.cxx.

00016 {
00017 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 1 11:58:24 2007 for loon by  doxygen 1.3.9.1