![]() |
ATLAS Offline Software
|
#include <IJetConstituentsRetriever.h>
Public Types | |
typedef std::vector< fastjet::PseudoJet > | PseudoJetVector |
typedef std::vector< std::string > | NameList |
Public Member Functions | |
virtual | ~IJetConstituentsRetriever () |
Destructor. More... | |
virtual int | constituents (const xAOD::Jet &jet, PseudoJetVector &cons, NameList *pghostlabs=nullptr) const =0 |
Retrieve the constituents as pseudojets. More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
IJetConstituentsRetriever is a dual-use tool interface for a tool that retrieves the constituents of a jet.
Definition at line 27 of file IJetConstituentsRetriever.h.
typedef std::vector<std::string> IJetConstituentsRetriever::NameList |
Definition at line 33 of file IJetConstituentsRetriever.h.
typedef std::vector<fastjet::PseudoJet> IJetConstituentsRetriever::PseudoJetVector |
Definition at line 32 of file IJetConstituentsRetriever.h.
|
inlinevirtual |
|
pure virtual |
Retrieve the constituents as pseudojets.
Appends constituents to cons. Returns 0 for success. If pghostlabs is not null, then the list of ghost labels (Track, Truth, ...) is appended to that vector.
Implemented in JetConstituentsRetriever.
|
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.