From 79d98fa648db34919b364018b509ed82484f4ee1 Mon Sep 17 00:00:00 2001 From: Maurizio Ungaro Date: Wed, 6 Sep 2023 10:12:47 -0400 Subject: [PATCH] updated 5.4 release notes --- release_notes/5.4.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/release_notes/5.4.md b/release_notes/5.4.md index 98c578b..1001f1a 100644 --- a/release_notes/5.4.md +++ b/release_notes/5.4.md @@ -2,7 +2,8 @@ - RF Frequency > RF Period - read RF parameters from DB if RFSETUP is set to `clas12_ccdb` -- RICH digitization (Connor Pecar, upcoming) +- RICH digitization (Connor Pecar, partially completed) +- updated RICH geometry Standardized fadc time and tdc as follows: @@ -43,32 +44,33 @@ where - SAVE_ALL_MOTHERS=1 - SKIPREJECTEDHITS=1 - - INTEGRATEDRAW=“*” + The following additional option to enable truth matching is + commented out and added on the OSG portal. + - INTEGRATEDRAW=“*” - -This does not change the single electrons events memory, about ~1.0g -or the corresponding running time for 2000 events on ifarm, -from 437 seconds (4.58Hz) to 581 seconds (3.44Hz), a 25% -reduction due to saving and looping over all tracks for each event. +These changes do not affect the single electrons events memory usage (stays about ~1.0g) +and increase the corresponding running time for 2000 events on ifarm, +from 437 seconds (4.58Hz) to 581 seconds (3.44Hz), or 25%, +due to looping over all tracks for each event.
-### To load production tag 5.3 at JLab, use the following commands: +### To load production tag 5.4 at JLab, use the following commands: ``` -source /group/clas12/packages/setup.csh +source /group/clas12/packages/setup.(c)sh module load clas12 module switch gemc/5.4 ``` -### To load production tag 5.3 in docker, use the following commands: +### To load production tag 5.4 in docker, use the following commands: ``` -source $SIM_HOME/setup.csh +source $SIM_HOME/setup.(c)sh module load clas12 module switch gemc/5.4 ```