CMS 3D CMS Logo

Classes | Namespaces

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/TopQuarkAnalysis/TopHitFit/interface/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

namespace  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 <snyder@bnl.gov>
Modification History:
Apr 2009: Haryo Sumowidagdo <Suharyo.Sumowidagdo@cern.ch>: Imported to CMSSW.
Oct 2009: Haryo Sumowidagdo <Suharyo.Sumowidagdo@cern.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.