GENIEGenerator
Loading...
Searching...
No Matches
Style.h
Go to the documentation of this file.
1//____________________________________________________________________________
2/*!
3
4\namespace genie::utils::style
5
6\brief GENIE style!
7
8\author Costas Andreopoulos <c.andreopoulos \at cern.ch>
9 University of Liverpool
10
11\created July 29, 2010
12
13\cpright Copyright (c) 2003-2025, The GENIE Collaboration
14 For the full text of the license visit http://copyright.genie-mc.org
15*/
16//____________________________________________________________________________
17
18#ifndef _STYLE_UTILS_H_
19#define _STYLE_UTILS_H_
20
21class TGraph;
22class TH1;
23
24namespace genie {
25namespace utils {
26
27namespace style
28{
29
30 void SetDefaultStyle(bool black_n_white=false);
31
32 void Format(TGraph* gr,
33 int lcol, int lsty, int lwid, int mcol, int msty, double msiz);
34 void Format(TH1* hst,
35 int lcol, int lsty, int lwid, int mcol, int msty, double msiz);
36
37} // style namespace
38} // utils namespace
39} // genie namespace
40
41#endif // _SYST_UTILS_H_
void Format(TGraph *gr, int lcol, int lsty, int lwid, int mcol, int msty, double msiz)
Definition Style.cxx:146
void SetDefaultStyle(bool black_n_white=false)
Definition Style.cxx:20
Root of GENIE utility namespaces.
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25