Skip to content
Snippets Groups Projects

Remove unused forward declarations in IMDT_RDO_Decoder

Merged Nicolas Koehler requested to merge nkoehler/athena:mdtCab into master
1 file
+ 2
6
Compare changes
  • Side-by-side
  • Inline
/*
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
*/
*/
#ifndef MUONMDT_CNVTOOLS_IMDT_RDO_DECODER_H
#ifndef MUONMDT_CNVTOOLS_IMDT_RDO_DECODER_H
@@ -8,8 +8,6 @@
@@ -8,8 +8,6 @@
#include "GaudiKernel/IAlgTool.h"
#include "GaudiKernel/IAlgTool.h"
class MdtDigit;
class MdtDigit;
class MdtIdHelper;
class MuonMDT_CablingSvc;
class MdtAmtHit;
class MdtAmtHit;
class Identifier;
class Identifier;
@@ -24,9 +22,7 @@ namespace Muon {
@@ -24,9 +22,7 @@ namespace Muon {
/** AlgTool InterfaceID
/** AlgTool InterfaceID
*/
*/
static const InterfaceID& interfaceID( );
static const InterfaceID& interfaceID( );
// virtual void set(const MdtIdHelper * mdtIdHelper, const MDTcablingSvc* mdtCabling)=0;
virtual MdtDigit * getDigit(const MdtAmtHit * amtHit, uint16_t& subdetId,
virtual MdtDigit * getDigit(const MdtAmtHit * amtHit, uint16_t& subdetId,
uint16_t& mrodId, uint16_t& csmId) const = 0;
uint16_t& mrodId, uint16_t& csmId) const = 0;
Loading