Garfield++ 4.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
Loading...
Searching...
No Matches
Plotting.hh
Go to the documentation of this file.
1#ifndef G_PLOTTING_H
2#define G_PLOTTING_H
3
4#include "PlottingEngine.hh"
5
6namespace Garfield {
7
8extern PlottingEngine plottingEngine;
9
10inline void SetDefaultStyle() {
12}
13
14}
15
16#endif
void SetDefaultStyle()
Apply the default Garfield ROOT style.
PlottingEngine plottingEngine
void SetDefaultStyle()
Definition: Plotting.hh:10