Skip to content

Commit 7f155a1

Browse files
committed
fix: upper bound for RG-L run range
RG-L run is complete.
1 parent 1263799 commit 7f155a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jlab/clas/timeline/util/RunDependentCut.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class RunDependentCut {
6666
return 'rgc_su22';
6767
if(runIsInRange(check_run, 18301, 19131, true))
6868
return 'rgd';
69-
if(runIsAfter(check_run, 21317, true)) // RG-L FIXME: needs upper bound when RG-L completes <https://github.com/JeffersonLab/clas12-timeline/issues/325>
69+
if(runIsInRange(check_run, 21317, 23057, true))
7070
return 'rgl';
7171
return 'unknown';
7272
}.toUnique();

0 commit comments

Comments
 (0)