Project

General

Profile

Hall C Commissioning Analysis Meetings » History » Version 3

Richard Trotta, 05/21/2018 11:07 AM

1 1 Richard Trotta
h1. Hall C Commissioning Analysis Meetings
2
3 2 Richard Trotta
* "BlueJeans Page":https://redmine.jlab.org/projects/kltexp/wiki/BlueJeans_Information
4
* "Hall C Wiki Meetings Page":https://hallcweb.jlab.org/wiki/index.php/Commissioning_analysis_meetings
5 3 Richard Trotta
6
* *A few notes following-up from the Hall C Analysis meeting on 5/17*
7
8
*Notes from Dave Mack on BCM calibrations*
9
10
* The bcm constants to use for now are the same one's we're having Eric P load for the F2/EMC Pass 1 analysis at https://github.com/JeffersonLab/hallc-replay-f2xem/blob/master/PARAM/GEN/gscalers.param .
11
12
* These are from Deb's March results. The March bcm calibration was large and roughly in the middle of the run. You can see the quality of the fits in the ATTACHED.
13
14
* We haven't done a global analysis yet, nor have I resolved all discrepancies between Deb and Deepak. These values are just a +-2% place-holder since F2/EMC wanted to replay all their runs sooner rather than later.
15
16
* All the BCMs are linear down to very low currents, so the only things that affects a lumi analysis between 5 and 70 muA are:
17
18
* the offsets are uncertain to about +-0.1 muA.  (So Carbon Yield vs I can be expected to deviate by O(1)% at 10 muA.) If calibrations are stable, a global analysis will reduce this.
19
20
* my slight preference would be to use BCM4A for a lumi scan. The only bcm I would NOT use for a lumi scan is BCM4B since it was almost as noisy as the Unser signal. (eg, note the higher Chi2/ndf for this channel in Deb's plots)
21
22
*Notes from Mark on tree variables for tracking efficiency*
23
24
* The tree variable for the tracking efficiency is H.hod.goodscinhit
25
26
* For the tracking efficiency calculated in the report file
27
28
<pre>
29
HMSScinGood           H.hod.goodscinhit == 1
30
HMSGoodBetanotrk      H.hod.betanotrack > 0.8 && H.hod.betanotrack < 1.3
31
32
33
HMSScinShould         HMSScinGood && HMSGoodBetanotrk && !hmsDCany_large
34
HMSScinShoulde        HMSScinShould && H.cal.etotnorm > 0.6&& H.cal.etotnorm < 2.0&& H.cer.npeSum > 0.5
35
HMSScinShouldh        HMSScinGood && H.cal.etotnorm <0.6&& H.cal.etotnorm>0.0&& H.cer.npeSum < 0.5
36
37
HMSScinDid            HMSScinShould && H.dc.ntrack > 0
38
HMSScinDide           HMSScinShoulde && H.dc.ntrack > 0
39
HMSScinDidh           HMSScinShouldh && H.dc.ntrack > 0
40
41
</pre>
42
* H.cal.etotnorm  is the ratio of the total calorimeter energy to the central momentum so it does not involve tracking.
43
44
* H.hod.goodscinhit is set to 1 if certain scintillator criterion are met. This code is in the method THcHodoscope::TrackEffTest