<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div><br>
</div>
<div>That looks like the inner layer only. It is the 5x5 box around the 3x3 hole.</div>
<div><br>
</div>
<div>It sounds like PrimEx recommendation would be to enlarge to include the next 7x7 square outside of that.</div>
<div><br>
</div>
<div>Matt</div>
<br id="lineBreakAtBeginningOfMessage">
<div><br>
<blockquote type="cite">
<div>On Jun 5, 2024, at 11:21 AM, Sean Dobbs via Halld-cal <halld-cal@jlab.org> wrote:</div>
<br class="Apple-interchange-newline">
<div>
<div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; min-height: 85px;">
<div style="direction: ltr; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt;">
Hi all,<br>
<br>
A quick follow-up to the discussion today, here is a code snippet that indicates the fiducial cut around the beamhole - basically, showers whose centers are in these blocks are rejected for analysis.<br>
<br>
// build list of channels in the inner ring. Pick all channels which<br>
// touch the beam hole (including corners!)<br>
dFCALInnerChannels.push_back( dFCALGeometry->channel( 27, 27 ) );<br>
dFCALInnerChannels.push_back( dFCALGeometry->channel( 27, 28 ) );<br>
dFCALInnerChannels.push_back( dFCALGeometry->channel( 27, 29 ) );<br>
dFCALInnerChannels.push_back( dFCALGeometry->channel( 27, 30 ) );<br>
dFCALInnerChannels.push_back( dFCALGeometry->channel( 27, 31 ) );<br>
dFCALInnerChannels.push_back( dFCALGeometry->channel( 31, 27 ) );<br>
dFCALInnerChannels.push_back( dFCALGeometry->channel( 31, 28 ) );<br>
dFCALInnerChannels.push_back( dFCALGeometry->channel( 31, 29 ) );<br>
dFCALInnerChannels.push_back( dFCALGeometry->channel( 31, 30 ) );<br>
dFCALInnerChannels.push_back( dFCALGeometry->channel( 31, 31 ) );<br>
dFCALInnerChannels.push_back( dFCALGeometry->channel( 28, 27 ) );<br>
dFCALInnerChannels.push_back( dFCALGeometry->channel( 29, 27 ) );<br>
dFCALInnerChannels.push_back( dFCALGeometry->channel( 30, 27 ) );<br>
dFCALInnerChannels.push_back( dFCALGeometry->channel( 28, 31 ) );<br>
dFCALInnerChannels.push_back( dFCALGeometry->channel( 29, 31 ) );<br>
dFCALInnerChannels.push_back( dFCALGeometry->channel( 30, 31 ) );<br>
<br>
<br>
blame: sdobbs committed on May 21, 2019</div>
<div style="direction: ltr; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt;">
<br>
</div>
<div style="direction: ltr; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt;">
---Sean</div>
</div>
<div class="elementToProof" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt;">
<br>
</div>
<div id="appendonsend" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
</div>
<hr tabindex="-1" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline-block; width: 724.21875px;">
<span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;"></span>
<div id="divRplyFwdMsg" dir="ltr" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
<font face="Calibri, sans-serif" style="font-size: 11pt;"><b>From:</b><span class="Apple-converted-space"> </span>Halld-cal <<a href="mailto:halld-cal-bounces@jlab.org">halld-cal-bounces@jlab.org</a>> on behalf of Zisis Papandreou via Halld-cal <<a href="mailto:halld-cal@jlab.org">halld-cal@jlab.org</a>><br>
<b>Sent:</b><span class="Apple-converted-space"> </span>Tuesday, June 4, 2024 10:12 PM<br>
<b>To:</b><span class="Apple-converted-space"> </span>Hall-D Calorimetry <<a href="mailto:halld-cal@jlab.org">halld-cal@jlab.org</a>><br>
<b>Subject:</b><span class="Apple-converted-space"> </span>[Halld-cal] [EXTERNAL] CALWG 2024-06-05</font>
<div> </div>
</div>
<div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; line-break: after-white-space;">
Hello everyone:
<div><br>
</div>
<div>Our next Calorimetry Meeting is tomorrow, Wed June 5, at 11am JLab time. The agenda is here:</div>
<div><a href="https://halldweb.jlab.org/wiki/index.php/June_5,_2024_Calorimeter" originalsrc="https://halldweb.jlab.org/wiki/index.php/June_5,_2024_Calorimeter" shash="uXXGb/AzSujcEIn5CsbAR2ZSUXDfZFcAidzcPanXQZCH61UxFH4W1UNFecBflijtddyw/bEoUm/+SLUtCquXt1i+/Zfq5Hlmnya9TRlCyn3IhFX90RvYrLOz963mZvunSLRzOlna1bUwFIORzXqwzlaPApi1dAUuP1cVhjBfoJ8=">https://halldweb.jlab.org/wiki/index.php/June_5,_2024_Calorimeter</a><br>
</div>
<div><br>
</div>
<div>All the best, Zisis...</div>
<div></div>
<br>
<br>
<div>
<div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none; line-break: after-white-space;">
<div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none; line-break: after-white-space;">
<div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none; line-break: after-white-space;">
<div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; line-break: after-white-space;">
<div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; line-break: after-white-space;">
<div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; line-break: after-white-space;">
<div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; line-break: after-white-space;">
<div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; line-break: after-white-space;">
<span class="x_Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px;"><span class="x_Apple-style-span" style="border-collapse: separate; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px;">
<div style="line-break: after-white-space;"><span class="x_Apple-style-span" style="border-collapse: separate; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px;">
<div style="line-break: after-white-space;"><span class="x_Apple-style-span" style="border-collapse: separate; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px;">
<div style="line-break: after-white-space;"><span class="x_Apple-style-span" style="border-collapse: separate; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px;">
<div style="line-break: after-white-space;"><span class="x_Apple-style-span" style="border-collapse: separate; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px;">
<div style="line-break: after-white-space;"><span class="x_Apple-style-span" style="border-collapse: separate; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px;">
<div style="line-break: after-white-space;">
<div><font class="x_Apple-style-span" color="#1d5091" face="Verdana" size="4"><br class="x_Apple-interchange-newline">
Dr. Zisis Papandreou</font></div>
<div style=""><span class="x_Apple-style-span" style="font-size: 13px;"><font class="x_Apple-style-span" face="Verdana">Head, Department of Physics</font></span></div>
<div style=""><span class="x_Apple-style-span" style="font-size: 13px;"><font class="x_Apple-style-span" face="Verdana">Professor of Physics, Ph.D., P.Phys.</font></span></div>
<div style=""><span class="x_Apple-style-span" style="font-size: 13px;"><font class="x_Apple-style-span" face="Verdana">---------------------------------------------------------</font></span></div>
<div style="font-size: 12px; font-style: normal; font-weight: normal;"><font class="x_Apple-style-span" face="Verdana" color="#929292">Department of Physics </font></div>
<div style="font-size: 12px; font-style: normal; font-weight: normal;"><font class="x_Apple-style-span" face="Verdana" color="#929292">University of Regina<span class="x_Apple-tab-span" style="white-space: pre;">
</span> </font></div>
<div style="font-size: 12px; font-style: normal; font-weight: normal;"><font class="x_Apple-style-span" face="Verdana" color="#929292">3737 Wascana Parkway</font></div>
<div style="font-size: 12px; font-style: normal; font-weight: normal;"><font class="x_Apple-style-span" face="Verdana" color="#929292">Regina, SK S4S 0A2<span class="x_Apple-tab-span" style="white-space: pre;">
</span> CANADA</font></div>
<div style="font-size: 12px; font-style: normal; font-weight: normal;"><font class="x_Apple-style-span" face="Verdana"><br>
</font></div>
<div style=""><font class="x_Apple-style-span" face="Verdana"><b>Phone: (306) 585-5379</b></font></div>
</div>
</span></div>
</span></div>
</span></div>
</span></div>
</span></div>
</span><span class="x_Apple-style-span" style="font-family: Verdana; font-size: 12px;"><font class="x_Apple-style-span" color="#929292">Fax: (306) 585-5659</font></span>
<div><span class="x_Apple-style-span" style="font-family: Verdana; font-size: 12px;"><font class="x_Apple-style-span" color="#929292">Email:</font> </span><a href="mailto:zisis@uregina.ca">zisis@uregina.ca</a></div>
<div>
<div style="line-break: after-white-space;"><font class="x_Apple-style-span" face="Verdana" color="#929292">Website:</font> <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.uregina.ca_science_physics_people_faculty-2Dresearch_zisis-2Dpapandreou_index.html&d=DwMFAg&c=CJqEzB1piLOyyvZjb8YUQw&r=qOykDDW07dxNIz2gqzRW_0sRJeff1E30DnojDqga1Jo&m=SqU9kAAe6fvOukzBprlyH9wrXM5eV3wEE3GJvVyVYPEBk_52yjkmb649fiag0m3R&s=PW0qDsGcQGMuQy4x-Wy3SpQnF5iEByTmfwcdZyaoai0&e=">http://www.uregina.ca/science/physics/people/faculty-research/zisis-papandreou</a></div>
</div>
</span></div>
</div>
</div>
</div>
<br class="x_Apple-interchange-newline">
</div>
<br class="x_Apple-interchange-newline">
</div>
<br class="x_Apple-interchange-newline">
</div>
<br class="x_Apple-interchange-newline">
</div>
<br class="x_Apple-interchange-newline">
<br class="x_Apple-interchange-newline">
</div>
<br>
</div>
<span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;">_______________________________________________</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
<span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;">Halld-cal
mailing list</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
<a href="mailto:Halld-cal@jlab.org" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Halld-cal@jlab.org</a><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
<a href="https://mailman.jlab.org/mailman/listinfo/halld-cal" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">https://mailman.jlab.org/mailman/listinfo/halld-cal</a></div>
</blockquote>
</div>
<br>
</body>
</html>