IPseudoJetGetter Class Reference

#include <IPseudoJetGetter.h>

Inheritance diagram for IPseudoJetGetter:
asg::IAsgTool MuonSegmentPseudoJetGetter PseudoJetGetter

List of all members.

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)

Detailed Description

IPseudoJetGetter is a dual-use tool interface for retrieving a vector of fastjet pseudojets.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 15 Apr 2017 for RootCore Packages by  doxygen 1.6.1