|
ATLAS Offline Software
|
Go to the documentation of this file.
12 #ifndef LARCLUSTERCELLDUMPER_CALOTHINCELLSINAODALG_H
13 #define LARCLUSTERCELLDUMPER_CALOTHINCELLSINAODALG_H
52 Gaudi::Property<float>
m_clusterPtCut {
this,
"ClusterPtCut", 1000,
"Cluster pt cut in MeV."};
53 Gaudi::Property<float>
m_clusterEtaCut {
this,
"ClusterEtaCut", 1.4,
"Cluster abs(eta) cut."};
54 Gaudi::Property<bool>
m_isMC {
this,
"isMC",
false,
"Input data is MC."};
Property holding a SG store/key/clid from which a ReadHandle is made.
ConstDataVector< CaloCellContainer > ConstCaloCellCont_t
SG::WriteHandleKey< ConstCaloCellCont_t > m_caloCellOutputKey
Gaudi::Property< float > m_clusterPtCut
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
DataVector adapter that acts like it holds const pointers.
ConstDataVector< LArDigitContainer > ConstLArDigitCont_t
Thin calorimeter cells, digits and raw channels not associated with clusters linked to an electron,...
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode initialize() override
Gaudi initialize method.
const CaloCell_ID * m_caloCellId
AthReentrantAlgorithm()
Default constructor:
SG::WriteHandleKey< ConstLArDigitCont_t > m_digitsOutputKey
virtual StatusCode execute(const EventContext &ctx) const override
Execute the algorithm.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< LArDigitContainer > m_digitsInputKey
Gaudi::Property< bool > m_isMC
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clusterCntKey
Helper class for offline cell identifiers.
SG::ReadHandleKey< LArRawChannelContainer > m_rawChInputKey
SG::WriteHandleKey< LArRawChannelContainer > m_rawChOutputKey
DataVector adapter that acts like it holds const pointers.
SG::ReadHandleKey< LArHitContainer > m_hitsInputKey
ConstDataVector< LArHitContainer > ConstLArHitCont_t
SG::ReadHandleKey< CaloCellContainer > m_caloCellInputKey
Gaudi::Property< float > m_clusterEtaCut
SG::WriteHandleKey< LArHitContainer > m_hitsOutputKey
const LArOnlineID * m_onlineID