| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Gaudi::Utils::Histos::Formats Namespace Reference

The 15 format fields are predefined now:. More...


Enumerations

enum  Format {
  Default = 0, Old, Full, Stat,
  StatOnly, LineTitle, LineOnly, PathTitle
}
 the ID for predefined formats More...

Functions

std::string format (const int ID=Default)
 get the format by enum
std::string header (const int ID=Default)
 get the recommended header by enum

Detailed Description

The 15 format fields are predefined now:.

Simple collection of predefiend formats for the histogram

Author:
Vanya BELYAEV ibelyaev@physics.syed.edu
Date:
2007-08-07


Enumeration Type Documentation

enum Gaudi::Utils::Histos::Formats::Format

the ID for predefined formats

Enumerator:
Default 
Old 
Full 
Stat 
StatOnly 
LineTitle 
LineOnly 
PathTitle 

Definition at line 55 of file HistoTableFormat.h.

00056           {
00057             Default = 0 , // default format 
00058             Old         , // "OLD"-line format: title,integral,#ent,mean,rms 
00059             Full        , // FULL format: all available 15 positions
00060             Stat        , // title,#ent,mean,rms,skewness&kurtosis
00061             StatOnly    , // #entries,mean,rms,skewness&kurtosis
00062             LineTitle   , // line-format : title,mean,rms,skewness&kurtosis 
00063             LineOnly    , // line-format : mean,rms,skewness&kurtosis
00064             PathTitle     // "PathTitle" : path & title
00065           } ;


Function Documentation

std::string Gaudi::Utils::Histos::Formats::format ( const int  ID = Default  ) 

get the format by enum

See also:
Gaudi::Utils::Histos::Formats::Format
Parameters:
ID the format idenfifier
Returns:
format associated with ID
Author:
Vanya BELYAEV ibelyaev@physics.syr.edu
Date:
2007-08-08

std::string Gaudi::Utils::Histos::Formats::header ( const int  ID = Default  ) 

get the recommended header by enum

See also:
Gaudi::Utils::Histos::Formats::Format
Parameters:
ID the format idenfifier
Returns:
header associated with ID
Author:
Vanya BELYAEV ibelyaev@physics.syr.edu
Date:
2007-08-08

| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:58:04 2011 for GaudiUtils by doxygen 1.4.7