From 254d776282d4f1e6aa943e3003e687c6a4a194c5 Mon Sep 17 00:00:00 2001 From: John Chapman <jchapman@cern.ch> Date: Tue, 23 May 2017 15:21:16 +0200 Subject: [PATCH] Changing minimum energy for Frozen Showers back to MC16 values These values were mistaken reverted back to the MC15 values as part of MR !1535. Former-commit-id: f16e9296db7a24c36ab86df5a7d7674f5b7b3ba6 --- .../LArG4FastSimulation/python/LArG4FastSimulationConfig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LArCalorimeter/LArG4/LArG4FastSimulation/python/LArG4FastSimulationConfig.py b/LArCalorimeter/LArG4/LArG4FastSimulation/python/LArG4FastSimulationConfig.py index d6cbf51a3896..6dfc534ca5f2 100644 --- a/LArCalorimeter/LArG4/LArG4FastSimulation/python/LArG4FastSimulationConfig.py +++ b/LArCalorimeter/LArG4/LArG4FastSimulation/python/LArG4FastSimulationConfig.py @@ -53,7 +53,7 @@ def getFCALFastShower(name="FCALFastShower", **kwargs): kwargs.setdefault("AbsHighEta", 4.4) kwargs.setdefault("DetectorTag", 300000) kwargs.setdefault("SensitiveDetector", "FCALFastSimDedicatedSD") - kwargs.setdefault("EMinEneShowerLib", 0.51) + kwargs.setdefault("EMinEneShowerLib", 3.0) return CfgMgr.LArFastShowerTool(name, **kwargs) def getFCAL2FastShower(name="FCAL2FastShower", **kwargs): @@ -68,5 +68,5 @@ def getFCAL2FastShower(name="FCAL2FastShower", **kwargs): kwargs.setdefault("AbsHighEta", 4.4) kwargs.setdefault("DetectorTag", 400000) kwargs.setdefault("SensitiveDetector", "FCALFastSimDedicatedSD") - kwargs.setdefault("EMinEneShowerLib", 0.51) + kwargs.setdefault("EMinEneShowerLib", 1.0) return CfgMgr.LArFastShowerTool(name, **kwargs) -- GitLab