#include <PFRecoTauChargedHadronPlugins.h>
Public Types | |
typedef boost::ptr_vector< PFRecoTauChargedHadron > | ChargedHadronVector |
typedef std::unique_ptr< 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 | |
edm::Event * | evt () |
const edm::Event * | evt () const |
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 38 of file PFRecoTauChargedHadronPlugins.h.
typedef std::unique_ptr<ChargedHadronVector> reco::tau::PFRecoTauChargedHadronBuilderPlugin::return_type |
Definition at line 41 of file PFRecoTauChargedHadronPlugins.h.
|
inlineexplicit |
Definition at line 42 of file PFRecoTauChargedHadronPlugins.h.
|
inlineoverride |
Definition at line 44 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 48 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.