10#ifndef DERIVATIONFRAMEWORKCALO_JETCALOCLUSTERTHINNING_H
11#define DERIVATIONFRAMEWORKCALO_JETCALOCLUSTERTHINNING_H
29 :
public extends<ExpressionParserUser<AthAlgTool>, IThinningTool>
37 virtual StatusCode
finalize()
override;
38 virtual StatusCode
doThinning()
const override;
47 "Name of the stream being thinned" };
49 m_TopoClSGKey{
this,
"TopoClCollectionSGKey",
"CaloCalTopoCluster",
"" };
51 m_sgKey{
this,
"SGKey",
"",
"SG key of jet container to thin" };
53 Gaudi::Property<std::vector<std::string>>
m_addClusterSGKey{
this,
"AdditionalClustersKey", {},
""};
Property holding a SG store/key/clid from which a ReadHandle is made.
HandleKey object for adding thinning to an object.
std::atomic< unsigned int > m_npassTopo
virtual StatusCode finalize() override
void setJetClustersMask(std::vector< bool > &, std::vector< const xAOD::Jet * > &) const
SG::ReadHandleKey< xAOD::JetContainer > m_sgKey
SG::ThinningHandleKey< xAOD::CaloClusterContainer > m_TopoClSGKey
JetCaloClusterThinning(const std::string &t, const std::string &n, const IInterface *p)
Gaudi::Property< std::vector< std::string > > m_addClusterSGKey
void setJetClustersMask(std::vector< bool > &, const xAOD::JetContainer *&) const
std::string m_selectionString
std::vector< SG::ThinningHandleKey< xAOD::CaloClusterContainer > > m_addClusterKeys
virtual StatusCode initialize() override
StringProperty m_streamName
SG::ThinningHandleKey< xAOD::CaloClusterContainer > m_tmpAddClusterKey
virtual ~JetCaloClusterThinning()
virtual StatusCode doThinning() const override
std::atomic< unsigned int > m_ntotTopo
Property holding a SG store/key/clid from which a ReadHandle is made.
HandleKey object for adding thinning to an object.
JetContainer_v1 JetContainer
Definition of the current "jet container version".