From 2e1b83f91f95881d4be11f29cb82e572c7b05e08 Mon Sep 17 00:00:00 2001
From: Sukanya Sinha <sukanya.sinha@cern.ch>
Date: Mon, 11 Nov 2019 11:00:21 +0000
Subject: [PATCH] Update SampleXsection.cxx

---
 .../TopPhysUtils/TopDataPreparation/Root/SampleXsection.cxx      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PhysicsAnalysis/TopPhys/TopPhysUtils/TopDataPreparation/Root/SampleXsection.cxx b/PhysicsAnalysis/TopPhys/TopPhysUtils/TopDataPreparation/Root/SampleXsection.cxx
index 92c97f4ca9e7..a3361e8ab206 100644
--- a/PhysicsAnalysis/TopPhys/TopPhysUtils/TopDataPreparation/Root/SampleXsection.cxx
+++ b/PhysicsAnalysis/TopPhys/TopPhysUtils/TopDataPreparation/Root/SampleXsection.cxx
@@ -41,6 +41,7 @@ bool SampleXsection::readFromFile(const char *fName)
         else if (s_shower=="herwig") shower=herwig;
         else if (s_shower=="sherpa") shower=sherpa;
         else if (s_shower=="sherpa21") shower=sherpa21;
+        else if (s_shower=="sh") shower=sherpa21;
         else if (s_shower=="pythia8") shower=pythia8;
         else if (s_shower=="herwigpp") shower=herwigpp;
         else {
-- 
GitLab