<div dir="ltr"><div>Hello Eric, <br></div><div>Regarding</div><div>   simulation    = false;<br>   findingMethod = "distance";</div><div><br></div><div>They are hardcoded in the AHDCEngine. The engine must be edited to read them from the yam file. One has to add something like the following two lines in the AHDCEngine and push a merge request, and then we will need a new coatjava release. <br></div><div>         simulation = this.getEngineConfigString("simulation");<br>         findingMethod = this.getEngineConfigString("findingMethod");</div><div><br></div><div>Mohammad. <br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Mon, Mar 31, 2025 at 11:58 AM efuchey <<a href="mailto:efuchey@jlab.org">efuchey@jlab.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Mohammed, and all,<br>
<br>
besides the flag for track finding suggested by Mathieu, I can think of:<br>
* a "Simulation" boolean flag, to readout simulation files. It should be <br>
set to 'false' by default.<br>
* a "FindingMethod" string flag to indicate what fitting method should <br>
be used for the conventional track finder. It should be set to <br>
'distance' by default.<br>
Those are currently declared in AHDCEngine.<br>
<a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_coatjava_blob_development_reconstruction_alert_src_main_java_org_jlab_rec_service_AHDCEngine.java&d=DwMFaQ&c=CJqEzB1piLOyyvZjb8YUQw&r=xvIrZb1p8HoRayKD1Sz8zPzqi4-qHfiBCWqgj3oMbOQ&m=gDCov_exuRAjDGvfx1D49aIgfSQMqds19gVBOnf_jn28sYtESSTnpdsdIeZFe3Ue&s=SrgSLvlp8vhlp01326sGK1IYa1C0t1Qcxiar-Pm4PCE&e=" rel="noreferrer" target="_blank">https://github.com/JeffersonLab/coatjava/blob/development/reconstruction/alert/src/main/java/org/jlab/rec/service/AHDCEngine.java</a><br>
<br>
Best regards,<br>
Eric<br>
<br>
On 2025-03-31 11:45, <a href="mailto:mhattawy@odu.edu" target="_blank">mhattawy@odu.edu</a> wrote:<br>
> Hello all,<br>
> <br>
>     We are working on getting the yaml file ready to start looking<br>
> into the data once it is recorded.<br>
> Here you can find the draft of the current draft of the yaml file<br>
> <br>
> /u/home/clas12-3/users/pilleux/yamls/rgl_calib.yaml<br>
> <br>
> We need the input from the AHDC and AFOT software developers if their<br>
> reconstruction codes need any flags to be passed from the yaml<br>
> configuration file. So far, we got the feedback from Mathieu to pass<br>
> "Mode".<br>
> <br>
> Mathieu, what reconstruction method should be requested,<br>
> AI_Track_Finding or CV_Track_Finding?<br>
> <br>
> Best regards,<br>
> Mohammad.<br>
</blockquote></div>