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

GfxTrackListCfg Class Reference

Cfg object for GfxTrackList and friends. More...

#include <GfxTrackListCfg.h>

Inheritance diagram for GfxTrackListCfg:

GfxCfg GfxCfg CfgConfigurable CfgConfigurable CfgConfigurable CfgConfigurable List of all members.

Public Member Functions

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

Detailed Description

Cfg object for GfxTrackList and friends.

Id
GfxTrackListCfg.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 EventDisplay/GfxTrackListCfg.h.


Constructor & Destructor Documentation

GfxTrackListCfg::GfxTrackListCfg Registry initial_config = 0  ) 
 

Definition at line 5 of file EventDisplay/GfxTrackListCfg.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 }

GfxTrackListCfg::~GfxTrackListCfg  ) 
 

Definition at line 15 of file EventDisplay/GfxTrackListCfg.cxx.

00016 {
00017 }

GfxTrackListCfg::GfxTrackListCfg Registry initial_config = 0  ) 
 

GfxTrackListCfg::~GfxTrackListCfg  ) 
 


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