GENIEGenerator
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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 <c.andreopoulos \at cern.ch>
9
University of Liverpool
10
11
\created July 29, 2010
12
13
\cpright Copyright (c) 2003-2024, 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::utils::style::SetDefaultStyle
void SetDefaultStyle(bool black_n_white=false)
Definition:
Style.cxx:20
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 on Wed Jul 17 2024 14:46:46 for GENIEGenerator by
1.8.5