Back to home page

EIC code displayed by LXR

 
 

    


Warning, /jana2/docs/jana1to2/parameter-changes.md is written in an unsupported language. File is not indexed.

0001 # Parameter Changes
0002 
0003 This guide outlines the key parameter changes from JANA1 to JANA2, helping you adjust your configurations and usage as needed.
0004 
0005 ### Commonly Used JANA Parameters
0006 
0007 The following table compares commonly used JANA parameters between JANA1 and JANA2. Parameters that remain unchanged in JANA2 are marked with `-`. In the "Possible Input" column, `-` means that they are the same as in JANA1. Changes are listed where applicable.
0008 
0009 | **Parameter**         | **JANA1**              | **JANA2**                    | **Possible Inputs**                              |
0010 |-----------------------|------------------------|------------------------------|--------------------------------------------------|
0011 | **PLUGINS**           | `- `                   | `-`                          | `-`                                              |
0012 | **EVENTS_TO_KEEP**    | `EVENTS_TO_KEEP`       | `jana:nevents`               | `-`                                              |
0013 | **EVENTS_TO_SKIP**    | `EVENTS_TO_SKIP`       | `jana:nskip`                | `-`                                              |
0014 | **NTHREADS**          | `-`                    | `-`                          | `-`                                              |
0015 | **JANA:BATCH_MODE**   | `JANA:BATCH_MODE`      | `jana:global_loglevel`                 | `TRACE`, `DEBUG`, `INFO`, `WARN`, `FATAL`, `OFF` |
0016 | **JANA_CALIB_CONTEXT**| `JANA_CALIB_CONTEXT`   | `jana:calib_context`         | `-`                                              |
0017 
0018 ## Changes in `halld_recon` Parameters
0019 
0020 ### `hd_dump` Option Update
0021 
0022 - **JANA1:** The `-b` option was used for printing event status bits in `hd_dump`.
0023 - **JANA2:** The `-b` option is used for benchmarking in JANA2. Thus, `hd_dump` parameter for event status bits (`-b`) has been changed to `-B`. Update your usage accordingly.
0024 
0025 For additional assistance or questions, please contact [rasool@jlab.org](mailto:rasool@jlab.org).