9#include "fastjet/PseudoJet.hh"
10#include "fastjet/JetDefinition.hh"
11#include "fastjet/Selector.hh"
12#include "fastjet/tools/Filter.hh"
17using fastjet::PseudoJet;
39 return StatusCode::FAILURE;
43 return StatusCode::FAILURE;
47 return StatusCode::FAILURE;
49 if (
m_bld.empty() ) {
51 return StatusCode::FAILURE;
53 return StatusCode::SUCCESS;
66 if ( ppjin ==
nullptr ) {
76 PseudoJet pjsoftdrop = softdropper(*ppjin);
77 int npsoftdrop = pjsoftdrop.pieces().size();
79 if ( pjet ==
nullptr ) {
89 ATH_MSG_DEBUG(
" ncon: " << pjsoftdrop.constituents().size() <<
"/"
90 << ppjin->constituents().size());
#define ATH_MSG_WARNING(x)
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
virtual const IJetPseudojetRetriever * pseudojetRetriever() const
Return the pseudojet retriever associated with this tool.
virtual const fastjet::PseudoJet * pseudojet(const xAOD::Jet &jet) const =0
Retrieve the pseudojet associate with a jet.
JetBottomUpSoftDrop(const std::string &name)
void print() const
Print the state of the tool.
int groom(const xAOD::Jet &jin, const PseudoJetContainer &, xAOD::JetContainer &jout) const
Transform jet.
ToolHandle< IJetFromPseudojet > m_bld
StatusCode initialize()
Dummy implementation of the initialisation function.
void setAttribute(const std::string &name, const T &v)
Jet_v1 Jet
Definition of the current "jet version".
JetContainer_v1 JetContainer
Definition of the current "jet container version".