- 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
Notes on pp2006 pi0 production for conversion rate estimation
Abstract: We wish to utilize identified pi0 decays to measure the conversion rates of the jet backgrounds within R<0.3 of a photon candidate. For a summary of the technique, see the following link and references therein:
http://drupal.star.bnl.gov/STAR/blog-entry/jwebb/2008/may/07/background-conversion-probability-using-identified-pi0-sample
Code was originally run at PDSF. Need to
[x] Copy code from pdsf to RCF
[x] Compile it / make sure it runs
[x] Modify code to store the 1-tower 'corrected' ET for the
[x] Debug it (aaiiiiieeeeeeeeeeeeee!)
[x] Fire for effect (one fill)
Generate pi0 trees for pp2006 (approx 50 GB storage space)
Generate pi0 trees for pp2008
___________________________________________________________
05/25/2009
Copy relevant code from PDSF to RCF and setup to run on data sample
Code was originally run on or about 05/07/2008. Copy code from
Updated all links in submit scripts to point to RCF rather than PDSF
lots of debug...
1. use xrootd
2. make sure that I'm compiling AND running code in stardev
___________________________________________________________
05/27/2009
It appears there's a library conflict which is causing my headaches w/r to condor.
Relevant differences:
• addition of StEEmcTower::direction()
• several changes in pi0 mixer library, library stored in non standard directory, etc...
likely do not need to check in the pi0 mixer changes
After checkin of StEEmcTower, can compile both pi0 mixer and adc to energy maker.
hmm... just get an "abort" when I run the code
___________________________________________________________
05/28/2009
Code (in dev) runs fine on the 2008 data interactively. Will try batch next.
Still w/ the 2008 data... code runs on condor. Some jobs result in empty
appears no longer to be defined. Commenting this out fixes the
issue. Results in a perfectly acceptable pi0 spectrum.
Code runs on both 2006 and 2008 data
___________________________________________________________
05/29/2009
Verified that the code produces a pi0 spectrum in the 2006 data. Everything
• checkout and compile StGammaMaker
• add loadGammaLibs to libraries
• add StGammaEEmcLeakage to pi0 maker
• use the leading point to define gamma direction, e.g. StEEmcPoint::position()
Storing corrected 1-tower ET in the StEEmcPair. But, we are frequently getting
Seems to work fine on 2008 data sample. Odd that 2006 has issues?
Direct printout shows that ~1 events have et=0 for the tower w/
the leading gamma candidate... but readPi0 is showing many
oddballs... something's screwy in the state of Denmark... looks like the mixevent
___________________________________________________________
05/30/2009
Looks like its the copy constructor which has been biting me in the nether-regions?
Code looks like it's running fine now.
Next step, run off data sample for 2006 and 2008, and for pythia MC.
First a test fill - fill 7863. Setup macro to copy/link files in a subdirectory then
___________________________________________________________
05/31/2009
Results of test fill... readPi0.C crashes not clear why.
___________________________________________________________
05/31/2009
Reset. Remove local lib, recompile. Produce a single run, 7136022. Tests
Hmmm... didn't work.
Warning message about streamer info related to the StGammaEEmcLeakage
Hmm... not clear from log files that the local library is being copied.
___________________________________________________________
06/02/2009
It wasn't. In the XML file, need to specifiy ".sl44_gcc346/" not ".sl44_gcc346"
Test run... 1 tower isolation distribution looks reasonable. Fire for effect.
___________________________________________________________
06/03/2009
Code is running, and a quick readback on fills 7718 (transverse) and 7863
Fill 7863: 385MB ~30-50 MB/run
Fill 7718: 164MB ~10-30 MB/run
880 runs (or so)
Estimate 50 GB disk space to store trees.
- jwebb's blog
- Login or register to post comments