5#ifndef JIVEXML_BADTILERETRIEVER_H
6#define JIVEXML_BADTILERETRIEVER_H
40 using base_class::base_class;
42 virtual StatusCode
retrieve(ToolHandle<IFormatTool> &FormatTool)
override;
46 virtual std::string
dataTypeName()
const override{
return "BadTILE"; };
58 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
Gaudi::Property< double > m_cellThreshold
Gaudi::Property< bool > m_doBadTile
const CaloCell_ID * m_calocell_id
void calcTILELayerSub(Identifier &)
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool) override
Retrieve all the data.
virtual std::string dataTypeName() const override
Return the name of the data type.
virtual StatusCode initialize() override
Default AthAlgTool methods.
Gaudi::Property< bool > m_tile
const DataMap getBadTileData(const CaloCellContainer *cellContainer)
Retrieve Tile bad cell location and details.
Gaudi::Property< int > m_cellEnergyPrec
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.