<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Hi All,<br>
<br>
Just a heads up that I just committed a change to the repository
that should start to address the issue with low b1pi efficiency that
we've been seeing since the middle of March. See the svn log entry
below for details. There may still be some bugs that need to be
worked out with the new system. I will continue to work on this and
will report once things are back to "normal".<br>
<br>
Thanks to both Nathan S. and Paul M. for helping identify the
source of the problem.<br>
<br>
Regards,<br>
-David<br>
<br>
-------- Original Message --------
<table class="moz-email-headers-table" border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<th align="RIGHT" nowrap="nowrap" valign="BASELINE">Subject: </th>
<td>r7878 - trunk/sim-recon/src/libraries/PID</td>
</tr>
<tr>
<th align="RIGHT" nowrap="nowrap" valign="BASELINE">Date: </th>
<td>Tue, 31 May 2011 09:12:41 -0400</td>
</tr>
<tr>
<th align="RIGHT" nowrap="nowrap" valign="BASELINE">From: </th>
<td><a class="moz-txt-link-abbreviated" href="mailto:Hall-D.SVN.Repository@jlab.org">Hall-D.SVN.Repository@jlab.org</a></td>
</tr>
<tr>
<th align="RIGHT" nowrap="nowrap" valign="BASELINE">To: </th>
<td><a class="moz-txt-link-abbreviated" href="mailto:davidl@jlab.org">davidl@jlab.org</a>, <a class="moz-txt-link-abbreviated" href="mailto:brash@pcs.cnu.edu">brash@pcs.cnu.edu</a>, <a class="moz-txt-link-abbreviated" href="mailto:wolin@jlab.org">wolin@jlab.org</a>,
<a class="moz-txt-link-abbreviated" href="mailto:zisis@uregina.ca">zisis@uregina.ca</a>, <a class="moz-txt-link-abbreviated" href="mailto:mashephe@indiana.edu">mashephe@indiana.edu</a>,
<a class="moz-txt-link-abbreviated" href="mailto:remitche@indiana.edu">remitche@indiana.edu</a>, <a class="moz-txt-link-abbreviated" href="mailto:zihlmann@jlab.org">zihlmann@jlab.org</a>, <a class="moz-txt-link-abbreviated" href="mailto:somov@jlab.org">somov@jlab.org</a>,
<a class="moz-txt-link-abbreviated" href="mailto:staylor@jlab.org">staylor@jlab.org</a>, <a class="moz-txt-link-abbreviated" href="mailto:kmoriya@indiana.edu">kmoriya@indiana.edu</a>, <a class="moz-txt-link-abbreviated" href="mailto:pmatt@jlab.org">pmatt@jlab.org</a></td>
</tr>
</tbody>
</table>
<br>
<br>
<pre>Author: davidl
Date: 2011-05-31 09:12:40 -0400 (Tue, 31 May 2011)
New Revision: 7878
Modified:
trunk/sim-recon/src/libraries/PID/DVertex_factory.cc
trunk/sim-recon/src/libraries/PID/DVertex_factory.h
Log:
Increased the default number of sigmas that particles could be separated in time and z-position each to 100 from 3. This is to temporarily address the issue of having too many vertexes reconstructed leading to multiple DPhysicsEvent objects for nearly every generated b1pi event.
The above number of sigmas were put into two configuration parameters so they are adjustable at run time. They are PID:GROUP_NUM_SIGMAS_TIME and PID:GROUP_NUM_SIGMAS_Z.
Debugging histograms were added to monitor the number of sigmas actually calculated for the data set being analyzed. These are disabled by default, but can be enabled by setting the PID:DEBUG_HISTS to "1".
The PID:DEBUG_HISTS was also made to control creation and filling of the other two existing debug histos so the decision could be made at run time as opposed to compile time.
</pre>
</body>
</html>