5#ifndef JIVEXML_CALOTILERETRIEVER_H
6#define JIVEXML_CALOTILERETRIEVER_H
19#include "GaudiKernel/ToolHandle.h"
48 using base_class::base_class;
51 virtual StatusCode
retrieve(ToolHandle<IFormatTool> &FormatTool)
override;
55 virtual std::string
dataTypeName()
const override{
return "TileDigit"; };
62 "TileCondToolTiming",
"TileCondToolTiming",
"Tile timing tool"};
65 "TileCondToolEmscale",
"TileCondToolEmscale",
"Tile EM scale calibration tool"};
68 "TileBadChanTool",
"TileBadChanTool",
"Tile bad channel tool"};
75 "Input collection to retrieve Tile digits, used when doTileDigit is True"};
77 "Input collection to retrieve Tile raw channels, used when doTileCellDetails is True"};
81 Gaudi::Property<bool>
m_tile{
this,
"RetrieveTILE",
true};
Container class for CaloCell.
Helper class for offline cell identifiers.
Retrieves all Tile Calo Cell objects.
SG::ReadHandleKey< CaloCellContainer > m_sgKey
const DataMap getCaloTileData(const CaloCellContainer *cellContainer)
Retrieve Tile cell location and details.
const CaloCell_ID * m_calocell_id
virtual StatusCode initialize() override
Default AthAlgTool methods.
void calcTILELayerSub(Identifier &)
SG::ReadHandleKey< TileDigitsContainer > m_sgKeyTileDigits
Gaudi::Property< bool > m_doTileCellDetails
ToolHandle< TileCondToolTiming > m_tileToolTiming
Gaudi::Property< double > m_cellThreshold
ToolHandle< ITileBadChanTool > m_tileBadChanTool
SG::ReadHandleKey< TileRawChannelContainer > m_sgKeyTileRawChannel
Gaudi::Property< int > m_cellTimePrec
ToolHandle< TileCondToolEmscale > m_tileToolEmscale
virtual std::string dataTypeName() const override
Return the name of the data type.
Gaudi::Property< bool > m_doBadTile
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool) override
Retrieve all the data.
Gaudi::Property< int > m_cellEnergyPrec
Gaudi::Property< bool > m_tile
Gaudi::Property< bool > m_doTileDigit
Property holding a SG store/key/clid from which a ReadHandle is made.
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
std::map< std::string, DataVect > DataMap
std::vector< DataType > DataVect
Defines a map with a key and a vector of DataType objects e.g.