From 93f0a5bd3fb2ad34ade8fea3efffefb820a02f3b Mon Sep 17 00:00:00 2001 From: Ruby Ferguson <ruby.alice.molly.ferguson@cern.ch> Date: Fri, 29 Nov 2019 16:54:48 +0000 Subject: [PATCH] fixing comments ready for merge --- Reconstruction/tauMonitoring/src/tauMonTool.cxx | 1 - Reconstruction/tauMonitoring/src/tauMonitorAlgorithm.cxx | 1 - 2 files changed, 2 deletions(-) diff --git a/Reconstruction/tauMonitoring/src/tauMonTool.cxx b/Reconstruction/tauMonitoring/src/tauMonTool.cxx index 95c066e160d..fa1431585dd 100644 --- a/Reconstruction/tauMonitoring/src/tauMonTool.cxx +++ b/Reconstruction/tauMonitoring/src/tauMonTool.cxx @@ -492,7 +492,6 @@ StatusCode tauMonTool::fillTrackHistos(s_trkFolder& folder, const xAOD::TauJet* //-------------------- // if ( tau->nTracks() == 0) return StatusCode::SUCCESS; - const xAOD::TrackParticle* track = tau->track(0)->track(); const Trk::Perigee perigee = track->perigeeParameters(); diff --git a/Reconstruction/tauMonitoring/src/tauMonitorAlgorithm.cxx b/Reconstruction/tauMonitoring/src/tauMonitorAlgorithm.cxx index 8dd28746baa..8ee7728b693 100644 --- a/Reconstruction/tauMonitoring/src/tauMonitorAlgorithm.cxx +++ b/Reconstruction/tauMonitoring/src/tauMonitorAlgorithm.cxx @@ -4,7 +4,6 @@ #include "tauMonitoring/tauMonitorAlgorithm.h" - tauMonitorAlgorithm::tauMonitorAlgorithm( const std::string& name, ISvcLocator* pSvcLocator ) :AthMonitorAlgorithm(name,pSvcLocator) ,m_doRandom(true) -- GitLab