- jwebb's home page
- Posts
- 2019
- 2018
- 2017
- 2016
- 2015
- 2014
- 2013
- November (1)
- October (1)
- September (1)
- July (1)
- June (1)
- April (1)
- March (3)
- February (1)
- January (1)
- 2012
- 2011
- December (2)
- September (3)
- August (5)
- July (6)
- June (6)
- May (1)
- April (5)
- March (5)
- February (2)
- January (2)
- 2010
- December (3)
- October (3)
- September (2)
- August (2)
- June (2)
- May (4)
- April (4)
- March (2)
- February (4)
- January (10)
- 2009
- 2008
- 2007
- 2006
- July (1)
- My blog
- Post new blog entry
- All blogs
Stv BASE QA Code Archeology
Page is a work in progress... trying to pull together some documentation on the BASE QA run on Sti, Stv, Sti + CA afterburner, and StvCA.
Various web pages and talks detailing the QA which was run for the tracking review
Yuri's QA code
Instructions for running the QA code
The output will be 193 graphics files (png) which can now be organized into a web page.
I recommend using one of Yuri's web pages as a template to organize the plots. For example:
http://www.usatlas.bnl.gov/~fisyak/star/RECO/Eval/MC/y2008e_dAu200/
Various web pages and talks detailing the QA which was run for the tracking review
Yuri's QA code
- Original code is in CVS under offline/users/fisyak/macros/
- lMuDst.C -- loads dependencies for MuDst analysis
- MuMc.C -- compilable code to perform analysis, generate histograms and produce png files
- Names.h -- header file mapping geant IDs to particle names and providing some naming conventions for histograms
- To run:
- Code expects MuDst, minimc, etc... to be in a subdirectory named MuDst/
- Copy above codes to local directory
- Run in .DEV2 -- more recent version of root is required:
- starver .DEV2
- setup gcc 4.5.1
- root4star lMuDst.C MuMc.C+
- Code crashes writing graphics file. Replace line 502 (TVirtualX::Instance() ...) with c->Print(pngName);
- Code crashes around histogram #95. Use root4star, not root.exe.
- I setup a new archive of this code which I propose we work with
- offline/users/jwebb/TrackerQA
Instructions for running the QA code
$ cvs co offline/users/jwebb/TrackerQA/
$ ln -s offline/users/jwebb/TrackerQA/*.{h,C} .
$ ln -s /path/to/output/files MuDst/
$ root4star lMuDst.C MuMc.C+
The output will be 193 graphics files (png) which can now be organized into a web page.
I recommend using one of Yuri's web pages as a template to organize the plots. For example:
http://www.usatlas.bnl.gov/~fisyak/star/RECO/Eval/MC/y2008e_dAu200/

Groups:
- jwebb's blog
- Login or register to post comments