#include <PFRecoTauChargedHadronPlugins.h>
Public Types | |
typedef std::vector< std::unique_ptr< PFRecoTauChargedHadron > > | ChargedHadronVector |
typedef ChargedHadronVector | return_type |
Public Member Functions | |
void | beginEvent () override |
Hook called at the beginning of the event. More... | |
virtual return_type | operator() (const Jet &) 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 34 of file PFRecoTauChargedHadronPlugins.h.
typedef std::vector<std::unique_ptr<PFRecoTauChargedHadron> > reco::tau::PFRecoTauChargedHadronBuilderPlugin::ChargedHadronVector |
Definition at line 37 of file PFRecoTauChargedHadronPlugins.h.
Definition at line 38 of file PFRecoTauChargedHadronPlugins.h.
|
inlineexplicit |
Definition at line 39 of file PFRecoTauChargedHadronPlugins.h.
|
inlineoverride |
Definition at line 41 of file PFRecoTauChargedHadronPlugins.h.
|
inlineoverridevirtual |
Hook called at the beginning of the event.
Reimplemented from reco::tau::RecoTauEventHolderPlugin.
Reimplemented in reco::tau::PFRecoTauChargedHadronFromGenericTrackPlugin< TrackClass >, and reco::tau::PFRecoTauChargedHadronFromPFCandidatePlugin.
Definition at line 45 of file PFRecoTauChargedHadronPlugins.h.
|
pure virtual |
Build a collection of chargedHadrons from objects in the input jet.
Implemented in reco::tau::PFRecoTauChargedHadronFromGenericTrackPlugin< TrackClass >, and reco::tau::PFRecoTauChargedHadronFromPFCandidatePlugin.