6#ifndef JETREC_JETCLUSTERERBYVERTEX_H
7#define JETREC_JETCLUSTERERBYVERTEX_H
36#include "fastjet/PseudoJet.hh"
37#include "fastjet/AreaDefinition.hh"
38#include "fastjet/JetDefinition.hh"
55 std::pair<std::unique_ptr<xAOD::JetContainer>, std::unique_ptr<SG::IAuxStore> >
getJets()
const override;
StatusCode initialize() override
Dummy implementation of the initialisation function.
JetClustererByVertex(const std::string &name)
std::pair< std::unique_ptr< xAOD::JetContainer >, std::unique_ptr< SG::IAuxStore > > getJets() const override
Return the final jets with their aux store.
SG::ReadHandleKey< xAOD::VertexContainer > m_vertexContainer_key
JetClusterer(const std::string &name)
Property holding a SG store/key/clid from which a ReadHandle is made.