[Alert_collaboration] [EXTERNAL] ALERT yaml flags

mhattawy@odu.edu mohammad.hattawy at gmail.com
Mon Mar 31 12:08:59 EDT 2025


Hello Eric,
Regarding
   simulation    = false;
   findingMethod = "distance";

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.
         simulation = this.getEngineConfigString("simulation");
         findingMethod = this.getEngineConfigString("findingMethod");

Mohammad.

On Mon, Mar 31, 2025 at 11:58 AM efuchey <efuchey at jlab.org> wrote:

> Hello Mohammed, and all,
>
> besides the flag for track finding suggested by Mathieu, I can think of:
> * a "Simulation" boolean flag, to readout simulation files. It should be
> set to 'false' by default.
> * a "FindingMethod" string flag to indicate what fitting method should
> be used for the conventional track finder. It should be set to
> 'distance' by default.
> Those are currently declared in AHDCEngine.
>
> 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=DwIFaQ&c=CJqEzB1piLOyyvZjb8YUQw&r=xvIrZb1p8HoRayKD1Sz8zPzqi4-qHfiBCWqgj3oMbOQ&m=gDCov_exuRAjDGvfx1D49aIgfSQMqds19gVBOnf_jn28sYtESSTnpdsdIeZFe3Ue&s=SrgSLvlp8vhlp01326sGK1IYa1C0t1Qcxiar-Pm4PCE&e= 
>
> Best regards,
> Eric
>
> On 2025-03-31 11:45, mhattawy at odu.edu wrote:
> > Hello all,
> >
> >     We are working on getting the yaml file ready to start looking
> > into the data once it is recorded.
> > Here you can find the draft of the current draft of the yaml file
> >
> > /u/home/clas12-3/users/pilleux/yamls/rgl_calib.yaml
> >
> > We need the input from the AHDC and AFOT software developers if their
> > reconstruction codes need any flags to be passed from the yaml
> > configuration file. So far, we got the feedback from Mathieu to pass
> > "Mode".
> >
> > Mathieu, what reconstruction method should be requested,
> > AI_Track_Finding or CV_Track_Finding?
> >
> > Best regards,
> > Mohammad.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.jlab.org/pipermail/alert_collaboration/attachments/20250331/71919d9a/attachment.html>


More information about the Alert_collaboration mailing list