From 19fb7a6ac5b2cf87403c449bd35de780e820f87f Mon Sep 17 00:00:00 2001 From: Tamas Date: Thu, 16 Dec 2021 14:52:08 +0100 Subject: [PATCH] Remove unused MASS_POINT and SLHA_FILE from Exotica_HSCP_SIM_cfi --- SimG4Core/CustomPhysics/python/Exotica_HSCP_SIM_cfi.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/SimG4Core/CustomPhysics/python/Exotica_HSCP_SIM_cfi.py b/SimG4Core/CustomPhysics/python/Exotica_HSCP_SIM_cfi.py index 55357295b09b9..e714f5a16e7ca 100644 --- a/SimG4Core/CustomPhysics/python/Exotica_HSCP_SIM_cfi.py +++ b/SimG4Core/CustomPhysics/python/Exotica_HSCP_SIM_cfi.py @@ -4,8 +4,6 @@ def customise(process): FLAVOR = process.generator.hscpFlavor.value() - MASS_POINT = process.generator.massPoint.value() - SLHA_FILE = process.generator.SLHAFileForPythia8.value() PROCESS_FILE = process.generator.processFile.value() PARTICLE_FILE = process.generator.particleFile.value() USE_REGGE = process.generator.useregge.value()