star-tpc-l AT lists.bnl.gov
Subject: Star-tpc-l mailing list
List archive
- From: "Fisyak, Yuri V" <fisyak AT bnl.gov>
- To: Cameron Racz <cracz001 AT ucr.edu>
- Cc: videbaek via Star-tpc-l <star-tpc-l AT lists.bnl.gov>
- Subject: Re: [Star-tpc-l] TPC dE/dx resolution in FXT
- Date: Fri, 17 Mar 2023 16:16:03 +0000
Hi Cameron,
In TFG version (TFG23b) using this error you can recalculate nSigma via StPicoTrack::dEdxPull with modified StdEdxModel in StdEdxPull::Eval … #if defined (__TFG__VERSION__) //_________________ Float_t StPicoTrack::dEdxPull(Float_t mass, UChar_t fit, Int_t charge) const { Float_t z = -999.; Float_t momentum = gMom().Mag(); Float_t betagamma = momentum * TMath::Abs(charge) / mass; Float_t dedx_measured, dedx_resolution = -1; if (! fit) { // I70 dedx_measured = 1e-6*dEdx(); dedx_resolution = dEdxError(); } else if ( fit == 1) { // Ifit dedx_measured = 1e-6*dEdx(); dedx_resolution = dEdxError(); } else { // dNdx dedx_measured = dNdx(); dedx_resolution = dNdxError(); } if (dedx_resolution <= 0) return z; z = StdEdxPull::Eval(dedx_measured,dedx_resolution,betagamma,fit,charge); return z; } …
i. You loose selected particle (P) with |nSigma_P| > cut value, e assume that nSigma_P has gaussian distribution with μ = 0 and σ = 1. This assumption is not always true. We have some systematics in dE/dx measurement which should be accounted. ii. You have admixute from unselected particles (U) which depends on total number of U particle in your smample, and the particle dE/dx position_U and sigma_U. nsigma_P distribution for U particle is not gaussian
Yuri Fisyak
From: Cameron Racz <cracz001 AT ucr.edu>
Hi Yuri,
Thank you this is very helpful! I think I understand that this factor of sigma used to calculate ’nsigma’ is not a constant and varies for each track.
I do see that the dE/dx uncertainties are in the MuDsts from the conclusions slide, are they in the PicoDsts right now?
What I’m essentially trying to do is use what we know about the dE/dx resolution to figure out what the ‘resolution’ would be for the nsigma values in my flow analysis so that I can calculate accurate systematic uncertainties coming from the dE/dx measurements. For example if I know that dE/dx is good within +- 7% then I could make variations on nsigma of +- X% to calculate the systematic uncertainties. If this is something that someone knows that would be great for me to find out.
Thanks!
Cameron Racz Ph.D. Candidate Heavy-ion Physics Group University of California, Riverside
|
-
[Star-tpc-l] Fwd: TPC dE/dx resolution in FXT,
Van Buren, Gene, 03/16/2023
-
Re: [Star-tpc-l] Fwd: TPC dE/dx resolution in FXT,
Daniel Cebra, 03/17/2023
-
Re: [Star-tpc-l] TPC dE/dx resolution in FXT,
Cameron Racz, 03/17/2023
-
Re: [Star-tpc-l] TPC dE/dx resolution in FXT,
Fisyak, Yuri V, 03/17/2023
-
Re: [Star-tpc-l] TPC dE/dx resolution in FXT,
Cameron Racz, 03/17/2023
- Re: [Star-tpc-l] TPC dE/dx resolution in FXT, Fisyak, Yuri V, 03/17/2023
-
Re: [Star-tpc-l] TPC dE/dx resolution in FXT,
Cameron Racz, 03/17/2023
-
Re: [Star-tpc-l] TPC dE/dx resolution in FXT,
Fisyak, Yuri V, 03/17/2023
-
Re: [Star-tpc-l] TPC dE/dx resolution in FXT,
Cameron Racz, 03/17/2023
-
Re: [Star-tpc-l] Fwd: TPC dE/dx resolution in FXT,
Daniel Cebra, 03/17/2023
Archive powered by MHonArc 2.6.24.