#include <PFRecoTauChargedHadronPlugins.h>
Public Types | |
typedef boost::ptr_vector< PFRecoTauChargedHadron > | ChargedHadronVector |
typedef std::auto_ptr< ChargedHadronVector > | return_type |
Public Member Functions | |
void | beginEvent () override |
Hook called at the beginning of the event. More... | |
virtual return_type | operator() (const PFJet &) const =0 |
Build a collection of chargedHadrons from objects in the input jet. More... | |
PFRecoTauChargedHadronBuilderPlugin (const edm::ParameterSet &pset, edm::ConsumesCollector &&iC) | |
~PFRecoTauChargedHadronBuilderPlugin () override | |
Public Member Functions inherited from reco::tau::RecoTauEventHolderPlugin | |
const edm::Event * | evt () const |
edm::Event * | evt () |
const edm::EventSetup * | evtSetup () const |
RecoTauEventHolderPlugin (const edm::ParameterSet &pset) | |
void | setup (edm::Event &, const edm::EventSetup &) |
~RecoTauEventHolderPlugin () override | |
Public Member Functions inherited from reco::tau::RecoTauNamedPlugin | |
const std::string & | name () const |
RecoTauNamedPlugin (const edm::ParameterSet &pset) | |
virtual | ~RecoTauNamedPlugin () |
Definition at line 35 of file PFRecoTauChargedHadronPlugins.h.
typedef boost::ptr_vector<PFRecoTauChargedHadron> reco::tau::PFRecoTauChargedHadronBuilderPlugin::ChargedHadronVector |
Definition at line 39 of file PFRecoTauChargedHadronPlugins.h.
typedef std::auto_ptr<ChargedHadronVector> reco::tau::PFRecoTauChargedHadronBuilderPlugin::return_type |
Definition at line 42 of file PFRecoTauChargedHadronPlugins.h.
|
inlineexplicit |
Definition at line 43 of file PFRecoTauChargedHadronPlugins.h.
|
inlineoverride |
|
inlineoverridevirtual |
Hook called at the beginning of the event.
Reimplemented from reco::tau::RecoTauEventHolderPlugin.
Reimplemented in reco::tau::PFRecoTauChargedHadronFromTrackPlugin, and reco::tau::PFRecoTauChargedHadronFromPFCandidatePlugin.
Definition at line 50 of file PFRecoTauChargedHadronPlugins.h.
|
pure virtual |
Build a collection of chargedHadrons from objects in the input jet.
Implemented in reco::tau::PFRecoTauChargedHadronFromTrackPlugin, and reco::tau::PFRecoTauChargedHadronFromPFCandidatePlugin.
Referenced by ~PFRecoTauChargedHadronBuilderPlugin(), and reco::tau::PFRecoTauChargedHadronQualityPlugin::~PFRecoTauChargedHadronQualityPlugin().