Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

HistoTableFormat.h File Reference

#include "GaudiKernel/Kernel.h"

Include dependency graph for HistoTableFormat.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  AIDA
namespace  Gaudi
namespace  Gaudi::Utils
namespace  Gaudi::Utils::Histos
namespace  Gaudi::Utils::Histos::Formats

Classes

class  Gaudi::Utils::Histos::Table
 Simple class for the customizeble printout of the histogram tables. More...

Defines

#define GAUDIUTILS_HISTOTABLEFORMAT_H   1

Enumerations

enum  Gaudi::Utils::Histos::Formats::Format {
  Gaudi::Utils::Histos::Formats::Default = 0, Gaudi::Utils::Histos::Formats::Old, Gaudi::Utils::Histos::Formats::Full, Gaudi::Utils::Histos::Formats::FullStat,
  Gaudi::Utils::Histos::Formats::Stat, Gaudi::Utils::Histos::Formats::StatOnly, Gaudi::Utils::Histos::Formats::Stat1, Gaudi::Utils::Histos::Formats::ShapeOnly,
  Gaudi::Utils::Histos::Formats::Shape, Gaudi::Utils::Histos::Formats::LineTitle, Gaudi::Utils::Histos::Formats::LineOnly, Gaudi::Utils::Histos::Formats::PathTitle
}
 the ID for predefined formats
  • Default : the default format
  • Old : the old-style format (title,integra,entries,mean,rms)
  • Full : FULL information (all 15 predefiend values)
  • FullStat : FULL statistical information (all 13 statistical values)
  • Stat : title, entries,mean, rms, skewness&kurtosis
  • StatOnly : entries,mean, rms, skewness&kurtosis
  • Stat1 : entries,mean+-, rms+-, skewness+-&kurtosis+-
  • ShapeOnly : mean,rms,skewness,kurtosis,underflow&overflow fractions
  • Shape : as ShapeOnly but with errors
  • LineTitle : line-format title, mean,rms,skewness&kurtosis
  • LineOnly : line-format mean,rms,skewness&kurtosis
  • PathTitle : path & title
More...

Functions

GAUDI_API std::string Gaudi::Utils::Histos::Formats::format (const int ID=Default)
 get the format by enum
GAUDI_API std::string Gaudi::Utils::Histos::Formats::header (const int ID=Default)
 get the recommended header by enum
GAUDI_API std::string Gaudi::Utils::Histos::path (const AIDA::IBaseHistogram *aida)
 get the path in THS for AIDA histogram
GAUDI_API std::string Gaudi::Utils::Histos::format (const AIDA::IHistogram1D *histo, const std::string &fmt)
 Make the string representation of the historgam according to the specified format.
GAUDI_API std::string Gaudi::Utils::Histos::format (const AIDA::IHistogram1D *histo, const std::string &ID, const std::string &fmt1, const std::string &fmt2)
 format a full row in table, including ID, label, path or any other "extra" identifier in string form
template<class HISTO, class STREAM, class TERMINATOR>
STREAM & Gaudi::Utils::Histos::printList (HISTO first, HISTO last, const std::string &fmt, STREAM &stream, TERMINATOR term)
 print the simple sequence (list-like) of histograms as table
template<class LIST, class STREAM, class TERMINATOR>
STREAM & Gaudi::Utils::Histos::printList (const LIST &histos, const std::string &fmt, STREAM &stream, TERMINATOR term)
 print the simple container of histograms as table
template<class HISTO, class STREAM, class TERMINATOR>
STREAM & Gaudi::Utils::Histos::printMap (HISTO begin, HISTO end, const std::string &fmt1, const std::string &fmt2, STREAM &stream, TERMINATOR term)
 Print the "associative sequence" (e.g.
template<class MAP, class STREAM, class TERMINATOR>
STREAM & Gaudi::Utils::Histos::printMap (const MAP &histos, const std::string &fmt1, const std::string &fmt2, STREAM &stream, TERMINATOR term)
 Print the "associative sequence" (e.g.
GAUDI_API std::string Gaudi::Utils::Histos::format (const std::string &val1, const std::string &val2, const std::string &fmt)
 helper method to merge the headers for short format table


Define Documentation

#define GAUDIUTILS_HISTOTABLEFORMAT_H   1

Definition at line 4 of file HistoTableFormat.h.


Generated at Mon May 3 12:21:21 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004