5#ifndef JIVEXML_LARDIGITRETRIEVER_H
6#define JIVEXML_LARDIGITRETRIEVER_H
18#include "GaudiKernel/ToolHandle.h"
61 virtual StatusCode
retrieve(ToolHandle<IFormatTool> &FormatTool);
63 const std::string& datatype,
82 {
this,
"ADC2MeVKey",
"LArADC2MeV",
"SG Key of the LArADC2MeV CDO" };
Container class for CaloCell.
Helper class for offline cell identifiers.
CaloCell_Base_ID::SUBCALO SUBCALO
Interface for all DataRetriever classes, that extract event data from StoreGate and pass them on to a...
LArDigitRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
SG::ReadCondHandleKey< LArADC2MeV > m_adc2mevKey
const CaloCell_ID * m_calocell_id
std::vector< Identifier::value_type > m_LArChannelsToIgnoreM5
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
void calcHECLayerSub(Identifier &)
void calcEMLayerSub(Identifier &)
virtual std::string dataTypeName() const
Return the name of the data type.
StatusCode initialize()
Default AthAlgTool methods.
const DataMap getLArDigitData(const CaloCellContainer *cellContainer, const std::string &datatype, CaloCell_ID::SUBCALO calotype)
Retrieve Tile cell location and details.
SG::ReadHandleKey< CaloCellContainer > m_sgKey
bool m_doMaskLArChannelsM5
SG::ReadHandleKey< LArDigitContainer > m_sgKeyLArDigit_esd
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
Retrieve all the data.
SG::ReadHandleKey< LArDigitContainer > m_sgKeyLArDigit_raw
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.