(file) Return to hms_filenames.cmn CVS log (file) (dir) Up to [HallC] / Analyzer / INCLUDE

 1 cdaq  1.1 ******************* begin: hms_filenames.cmn ***********************
 2           *
 3           *-Common block with filenames
 4 cdaq  1.2 * $Log: hms_filenames.cmn,v $
 5 saw   1.5 * Revision 1.4  1996/01/17 16:00:24  cdaq
 6           * (JRA) Add threshold and pedestal output filenames
 7           *
 8 cdaq  1.4 * Revision 1.3  1995/04/06 20:17:07  cdaq
 9           * (SAW) Add report output filename
10           *
11 cdaq  1.3 * Revision 1.2  1994/08/03  20:33:34  cdaq
12           * (SAW) Add "CTPTYPE=parm" directive for auto generation of CTP reg calls
13           *
14 cdaq  1.2 * Revision 1.1  1994/06/15  18:12:33  cdaq
15           * Initial revision
16           *
17           *     CTPTYPE=parm
18 cdaq  1.1 *
19                 character*80 h_recon_coeff_filename
20                 character*80 h_report_template_filename    ! CTP file with hms report
21                 character*80 h_report_blockname
22 cdaq  1.3       character*80 h_report_output_filename
23 cdaq  1.4       character*80 h_threshold_output_filename
24                 character*80 h_pedestal_output_filename
25 saw   1.5       character*80 h_tree_filename
26 cdaq  1.1 *
27                 common /hms_filenames/
28                $     h_recon_coeff_filename,
29                $     h_report_template_filename,
30 cdaq  1.3      $     h_report_blockname,
31 cdaq  1.4      $     h_report_output_filename,
32                $     h_threshold_output_filename,
33 saw   1.5      $     h_pedestal_output_filename,
34                $     h_tree_filename
35 cdaq  1.1 *

Analyzer/Replay: Mark Jones, Documents: Stephen Wood
Powered by
ViewCVS 0.9.2-cvsgraph-1.4.0