Skip to content

Commit

Permalink
updated 5.4 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
maureeungaro committed Sep 6, 2023
1 parent 852e198 commit 79d98fa
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions release_notes/5.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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.



<br>

### 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
```
Expand Down

0 comments on commit 79d98fa

Please sign in to comment.