diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkEGamma/python/EGammaCommon.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkEGamma/python/EGammaCommon.py index 2c5be1377e24af9649ce6e48173724669aef55e7..d3f7b00c253a087f667b52debb163469f9c7b099 100644 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkEGamma/python/EGammaCommon.py +++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkEGamma/python/EGammaCommon.py @@ -336,8 +336,8 @@ if rec.doTruth(): from EventShapeTools.EventDensityConfig import configEventDensityTool, EventDensityAlg from JetRec.JetRecStandard import jtm tc=configEventDensityTool("EDTruthCentralTool", - inputlabel = jtm.truthget.Label, - 0.5, + inputlabel = jtm.truthget.Label, + radius = 0.5, AbsRapidityMax = 1.5, OutputContainer = "TruthIsoCentralEventShape", OutputLevel = 3, @@ -346,8 +346,8 @@ if rec.doTruth(): # Compute the truth-particle-level energy density in the forward eta region tf=configEventDensityTool("EDTruthForwardTool", - inputlabel = jtm.truthget.Label, - 0.5, + inputlabel = jtm.truthget.Label, + radius = 0.5, AbsRapidityMin = 1.5, AbsRapidityMax = 3.0, OutputContainer = "TruthIsoForwardEventShape",