// // @file AtlasStyle.h // // ATLAS Style, based on a style file from BaBar // // // @author M.Sutton // // Copyright (C) 2010 Atlas Collaboration // // $Id: AtlasStyle.h, v0.0 Thu 25 Mar 2010 10:34:20 CET $ #ifndef __ATLASSTYLE_H #define __ATLASSTYLE_H #include "TStyle.h" void SetAtlasStyle(); //void SetAtlas1Style(); // no xerrors, no error-bar caps //void SetAtlas2Style(); // no xerrors, error-bar caps TStyle* AtlasStyle(); TStyle* Atlas1Style(); TStyle* Atlas2Style(); #endif // __ATLASSTYLE_H