STAR   Computing  
Tutorial on 5/26/99: How to read DST produced from bfc.C
  Maintained by K. Turner

This tutorial deals with DSTs produced using SL99d,SL99e versions of STAR offline software. The DSTs were produced using the macro bfc.C, located in $STAR/StRoot/macros.
Topics are:

  1. Location of DSTs and Macros and info about them
  2. How to run bfcread.C to look at DST
  3. Example of adding another maker (i.e. St_QA_Maker) to bfcread

Location of DSTs and Macros and info about them

==> Location of the DSTs:

==> QA of DSTs ==> Location of ROOT macros
How to run bfcread.C to look at DST

Use bfcread.C to read in root file (any *.root file) produced when running bfc.C and look at the data.

==> set up your area
to run bfcread (from dev) and read

==> get bfcread macro and edit it ==> run bfcread ==> look at results
In Browser: In Root window:
Example of adding another maker (i.e. St_QA_Maker) to bfcread

==> what we want to do
We will add to bfcread.C macro so that it reads in the dst produced from bfc.C and now executes code from another Maker. Eventually this will probably be implemented in bfc.C, but for now ones adds this functionality in bfcread.C

==> cp bfcread.C to a new macro DrawDstHistNew.C

==> edit DrawDstHistNew.C

==> run DrawDstHistNew.C