/vis/plotter/

Sub-directories

/vis/plotter/add/...Title not available...

Commands

create
setLayout
addStyle
addRegionStyle
addRegionParameter
clear
clearRegion
list

create [name]

Create a named G4Plotter.

Available at all Geant4 states.

Parameters
name type s

setLayout [plotter] [columns] [rows]

Set plotter grid layout.

Available at all Geant4 states.

Parameters
plotter type s
columns type i Omittable : default value = 1
rows type i Omittable : default value = 1

addStyle [plotter] [style]

Add a style for a plotter.
It is applied on all regions/plots of the plotter.
default, ROOT_default, hippodraw are known embedded styles.
reset is a keyword used to reset regions style.

Available at all Geant4 states.

Parameters
plotter type s
style type s Omittable : default value = default

addRegionStyle [plotter] [region] [style]

Add a style to be applied on a region.
default, ROOT_default, hippodraw are known embedded styles.
reset is a keyword used to reset a region style.

Available at all Geant4 states.

Parameters
plotter type s
region type i
style type s Omittable : default value = default

addRegionParameter [plotter] [region] [parameter] [value]

Add a parameter to be set on a region.

Available at all Geant4 states.

Parameters
plotter type s
region type i
parameter type s
value type s

clear [plotter]

Remove plottables from all regions.

Available at all Geant4 states.

Parameters
plotter type s

clearRegion [plotter] [region]

Remove plottables a region.

Available at all Geant4 states.

Parameters
plotter type s
region type i

list

List plotters in the scene.

Available at all Geant4 states.