#include <G4PlotParameters.hh>
Definition at line 41 of file G4PlotParameters.hh.
◆ G4PlotParameters()
G4PlotParameters::G4PlotParameters |
( |
| ) |
|
Definition at line 36 of file G4PlotParameters.cc.
40 #if defined(TOOLS_USE_FREETYPE) 65 fMessenger = G4Analysis::make_unique<G4PlotMessenger>(
this);
std::unique_ptr< G4PlotMessenger > fMessenger
G4String fAvailableStyles
◆ GetAvailableStyles()
G4String G4PlotParameters::GetAvailableStyles |
( |
| ) |
|
|
inline |
◆ GetColumns()
G4int G4PlotParameters::GetColumns |
( |
| ) |
const |
|
inline |
◆ GetHeight()
G4int G4PlotParameters::GetHeight |
( |
| ) |
const |
|
inline |
◆ GetMaxColumns()
G4int G4PlotParameters::GetMaxColumns |
( |
| ) |
|
|
inline |
◆ GetMaxRows()
G4int G4PlotParameters::GetMaxRows |
( |
| ) |
|
|
inline |
◆ GetRows()
G4int G4PlotParameters::GetRows |
( |
| ) |
const |
|
inline |
◆ GetScale()
G4float G4PlotParameters::GetScale |
( |
| ) |
const |
|
inline |
◆ GetStyle()
G4String G4PlotParameters::GetStyle |
( |
| ) |
const |
|
inline |
◆ GetWidth()
G4int G4PlotParameters::GetWidth |
( |
| ) |
const |
|
inline |
◆ SetDimensions()
void G4PlotParameters::SetDimensions |
( |
G4int |
width, |
|
|
G4int |
height |
|
) |
| |
◆ SetLayout()
void G4PlotParameters::SetLayout |
( |
G4int |
columns, |
|
|
G4int |
rows |
|
) |
| |
Definition at line 73 of file G4PlotParameters.cc.
75 if ( columns > rows ||
80 <<
"Layout: " << columns <<
" x " << rows <<
" was ignored." <<
G4endl 81 <<
"Suported layouts: " <<
G4endl 82 <<
" columns <= rows" <<
G4endl 84 <<
" rows = 1 .. " << fMaxRows <<
G4endl;
std::ostringstream G4ExceptionDescription
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
◆ SetStyle()
void G4PlotParameters::SetStyle |
( |
const G4String & |
style | ) |
|
Definition at line 101 of file G4PlotParameters.cc.
108 <<
"Style: " << style <<
" was ignored." <<
G4endl 117 if (
fStyle ==
"ROOT_default" ) {
std::ostringstream G4ExceptionDescription
G4String fAvailableStyles
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
◆ fAvailableStyles
G4String G4PlotParameters::fAvailableStyles |
|
private |
◆ fColumns
G4int G4PlotParameters::fColumns |
|
private |
◆ fDefaultColumns
G4int G4PlotParameters::fDefaultColumns |
|
private |
◆ fDefaultHeight
G4int G4PlotParameters::fDefaultHeight |
|
private |
◆ fDefaultRows
G4int G4PlotParameters::fDefaultRows |
|
private |
◆ fDefaultScale
G4float G4PlotParameters::fDefaultScale |
|
private |
◆ fDefaultStyle
G4String G4PlotParameters::fDefaultStyle |
|
private |
◆ fDefaultWidth
G4int G4PlotParameters::fDefaultWidth |
|
private |
◆ fHeight
G4int G4PlotParameters::fHeight |
|
private |
◆ fMaxColumns
G4int G4PlotParameters::fMaxColumns |
|
private |
◆ fMaxRows
G4int G4PlotParameters::fMaxRows |
|
private |
◆ fMessenger
◆ fRows
G4int G4PlotParameters::fRows |
|
private |
◆ fScale
◆ fStyle
◆ fWidth
G4int G4PlotParameters::fWidth |
|
private |
The documentation for this class was generated from the following files: