#include <HLTMuonL2SelectorForL3IO.h>
Public Member Functions | |
HLTMuonL2SelectorForL3IO (const edm::ParameterSet &) | |
constructor with config More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
select muons More... | |
~HLTMuonL2SelectorForL3IO () override | |
destructor More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
default values More... | |
Private Attributes | |
const bool | applyL3Filters_ |
const edm::EDGetTokenT < reco::TrackCollection > | l2Src_ |
const edm::EDGetTokenT < reco::MuonTrackLinksCollection > | l3linkToken_ |
const edm::EDGetTokenT < reco::RecoChargedCandidateCollection > | l3OISrc_ |
const double | max_NormalizedChi2_ |
const double | max_PtDifference_ |
const int | min_Nhits_ |
const int | min_NmuonHits_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T...> |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T...> |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
L2 muon selector for L3 IO: finds L2 muons not previous converted into (good) L3 muons
Definition at line 27 of file HLTMuonL2SelectorForL3IO.h.
HLTMuonL2SelectorForL3IO::HLTMuonL2SelectorForL3IO | ( | const edm::ParameterSet & | iConfig | ) |
constructor with config
Definition at line 17 of file HLTMuonL2SelectorForL3IO.cc.
References LogTrace.
|
override |
|
static |
default values
Definition at line 100 of file HLTMuonL2SelectorForL3IO.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
override |
select muons
create collection of L2 muons not already reconstructed as L3 muons
Definition at line 34 of file HLTMuonL2SelectorForL3IO.cc.
References funct::abs(), applyL3Filters_, reco::deltaR2(), reco::TrackBase::eta(), edm::Event::getByToken(), reco::MuonTrackLinks::globalTrack(), reco::TrackBase::hitPattern(), cmsLHEtoEOSManager::l, l2Src_, l3linkToken_, l3OISrc_, MainPageGenerator::link, electronStore::links, max_NormalizedChi2_, max_PtDifference_, metname, min_Nhits_, min_NmuonHits_, eostools::move(), reco::TrackBase::normalizedChi2(), reco::TrackBase::numberOfValidHits(), reco::HitPattern::numberOfValidMuonHits(), reco::TrackBase::phi(), reco::TrackBase::pt(), edm::Event::put(), mps_fire::result, reco::MuonTrackLinks::standAloneTrack(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 45 of file HLTMuonL2SelectorForL3IO.h.
Referenced by produce().
|
private |
Definition at line 42 of file HLTMuonL2SelectorForL3IO.h.
Referenced by produce().
|
private |
Definition at line 44 of file HLTMuonL2SelectorForL3IO.h.
Referenced by produce().
|
private |
Definition at line 43 of file HLTMuonL2SelectorForL3IO.h.
Referenced by produce().
|
private |
Definition at line 46 of file HLTMuonL2SelectorForL3IO.h.
Referenced by produce().
|
private |
Definition at line 46 of file HLTMuonL2SelectorForL3IO.h.
Referenced by produce().
|
private |
Definition at line 47 of file HLTMuonL2SelectorForL3IO.h.
Referenced by produce().
|
private |
Definition at line 47 of file HLTMuonL2SelectorForL3IO.h.
Referenced by produce().