Difference between revisions of "Hallc soft:engine common"

From HallCWiki
Jump to navigationJump to search
(New page: Here is a list of the .cmn files that the subroutines/functions from the **ENGINE** sub-directory use\\ **NOTE:** Not all routines include all of these. <code> c_ntuple.cmn coin_data_struc...)
 
Line 1: Line 1:
 
Here is a list of the .cmn files that the subroutines/functions from the **ENGINE** sub-directory use\\ **NOTE:** Not all routines include all of these.
 
Here is a list of the .cmn files that the subroutines/functions from the **ENGINE** sub-directory use\\ **NOTE:** Not all routines include all of these.
<code>
+
<source language="fortran">
 
c_ntuple.cmn
 
c_ntuple.cmn
 
coin_data_structures.cmn
 
coin_data_structures.cmn
Line 42: Line 42:
 
sos_track_histid.cmn
 
sos_track_histid.cmn
 
sos_tracking.cmn
 
sos_tracking.cmn
</code>
+
</source>
 +
 
 +
Return to [[hallc_soft:engine|ENGINE]]
  
Return to [[hallc_soft:engine|ENGINE]]\\
 
 
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:17, 10 April 2012

Here is a list of the .cmn files that the subroutines/functions from the **ENGINE** sub-directory use\\ **NOTE:** Not all routines include all of these. <source language="fortran"> c_ntuple.cmn coin_data_structures.cmn coin_filenames.cmn gen_constants.par gen_craw.cmn gen_data_structures.cmn gen_decode_common.cmn gen_detectorids.par gen_event_info.cmn gen_filenames.cmn gen_pawspace.cmn gen_routines.dec gen_run_info.cmn gen_run_info.dte gen_run_pref.cmn gen_run_pref.dte gen_scalers.cmn h_ntuple.cmn h_sieve_ntuple.cmn hms_bypass_switches.cmn hms_calorimeter.cmn hms_data_structures.cmn hms_filenames.cmn hms_pedestals.cmn hms_physics_sing.cmn hms_scin_parms.cmn hms_scin_tof.cmn hms_track_histid.cmn hms_tracking.cmn mc_structures.cmn s_ntuple.cmn sos_aero_parms.cmn sos_bypass_switches.cmn sos_calorimeter.cmn sos_data_structures.cmn sos_filenames.cmn sos_physics_sing.cmn sos_scin_parms.cmn sos_scin_tof.cmn sos_track_histid.cmn sos_tracking.cmn </source>

Return to ENGINE

Return to Hall C Software Documentation