ATLAS Offline Software
|
IJetFromPseudojet is a dual-use tool interface for a tool that constructs a new ATLAS jet from a fastjet pseudojet. More...
#include <IJetFromPseudojet.h>
Public Member Functions | |
virtual | ~IJetFromPseudojet () |
Destructor. More... | |
virtual xAOD::Jet * | add (const fastjet::PseudoJet &pj, const PseudoJetContainer &, xAOD::JetContainer &jets, xAOD::JetInput::Type inputtype) const =0 |
Method to construct an ATLAS jet from a pseudojet, input type and vector of ghost labels. More... | |
virtual xAOD::Jet * | add (const fastjet::PseudoJet &pj, const PseudoJetContainer &, xAOD::JetContainer &jets, const xAOD::Jet *pparent) const =0 |
Method to construct an ATLAS jet from a pseudojet and parent jet. More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
IJetFromPseudojet is a dual-use tool interface for a tool that constructs a new ATLAS jet from a fastjet pseudojet.
Definition at line 24 of file IJetFromPseudojet.h.
|
inlinevirtual |
|
pure virtual |
Method to construct an ATLAS jet from a pseudojet and parent jet.
The new jet is put in the supplied container and is returned. Returns null for failure.
Implemented in JetFromPseudojet.
|
pure virtual |
Method to construct an ATLAS jet from a pseudojet, input type and vector of ghost labels.
The new jet is put in the supplied container and is returned. Returns null for failure.
Implemented in JetFromPseudojet.
|
pure virtualinherited |
Print the state of the tool.
Implemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, asg::AsgTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.