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 |
Simple collection of predefiend formats for the histogram
the ID for predefined formats
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 } ;
std::string Gaudi::Utils::Histos::Formats::format | ( | const int | ID = Default |
) |
get the format by enum
ID | the format idenfifier |
std::string Gaudi::Utils::Histos::Formats::header | ( | const int | ID = Default |
) |
get the recommended header by enum
ID | the format idenfifier |