![]() |
ATLAS Offline Software
|
IPseudoJetGetter is a dual-use tool interface for retrieving a vector of fastjet pseudojets. More...
#include <IPseudoJetGetter.h>
Public Member Functions | |
| virtual | ~IPseudoJetGetter () |
| Destructor. | |
| virtual StatusCode | createAndRecord () const =0 |
| Method to construct the PseudoJetVector and record in StoreGate. | |
| virtual const PseudoJetVector * | get () const |
| Method to return a vector of pseudojets. | |
| virtual std::string | label () const =0 |
| Label assignd to this collection of pseudojets. | |
| virtual int | inputContainerNames (std::vector< std::string > &connames) |
| Method to return the list of input containers. | |
| virtual int | outputContainerNames (std::vector< std::string > &connames) |
| Method to return the list of output containers. | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
IPseudoJetGetter is a dual-use tool interface for retrieving a vector of fastjet pseudojets.
Definition at line 27 of file IPseudoJetGetter.h.
|
inlinevirtual |
|
pure virtual |
Method to construct the PseudoJetVector and record in StoreGate.
|
virtual |
Method to return a vector of pseudojets.
Definition at line 11 of file IPseudoJetGetter.cxx.
|
virtual |
Method to return the list of input containers.
The names of required input containers are appended to connames. Returns nonzero for error. Default returns 0 and adds no names.
Definition at line 17 of file IPseudoJetGetter.cxx.
|
pure virtual |
Label assignd to this collection of pseudojets.
|
virtual |
Method to return the list of output containers.
The names of produced output containers are appended to connames. Returns nonzero for error. Default returns 0 and adds no names.
Definition at line 23 of file IPseudoJetGetter.cxx.
|
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.