Skip to content
Snippets Groups Projects
Commit 88fe3617 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

TrigEgammaRec: Remove references to CaloRunClusterCorrections.

Remove references to (now-removed) CaloRunClusterCorrections.
parent bce19e27
No related branches found
No related tags found
No related merge requests found
...@@ -195,9 +195,6 @@ def configureClusterCorrections(slwAlg): ...@@ -195,9 +195,6 @@ def configureClusterCorrections(slwAlg):
from CaloClusterCorrection.CaloSwCorrections import make_CaloSwCorrections from CaloClusterCorrection.CaloSwCorrections import make_CaloSwCorrections
clusterTypes = ("ele37","ele55") clusterTypes = ("ele37","ele55")
for cl in clusterTypes: for cl in clusterTypes:
clName = "CaloRunClusterCorrections"+cl
if hasattr(slwAlg,clName):
continue
for tool in make_CaloSwCorrections (cl,version=EgammaSliceFlags.clusterCorrectionVersion()): for tool in make_CaloSwCorrections (cl,version=EgammaSliceFlags.clusterCorrectionVersion()):
slwAlg += tool slwAlg += tool
slwAlg.ClusterCorrectionTools += [tool.getFullName()] slwAlg.ClusterCorrectionTools += [tool.getFullName()]
......
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