ATLAS Offline Software
DataQuality/ZLumiScripts/scripts/Pandas_scripts/plotting/AtlasStyle/AtlasStyle.h
Go to the documentation of this file.
1 //
2 // @file AtlasStyle.h
3 //
4 // ATLAS Style, based on a style file from BaBar
5 //
6 //
7 // @author M.Sutton
8 //
9 // Copyright (C) 2010 Atlas Collaboration
10 //
11 // $Id: AtlasStyle.h, v0.0 Thu 25 Mar 2010 10:34:20 CET $
12 
13 #ifndef __ATLASSTYLE_H
14 #define __ATLASSTYLE_H
15 
16 #include "TStyle.h"
17 
18 void SetAtlasStyle();
19 
20 TStyle* AtlasStyle();
21 
22 #endif // __ATLASSTYLE_H
SetAtlasStyle
void SetAtlasStyle()
Definition: InnerDetector/InDetCalibAlgs/PixelCalibAlgs/Macro/AtlasStyle.h:17
AtlasStyle
TStyle * AtlasStyle()
Definition: AtlasStyle.cxx:34