- genevb's home page
- Posts
- 2024
- 2023
- 2022
- September (1)
- 2021
- 2020
- 2019
- December (1)
- October (4)
- September (2)
- August (6)
- July (1)
- June (2)
- May (4)
- April (2)
- March (3)
- February (3)
- 2018
- 2017
- December (1)
- October (3)
- September (1)
- August (1)
- July (2)
- June (2)
- April (2)
- March (2)
- February (1)
- 2016
- November (2)
- September (1)
- August (2)
- July (1)
- June (2)
- May (2)
- April (1)
- March (5)
- February (2)
- January (1)
- 2015
- December (1)
- October (1)
- September (2)
- June (1)
- May (2)
- April (2)
- March (3)
- February (1)
- January (3)
- 2014
- December (2)
- October (2)
- September (2)
- August (3)
- July (2)
- June (2)
- May (2)
- April (9)
- March (2)
- February (2)
- January (1)
- 2013
- December (5)
- October (3)
- September (3)
- August (1)
- July (1)
- May (4)
- April (4)
- March (7)
- February (1)
- January (2)
- 2012
- December (2)
- November (6)
- October (2)
- September (3)
- August (7)
- July (2)
- June (1)
- May (3)
- April (1)
- March (2)
- February (1)
- 2011
- November (1)
- October (1)
- September (4)
- August (2)
- July (4)
- June (3)
- May (4)
- April (9)
- March (5)
- February (6)
- January (3)
- 2010
- December (3)
- November (6)
- October (3)
- September (1)
- August (5)
- July (1)
- June (4)
- May (1)
- April (2)
- March (2)
- February (4)
- January (2)
- 2009
- November (1)
- October (2)
- September (6)
- August (4)
- July (4)
- June (3)
- May (5)
- April (5)
- March (3)
- February (1)
- 2008
- 2005
- October (1)
- My blog
- Post new blog entry
- All blogs
Missing tracks in current Stv
- Sti: /star/data99/reco/AuAu200/hijing_382/b0_20/minbias/y2010c/gheisha_on/eval_Sti
- Stv: /star/data99/reco/AuAu200/hijing_382/b0_20/minbias/y2010c/gheisha_on/eval13_Stv
TChain MuDst("MuDst"); MuDst.Add("rcf11022_28*.MuDst*.root"); gStyle->SetPalette(1);gStyle->SetGridColor(kGray); MuDst.Draw("GlobalTracks.mEta:GlobalTracks.mFirstPoint.mX3>>hh1(400,-200,200,250,-2.5,2.5)","","zcol"); gPad->SetLogz(); MuDst.Draw("GlobalTracks.mLastPoint.mX3:GlobalTracks.mFirstPoint.mX3>>hh2(400,-200,200,400,-200,200)","","zcol"); MuDst.Draw("atan2(GlobalTracks.mOuterHelix.mP.mX3,sqrt(sq(GlobalTracks.mOuterHelix.mP.mX2)+sq(GlobalTracks.mOuterHelix.mP.mX1))):GlobalTracks.mOuterHelix.mOrigin.mX3>>hh5(400,-200,200,250,-1.5,1.5)","","zcol"); MuDst.Draw("atan2(GlobalTracks.mHelix.mP.mX3,sqrt(sq(GlobalTracks.mHelix.mP.mX2)+sq(GlobalTracks.mHelix.mP.mX1)))-atan2(GlobalTracks.mOuterHelix.mOrigin.mX3,sqrt(sq(GlobalTracks.mOuterHelix.mOrigin.mX2)+sq(GlobalTracks.mOuterHelix.mOrigin.mX1))):atan2(GlobalTracks.mOuterHelix.mOrigin.mX3,sqrt(sq(GlobalTracks.mOuterHelix.mOrigin.mX2)+sq(GlobalTracks.mOuterHelix.mOrigin.mX1)))>>hh8(300,-1.5,1.5,200,-2,2)","","zcol");
Here are the results. Plots are Stv first, then Sti.
η vs zfirst:
This indicates tracks are lost with have a window of positive η for negative zfirst, and a window of negative η for positive zfirst.
zlast vs. zfirst:
This indicates that the lost tracks have same sign first and last z, so they are not central-membrane-crossing tracks;
they are tracks with zlast closer to the central membrane than zfirst, but both zlast and zfirst are on the same side of the TPC.
atan2(pz,pT) vs. zlast [i.e. direction of the track, using pz,T at the last (outermost) hit]:
This indicates that at z=0 there is a discontinuity in the window of allowed momentum vectors (track directions).
[atan2(pz,pT) - atan2(zlast,rlast)] vs. atan2(zlast,rlast) [i.e. difference between the track direction and the direction towards (0,0,0)
at the last (outermost) hit; a schematic of this angular difference is included at the bottom of this post]:
One can clearly see the two kinds of tracks here: primaries lie near zero on the vertical axis with a spread defined
by the zvertex distribution, while secondaries (and very low pT primaries) form a diagonal band which is defined by
the acceptance of the TPC. My understanding is that [atan2(pz,pT) - atan2(zlast,rlast)] is supposed to be constrained
to ±π/2, but I have these observations of the constraint as it appears in these last two pairs of plots:
- It is not constrained to ±π/2.
- It is not flat in [atan2(pz,pT) - atan2(zlast,rlast)]...
- ...nor is it flat in atan2(pz,pT), so it isn't cutting at some fixed η, e.g. it is not η<0 for z<0.
- It is discontinuous across z=0.
constraint is calculated incorrectly.
-Gene
- genevb's blog
- Login or register to post comments