]> legacy.helldragon.eu Git - jets.git/blob - README.md
Initial commit by marcello Galli
[jets.git] / README.md
1 JETS
2 =======
3
4 A PROGRAM FOR JET ANALYSIS OF HIGH-ENERGY COLLISION EVENTS
5 ----------------------------------------------------------
6
7 This is legacy FORTRAN IV program, of about 
8 two thousand lines, written for the
9 CDC 7600 mainframe, it run also on an IBM 370/168.
10
11 This program has been written for a thesis at
12 the school: "Scuola di Perfezionamento in Fisica" of the
13 Bologna University between 1982 and 1984. 
14
15 It implements and tests some algorithms for the clustering of
16 produced particles in high energy collision events.
17 The idea is to understand the particle jets as produced by
18 the decay of few initial particles, named partons.
19 The conclusion was that the directions of produced particles 
20 is too scattered to safely recognize events with many initial partons.
21
22 Its usage is described by the paper:
23 Computer Physics Communication, 34, (1984) 135-143
24
25 In the "code" folder we have: 
26
27 - jets.for : the source code
28
29 - jets-withControlCards.txt : source code with IBM JCL control
30                               cards and input for a sample problem
31 - jets-simpleProblemData.txt: data produced by a Montecarlo code
32                               as input for the sample problem
33 - jets-tapereader.for: a little program to manage the input data
34                        
35 - jets-compPhysComm84.pdf : Paper: Comp.Phys.Comm., 34,135-143 (1984)
36                             
37 - Jets-Article.pdf: a draft of a never published article 
38                     with details on the implemented alghoritms and tests 
39
40 This program is also available from:
41 https://data.mendeley.com/datasets/9fgg567fxw/1
42
43 It is here as an example of  old FORTRAN usage,
44 to be included in the collection of the 
45 [*Software Heritage*] project (https://www.softwareheritage.org/). 
46
47