- General information
- Data readiness
- Calibration
- Database
- Quality Assurance
- Proposal and statements
- Offline QA
- QA Shift Report Instructions
- STAR QA Documentation
- Fast Offline QA and DST Production QA Reference Histograms
- Fast Offline QA Shift Report Preparation and Instructions for Run 8
- Information for QA Shifts
- Integrating QA Histograms into Makers
- Manual generation of QA histograms
- Offline QA Shifts (Y2000 run)
- Other Expert contacts and links
- QuickStart Instructions for the Auto QA Browser - Run 8
- STAR QA for Offline Software
- STAR QA links and contacts
- Summary of Fast Offline QA Shift Duties - Run 8
- Technical Documentation of the Offline QA Browser
- Technical Documentation of the Offline QA Shift Reports
- Online QA
- Reconstruction Code QA
- Grid
- Infrastructure
- Offline Software
- Production
Manual generation of QA histograms
Submitted by genevb on Mon, 2008-02-18 01:32.
Under:
When there is a need or other interest in generating the Fast Offline QA
histograms by hand, these are the steps to follow. You will need an
account on rcf, the exact path to the hist.root files of the data you
want, and access to a web area for easy viewing of the postscript files.
webmaster Created: Fri April 21 13:54:24 EDT 2006
1) ssh to your favorite rcas node at rcf. Note that
new login security measures are now in effect.
For complete account and login instructions see:
Facility Access and "Facility Access Issues"
2) Set environment to stardev by typing "stardev"
3) Copy the QA histogram-to-ps macro to your local
working directory. The path to the macro is:
$STAR/StRoot/macros/analysis/bfcread_hist_to_ps.C
4) edit this macro in your local directory:
- Find the string "MainFile" and edit the full path name for
hist.root file you want. For run 7 the fast offline root
files are on the /star/data09 disk.
- edit the line for the ps filename to whatever you want.
- For the short QA histogram output insert "qa_shift" in the
argument of PrintList. If you want the full 90 page
output just leave the default, i.e. PrintList="" .
Here's an example of what your edited macro should look like:
void bfcread_hist_to_ps(
const Char_t *MainFile=
"/star/data08/reco/cu62productionMinBias/FullField/dev/2005/077/st_physics_6077050_raw_1010009.hist.root",
const Char_t *MakerHistDir="EventQA",
const Char_t *TopDirTree="bfcTree",
const Char_t *psFile="st_physics_6077050_raw_1010009.ps",
const Char_t *PageTitle="",
const Char_t *PrintList="qa_shift",
const Int_t ZoneH=2,
const Int_t ZoneV=3
)
{
5) Run root in batch mode by typing:
root4star -b -q bfcread_hist_to_ps.C
6) After this finishes (about 1 minute) you'll have the ps files in
your local directory.
That's all there is to it. View the QA histos however you wish and
your in business.
webmaster Created: Fri April 21 13:54:24 EDT 2006
