Skip to content
Snippets Groups Projects

start reading jFEX database values from September 2023

Merged Paul Thompson requested to merge thompson/athena:jFEX-database-23.0 into 23.0
2 files
+ 28
10
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,8 +11,7 @@ def jFexDBConfig(flags, name="jFEXCondAlgo"):
acc=ComponentAccumulator()
DBCond = CompFactory.LVL1.jFEXCondAlgo(name)
# The "False" must be removed whenever ready to use the DB - After internal discussion
if not flags.Input.isMC and False:
if not flags.Input.isMC:
ModSettings_folder = "/TRIGGER/L1Calo/V1/Calibration/JfexModuleSettings"
NoiseCut_folder = "/TRIGGER/L1Calo/V1/Calibration/JfexNoiseCuts"
Loading