STAR   Computing Tutorials main page
Examples for reading DSTs using bfc.kumac
Offline computing tutorial Maintained by K. Turner

Some information about $STAR/kumacs/dst/call_bfc*.kumac
(I've cut things out of $STAR/kumacs/dst/README file)

-- EXAMPLES OF BFC for DSTs --


* **********************************************************************
*
* -- EXAMPLES OF BFC  --
* Use the kumacs listed below as examples - they are in $STAR/kumacs/dst
* 
* 1. call_bfc_read_dst_ntup.kumac 
*    - read in dst 
*    - write out ntuple of a table
*   Can write out globtrk & hepe_gent tables to ntuples and then use
*      analyse_trk_reco_eff.kumac to make plots
*
* 2. call_bfc_read_dst_check_event_summary.kumac
*    - read in dst 
*    - execute dchkt package which writes out log file with summary info
*    - write out ntuple of event_summary table
*   then use analyse_event_summary.kumac to 
*     - read in ntuple
*     - make plots
*
* 3. call_bfc_read_dst_ebye.kumac
*    - read in dst
*    - execute ebye1 (sca) package
*    - write out ntuple
*    - write out full event tables 
*
* 4. call_bfc_read_dst_ev0join.kumac & analyse_ev0join.kumac            
*     - read in dst 
*     - execute ev0join package
*     - write out ntuple
*   then use analyse_ev0join.kumac to
*     - read in ntuple
*     - make plots and save to postscript file
*
* 5. call_bfc_read_dst_smdst.kumac
*    - read in dst
*    - execute smdst package
*    - write out ntuple
*    - write out full event tables 
* 
* 6. call_bfc_read_dst_user.kumac
*    - read in dst 
*    - execute dummy user package
*    - write out ntuple
*    - write out full event tables 
*
* 7. call_bfc_read_dst_rereco.kumac
*    - created for regeneration of MDC1 dsts on objectivity db
*   *- read in dst
*    - exec ev02,ev0d,sdst2,desum,drsum
*    - write out file with 2 ntuples 
************************************************************************