Produces a collection of reco::Muons referred to by the PFCandidates of type muons in a collection of PFCandidates. More...
#include <RecoMuonFromPFProducer.h>
Public Member Functions | |
virtual void | beginJob () |
virtual void | beginRun (edm::Run &, const edm::EventSetup &) |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
RecoMuonFromPFProducer (const edm::ParameterSet &) | |
~RecoMuonFromPFProducer () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Attributes | |
edm::InputTag | inputTagPF_ |
bool | verbose_ |
verbose ? More... | |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Produces a collection of reco::Muons referred to by the PFCandidates of type muons in a collection of PFCandidates.
Definition at line 23 of file RecoMuonFromPFProducer.h.
|
explicit |
Definition at line 20 of file RecoMuonFromPFProducer.cc.
References edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
RecoMuonFromPFProducer::~RecoMuonFromPFProducer | ( | ) |
Definition at line 34 of file RecoMuonFromPFProducer.cc.
|
virtual |
|
virtual |
|
virtual |
Implements edm::EDProducer.
Definition at line 47 of file RecoMuonFromPFProducer.cc.
References gather_cfg::cout, edm::Event::getByLabel(), edm::Ref< C, T, F >::id(), edm::Ref< C, T, F >::isAvailable(), reco::PFCandidate::mu, reco::PFCandidate::muonRef(), reco::PFCandidate::particleId(), reco::tau::pfCandidates(), and edm::Event::put().
|
private |
Definition at line 34 of file RecoMuonFromPFProducer.h.
|
private |
verbose ?
Definition at line 37 of file RecoMuonFromPFProducer.h.