diff --git a/Reconstruction/tauMonitoring/src/tauMonTool.cxx b/Reconstruction/tauMonitoring/src/tauMonTool.cxx index 95c066e160d1b507158a55dc05db2d38c7ebecfa..fa1431585dd22a011c1c21a5f740491eb4faa128 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 8dd28746baa8f5df3afb6093ad416e8afcf4826e..8ee7728b69334e8ebb3e950ad2a86a84ff7d1ca8 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)