#include <L3MuonCandidateProducerFromMuons.h>
Private Attributes | |
edm::InputTag | m_L3CollectionLabel |
edm::EDGetTokenT< reco::MuonCollection > | muonToken_ |
Additional Inherited Members | |
Public Types inherited from edm::global::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::global::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
This class takes reco::Muons and creates the correspondent reco::RecoChargedCandidate.
Intermediate step in the L3 muons selection. This class takes the tracker muons (which are reco::Muons) and creates the correspondent reco::RecoChargedCandidate.
Definition at line 20 of file L3MuonCandidateProducerFromMuons.h.
L3MuonCandidateProducerFromMuons::L3MuonCandidateProducerFromMuons | ( | const edm::ParameterSet & | parameterSet | ) |
constructor with config
Definition at line 34 of file L3MuonCandidateProducerFromMuons.cc.
References category(), LogTrace, m_L3CollectionLabel, and muonToken_.
|
override |
destructor
Definition at line 43 of file L3MuonCandidateProducerFromMuons.cc.
References category(), and LogTrace.
|
override |
produce candidates
reconstruct muons
Definition at line 49 of file L3MuonCandidateProducerFromMuons.cc.
References funct::abs(), objects.IsoTrackAnalyzer::candidates, category(), mps_fire::i, edm::HandleBase::isValid(), edm::InputTag::label(), LogTrace, m_L3CollectionLabel, eostools::move(), extraflags_cff::muons, muonToken_, p4, sysUtil::pid, lumiQueryAPI::q, reco::RecoChargedCandidate::setTrack(), badGlobalMuonTaggersAOD_cff::vtx, and edm::HandleBase::whyFailed().
|
private |
Definition at line 36 of file L3MuonCandidateProducerFromMuons.h.
Referenced by L3MuonCandidateProducerFromMuons(), and produce().
|
private |
Definition at line 37 of file L3MuonCandidateProducerFromMuons.h.
Referenced by L3MuonCandidateProducerFromMuons(), and produce().