Difference between revisions of "Hallc soft:engine"
From HallCWiki
Jump to navigationJump to search (→ENGINE) |
(→ENGINE) |
||
Line 2: | Line 2: | ||
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'''. | ||
− | + | ||
{| border="1" | {| border="1" | ||
− | | Fortran files | + | | '''Fortran files''' |
| '''117''' | | '''117''' | ||
|- | |- | ||
− | | LOCs | + | | '''LOCs''' |
| '''15265''' | | '''15265''' | ||
|- | |- | ||
− | | Makefile(s) | + | | '''Makefile(s)''' |
| '''311''' | | '''311''' | ||
|- | |- | ||
− | | Original Version | + | | '''Original Version''' |
| '''18-Nov-1993''' | | '''18-Nov-1993''' | ||
|- | |- | ||
− | | Original Author | + | | '''Original Author''' |
| '''K. Beard (HU)''' | | '''K. Beard (HU)''' | ||
|- | |- | ||
− | | | + | | '''Revisions to date ''' |
| '''43''' | | '''43''' | ||
|- | |- | ||
− | | Flowchart | + | | '''Flowchart ''' |
| '''[[hallc_soft:engine_flowchart|Text Flowchart]]''' | | '''[[hallc_soft:engine_flowchart|Text Flowchart]]''' | ||
|- | |- | ||
− | | Common List | + | | '''Common List ''' |
| '''[[hallc_soft:engine_common|List of .cmn]]''' | | '''[[hallc_soft:engine_common|List of .cmn]]''' | ||
|- | |- | ||
− | | Description | + | | ''Description ''' |
| Main program for the Hall C data analysis software. An outline of ''engine.f'' is '''[[hallc_soft:engine_desc|here]]'''. | | Main program for the Hall C data analysis software. An outline of ''engine.f'' is '''[[hallc_soft:engine_desc|here]]'''. | ||
|- | |- | ||
Line 35: | Line 35: | ||
| | | | ||
|- | |- | ||
− | | Algorithm Description | + | | '''Algorithm Description ''' |
− | | ''' | + | | '''stay tuned!''' |
|- | |- | ||
− | | GN's points | ''' | + | | GN's points | '''ditto''' |
|- | |- | ||
|} | |} | ||
− | + | ||
Return to [[Hall_c_soft_main#Hall_C_Software_Documentation|Hall C Software Documentation]] | Return to [[Hall_c_soft_main#Hall_C_Software_Documentation|Hall C Software Documentation]] |
Revision as of 12:04, 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 | 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! | |
ditto |
Return to Hall C Software Documentation