|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef JIVEXML_BADTILERETRIEVER_H
6 #define JIVEXML_BADTILERETRIEVER_H
std::vector< DataType > DataVect
Defines a map with a key and a vector of DataType objects e.g.
StatusCode initialize()
Default AthAlgTool methods.
std::map< std::string, DataVect > DataMap
const CaloCell_ID * m_calocell_id
void calcTILELayerSub(Identifier &)
::StatusCode StatusCode
StatusCode definition for legacy code.
Interface for all DataRetriever classes, that extract event data from StoreGate and pass them on to a...
const DataMap getBadTileData(const CaloCellContainer *cellContainer)
Retrieve Tile bad cell location and details.
Helper class for offline cell identifiers.
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
Retrieve all the data.
SG::ReadHandleKey< CaloCellContainer > m_sgKey
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
Container class for CaloCell.
virtual std::string dataTypeName() const
Return the name of the data type.
Retrieves all Tile Calo Cell objects.
BadTileRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.