ATLAS Offline Software
|
provides the interface for determining truth jets (inside Tracking validation framework) More...
#include <IGenParticleJetFinder.h>
Public Member Functions | |
virtual std::vector< Trk::GenParticleJet > * | jetMCFinder (std::vector< HepMC::ConstGenParticlePtr > &) const =0 |
central method to supply the jets including a GenParticle-to-jet association More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
Interface ID, declared here, and defined below. More... | |
provides the interface for determining truth jets (inside Tracking validation framework)
Definition at line 35 of file IGenParticleJetFinder.h.
|
inlinestatic |
Interface ID, declared here, and defined below.
Definition at line 54 of file IGenParticleJetFinder.h.
|
pure virtual |
central method to supply the jets including a GenParticle-to-jet association
This method is a factory, i.e. vector ownership is given back and on failure condition returns NULL.
Implemented in Trk::GenParticleJetFinder.