5#ifndef JIVEXML_CALOHECRETRIEVER_H
6#define JIVEXML_CALOHECRETRIEVER_H
15#include "GaudiKernel/ToolHandle.h"
53 using base_class::base_class;
56 virtual StatusCode
retrieve(ToolHandle<IFormatTool> &FormatTool)
override;
60 virtual std::string
dataTypeName()
const override {
return "HEC"; };
69 {
this,
"CablingKey",
"LArOnOffIdMap",
"SG Key of LArOnOffIdMapping object"};
72 {
this,
"ADC2MeVKey",
"LArADC2MeV",
"SG Key of the LArADC2MeV CDO" };
79 Gaudi::Property<bool>
m_hec{
this,
"RetrieveHEC",
true};
84 Gaudi::Property<bool>
m_doBadHEC{
this,
"DoBadHEC",
false};
Container class for CaloCell.
Helper class for offline cell identifiers.
Retrieves all Calo Cluster objects.
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool) override
Retrieve all the data.
virtual std::string dataTypeName() const override
Return the name of the data type.
const DataMap getHECData(const CaloCellContainer *cellContainer)
Retrieve HEC cell location and details.
Gaudi::Property< std::vector< Identifier::value_type > > m_LArChannelsToIgnoreM5
Gaudi::Property< bool > m_hec
SG::ReadCondHandleKey< LArADC2MeV > m_adc2mevKey
virtual StatusCode initialize() override
Default AthAlgTool methods.
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
Gaudi::Property< int > m_cellEnergyPrec
Gaudi::Property< bool > m_cellConditionCut
Gaudi::Property< bool > m_doHECCellDetails
const CaloCell_ID * m_calocell_id
Gaudi::Property< bool > m_doMaskLArChannelsM5
Gaudi::Property< double > m_cellThreshold
Gaudi::Property< int > m_cellTimePrec
SG::ReadHandleKey< CaloCellContainer > m_sgKey
for properties
Gaudi::Property< bool > m_doBadHEC
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