#include <RecoTauPiZeroPlugins.h>
Public Types | |
typedef boost::ptr_vector < RecoTauPiZero > | PiZeroVector |
typedef std::auto_ptr < PiZeroVector > | return_type |
Public Member Functions | |
virtual void | beginEvent () |
Hook called at the beginning of the event. | |
virtual return_type | operator() (const PFJet &) const =0 |
Build a collection of piZeros from objects in the input jet. | |
RecoTauPiZeroBuilderPlugin (const edm::ParameterSet &pset) | |
virtual | ~RecoTauPiZeroBuilderPlugin () |
Definition at line 32 of file RecoTauPiZeroPlugins.h.
typedef boost::ptr_vector<RecoTauPiZero> reco::tau::RecoTauPiZeroBuilderPlugin::PiZeroVector |
Definition at line 35 of file RecoTauPiZeroPlugins.h.
typedef std::auto_ptr<PiZeroVector> reco::tau::RecoTauPiZeroBuilderPlugin::return_type |
Definition at line 38 of file RecoTauPiZeroPlugins.h.
reco::tau::RecoTauPiZeroBuilderPlugin::RecoTauPiZeroBuilderPlugin | ( | const edm::ParameterSet & | pset | ) | [inline, explicit] |
Definition at line 39 of file RecoTauPiZeroPlugins.h.
: RecoTauEventHolderPlugin(pset) {}
virtual reco::tau::RecoTauPiZeroBuilderPlugin::~RecoTauPiZeroBuilderPlugin | ( | ) | [inline, virtual] |
Definition at line 41 of file RecoTauPiZeroPlugins.h.
{}
virtual void reco::tau::RecoTauPiZeroBuilderPlugin::beginEvent | ( | ) | [inline, virtual] |
Hook called at the beginning of the event.
Reimplemented from reco::tau::RecoTauEventHolderPlugin.
Reimplemented in reco::tau::RecoTauPiZeroStripPlugin.
Definition at line 45 of file RecoTauPiZeroPlugins.h.
{};
virtual return_type reco::tau::RecoTauPiZeroBuilderPlugin::operator() | ( | const PFJet & | ) | const [pure virtual] |
Build a collection of piZeros from objects in the input jet.
Implemented in reco::tau::RecoTauPiZeroCombinatoricPlugin, reco::tau::RecoTauPiZeroStripPlugin, and reco::tau::RecoTauPiZeroTrivialPlugin.