SND@LHC Software
Loading...
Searching...
No Matches
evd_transparentMode.py
Go to the documentation of this file.
1import ROOT
2import eveGlobal
3SHiPDisplay = eveGlobal.SHiPDisplay
4if SHiPDisplay.TransparentMode == 0 : SHiPDisplay.transparentMode()
5else: SHiPDisplay.transparentMode('off')