ATLAS Offline Software
Loading...
Searching...
No Matches
G4DebuggerConfig.py File Reference

Go to the source code of this file.

Classes

class  python.plotting.G4DebuggerConfig.summaryDefs
class  python.plotting.G4DebuggerConfig.histogramDefs

Namespaces

namespace  python
namespace  python.plotting
namespace  python.plotting.G4DebuggerConfig

Functions

 python.plotting.G4DebuggerConfig.merge_two_dicts (x, y)

Variables

str 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"]
dict python.plotting.G4DebuggerConfig.colors
dict python.plotting.G4DebuggerConfig.colorsNew
dict python.plotting.G4DebuggerConfig.styles
list python.plotting.G4DebuggerConfig.samecolor
dict python.plotting.G4DebuggerConfig.linecolor
dict python.plotting.G4DebuggerConfig.translate
dict python.plotting.G4DebuggerConfig.label
dict python.plotting.G4DebuggerConfig.labelAllATLAS
 python.plotting.G4DebuggerConfig.labelAll = merge_two_dicts(label,labelAllATLAS)
 python.plotting.G4DebuggerConfig.summary = summaryDefs()
 python.plotting.G4DebuggerConfig.histograms = histogramDefs()