Difference between revisions of "Hallc soft:engine"

From HallCWiki
Jump to navigationJump to search
(New page: == ENGINE == The main analysis program in Hall C is called ''engine''. The corresponding Fortran file ''engine.f'' is located in the directory with the same name (though all caps) '''ENGI...)
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
== ENGINE ==
+
=== ENGINE ===
  
 
The main analysis program in Hall C is called ''engine''. The corresponding Fortran file ''engine.f'' is located in the directory with the same name (though all caps) '''ENGINE'''.
 
The main analysis program in Hall C is called ''engine''. The corresponding Fortran file ''engine.f'' is located in the directory with the same name (though all caps) '''ENGINE'''.
  
| Fortran files | **117** |
+
{| border="1"
| LOCs | **15265** |
+
| '''Fortran files'''
| Makefile(s) | **311**|
+
| '''117'''
| Original Version | **18-Nov-1993** |
+
|-
| Original Author | **K. Beard (HU)** |
+
| '''LOCs'''
| No. of revisions to date | **43** |
+
| '''15265'''
| Flowchart | **[[hallc_soft:engine_flowchart|Text Flowchart]]** |
+
|-
| Common List | ** [[hallc_soft:engine_common|List of .cmn]]**|
+
| '''Makefile(s)'''
| Description | Main program for the Hall C data analysis software. An outline of //engine.f// is **[[hallc_soft:engine_desc|here]] **. |
+
| '''311'''
| | Brief descriptions for the other 116 files are **[[hallc_soft:engine_package|here]] ** ||
+
|-
| Algorithm Desc. | **N/A ** |
+
| '''Original Version'''
| GN's points | ** ** |
+
| '''18-Nov-1993'''
 +
|-
 +
| '''Original Author'''
 +
| '''K. Beard (HU)'''
 +
|-
 +
| '''Revisions to date '''
 +
| '''43'''
 +
|-
 +
| '''Flowchart '''
 +
| '''[[hallc_soft:engine_desc|Text Flowchart]]'''
 +
|-
 +
| '''Common List '''
 +
| '''[[hallc_soft:engine_common2|List of .cmn]]'''
 +
|-
 +
| '''Description '''
 +
| Main program for the Hall C data analysis software. An outline of ''engine.f'' is '''[[hallc_soft:engine_desc|here]]'''.  
 +
|-
 +
|  
 +
| Brief descriptions for the other 116 files are '''[[hallc_soft:engine_package|here]]'''
 +
|
 +
|-
 +
| '''Algorithm Description '''
 +
| '''stay tuned!'''
 +
|-
 +
| '''GN's points'''
 +
| '''ditto'''
 +
|-
 +
|}
  
  
Return to [[hallc_soft:hallc_soft_main|Hall C Software Documentation]]
+
Return to [[Hall_c_soft_main#Hall_C_Software_Documentation|Hall C Software Documentation]]

Latest revision as of 08:58, 17 April 2012

ENGINE

The main analysis program in Hall C is called engine. The corresponding Fortran file engine.f is located in the directory with the same name (though all caps) ENGINE.

Fortran files 117
LOCs 15265
Makefile(s) 311
Original Version 18-Nov-1993
Original Author K. Beard (HU)
Revisions to date 43
Flowchart Text Flowchart
Common List List of .cmn
Description Main program for the Hall C data analysis software. An outline of engine.f is here.
Brief descriptions for the other 116 files are here
Algorithm Description stay tuned!
GN's points ditto


Return to Hall C Software Documentation