![]() |
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. | |
| virtual int | constituents (const xAOD::Jet &jet, PseudoJetVector &cons, NameList *pghostlabs=nullptr) const =0 |
| Retrieve the constituents as pseudojets. | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
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 asg::AsgTool, AsgHelloTool, HI::HIPileupTool, JetBottomUpSoftDrop, JetConstituentsRetriever, JetDumper, JetFinder, JetFromPseudojet, JetModifiedMassDrop, JetPileupLabelingTool, JetPruner, JetPseudojetRetriever, JetReclusterer, JetReclusteringTool, JetRecTool, JetRecursiveSoftDrop, JetSoftDrop, JetSplitter, JetSubStructureMomentToolsBase, JetToolRunner, JetTrimmer, JetTruthLabelingTool, KtDeltaRTool, and LundVariablesTool.