Difference between revisions of "Hallc soft:engine"

From HallCWiki
Jump to navigationJump to search
Line 3: Line 3:
 
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"
 +
| Fortran files  
 +
|-
 +
| **117** |
 
| LOCs | **15265** |
 
| LOCs | **15265** |
 
| Makefile(s) | **311**|
 
| Makefile(s) | **311**|

Revision as of 11:58, 10 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
**15265** | **311**| **18-Nov-1993** | **K. Beard (HU)** | **43** | **Text Flowchart** | ** List of .cmn**| 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 ** **N/A ** | ** ** |

Return to Hall C Software Documentation