8#include "fastjet/PseudoJet.hh"
9#include "fastjet/JetDefinition.hh"
14using fastjet::PseudoJet;
37 return StatusCode::FAILURE;
41 return StatusCode::FAILURE;
45 return StatusCode::FAILURE;
49 return StatusCode::FAILURE;
51 if (
m_bld.empty() ) {
53 return StatusCode::FAILURE;
55 return StatusCode::SUCCESS;
68 if ( ppjin ==
nullptr ) {
78 PseudoJet pjsoftdrop = softdropper(*ppjin);
79 int npsoftdrop = pjsoftdrop.pieces().size();
81 if ( pjet ==
nullptr ) {
92 ATH_MSG_DEBUG(
" ncon: " << pjsoftdrop.constituents().size() <<
"/"
93 << 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.
ToolHandle< IJetFromPseudojet > m_bld
JetRecursiveSoftDrop(const std::string &name)
StatusCode initialize()
Dummy implementation of the initialisation function.
void print() const
Print the state of the tool.
int groom(const xAOD::Jet &jin, const PseudoJetContainer &, xAOD::JetContainer &jout) const
Transform jet.
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".