diff --git a/qa-detectors/cuts/cuts_rgc_su22.txt b/qa-detectors/cuts/cuts_rgc_su22.txt new file mode 100644 index 00000000..e8e5e42e --- /dev/null +++ b/qa-detectors/cuts/cuts_rgc_su22.txt @@ -0,0 +1,2 @@ +ltcc ltcc_elec_nphe_sec 12 18 counts sec3 +ltcc ltcc_elec_nphe_sec 12 18 counts sec5 diff --git a/qa-detectors/util/applyBounds.groovy b/qa-detectors/util/applyBounds.groovy index 1b1d22e5..f9171cd1 100644 --- a/qa-detectors/util/applyBounds.groovy +++ b/qa-detectors/util/applyBounds.groovy @@ -17,6 +17,7 @@ Tools T = new Tools() def cutsFileList = [ [ /./, "cuts.txt"], // default file [ /rga.*fa18/, "cuts_rga_fa18.txt"], // RGA Fall 2018 + [ /rgc/, "cuts_rgc_su22.txt"], // RGC ] /////////////////////////////////////////////////////