From c9bfb6db5383ea3e16f182afa918ac034a68d920 Mon Sep 17 00:00:00 2001
From: Peter Onyisi <ponyisi@utexas.edu>
Date: Fri, 6 Dec 2019 01:08:09 +0100
Subject: [PATCH] Remove duplicate property definitions

---
 Reconstruction/tauMonitoring/src/tauMonitorAlgorithm.cxx | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/Reconstruction/tauMonitoring/src/tauMonitorAlgorithm.cxx b/Reconstruction/tauMonitoring/src/tauMonitorAlgorithm.cxx
index 66e5ca3455c..33ab3be9e10 100644
--- a/Reconstruction/tauMonitoring/src/tauMonitorAlgorithm.cxx
+++ b/Reconstruction/tauMonitoring/src/tauMonitorAlgorithm.cxx
@@ -6,13 +6,7 @@
 
 tauMonitorAlgorithm::tauMonitorAlgorithm( const std::string& name, ISvcLocator* pSvcLocator )
 :AthMonitorAlgorithm(name,pSvcLocator)
-,m_doRandom(true)
-{
-   declareProperty("TauRecContainer", m_TauContainerKey="TauJets");
-   declareProperty("etaMin", m_etaMin=-1000.);
-   declareProperty("etaMax", m_etaMax=1000);
-   declareProperty("kinGroupName", m_kinGroupName="tauMonKinGroupBA");
-}
+,m_doRandom(true) {}
 
 
 tauMonitorAlgorithm::~tauMonitorAlgorithm() {}
-- 
GitLab