From 37921adb30596d8d00603adb6b00f5e91349d368 Mon Sep 17 00:00:00 2001 From: Rachel Coackley Date: Wed, 11 Sep 2024 12:19:42 -0500 Subject: [PATCH 1/2] Allow CI to run on v09_91_02 --- sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl index e0d7386fa..976a026df 100644 --- a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl +++ b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl @@ -141,7 +141,7 @@ physics.producers.cafmaker.CreateBlindedCAF: false # Save GENIE event record for MC # Turn this to false for data CAFMaker # More details can be found in here: https://sbn-docdb.fnal.gov/cgi-bin/sso/ShowDocument?docid=36869 -#physics.producers.cafmaker.SaveGENIEEventRecord: true #comment to get CI to run on v09_90_00. This should be uncommented in v09_91_01 and later. +physics.producers.cafmaker.SaveGENIEEventRecord: true #comment to get CI to run on v09_90_00. This should be uncommented in v09_91_01 and later. # Include Simple/OpFlashes for PMT/XARAPUCA physics.producers.cafmaker.FlashMatchOpDetSuffixes: ["", "op", "ara", "opara"] From 69cf4c8156a97be509728911f50607e03d1868f1 Mon Sep 17 00:00:00 2001 From: Rachel Coackley Date: Sat, 14 Sep 2024 11:15:43 -0500 Subject: [PATCH 2/2] Removed commented out line so the CI now works on v09_91_00 --- sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl index 976a026df..154b3806d 100644 --- a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl +++ b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl @@ -141,7 +141,7 @@ physics.producers.cafmaker.CreateBlindedCAF: false # Save GENIE event record for MC # Turn this to false for data CAFMaker # More details can be found in here: https://sbn-docdb.fnal.gov/cgi-bin/sso/ShowDocument?docid=36869 -physics.producers.cafmaker.SaveGENIEEventRecord: true #comment to get CI to run on v09_90_00. This should be uncommented in v09_91_01 and later. +physics.producers.cafmaker.SaveGENIEEventRecord: true # Include Simple/OpFlashes for PMT/XARAPUCA physics.producers.cafmaker.FlashMatchOpDetSuffixes: ["", "op", "ara", "opara"]