Skip to content
Snippets Groups Projects
Commit f3426964 authored by Walter Lampl's avatar Walter Lampl
Browse files

add missed import of CaloCellFlags in CaloNoiseCondAlg configuration

parent d4cc3248
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,7 @@ def _CaloNoiseCondAlgData(noiseAlgName,noisetype): ...@@ -92,6 +92,7 @@ def _CaloNoiseCondAlgData(noiseAlgName,noisetype):
theCaloNoiseAlg.TileNoiseFolder="/TILE/OFL02/NOISE/CELL" theCaloNoiseAlg.TileNoiseFolder="/TILE/OFL02/NOISE/CELL"
conddb.addFolder("LAR_OFL","/LAR/NoiseOfl/CellNoise",className="CondAttrListCollection") conddb.addFolder("LAR_OFL","/LAR/NoiseOfl/CellNoise",className="CondAttrListCollection")
conddb.addFolder("TILE_OFL","/TILE/OFL02/NOISE/CELL",className="CondAttrListCollection") conddb.addFolder("TILE_OFL","/TILE/OFL02/NOISE/CELL",className="CondAttrListCollection")
from CaloRec.CaloCellFlags import jobproperties
if jobproperties.CaloCellFlags.doLArHVCorr(): if jobproperties.CaloCellFlags.doLArHVCorr():
mlog.info("Run2 & doLArHVCorr=True: Will rescale noise automatically for HV trips") mlog.info("Run2 & doLArHVCorr=True: Will rescale noise automatically for HV trips")
theCaloNoiseAlg.useHVCorr=True theCaloNoiseAlg.useHVCorr=True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment