Skip to content

Commit

Permalink
feat: assume all RGA data are cooked with the recharge option (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored Sep 23, 2023
1 parent 04d1ecd commit 814fbb3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions qa-physics/monitorRead.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,8 @@ else if(RG=="RGM") {
*/
def FCmode = 1 // default assumes DAQ-gated FC charge can be trusted
if(RG=="RGA") {
FCmode = 0 // fall18 inbending+outbending
if(runnum>=6616 && runnum<=6783) { // spring19
FCmode=1;
if(runnum==6724) FCmode=0; // fcupgated charge spike in file 230
}
FCmode=1;
if(runnum==6724) FCmode=0; // fcupgated charge spike in file 230
}
else if(RG=="RGB") {
FCmode = 1
Expand Down

0 comments on commit 814fbb3

Please sign in to comment.