|
ATLAS Offline Software
|
Go to the documentation of this file.
10 #ifndef DERIVATIONFRAMEWORKCALO_JETCALOCLUSTERTHINNING_H
11 #define DERIVATIONFRAMEWORKCALO_JETCALOCLUSTERTHINNING_H
29 :
public extends<ExpressionParserUser<AthAlgTool>, IThinningTool>
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", {},
""};
66 #endif // DERIVATIONFRAMEWORK_JETCALOCLUSTERTHINNING_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Gaudi::Property< std::vector< std::string > > m_addClusterSGKey
virtual StatusCode initialize() override
HandleKey object for adding thinning to an object.
std::vector< SG::ThinningHandleKey< xAOD::CaloClusterContainer > > m_addClusterKeys
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ThinningHandleKey< xAOD::CaloClusterContainer > m_tmpAddClusterKey
void setJetClustersMask(std::vector< bool > &, const xAOD::JetContainer *&) const
JetCaloClusterThinning(const std::string &t, const std::string &n, const IInterface *p)
SG::ReadHandleKey< xAOD::JetContainer > m_sgKey
std::string m_selectionString
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ThinningHandleKey< xAOD::CaloClusterContainer > m_TopoClSGKey
void setJetClustersMask(std::vector< bool > &, std::vector< const xAOD::Jet * > &) const
std::atomic< unsigned int > m_ntotTopo
std::atomic< unsigned int > m_npassTopo
virtual StatusCode finalize() override
HandleKey object for adding thinning to an object.
virtual ~JetCaloClusterThinning()
StringProperty m_streamName
virtual StatusCode doThinning() const override