#include <IPseudoJetGetter.h>
Public Member Functions | |
virtual | ~IPseudoJetGetter () |
Destructor. | |
virtual const PseudoJetVector * | get () const =0 |
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) |
virtual int | outputContainerNames (std::vector< std::string > &connames) |
IPseudoJetGetter is a dual-use tool interface for retrieving a vector of fastjet pseudojets.
int IPseudoJetGetter::inputContainerNames | ( | std::vector< std::string > & | connames | ) | [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.
Reimplemented in PseudoJetGetter.
int IPseudoJetGetter::outputContainerNames | ( | std::vector< std::string > & | connames | ) | [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.
Reimplemented in PseudoJetGetter.