60 """Load ATLAS style macros if they exist."""
61 if not os.path.isdir(style_dir):
62 raise FileNotFoundError(f
"AtlasStyle directory not found: {style_dir}")
64 print(f
"Loading ATLAS style from {style_dir}")
65 gROOT.LoadMacro(os.path.join(style_dir,
"AtlasStyle.C"))
66 gROOT.LoadMacro(os.path.join(style_dir,
"AtlasLabels.C"))
67 gROOT.LoadMacro(os.path.join(style_dir,
"AtlasUtils.C"))