Skip to content

Commit

Permalink
feat(qa-physics): RG-C fall 22 settings (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored Jul 25, 2024
1 parent 703ead6 commit b53e43c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qa-physics/monitorRead.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ else if(runnum>=11323 && runnum<=11571) RG="RGB" // winter 20
else if(runnum>=12210 && runnum<=12951) RG="RGF" // spring+summer 20
else if(runnum>=15019 && runnum<=15884) RG="RGM"
else if(runnum>=16042 && runnum<=16786) RG="RGC" // summer 22
else if(runnum>=16843 && runnum<=17408) RG="RGC" // fall 22
else System.err.println "WARNING: unknown run group; using default run-group-dependent settings (see monitorRead.groovy)"
println "rungroup = $RG"

Expand All @@ -126,6 +127,7 @@ else if(RG=="RGB") {
else if(RG=="RGC") {
if(runnum>=16042 && runnum<=16078) EBEAM = 2.21
else if(runnum>=16079 && runnum<=16786) EBEAM = 10.55
else if(runnum>=16843 && runnum<=17408) EBEAM = 10.55
else System.err.println "ERROR: unknown beam energy"
}
else if(RG=="RGK") {
Expand Down

0 comments on commit b53e43c

Please sign in to comment.