|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef __HIJETREC_HICLUSTERMAKER_H__
8 #define __HIJETREC_HICLUSTERMAKER_H__
58 Gaudi::Property< float >
m_EminMoment {
this,
"MinimumEnergyForMoments", 50.,
"> E, cluster given tower coordinates" };
Property holding a SG store/key/clid from which a ReadHandle is made.
StatusCode dumpClusters(xAOD::CaloClusterContainer *clusColl)
virtual StatusCode finalize()
Algorithm to build HI-style clusters, which are essentially towers. Cluster energy is sum of cell ene...
SG::ReadHandleKey< INavigable4MomentumCollection > m_towerContainerKey
Name of input CaloTowerContainer, e.g CmbTower.
virtual StatusCode initialize()
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::WriteHandleKey< xAOD::CaloClusterContainer > m_outputKey
Name of output CaloClusterContainer, e.g. HIClusters.
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadHandleKey< CaloCellContainer > m_cellContainerKey
Name of input CaloCellContainer, e.g. AllCalo.
::StatusCode StatusCode
StatusCode definition for legacy code.
HIClusterMaker(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid from which a WriteHandle is made.
Container class for CaloCell.
Gaudi::Property< float > m_EminMoment
For clusters w/ E less than this, set their eta/phi to tower eta/phi.
virtual StatusCode execute(const EventContext &ctx) const