Garfield
0.3
Toolkit for the detailed simulation of particle detectors based on ionization measurement in gases and semiconductors
Loading...
Searching...
No Matches
PlottingEngine.hh
Go to the documentation of this file.
1
#ifndef G_PLOTTING_ENGINE_H
2
#define G_PLOTTING_ENGINE_H
3
#include <memory>
4
5
class
TStyle;
6
7
namespace
Garfield
{
8
10
11
class
PlottingEngine
{
12
public
:
14
PlottingEngine
();
16
~PlottingEngine
();
17
19
static
void
SetSerif
();
21
static
void
SetSansSerif
();
22
24
static
void
SetPalette
(
const
int
ncol);
25
26
private
:
27
static
void
SetFont
(
const
int
font);
28
static
std::unique_ptr<TStyle>
m_style
;
29
};
30
31
}
// namespace Garfield
32
33
#endif
Garfield::PlottingEngine::SetFont
static void SetFont(const int font)
Garfield::PlottingEngine::SetSerif
static void SetSerif()
Use serif font.
Garfield::PlottingEngine::PlottingEngine
PlottingEngine()
Default constructor.
Garfield::PlottingEngine::m_style
static std::unique_ptr< TStyle > m_style
Definition
PlottingEngine.hh:28
Garfield::PlottingEngine::SetPalette
static void SetPalette(const int ncol)
Set the colour palette.
Garfield::PlottingEngine::SetSansSerif
static void SetSansSerif()
Use sans-serif font.
Garfield::PlottingEngine::~PlottingEngine
~PlottingEngine()
Destructor.
Garfield
Definition
AvalancheGrid.hh:9
Include
Garfield
PlottingEngine.hh
Generated by
1.14.0