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

Merge branch 'q220.CaloMonitoring-20181220' into 'master'

CaloMonitoring: Fix BadLBTool configuration for cosmics.

See merge request atlas/athena!20067
parents bdf23ee3 2d0c5b4c
No related branches found
No related tags found
No related merge requests found
......@@ -154,14 +154,14 @@ LArCellMon = LArCellMonTool(
FCAL3_Thresh = [ 6000. , 6000. ],
)
#Tile monitoring:
from CaloMonitoring.CaloMonitoringConf import TileCalCellMonTool
TileCalCellMon=TileCalCellMonTool("TileCalCellMonCosmics",
CaloNoiseTool=theCaloNoiseTool,
useReadyFilterTool = False,
useBeamBackgroundRemoval = False
)
CaloNoiseTool=theCaloNoiseTool,
BadLBTool = GetLArBadLBFilterTool(),
useReadyFilterTool = False,
useBeamBackgroundRemoval = False
)
if DQMonFlags.monManEnvironment == 'online':
......
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