Skip to content
Snippets Groups Projects

Remove deprecated interface in TileInfo

Merged Siarhei Harkusha requested to merge harkusha/athena:master-tile-info-clean into master
8 files
+ 85
394
Compare changes
  • Side-by-side
  • Inline
Files
8
/*
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 JIVEXML_CALOMBTSRETRIEVER_H
@@ -13,6 +13,7 @@
#include "CaloIdentifier/CaloCell_ID.h"
#include "TileEvent/TileCellContainer.h"
#include "TileConditions/TileCondToolEmscale.h"
#include "TileConditions/TileCondToolTiming.h"
#include "JiveXML/IDataRetriever.h"
#include "AthenaBaseComps/AthAlgTool.h"
@@ -61,6 +62,12 @@ namespace JiveXML{
///The data type that is generated by this retriever
const std::string m_typeName;
ToolHandle<TileCondToolTiming> m_tileToolTiming{this,
"TileCondToolTiming", "TileCondToolTiming", "Tile timing tool"};
ToolHandle<TileCondToolEmscale> m_tileToolEmscale{this,
"TileCondToolEmscale", "TileCondToolEmscale", "Tile EM scale calibration tool"};
const TileTBID* m_tileTBID;
///properties:
Loading