5#ifndef JIVEXML_BADLARRETRIEVER_H
6#define JIVEXML_BADLARRETRIEVER_H
15#include "GaudiKernel/ToolHandle.h"
43 using base_class::base_class;
46 virtual StatusCode
retrieve(ToolHandle<IFormatTool> &FormatTool)
override;
50 virtual std::string
dataTypeName()
const override{
return "BadLAr"; };
63 Gaudi::Property<bool>
m_lar{
this,
"RetrieveLAr",
true};
64 Gaudi::Property<bool>
m_doBadLAr{
this,
"DoBadLAr",
false};
Container class for CaloCell.
Helper class for offline cell identifiers.
Retrieves all Calo Cluster objects.
virtual std::string dataTypeName() const override
Return the name of the data type.
virtual StatusCode initialize() override
Default AthAlgTool methods.
SG::ReadHandleKey< CaloCellContainer > m_sgKey
for properties
const CaloCell_ID * m_calocell_id
Gaudi::Property< bool > m_cellConditionCut
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool) override
Retrieve all the data.
Gaudi::Property< double > m_cellThreshold
Gaudi::Property< bool > m_doBadLAr
Gaudi::Property< bool > m_lar
const DataMap getBadLArData(const CaloCellContainer *cellContainer)
Retrieve LAr bad cell location and details.
Gaudi::Property< int > m_cellEnergyPrec
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
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