CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces
Defaults.h File Reference

Define an abstract interface for getting parameter settings. More...

#include <string>

Go to the source code of this file.

Classes

class  hitfit::Defaults
 Define an interface for getting parameter settings. More...
 

Namespaces

 hitfit
 

Detailed Description

Define an abstract interface for getting parameter settings.

This defines a very simple abstract interface for retrieving settings for named parameters. Using ensures that the hitft code doesn't have to depend on something like rcp. There is a lightweight concrete implementation of this interface, Defaults_Text, which can be used for standalone applications. If this code gets used with the D0 framework, a Defaults_RCP can be provided too.

Creation date:
November 2000.
Author
Scott Stuart Snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Modification History:
Apr 2009: Haryo Sumowidagdo Suhar.nosp@m.yo.S.nosp@m.umowi.nosp@m.dagd.nosp@m.o@cer.nosp@m.n.ch: Imported to CMSSW.
Oct 2009: Haryo Sumowidagdo Suhar.nosp@m.yo.S.nosp@m.umowi.nosp@m.dagd.nosp@m.o@cer.nosp@m.n.ch: Added Doxygen tags for automatic generation of documentation.
Terms of Usage:
With consent from the original author (Scott Snyder).

Definition in file Defaults.h.