BigBite Analytical Model (12/14/10)
Here is my currently best analytical model of a BigBite spectrometer. The code
is written in Cern ROOT. Please download it from the following link:
BigBiteAnalyticalModel.C
The model assumes that BigBite consists of a single ideal dipole magnet, followed by the
hadron-detector-package. The "effective" dimensions of the magnet and "effective" distances
between various parts of the spectrometer can be found here:
Positions.pdf
To compile the code, use the following ROOT command:
.L BigBiteAnalyticalModel.C++
The program has two functions. First function draws 2D track through the BigBite for
any valid combination of the Focal-Plane coordinates (x,th,y,ph). An example is
shown here:
00.)
To draw track, use the following command:
BigBiteAnalyticalModelTrack(x,y,ph,th)
The second function does the analysis of the real data, using the analytical model to calculate
BigBite target variables (y,th,ph,delta). Please see the code, for the ROOT variables,
that are needed by this code. To run it, use the following command:
BigBiteAnalyticalModelAnalysis(number_of_events)
Here are some analysis results, using analytical model:
Results for elastic Deuterium run #2413
01.)
02.)
03.)
04.)
05.)
06.)
07.)
08.)
09.)
10.)
11.)
12.)
13.)
14.)
15.)
Results for production 3He runs:
16.)
17.)
18.)
19.)
20.)
21.)
22.)
23.)
24.)
25.)
26.)
27.)
28.)
29.)
30.)
Results for 12C sieve run #3491:
31.)
32.)
33.)
34.)
35.)
36.)
37.)
38.)
39.)
40.)
41.)
42.)
43.)
44.)
45.)
Results for Hydrogen sieve run #3488:
46.)
47.)
48.)
49.)
50.)
51.)
52.)
53.)
54.)
55.)
56.)
57.)
58.)
59.)
60.)
Last modified: 12/14/10