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) |
A lightweight implementation of the Defaults interface that uses simple text files. See the documentation for the header file Defaults_Text.h for details.
Apr 2009: Haryo Sumowidagdo Suhar: Imported to CMSSW. yo.S umowi dagd o@cer n.ch
Oct 2009: Haryo Sumowidagdo Suhar: Added Doxygen tags for automatic generation of documentation. yo.S umowi dagd o@cer n.ch
Definition in file Defaults_Text.cc.