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. More... | |
virtual StatusCode | createAndRecord () const =0 |
Method to construct the PseudoJetVector and record in StoreGate. More... | |
virtual const PseudoJetVector * | get () const |
Method to return a vector of pseudojets. More... | |
virtual std::string | label () const =0 |
Label assignd to this collection of pseudojets. More... | |
virtual int | inputContainerNames (std::vector< std::string > &connames) |
Method to return the list of input containers. More... | |
virtual int | outputContainerNames (std::vector< std::string > &connames) |
Method to return the list of output containers. More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
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 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.