CMS 3D CMS Logo

Classes | Namespaces | Functions

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

namespace  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 <snyder@bnl.gov> for D0.

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