Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
.rootlogon.py
Go to the documentation of this file.
1"""rootlogon module for the Python tutorials. Disables the graphics."""
2import ROOT
3ROOT.gROOT.SetBatch(True)