Difference between revisions of "Reconstruction Tasks and Topics for Further Development"

From GlueXWiki
Jump to: navigation, search
(Comments from Curtis)
(PID)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__TOC__
 
== Mark's Draft List ==
 
The items listed here are areas that we have identified as needing further development and/or study. Feel free to add your topics or comment on those already listed. Comments can be entered on the "discussion" tab (see above).
 
  
# Particle identification
+
= Focus Areas =
## What is the general scheme (or schemes) that we want to support?
+
 
## What is the nature of the user interface into particle ID information?
+
We will try to broadly classify outstanding software issues and tasks into three focus areas:  Tracking, Calorimetry, and PID.  For each of these areas we have appointed a contact person:  Simon (Tracking), Matt (Calorimetry), and Paul (PID).  The contact person is responsible for both prioritizing the issues to work on, seeing that progress is made on resolving these problems, and reporting status at each software meeting.
# &chi;<sup>2</sup> distributions from track fits
+
 
## What are the main causes of tracks in the zero probability peak?
+
 
## Are hit reconstruction errors calculated correctly? Consistently?
+
== Tracking ==
# Re-do checks of error matrices from photon reconstruction
+
 
 +
=== Issues to Resolve ===
 +
 
 +
# wrong track sign choice at pattern recognition stage in FDC
 +
# poor proton reconstruction in b<sub>1</sub>&pi; events
 +
## ...in general, need to improve tracking efficiency for multi-particle events...
 +
# incorrect &chi;<sup>2</sup> distributions from track fits:  huge peak at zero
 +
# validate propagation of errors from hit level through the fitting procedure to the track level
 +
 
 +
=== Questions to Answer ===
 +
 
 +
# How do we handle large single Coulomb scattering in tracking, e.g. between the CDC and FDC?
 +
# How do we handle decays in tracking? (This might have similar resolution to the question above since the track shape is similar.)
 +
# Can we quantify the performance of the track finding algorithm in a variety of event environments?
 +
 
 +
== Calorimetry ==
 +
 
 +
=== Issues to Resolve ===
 +
 
 +
# allow easy switch between 1-2-3-4 and 3-3-4 BCAL schemes; include calibrations for both
 +
# tune new BCAL reconstruction algorithm, explore impact on shower multiplicity in b<sub>1</sub>&pi; events
 +
# include timing reconstruction in FCAL
 +
# correct the error matrix calculation for both FCAL and BCAL
 +
 
 +
=== Questions to Answer===
 +
 
 
# When photons get split into multiple clusters, is all of the energy detected?
 
# When photons get split into multiple clusters, is all of the energy detected?
# How do we handle large single Coulomb scattering in tracking?
 
# How do we handle decays in tracking?
 
 
# What is our efficiency for &pi;<sup>0</sup> detection? &eta;&rarr;&gamma;&gamma;?
 
# What is our efficiency for &pi;<sup>0</sup> detection? &eta;&rarr;&gamma;&gamma;?
  
== Comments from Curtis ==
 
This looks like a good list. I might suggest that it be reworked a bit. In particular, we have three broad topics with issues:
 
# tracking
 
# photon reconstruction
 
# particle identification.
 
  
With regard to (1), the problems manifest themselves as large chi-squares from tracking and the tracking errors being problematic in a way that cannot be systematically corrected. I would guess that these are correlated with underlying issues in:
+
== PID ==
# pattern recognition where incorrect hits are used.
+
# large scattering in material between CDC and FDC.
+
# possible errors in the fitting procedure itself.
+
# other as yet unknown causes.
+
I think that the only way that we are going to make progress here is to go systematically through the code and try to identify problems and fix them. I believe that Simon, Paul M. and possibly Kei after the beam tests.
+
  
With regard to (2), my feeling from our b1-pi studies is that this is coupled to the BCAL reconstruction. In this case, the big improvements will hopefully come from tuning the algorithm in the the existing code. However, there are some caveats.
+
=== Tasks/Issues to Resolve ===
# The BCAL readout segmentation will affect this. We need to settle this asap, or move forward under the 1-2-3-4 assumption.
+
# Once segmentation is settled, we can go back and tweak the parameters in the BCAL code.
+
In this case, Matt updated code which is checked in and Will L. is now looking at it. Modulo (i) being decided, I hope that we can move forward fairly quickly here.
+
  
Finally, for (3), this is a higher level issue that will ultimately require (1) and (2) to be improved.Your posed questions put this in the light more of discussion, rather than underlying software issues. While it may lead to issues as we move forward on the above, it is hard to say at the moment.
+
# Develop neutron reconstruction: calculate neutron energy from energy in calorimeters.  
For progress, Paul M. is going through the code looking at the inputs to the PID and trying to make sure that they make sense.
+
# Improve TOF/BCAL/FCAL uncertainties and integrate into PID
 +
# Implement TOF dE/dx calculation and integrate into PID.
 +
# Look into implementing BCAL dE/dx calculation.

Latest revision as of 15:14, 4 October 2011

Focus Areas

We will try to broadly classify outstanding software issues and tasks into three focus areas: Tracking, Calorimetry, and PID. For each of these areas we have appointed a contact person: Simon (Tracking), Matt (Calorimetry), and Paul (PID). The contact person is responsible for both prioritizing the issues to work on, seeing that progress is made on resolving these problems, and reporting status at each software meeting.


Tracking

Issues to Resolve

  1. wrong track sign choice at pattern recognition stage in FDC
  2. poor proton reconstruction in b1π events
    1. ...in general, need to improve tracking efficiency for multi-particle events...
  3. incorrect χ2 distributions from track fits: huge peak at zero
  4. validate propagation of errors from hit level through the fitting procedure to the track level

Questions to Answer

  1. How do we handle large single Coulomb scattering in tracking, e.g. between the CDC and FDC?
  2. How do we handle decays in tracking? (This might have similar resolution to the question above since the track shape is similar.)
  3. Can we quantify the performance of the track finding algorithm in a variety of event environments?

Calorimetry

Issues to Resolve

  1. allow easy switch between 1-2-3-4 and 3-3-4 BCAL schemes; include calibrations for both
  2. tune new BCAL reconstruction algorithm, explore impact on shower multiplicity in b1π events
  3. include timing reconstruction in FCAL
  4. correct the error matrix calculation for both FCAL and BCAL

Questions to Answer

  1. When photons get split into multiple clusters, is all of the energy detected?
  2. What is our efficiency for π0 detection? η→γγ?


PID

Tasks/Issues to Resolve

  1. Develop neutron reconstruction: calculate neutron energy from energy in calorimeters.
  2. Improve TOF/BCAL/FCAL uncertainties and integrate into PID.
  3. Implement TOF dE/dx calculation and integrate into PID.
  4. Look into implementing BCAL dE/dx calculation.