diff --git a/Calorimeter/CaloTools/python/CaloNoiseCondAlg.py b/Calorimeter/CaloTools/python/CaloNoiseCondAlg.py index 6812f6b0fe7bceb08d64e6c1fd79bf28714a5011..584046bb274e8903aad3e47edf44466339075505 100644 --- a/Calorimeter/CaloTools/python/CaloNoiseCondAlg.py +++ b/Calorimeter/CaloTools/python/CaloNoiseCondAlg.py @@ -92,6 +92,7 @@ def _CaloNoiseCondAlgData(noiseAlgName,noisetype): theCaloNoiseAlg.TileNoiseFolder="/TILE/OFL02/NOISE/CELL" conddb.addFolder("LAR_OFL","/LAR/NoiseOfl/CellNoise",className="CondAttrListCollection") conddb.addFolder("TILE_OFL","/TILE/OFL02/NOISE/CELL",className="CondAttrListCollection") + from CaloRec.CaloCellFlags import jobproperties if jobproperties.CaloCellFlags.doLArHVCorr(): mlog.info("Run2 & doLArHVCorr=True: Will rescale noise automatically for HV trips") theCaloNoiseAlg.useHVCorr=True