- pagebs's home page
- Posts
- 2017
- June (1)
- 2016
- 2015
- 2014
- December (2)
- November (1)
- October (2)
- September (4)
- August (1)
- July (2)
- June (2)
- May (3)
- April (2)
- March (2)
- February (2)
- January (1)
- 2013
- November (1)
- October (3)
- September (2)
- August (3)
- July (4)
- June (4)
- May (2)
- April (2)
- March (2)
- February (4)
- January (2)
- 2012
- December (2)
- November (3)
- October (2)
- September (1)
- August (3)
- July (3)
- June (6)
- May (2)
- April (3)
- March (3)
- February (2)
- January (2)
- 2011
- December (2)
- November (1)
- October (7)
- September (3)
- August (2)
- July (5)
- June (2)
- May (2)
- April (4)
- March (2)
- January (1)
- 2010
- December (2)
- October (4)
- September (1)
- August (4)
- July (1)
- June (2)
- May (2)
- March (4)
- February (2)
- January (2)
- 2009
- December (1)
- November (2)
- October (1)
- September (2)
- August (1)
- July (2)
- June (1)
- May (2)
- April (2)
- March (1)
- February (1)
- January (6)
- 2008
- My blog
- Post new blog entry
- All blogs
Run 9 200GeV Dijet Cross Section Scaler Investigation
First look at the scaler files to get an estimate of the accidental and multiples corrections for the VPD ...
The VPDMB trigger cross section can be found by looking at the VPDMB trigger rate from the MuDsts during a vernier scan. For the VPDMB cross section to be useful, we need an estimation of the size of the accidental and multiples corrections. To do this, we need to look at the scaler files. Zilong provided me with code to read the scaler files and I've taken a first look at the size of the corrections using the runs from fill 101746. All data is from Scaler board 6.
Figure 1: The total number of the seven interesting combinations of the east, west, and coincidence bits for the BBC, ZDC, and VPD summed over all bunch crossings
TAC Diff: East = (0,1,0) + (0,1,1) + (1,1,1) {X,E,W}
West = (0,0,1) + (0,1,1) + (1,1,1)
Coin = (0,1,1) + (1,1,1)
Global: East = (0,1,0) + (0,1,1) + (1,0,0) + (1,0,1) + (1,1,0) + (1,1,1)
West = (0,0,1) + (0,1,1) + (1,0,0) + (1,0,1) + (1,1,0) + (1,1,1)
Coin = (1,0,0) + (1,0,1) + (1,1,0) + (1,1,1)
Modified TAC Diff: East = (0,1,0) + (0,1,1) + (1,1,0) + (1,1,1)
West = (0,0,1) + (0,1,1,) + (1,0,1) + (1,1,1)
Coin = (0,1,1) + (1,1,1)
The accidental corrections were calculated according to the formulas:
P_E = (N_E - N_X)/(sum - P_W)
P_W = (N_W - N_X)/(sum - P_E)
P_X = (N_X - (N_E * N_W)/sum)/(sum + N_X - N_E - N_W)
Where the P are the corrected probabilities and the N are the number of scaler counts for the east, west, or coincidences defined above. Sum is the scaler counts for all bit combinations.
The final multiples correction was calculated using:
Mult = -sum * Ln(1 - P_X)
In the figure below, I look at the 11 runs in my analysis which came from Fill 101746. The runs in this fill are: 10134021, 10134024, 10134025, 10134026, 10134027, 10134028, 10134030, 10134035, 10134036, 10134037, 10134044.
Figure 6: Summary of the accidental corrections only. The values are again the ratio: (uncorrected-corrected)/corrected coincidence numbers. Here the corrected values are the P_X (which are probabilities) multiplied by the total scaler combination sum. The color/symbol scheme is the same as in figure 5.
- pagebs's blog
- Login or register to post comments