|
| string | python.plotting.G4DebuggerConfig.AtlasStylePath = os.environ['HOME']+'/RootUtils/AtlasStyle' |
| |
| | python.plotting.G4DebuggerConfig.AtlasStyle = os.path.exists(AtlasStylePath) |
| |
| list | python.plotting.G4DebuggerConfig.particles = ["other","gamma","e-","neutron",] |
| |
| list | python.plotting.G4DebuggerConfig.otherParticles = ["nucleus","proton","e+"] |
| |
| list | python.plotting.G4DebuggerConfig.egamma = ["gamma","e-","e+"] |
| |
| list | python.plotting.G4DebuggerConfig.electrons = ["e-","e+"] |
| |
| list | python.plotting.G4DebuggerConfig.neutrons = ["neutron"] |
| |
| list | python.plotting.G4DebuggerConfig.hadrons = ["proton","neutron","nucleus"] |
| |
| dictionary | python.plotting.G4DebuggerConfig.colors |
| |
| dictionary | python.plotting.G4DebuggerConfig.colorsNew |
| |
| dictionary | python.plotting.G4DebuggerConfig.styles |
| |
| list | python.plotting.G4DebuggerConfig.samecolor |
| |
| dictionary | python.plotting.G4DebuggerConfig.linecolor |
| |
| dictionary | python.plotting.G4DebuggerConfig.translate |
| |
| dictionary | python.plotting.G4DebuggerConfig.label |
| |
| dictionary | python.plotting.G4DebuggerConfig.labelAllATLAS |
| |
| def | python.plotting.G4DebuggerConfig.labelAll = merge_two_dicts(label,labelAllATLAS) |
| |
| | python.plotting.G4DebuggerConfig.summary = summaryDefs() |
| |
| | python.plotting.G4DebuggerConfig.histograms = histogramDefs() |
| |