5#ifndef JIVEXML_CALOFCALRETRIEVER_H
6#define JIVEXML_CALOFCALRETRIEVER_H
15#include "GaudiKernel/ToolHandle.h"
51 using base_class::base_class;
54 virtual StatusCode
retrieve(ToolHandle<IFormatTool> &FormatTool)
override;
58 virtual std::string
dataTypeName()
const override {
return "FCAL"; };
67 {
this,
"CablingKey",
"LArOnOffIdMap",
"SG Key of LArOnOffIdMapping object"};
69 {
this,
"ADC2MeVKey",
"LArADC2MeV",
"SG Key of the LArADC2MeV CDO" };
71 {
this,
"StoreGateKey",
"AllCalo",
"Name of the CaloCellContainer"};
77 Gaudi::Property<bool>
m_fcal{
this,
"RetrieveFCal",
true};
Container class for CaloCell.
Helper class for offline cell identifiers.
Retrieves all Calo Cluster objects.
virtual StatusCode initialize() override
Default AthAlgTool methods.
Gaudi::Property< bool > m_fcal
SG::ReadCondHandleKey< LArADC2MeV > m_adc2mevKey
Gaudi::Property< bool > m_doBadFCal
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
Gaudi::Property< int > m_cellTimePrec
Gaudi::Property< bool > m_doMaskLArChannelsM5
Gaudi::Property< int > m_cellEnergyPrec
Gaudi::Property< bool > m_cellConditionCut
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool) override
Retrieve all the data.
Gaudi::Property< double > m_cellThreshold
for properties
SG::ReadHandleKey< CaloCellContainer > m_sgKey
const CaloCell_ID * m_calocell_id
virtual std::string dataTypeName() const override
Return the name of the data type.
Gaudi::Property< std::vector< Identifier::value_type > > m_LArChannelsToIgnoreM5
const DataMap getFCalData(const CaloCellContainer *cellContainer)
Retrieve FCal cell location and details.
Gaudi::Property< bool > m_doFCalCellDetails
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