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) ==>
-
"dev" (98i, tagged with SL98i_1) version of STAR
library was moved to "new".
- "dev" now set to 98j
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:
- pams/global/
- ev0 - code fixes
- dst - code fixes for fill_dst_event_summary
- idl - fixes for ev0
- pams/ftpc - code & idl table changes
- pams/tpc
- pams/svt
- sgr
- spr - new version released
- pams/trg
- pams/emc
- ems - code & table changes
PAM kumacs - following areas had changes to kumacs:
- pams/ftpc/kumac --> a lot of kumacs changed
- pams/svt/kumac --> spr kumacs
- pams/global/kumac
- new dst_chk_table.kumac
- change to ev0 kumacs
- fixes for new versions of default parameter files
- pams/emc/kumac
- change to ems kumacs
- fixes for new versions of default parameter files
- pams/tpc/kumac --> fixes for new versions of default parameter files
- pams/mwc/kumac --> fixes for new versions of default parameter files
- pams/ctf/kumac --> fixes for new versions of default parameter files
Default parameter files remade for following pams:
- pams/tpc -> tpg_pars.xdf
- pams/mwc -> mwc_pars.xdf
- pams/global -> egrpars.xdf, ev0pars.xdf, evrpars.xdf
- pams/ctf -> cts_pars.xdf
KUMACS
- Changes to steering kumacs under kumacs/*domain*/
run*.kumac removed, not necessary, in:
- kumacs/ftpc
- kumacs/emc
- kumacs/svt
- kumacs/global
put in read_default_params right after load_libraries in
run*.kumac in:
- kumacs/ctf
- kumacs/ebye
- kumacs/gen
- kumacs/mwc
- kumacs/sim
- kumacs/tpc
- kumacs/util - changes to UTIL kumacs
- setup.kumac -> add new global macros
- load_libraries -> took out par2mem
- macro setup_default_params - put par2mem here
- write_params.kumac - new
- kumacs/chain - changes to BFC kumacs
-
BFC.kumac - fixes to global macros and default settings
- BFC_UTIL.kumac - new chain variables
- dchkt - writes log file with dst check results
- spr - svt de/dx
-
BFC_UTIL.kumac - changes
- ftpc - fix for new fpt & fte etc.
- dout - write out full run directory (not just run/dst)
at beginning
- dstin - reads first record and checks if it dst or run
directory and moves tables to correct place
- changes to other chains for new default parameter xdf files
- call_bfc*.kumac examples:
- current list of all examples is given below
- fixes to README file
- kumacs/dst
- current list of all examples is given below
- fixes to README file
- analyse_event_summary.kumac - new, use after running BFC with ntup
- implement dchkt correctly
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:
- call_bfc_g2tin_to_dst.kumac
- call_bfc_gstar_g2t.kumac
- call_bfc_readfz_ftpc.kumac
- call_bfc_readfz_full_year1.kumac
- call_bfc_readfz_full_year2.kumac
- call_bfc_readfz_to_dst_year1.kumac
- call_bfc_readfz_to_dst_year2.kumac
- call_bfc_reco.kumac
- call_bfc_reco_trk_ftpc.kumac
- call_bfc_svt_fast_sim_tracker.kumac
- call_bfc_tfs_global_dst_testv0.kumac
- call_bfc_tpc_fast_sim_tracker.kumac
- call_bfc_tpc_slow_sim_tracker.kumac
- call_bfc_txt_gstar_g2t.kumac
in $STAR/kumacs/dst:
- call_bfc_read_dst.kumac
- call_bfc_read_dst_check.kumac
analyse_event_summary.kumac (run after the above)
- call_bfc_read_dst_ebye.kumac
- call_bfc_read_dst_ev0join.kumac
analyse_ev0join.kumac (run after the above)
- call_bfc_read_dst_smdst.kumac
- 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