- bouchet's home page
- Posts
- 2016
- 2015
- December (1)
- November (3)
- October (2)
- September (2)
- August (2)
- June (2)
- April (5)
- March (2)
- February (3)
- January (2)
- 2014
- December (2)
- November (2)
- October (3)
- September (2)
- August (3)
- July (1)
- June (3)
- May (6)
- April (6)
- March (1)
- February (2)
- January (1)
- 2013
- December (2)
- November (3)
- October (3)
- September (4)
- August (1)
- July (1)
- May (4)
- April (6)
- March (4)
- February (3)
- 2012
- 2011
- December (2)
- November (2)
- October (4)
- September (1)
- August (2)
- July (6)
- June (2)
- May (3)
- April (3)
- March (2)
- 2010
- 2009
- December (2)
- November (1)
- October (3)
- September (1)
- August (1)
- July (1)
- June (2)
- April (1)
- March (2)
- February (2)
- January (1)
- 2008
- My blog
- Post new blog entry
- All blogs
D0 embedding (june)
I looked at the file :
const Char_t *Out="/eliza15/star/starprod/embedding/2007ProductionMinBias/D0_160_1234306453/P08ic.SL08f/2007/125/st_physics_8125012_raw_1040054.minimc.root";
and print some variables for the MatchedPairs branch :
- number of Silicon hits and number of silicon hits for the fitted tracks
- pTMc, pTRc, average quality
According to the embedding request , there is 5% of multiplicity D0/event
In this file there is 15 events and 25592 tracks (mMatchedPairs entries)
Example of 1 event :
Number of matchedPairs = 957
Matched pair : #SSD = 1 # SVT = 3 <--- Number of si hits possible
geant Id = 8 parent geant = 37
Matched pair Fit: #SSD = 1 # SVT = 1 <--- Number of si hits fitted
pT Mc = 1.52091 pR Rc = 1.4948 Avg Quality = 99.0244
Matched pair : #SSD = 1 # SVT = 2
geant Id = 8 parent geant = 37
Matched pair Fit: #SSD = 0 # SVT = 0
pT Mc = 1.06499 pR Rc = 1.07203 Avg Quality = 100
Matched pair : #SSD = 1 # SVT = 2
geant Id = 12 parent geant = 37
Matched pair Fit: #SSD = 0 # SVT = 0
pT Mc = 1.14502 pR Rc = 1.14123 Avg Quality = 99.871
Matched pair : #SSD = 1 # SVT = 0
geant Id = 8 parent geant = 37
Matched pair Fit: #SSD = 0 # SVT = 0
pT Mc = 4.02073 pR Rc = 3.88327 Avg Quality = 99.9333
Matched pair : #SSD = 0 # SVT = 0
geant Id = 12 parent geant = 37
Matched pair Fit: #SSD = 0 # SVT = 0
pT Mc = 0.754754 pR Rc = 0.749339 Avg Quality = 100
comments :
1. tracks from D0 have SSD and SVT hits
2. but the remaining tracks after fitting is very low
For this file, there is at the 147 tracks with SSD>0 || SVT>0 (condition is mMatchedPairs.mPtMc>0 && mMatchedPairs.mPtPr>0)
Fig1 : # of possible SSD hits (Y-axis) vs # of SSD hits fitted (X-axis)
Fig2 : # of possible SVT hits (Y-axis) vs # of SVT hits fitted (X-axis)
From Fig2, we see that most of the matched tracks have 1 SVT hit fitted.
### update 07/12 ####
Files I've looked are :
/eliza15/star/starprod/embedding/2007ProductionMinBias/D0_220_1234306453/P08ic.SL08f/2007/125/*.minimc.root
(supposed to be with corrected SVT hits)
- Silicon Hits with loose cuts
Loose cuts are :
- abs(mMatchedPairs.mEtaMc)<=1
- mMatchedPairs.mFitPts>=10
- mMatchedPairs.mAvgQuality>0
- mMatchedPairs.mPtPr>0.1
- mMatchedPairs.mPtMc>0.1
- tight cuts
tight cuts are :
- abs(mMatchedPairs.mEtaMc)<=0.5
- mMatchedPairs.mFitPts>=25
- mMatchedPairs.mAvgQuality>90
- mMatchedPairs.mPtPr>0.1
- mMatchedPairs.mPtMc>0.1
comments :
- the number of SSD hits does not change a lot from previous sample
- but we see that there is more SVT hits fitted (x-axis) than the previous sample
With another files
/eliza15/star/starprod/embedding/2007ProductionMinBias/D0_230_1234306453/P08ic.SL08f/2007/125/*.minimc.root
(for the loose cuts)
- pT resolution (pTPr - ptMc) for different cuts :
/eliza15/star/starprod/embedding/2007ProductionMinBias/D0_230_1234306453/P08ic.SL08f/2007/125/*.minimc.root
- top left : mMatchedPairs.mPtMc>.1 && mMatchedPairs.mPtPr>0.1
- top right : mMatchedPairs.mPtMc>.1 && mMatchedPairs.mPtPr>0.1 && abs(mMatchedPairs.mEtaMc)<=0.5
- bottom left : mMatchedPairs.mPtMc>.1 && mMatchedPairs.mPtPr>0.1 && abs(mMatchedPairs.mEtaMc)<=0.5 && mMatchedPairs.mFitPts>=25
- bottom right : mMatchedPairs.mPtMc>.1 && mMatchedPairs.mPtPr>0.1 && abs(mMatchedPairs.mEtaMc)<=0.5 && mMatchedPairs.mFitPts>=25 && mMatchedPairs.mAvgQuality>90
Open symbols : rms of the distribution
- eta distribution
- for all tracks
2. for SVT =0 (eta MC)
3. for SSD =0 (eta MC)
- Geant Id
Most of the tracks have good pid (parent geant =37 and geant id = 8,12)
8/16 : embedding meeting
Look at log files from embedding test : slide
- bouchet's blog
- Login or register to post comments