Skip to content
Snippets Groups Projects

2D cell-level reweighting of egamma objects

@@ -397,9 +397,9 @@ EGammaReweightTool = ToolFactory( DerivationFramework__EGammaReweight,
NewElectronContainer = "NewSwElectrons",
NewPhotonContainer = "NewSwPhotons",
CaloClusterLinkName="NewSwClusterLink",
DecorateNewEGammaObjects = True,
DecorateEGammaObjects = True,
DecorationPrefix = "RW_",
SaveReweightedContainer = False
SaveReweightedContainer = True
)
EGammaMaxVarReweightTool = ToolFactory( DerivationFramework__EGammaReweight,
@@ -410,7 +410,7 @@ EGammaMaxVarReweightTool = ToolFactory( DerivationFramework__EGammaReweight,
NewElectronContainer = "MaxVarSwElectrons",
NewPhotonContainer = "MaxVarSwPhotons",
CaloClusterLinkName="MaxVarSwClusterLink",
DecorateNewEGammaObjects = True,
DecorateEGammaObjects = True,
DecorationPrefix = "Max_",
SaveReweightedContainer = False
)
@@ -423,7 +423,7 @@ EGammaMinVarReweightTool = ToolFactory( DerivationFramework__EGammaReweight,
NewElectronContainer = "MinVarSwElectrons",
NewPhotonContainer = "MinVarSwPhotons",
CaloClusterLinkName="MinVarSwClusterLink",
DecorateNewEGammaObjects = True,
DecorateEGammaObjects = True,
DecorationPrefix = "Min_",
SaveReweightedContainer = False
)
Loading