Home » NUSTAR » NUSTAR PRESPEC » FRS Calibration Issue
Re: FRS Calibration Issue [message #17330 is a reply to message #17318] |
Sun, 21 September 2014 21:59 |
mlcortes
Messages: 41 Registered: July 2014 Location: Darmstadt
|
continuous participant |
From: *pool.mediaWays.net
|
|
Hi Scott!
Good to know that you found the problem with the Z calibration!
I looked at your calibrations and all seems to be fine. The only parameter I don't find calibrated is rho_o. This is the path of the central trajectory along the FRS. This value is usually obtained with the minumum matter run and can explain the shift in AoQ that you have.
To check if this parameter is correct, you can take different settings from the logbook and multiply the magnetic field measured (that should be written in the side) times the rho_0 that you are using in you FrsId.par. Take into account that there is one rho_0 for each magnetic field. The multiplication Brho, should be very close to the theoretical values, that are written usually at the bottom of the page after the settings.
If the values differ is because the rho_0 values are not correct and in this case you can find the proper ones.
About getting a position from the scintillators, you can do it using the TofSystemTacCal processor in the FRS plugin. It has as inputs dt_S2lr and dt_S4lr which are the times between left and right PMTs of each scintillator.
processor Frs/TofSystem FRS.TofSystemTacCal
dt_S2lr <- FrsCrate.adc0[0]
dt_S4lr <- FrsCrate.adc0[1]
.....
end
You can plot this values vs the position projected in the scintillator position measured by the TPCs like (i take only as example Sc21)
processor Frs/ScintChecks/S2_x_vs_x UTILS.Pair
first <- Frs/TofSystem.dt_S2lr
second <- Frs/S2tracking.xs[1] ##check where are you projecting according to your S2tracking.par file
display first:second in S2pos_checks 1000,2000,2500:500,-20,20 ## check the range or leave it smart to start
end
The plot you obtain should be a line, correlatind the time difference to the position. You can fit this line in Go4 using the SetProfileX and the FitPanel, and put the coefficients in the file TofSystem.cal. The name of this parameters is cal_x_time_S2 (for Sc21) and cal_x_time_S4 (for Sc41). With this parameter properly set you should be able to see the output x_time_S2 giving you the position. To compare again with position from TPCs:
processor Frs/ScintChecks/S2_calx_vs_x UTILS.Pair
first <- Frs/TofSystem.x_time_S2
second <- Frs/S2tracking.xs[1]
display first:second in S2pos_checks 500,-20,20:500,-50,50
end
One can do the same calibration using, not the time difference between the 2 PMTs, but the difference in the amplitude measured.
Let me know how is it going and if you have more questions.
Li^2
|
|
|
|
|
FRS Calibration Issue
By: SMilne on Tue, 22 July 2014 19:14
|
|
|
Re: FRS Calibration Issue
|
|
|
Re: FRS Calibration Issue
By: SMilne on Thu, 24 July 2014 14:52
|
|
|
Re: FRS Calibration Issue
|
|
|
Re: FRS Calibration Issue
By: SMilne on Wed, 17 September 2014 14:22
|
|
|
Re: FRS Calibration Issue
By: mlcortes on Wed, 17 September 2014 14:34
|
|
|
Re: FRS Calibration Issue
By: SMilne on Wed, 17 September 2014 16:01
|
|
|
Re: FRS Calibration Issue
By: mlcortes on Fri, 19 September 2014 08:01
|
|
|
Re: FRS Calibration Issue
By: SMilne on Thu, 24 July 2014 18:06
|
|
|
Re: FRS Calibration Issue
By: SMilne on Fri, 19 September 2014 15:31
|
|
|
Re: FRS Calibration Issue
By: mlcortes on Sun, 21 September 2014 21:59
|
|
|
Re: FRS Calibration Issue
By: SMilne on Mon, 22 September 2014 19:50
|
|
|
Re: FRS Calibration Issue
By: mlcortes on Wed, 24 September 2014 00:10
|
|
|
Re: FRS Calibration Issue
By: SMilne on Wed, 24 September 2014 12:05
|
|
|
Re: FRS Calibration Issue
By: SMilne on Wed, 24 September 2014 12:14
|
|
|
Re: FRS Calibration Issue
By: mlcortes on Wed, 14 January 2015 09:35
|
|
|
Re: FRS Calibration Issue
By: SMilne on Fri, 16 January 2015 01:45
|
|
|
Re: FRS Calibration Issue
By: SMilne on Fri, 16 January 2015 01:53
|
|
|
Re: FRS Calibration Issue
By: mlcortes on Fri, 16 January 2015 13:49
|
|
|
Re: FRS Calibration Issue
By: SMilne on Fri, 16 January 2015 19:35
|
|
|
Re: FRS Calibration Issue
By: mlcortes on Mon, 19 January 2015 13:10
|
|
|
Re: FRS Calibration Issue
By: SMilne on Mon, 19 January 2015 19:08
|
|
|
Re: FRS Calibration Issue
By: mlcortes on Wed, 28 January 2015 10:10
|
|
|
Re: FRS Calibration Issue
By: SMilne on Tue, 10 February 2015 17:09
|
|
|
Re: FRS Calibration Issue
By: mlcortes on Thu, 12 February 2015 10:05
|
|
|
Re: FRS Calibration Issue
By: SMilne on Thu, 12 February 2015 13:59
|
|
|
Re: FRS Calibration Issue
By: mlcortes on Tue, 17 February 2015 12:06
|
|
|
Re: FRS Calibration Issue
By: SMilne on Tue, 17 February 2015 13:23
|
|
|
Re: FRS Calibration Issue
By: mlcortes on Tue, 17 February 2015 15:31
|
|
|
Re: FRS Calibration Issue
By: SMilne on Tue, 17 February 2015 17:20
|
|
|
Re: FRS Calibration Issue
By: mlcortes on Tue, 17 February 2015 17:29
|
|
|
Re: FRS Calibration Issue
By: SMilne on Thu, 26 February 2015 01:12
|
|
|
Re: FRS Calibration Issue
By: mlcortes on Mon, 02 March 2015 17:54
|
|
|
Re: FRS Calibration Issue
By: SMilne on Wed, 20 May 2015 12:19
|
|
|
Re: FRS Calibration Issue
By: SMilne on Fri, 22 May 2015 10:36
|
|
|
Re: FRS Calibration Issue
|
Goto Forum:
Current Time: Wed Nov 27 22:25:19 CET 2024
Total time taken to generate the page: 0.00952 seconds
|