LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "Style.h"
Static Public Member Functions | |
static const char * | LatexName (int pdgcode) |
Convert PDG code to a latex string (root-style) More... | |
static void | FromPDG (TLine &line, int pdgcode) |
static int | ColorFromPDG (int pdgcode) |
static int | LineStyleFromPDG (int pdgcode) |
static int | LineWidthFromPDG (int pdgcode) |
Parameters for drawing options. Allow a consistent style for drawing particle tracks
|
static |
Definition at line 65 of file Style.cxx.
Referenced by evd::AnalysisBaseDrawer::CalorInteractive(), evd::SimulationDrawer::MCTruth3D(), evd::SimulationDrawer::MCTruthOrtho(), and evd::SimulationDrawer::MCTruthShortText().
|
static |
Definition at line 139 of file Style.cxx.
Referenced by evd::TWireProjPad::DrawLinesinView(), evd::SimulationDrawer::MCTruthVectors2D(), and evd::TWQProjectionView::SetClusters().
|
static |
Convert PDG code to a latex string (root-style)
Definition at line 12 of file Style.cxx.
Referenced by evd::SimulationDrawer::MCTruthLongText(), and evd::SimulationDrawer::MCTruthShortText().
|
static |