EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
title.f
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file title.f
1 C
2 C
3 C
4 C
5 C
6  SUBROUTINE title
7  WRITE(6,200)
8 200 FORMAT(//10x,
9  & '**************************************************'/10x,
10  & '* | \\ _______ / ------/ *'/10x,
11  & '* ----- ------ |_____| /_/ / *'/10x,
12  & '* ||\\ / |_____| / / \\ *'/10x,
13  & '* /| \\ /_/ /_______ /_ / \\_ *'/10x,
14  & '* / | / / / / / | ------- *'/10x,
15  & '* | / /\\ / / | / | *'/10x,
16  & '* | / / \\ / / \\_| / ------- *'/10x,
17  & '* *'/10x,
18  & '**************************************************'/10x,
19  & ' HIJING '/10x,
20  & ' Heavy Ion Jet INteraction Generator '/10x,
21  & ' by '/10x,
22  & ' X. N. Wang and M. Gyulassy '/10x,
23  & ' Lawrence Berkeley Laboratory '//)
24  RETURN
25  END