Skip to content
Snippets Groups Projects

2D cell-level reweighting of egamma objects

1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -265,7 +265,7 @@ if DoCellReweighting:
EMShowerBuilderTool = EGAM1_EMShowerBuilderTool,
ClusterCorrectionToolName = "DFEgammaSWToolWithNewCells",
CaloClusterLinkName="NewSwClusterLink",
DecorateEGammaObjects = True,
DecorateEGammaObjects = False,
DecorationPrefix = "RW_",
SaveReweightedContainer = True)
@@ -319,7 +319,7 @@ if DoCellReweighting:
EMShowerBuilderTool = EGAM1_EMMaxVarShowerBuilderTool,
ClusterCorrectionToolName = "DFEgammaSWToolWithMaxVarCells",
CaloClusterLinkName="MaxVarSwClusterLink",
DecorateEGammaObjects = True,
DecorateEGammaObjects = False,
DecorationPrefix = "Max_",
SaveReweightedContainer = True)
print EGAM1_EGammaMaxVarReweightTool
@@ -370,7 +370,7 @@ if DoCellReweighting:
EMShowerBuilderTool = EGAM1_EMMinVarShowerBuilderTool,
ClusterCorrectionToolName = "DFEgammaSWToolWithMinVarCells",
CaloClusterLinkName="MinVarSwClusterLink",
DecorateEGammaObjects = True,
DecorateEGammaObjects = False,
DecorationPrefix = "Min_",
SaveReweightedContainer = True)
Loading