From bf4d23ac52a28dbc3e0910bd0dfcb88a16235da2 Mon Sep 17 00:00:00 2001
From: Enrique Kajomovitz Must <enrique.kajomovitz@gmail.com>
Date: Tue, 24 May 2016 17:13:45 +0200
Subject: [PATCH] adjusted default stau pt cut to 30 GeV (MuGirl-00-03-10)

	* MuGirlRecoTool.cxx adjust stau pt cut (30 GeV)
	* Tagging MuGirl-00-03-10


Former-commit-id: 436598ff4044abf8e806ae398e6d979f32471f88
---
 Reconstruction/MuonIdentification/MuGirl/src/MuGirlRecoTool.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Reconstruction/MuonIdentification/MuGirl/src/MuGirlRecoTool.cxx b/Reconstruction/MuonIdentification/MuGirl/src/MuGirlRecoTool.cxx
index acfe1981b01..6762500a053 100644
--- a/Reconstruction/MuonIdentification/MuGirl/src/MuGirlRecoTool.cxx
+++ b/Reconstruction/MuonIdentification/MuGirl/src/MuGirlRecoTool.cxx
@@ -52,7 +52,7 @@ m_doHoughTransform(false),
 m_doNTuple(false),
 m_doTruth(false),
 m_ptLowerLimit(3000.0),
-m_stauPtCut(60000.0),
+m_stauPtCut(30000.0),
 m_defaultLHR(0.85),
 m_ntupleName("/NTUPLES/MUGIRL/MUGIRL"),
 m_ntupleTitle("Muon Candidates"),
-- 
GitLab