Offline Software Release dev (98i) -> new with tag SL98i_1, Oct. 20,1998

 

... Yuri,Lidia,Kathy

(K. Turner - Oct. 20, 1998 at ~ 12:00)


Oct. 20, 1998 (evening) ==>


The present release assignment is now (* see below) ==>
old SL98g_2 tagged 9/16/98
pro SL98h_1 tagged 9/28/98
new SL98i_1 tagged 10/20/98
dev SL98j created 10/20/98

The recommended version to use is "pro" (SL98h_1). This "pro" release will be used for the MDC1 part 2.

The "new" release (SL98i_1) will be used to process 1000 events in MDC1 with full event tables written out. The fptc,ctf,mwc,emc,tss packages will be used for these events.


Summary of Changes/Fixes made to SL98i_1 since release of SL98h_1 on 9/28 (from 9/28 to 10/20)

PAMS

PAM code - code changed to following areas:

PAM kumacs - following areas had changes to kumacs:

Default parameter files remade for following pams:

KUMACS


EXAMPLE KUMACS

Example chain kumacs available. Information is available in file kumacs/chain/README & kumacs/dst/README. These are to be used instead of looking in bfc.kumac for examples.

in $STAR/kumacs/chain:

  1. call_bfc_g2tin_to_dst.kumac
  2. call_bfc_gstar_g2t.kumac
  3. call_bfc_readfz_ftpc.kumac
  4. call_bfc_readfz_full_year1.kumac
  5. call_bfc_readfz_full_year2.kumac
  6. call_bfc_readfz_to_dst_year1.kumac
  7. call_bfc_readfz_to_dst_year2.kumac
  8. call_bfc_reco.kumac
  9. call_bfc_reco_trk_ftpc.kumac
  10. call_bfc_svt_fast_sim_tracker.kumac
  11. call_bfc_tfs_global_dst_testv0.kumac
  12. call_bfc_tpc_fast_sim_tracker.kumac
  13. call_bfc_tpc_slow_sim_tracker.kumac
  14. call_bfc_txt_gstar_g2t.kumac

in $STAR/kumacs/dst:

  1. call_bfc_read_dst.kumac
  2. call_bfc_read_dst_check.kumac
    analyse_event_summary.kumac (run after the above)
  3. call_bfc_read_dst_ebye.kumac
  4. call_bfc_read_dst_ev0join.kumac
    analyse_ev0join.kumac (run after the above)
  5. call_bfc_read_dst_smdst.kumac
  6. call_bfc_read_dst_user.kumac

HOW TO RUN

You can use one of the example call_bfc*.kumac files and just run it from the library. If changes to the input parameters are needed then copy to your area, edit and run.

If you want to add in your own package or commands that are not already implemented in bfc, then use the "user" chain variable and create kumacs with the appropriate name. See $STAR/kumacs/chain/README for instructions on using "user".

To run do:
  starpro
  staf
  exec call_whatever


Kathy Turner