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

Merge branch 'noisetool.TileMonitoring-20210329' into 'master'

TileMonitoring+TileRecEx: Remove references to CaloNoiseTool.

See merge request atlas/athena!42112
parents c56eed75 c798cc97
No related branches found
No related tags found
No related merge requests found
......@@ -1766,9 +1766,6 @@ if not 'db' in dir():
svcMgr += DBReplicaSvc(UseCOOLSQLite=False)
if hasattr (svcMgr.ToolSvc, 'CaloNoiseToolDefault'):
ToolSvc.CaloNoiseToolDefault.RescaleForHV = False
# Needed during maintanance campaign
# if doTileMon and doTileMonDigi: ToolSvc.TileDigitsMon.FillPedestalDifference = False
......@@ -32,7 +32,6 @@ from CaloTools.CaloNoiseCondAlg import CaloNoiseCondAlg
CaloNoiseCondAlg()
from AthenaCommon.AppMgr import ToolSvc
#ToolSvc += theCaloNoiseTool
doTopoClusterLocalCalib=False
......@@ -129,7 +128,6 @@ TileTopoMaker.ClusterEtorAbsEtCut = 0.0*MeV
#Double gaussian noise
#TileTopoMaker.TwoGaussianNoise = True
#TileTopoMaker.OutputLevel=1
#theCaloNoiseTool.OutputLevel=1
TileTopoMaker.TwoGaussianNoise = jobproperties.CaloTopoClusterFlags.doTwoGaussianNoise()
......
#
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
#
#*****************************************************************
......@@ -455,6 +455,4 @@ if TileUseCOOL:
#if hasattr (svcMgr.ToolSvc, 'TileCellBuilder'):
# ToolSvc.TileCellBuilder.OutputLevel = DEBUG
if hasattr (svcMgr.ToolSvc, 'CaloNoiseToolDefault'):
ToolSvc.CaloNoiseToolDefault.RescaleForHV = False
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