Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
JetScapeBanner.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file JetScapeBanner.h
1
/*******************************************************************************
2
* Copyright (c) The JETSCAPE Collaboration, 2018
3
*
4
* Modular, task-based framework for simulating all aspects of heavy-ion collisions
5
*
6
* For the list of contributors see AUTHORS.
7
*
8
* Report issues at https://github.com/JETSCAPE/JETSCAPE/issues
9
*
10
* or via email to bugs.jetscape@gmail.com
11
*
12
* Distributed under the GNU General Public License 3.0 (GPLv3 or later).
13
* See COPYING for details.
14
******************************************************************************/
15
16
#ifndef JETSCAPE_BANNER_H
17
#define JETSCAPE_BANNER_H
18
19
#include "
JetScapeLogger.h
"
20
21
namespace
Jetscape {
22
23
void
ShowJetscapeBanner
() {
24
INFO_NICE
25
<<
"*--------------------------------------------------------------*"
;
26
INFO_NICE
27
<<
"| |"
;
28
INFO_NICE
<<
"| /"
<< (char)92
29
<<
" |"
;
30
INFO_NICE
<<
"| / "
<< (char)92
31
<<
" |"
;
32
INFO_NICE
<<
"| / | "
<< (char)92
33
<<
" |"
;
34
INFO_NICE
<<
"| / | "
<< (char)92 <<
" /"
35
<< (
char
)92 <<
" |"
;
36
INFO_NICE
<<
"| / | "
<< (char)92 <<
" /"
37
<< (
char
)92 <<
"/ "
38
<<
" "
<< (char)92 <<
" |"
;
39
INFO_NICE
<<
"| / "
<< (char)92 <<
" | / "
<< (
char
)92
40
<<
" /"
<< (char)92 <<
"/"
41
<<
" | "
<< (
char
)92 <<
"/"
<< (char)92
42
<<
" |"
;
43
INFO_NICE
<<
"| / "
<< (char)92 <<
" | / "
<< (
char
)92
44
<<
" / % | % "
<< (char)92 <<
" |"
;
45
INFO_NICE
<<
"| __/ "
<< (char)92 <<
"|/ "
<< (
char
)92
46
<<
"__/"
47
<<
" %|% "
<< (char)92 <<
"/"
<< (
char
)92
48
<<
"__ |"
;
49
//INFO_NICE<<"| / "<<(char) 92<<" | / "<<(char) 92<<" / * * | * "<<(char) 92<<" |";
50
//INFO_NICE<<"| _/ "<<(char) 92<<"|/ "<<(char) 92<<"__/"<<" * *|* "<<(char) 92<<"/"<<(char) 92<<"__ |";
51
INFO_NICE
52
<<
"| |"
;
53
INFO_NICE
54
<<
"| JETSCAPE |"
;
55
INFO_NICE
56
<<
"| |"
;
57
INFO_NICE
58
<<
"| The Jet Energy-loss Tomography with a Statistically |"
;
59
INFO_NICE
60
<<
"| and Computationally Advanced Program Envelope |"
;
61
INFO_NICE
62
<<
"| http://jetscape.org |"
;
63
INFO_NICE
64
<<
"| |"
;
65
INFO_NICE
66
<<
"| Please cite arXiv:1903.07706 if you use this package for |"
;
67
INFO_NICE
68
<<
"| scientific work. |"
;
69
INFO_NICE
70
<<
"| |"
;
71
INFO_NICE
72
<<
"| JETSCAPE is provided without warranty under the terms |"
;
73
INFO_NICE
74
<<
"| of the GNU GPLv3. It uses xxx code(s). |"
;
75
INFO_NICE
76
<<
"| See COPYING file for details. |"
;
77
INFO_NICE
78
<<
"| |"
;
79
INFO_NICE
80
<<
"*--------------------------------------------------------------*"
;
81
}
82
83
}
// end namespace Jetscape
84
85
#endif
JETSCAPE
blob
main
src
framework
JetScapeBanner.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:24
using
1.8.2 with
sPHENIX GitHub integration