Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Generator
src
Framework
Utils
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 <constantinos.andreopoulos \at cern.ch>
9
University of Liverpool & STFC Rutherford Appleton Laboratory
10
11
\created July 29, 2010
12
13
\cpright Copyright (c) 2003-2020, 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
21
class
TGraph;
22
class
TH1;
23
24
namespace
genie
{
25
namespace
utils
{
26
27
namespace
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_
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition:
AlgCmp.h:25
genie::utils::style::SetDefaultStyle
void SetDefaultStyle(bool black_n_white=false)
Definition:
Style.cxx:20
utils
Definition:
utils.py:1
genie::utils::style::Format
void Format(TGraph *gr, int lcol, int lsty, int lwid, int mcol, int msty, double msiz)
Definition:
Style.cxx:146
Generated by
1.8.11