ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ECCEStyle.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file ECCEStyle.h
1 //
2 // @file ECCEStyle.h
3 //
4 // ECCE Style, based on a style file from ATLAS
5 //
6 //
7 // @author Peter Steinberg adapted from sPHENIX/ATLAS style
8 //
9 // Copyright (C) 2021 ECCE Collaboration
10 //
11 // Version 0.1
12 
13 #ifndef __ECCESTYLE_H
14 #define __ECCESTYLE_H
15 
16 #include "TStyle.h"
17 
18 void SetECCEStyle();
19 
20 TStyle* ECCEStyle();
21 
22 #endif // __ECCESTYLE_H