CMS 3D CMS Logo

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

A lightweight implementation of the Defaults interface that uses simple text files. See the documentation for the header file Defaults_Text.h for details. More...

#include "TopQuarkAnalysis/TopHitFit/interface/Defaults_Text.h"
#include <cassert>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <cctype>
#include <cstring>
#include <map>

Go to the source code of this file.

Classes

class  hitfit::Defaults_Textrep
 The internal representation for a Defaults_Text object. More...
 

Namespaces

 hitfit
 

Functions

std::ostream & hitfit::operator<< (std::ostream &s, const Defaults_Text &def)
 

Detailed Description

A lightweight implementation of the Defaults interface that uses simple text files. See the documentation for the header file Defaults_Text.h for details.

Creation date:
Jul 2000
Author
Scott Stuart Snyder snyde.nosp@m.r@bn.nosp@m.l.gov for D0.

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_Text.cc.