From 95f857508e2b367b546f598d639adfcad8393fab Mon Sep 17 00:00:00 2001 From: Zach Marshall Date: Tue, 27 Aug 2019 12:11:54 +0200 Subject: [PATCH] Updating version of MCUtils to 1.3.3 This version fixes a minor bug in the classification of neutralino3 as SUSY particles. It results in incorrect classification of leptons from neutralino3 as 'background-like' rather than 'signal-like'. --- Projects/Athena/externals/MCUtils.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/Athena/externals/MCUtils.cmake b/Projects/Athena/externals/MCUtils.cmake index 5fd191cfe61..c36f0474779 100644 --- a/Projects/Athena/externals/MCUtils.cmake +++ b/Projects/Athena/externals/MCUtils.cmake @@ -2,6 +2,6 @@ # File specifying the location of MCUtils to use. # -set( MCUTILS_VERSION 1.2.1 ) +set( MCUTILS_VERSION 1.3.3 ) set( MCUTILS_ROOT ${LCG_RELEASE_DIR}/MCGenerators/mcutils/${MCUTILS_VERSION}/${LCG_PLATFORM} ) -- GitLab