From 8d923c05c3864951cbed3406ace53d1ce8a328b5 Mon Sep 17 00:00:00 2001
From: Joosep Pata <joosep.pata@cern.ch>
Date: Thu, 12 May 2016 21:27:08 +0300
Subject: [PATCH] tag mem

---
 setup/install_mem.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup/install_mem.sh b/setup/install_mem.sh
index 8aab14a..4ee68b3 100644
--- a/setup/install_mem.sh
+++ b/setup/install_mem.sh
@@ -7,7 +7,7 @@ if [ -e "${CMSSW_BASE}" ]; then
 	cd src/TTH
 
 	#get the MEM code
-	git clone https://github.com/bianchini/Code.git MEIntegratorStandalone
+	git clone https://github.com/bianchini/Code.git MEIntegratorStandalone --branch v0.1
 
 	#copy the OpenLoops ME libraries
 	cp $CMSSW_BASE/src/TTH/MEIntegratorStandalone/libs/*.so $CMSSW_BASE/lib/$SCRAM_ARCH/
-- 
GitLab