LArSoft
v09_90_00
Liquid Argon Software toolkit - https://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 evdb_tool::DrawLArVoxel3D::Draw(), evdb_tool::DrawSimEnergyDeposit3D::drawAll(), evdb_tool::DrawSimEnergyDeposit3D::drawMCPartAssociated(), evd::SimulationDrawer::MCTruth3D(), evd::SimulationDrawer::MCTruthOrtho(), and evd::SimulationDrawer::MCTruthShortText().
|
static |
Definition at line 131 of file Style.cxx.
References w.
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 |