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

remove CellGetter from CaloTowerCmbGetter

parent bb5c28a8
No related branches found
No related tags found
5 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!49600remove CellGetter from CaloTowerCmbGetter
......@@ -2,7 +2,6 @@
# specifies CaloCell-> CaloTower combined
from AthenaCommon.Logging import logging
from AthenaCommon.JobProperties import jobproperties as jp
from AthenaCommon.SystemOfUnits import MeV
import traceback
......@@ -22,8 +21,8 @@ class CaloTowerCmbGetter ( Configured ) :
# handle tile
# handle LAr
theCaloCellGetter = self.getInputGetter\
(jp.CaloRecFlags.clusterCellGetterName())
#theCaloCellGetter = self.getInputGetter\
# (jp.CaloRecFlags.clusterCellGetterName())
# now configure the algorithm, part of this could be done in a separate class
......@@ -71,13 +70,13 @@ class CaloTowerCmbGetter ( Configured ) :
theCaloTowerAlgorithm.EtaMin=-5.0
theCaloTowerAlgorithm.EtaMax=5.0
theLArTowerBuilderTool.CellContainerName=theCaloCellGetter.outputKey()
theLArTowerBuilderTool.CellContainerName="AllCalo"
theLArTowerBuilderTool.IncludedCalos = [ "LAREM","LARHEC" ]
theLArFCalTowerBuilderTool.CellContainerName=theCaloCellGetter.outputKey()
theLArFCalTowerBuilderTool.CellContainerName="AllCalo"
theLArFCalTowerBuilderTool.MinimumEt = 0 * MeV
theTileTowerBuilderTool.CellContainerName=theCaloCellGetter.outputKey()
theTileTowerBuilderTool.CellContainerName="AllCalo"
# add tool to alg . From now on theCaloClusterBuilderSW will point
......
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