|
Gaudi Framework, version v24r2 |
| Home | Generated: Wed Dec 4 2013 |
The 15 format fields are predefined now: More...
Enumerations | |
| enum | Format { Default = 0, Old, Full, FullStat, Stat, StatOnly, Stat1, ShapeOnly, Shape, LineTitle, LineOnly, PathTitle } |
| the ID for predefined formats More... | |
Functions | |
| GAUDI_API std::string | format (const int ID=Default) |
| get the format by enum | |
| GAUDI_API std::string | header (const int ID=Default) |
| get the recommended header by enum | |
The 15 format fields are predefined now:
Unlike parameters 3-7 & 16-19, the parameters 8-15 and 19-26 are sensitive only to the shape of the distribution.
Simple collection of predefiend formats for the histogram
| enum Gaudi::Utils::Histos::Formats::Format |
the ID for predefined formats
| Default | |
| Old | |
| Full | |
| FullStat | |
| Stat | |
| StatOnly | |
| Stat1 | |
| ShapeOnly | |
| Shape | |
| LineTitle | |
| LineOnly | |
| PathTitle |
Definition at line 90 of file HistoTableFormat.h.
| std::string Gaudi::Utils::Histos::Formats::format | ( | const int | ID = Default | ) |
get the format by enum
| ID | the format idenfifier |
default:
Definition at line 139 of file HistoTableFormat.cpp.
| std::string Gaudi::Utils::Histos::Formats::header | ( | const int | ID = Default | ) |
get the recommended header by enum
| ID | the format idenfifier |
default:
Definition at line 162 of file HistoTableFormat.cpp.