1#ifndef G_PLOTTING_ENGINE_ROOT_H
2#define G_PLOTTING_ENGINE_ROOT_H
35 TStyle m_garfieldStyle;
37 std::string m_colorLine1Default;
38 std::string m_colorLine2Default;
39 std::string m_colorElectronDefault;
40 std::string m_colorHoleDefault;
41 std::string m_colorIonDefault;
42 std::string m_colorPhotonDefault;
43 std::string m_colorChargedParticleDefault;
Definition of styles and color schemes.
int GetRootColorChargedParticle()
virtual ~PlottingEngineRoot()
int GetRootColorElectron()
bool GetRootColor(std::string color, int &rootcol)
Abstract base class for plotting engines.