5#ifndef JIVEXML_CALOMBTSRETRIEVER_H
6#define JIVEXML_CALOMBTSRETRIEVER_H
19#include "GaudiKernel/ToolHandle.h"
50 using base_class::base_class;
53 virtual StatusCode
retrieve(ToolHandle<IFormatTool> &FormatTool)
override;
57 virtual std::string
dataTypeName()
const override {
return "MBTS"; };
64 "TileCondToolTiming",
"TileCondToolTiming",
"Tile timing tool"};
67 "TileCondToolEmscale",
"TileCondToolEmscale",
"Tile EM scale calibration tool"};
73 ,
"Input collection to retrieve Tile raw channels, used when DoMBTSCellDetails is True"};
75 ,
"Input collection to retrieve Tile digits, used when doTileDigit is True"};
78 Gaudi::Property<bool>
m_mbts{
this,
"RetrieveMBTS",
true};
79 Gaudi::Property<bool>
m_mbtsdigit{
this,
"DoMBTSDigits",
false};
TileContainer< TileCell > TileCellContainer
Retrieves all Calo Cluster objects.
virtual std::string dataTypeName() const override
Return the name of the data type.
const DataMap getMBTSData(const TileCellContainer *tileMBTSCellContainer)
Retrieve MBTS cell location and details.
SG::ReadHandleKey< TileCellContainer > m_sgKeyMBTS
Gaudi::Property< double > m_mbtsThreshold
SG::ReadHandleKey< TileRawChannelContainer > m_sgKeyTileRawChannel
Gaudi::Property< bool > m_mbtsCellDetails
virtual StatusCode initialize() override
Default AthAlgTool methods.
Gaudi::Property< bool > m_mbtsdigit
ToolHandle< TileCondToolEmscale > m_tileToolEmscale
Gaudi::Property< bool > m_mbts
ToolHandle< TileCondToolTiming > m_tileToolTiming
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool) override
Retrieve all the data.
const TileTBID * m_tileTBID
SG::ReadHandleKey< TileDigitsContainer > m_sgKeyTileDigits
Property holding a SG store/key/clid from which a ReadHandle is made.
Helper class for TileCal offline identifiers of ancillary testbeam detectors and MBTS.
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
std::map< std::string, DataVect > DataMap