5#ifndef JIVEXML_LARDIGITRETRIEVER_H
6#define JIVEXML_LARDIGITRETRIEVER_H
18#include "GaudiKernel/ToolHandle.h"
56 using base_class::base_class;
59 virtual StatusCode
retrieve(ToolHandle<IFormatTool> &FormatTool)
override;
61 const std::string& datatype,
65 virtual std::string
dataTypeName()
const override {
return "LArDigit"; };
80 {
this,
"ADC2MeVKey",
"LArADC2MeV",
"SG Key of the LArADC2MeV CDO" };
84 Gaudi::Property<bool>
m_lar{
this,
"RetrieveLAr",
true};
85 Gaudi::Property<bool>
m_hec{
this,
"RetrieveHEC",
true};
86 Gaudi::Property<bool>
m_fcal{
this,
"RetrieveFCAL",
true};
Container class for CaloCell.
Helper class for offline cell identifiers.
CaloCell_Base_ID::SUBCALO SUBCALO
Retrieves all Tile Calo Cell objects.
Gaudi::Property< bool > m_cellConditionCut
Gaudi::Property< bool > m_lar
Gaudi::Property< bool > m_doLArDigit
Gaudi::Property< double > m_cellThreshold
SG::ReadCondHandleKey< LArADC2MeV > m_adc2mevKey
const CaloCell_ID * m_calocell_id
virtual StatusCode initialize() override
Default AthAlgTool methods.
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
virtual std::string dataTypeName() const override
Return the name of the data type.
Gaudi::Property< bool > m_doHECDigit
void calcHECLayerSub(Identifier &)
void calcEMLayerSub(Identifier &)
Gaudi::Property< bool > m_hec
Gaudi::Property< bool > m_fcal
const DataMap getLArDigitData(const CaloCellContainer *cellContainer, const std::string &datatype, CaloCell_ID::SUBCALO calotype)
Retrieve Tile cell location and details.
Gaudi::Property< bool > m_doFCalDigit
SG::ReadHandleKey< CaloCellContainer > m_sgKey
Gaudi::Property< bool > m_doMaskLArChannelsM5
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool) override
Retrieve all the data.
Gaudi::Property< int > m_cellTimePrec
Gaudi::Property< std::vector< Identifier::value_type > > m_LArChannelsToIgnoreM5
Gaudi::Property< int > m_cellEnergyPrec
SG::ReadHandleKey< LArDigitContainer > m_sgKeyLArDigit_esd
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.