5#ifndef AFP_SICLUSTERTOOLS_AFPSICLUSTERSINGLEHITTOOL_H
6#define AFP_SICLUSTERTOOLS_AFPSICLUSTERSINGLEHITTOOL_H 1
24#include "GaudiKernel/ServiceHandle.h"
31 :
public extends<AthAlgTool, IAFPSiClusterAlgTool>
35 const std::string& name,
36 const IInterface* parent);
42 virtual StatusCode
finalize()
override;
45 virtual StatusCode
doClustering (
const std::list<const xAOD::AFPSiHit*>& hits, std::list<AFPSiClusterBasicObj>& outputClusters)
const override;
51 Gaudi::Property<float>
m_chargeThreshold {
this,
"chargeThreshold", 1000.,
"charge above which hits are used for clustering"};