Skip to content
Snippets Groups Projects

2D cell-level reweighting of egamma objects

@@ -51,19 +51,19 @@ ClusterEnergyPerLayerDecorator = ToolFactory( DerivationFramework__ClusterEnergy
ClusterEnergyPerLayerDecoratorNew = ToolFactory( DerivationFramework__ClusterEnergyPerLayerDecorator,
CaloFillRectangularTool = CaloFillRectangularCluster,
SGKey_electrons = "NewSwElectrons",
SGKey_photons = egammaKeys.outputPhotonKey(),
SGKey_photons = "NewSwPhotons",
SGKey_caloCells = "NewCellContainer" )
ClusterEnergyPerLayerDecoratorMaxVar = ToolFactory( DerivationFramework__ClusterEnergyPerLayerDecorator,
CaloFillRectangularTool = CaloFillRectangularCluster,
SGKey_electrons = "MaxVarSwElectrons",
SGKey_photons = egammaKeys.outputPhotonKey(),
SGKey_photons = "MaxVarSwPhotons",
SGKey_caloCells = "MaxVarCellContainer" )
ClusterEnergyPerLayerDecoratorMinVar = ToolFactory( DerivationFramework__ClusterEnergyPerLayerDecorator,
CaloFillRectangularTool = CaloFillRectangularCluster,
SGKey_electrons = "MinVarSwElectrons",
SGKey_photons = egammaKeys.outputPhotonKey(),
SGKey_photons = "MinVarSwPhotons",
SGKey_caloCells = "MinVarCellContainer" )
###################
Loading