Skip to content
Snippets Groups Projects

TileRecUtils: Fix duplicated Gaudi Property.

Merged Scott Snyder requested to merge ssnyder/athena:dupprop.TileRecUtils-20190118 into master
1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
#ifndef TILERECUTILS_TILERAWCHANNELBUILDEROPT2FILTER_H
@@ -66,9 +66,6 @@ class TileRawChannelBuilderOpt2Filter: public TileRawChannelBuilder {
private:
ToolHandle<TileCondToolTiming> m_tileToolTiming{this,
"TileCondToolTiming", "TileCondToolTiming", "Tile timing tool"};
ToolHandle<ITileCondToolOfc> m_tileCondToolOfc{this,
"TileCondToolOfc", "TileCondToolOfc", "Tile OFC tool"};
Loading