1#ifndef G_PLOTTING_ENGINE_ROOT_H
2#define G_PLOTTING_ENGINE_ROOT_H
33 TStyle m_garfieldStyle;
35 std::string m_colorLine1Default =
"dark-blue";
36 std::string m_colorLine2Default =
"olive";
37 std::string m_colorElectronDefault =
"orange";
38 std::string m_colorHoleDefault =
"red";
39 std::string m_colorIonDefault =
"dark-red";
40 std::string m_colorPhotonDefault =
"blue";
41 std::string m_colorChargedParticleDefault =
"dark-green";
Definition of styles and color schemes.
int GetRootColorChargedParticle()
virtual ~PlottingEngineRoot()
Destructor.
int GetRootColorElectron()
bool GetRootColor(std::string color, int &rootcol)
PlottingEngineRoot()
Constructor.
void SetDefaultStyle()
Apply the default Garfield ROOT style.
Abstract base class for plotting engines.