#include <TSGFromL1Muon.h>
Public Member Functions | |
void | produce (edm::Event &ev, const edm::EventSetup &es) override |
TSGFromL1Muon (const edm::ParameterSet &cfg) | |
~TSGFromL1Muon () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Attributes | |
edm::ParameterSet | theConfig |
edm::EDGetTokenT< PixelTrackFilter > | theFilterToken |
std::unique_ptr< L1MuonPixelTrackFitter > | theFitter |
std::unique_ptr< OrderedHitsGenerator > | theHitGenerator |
std::unique_ptr< L1MuonSeedsMerger > | theMerger |
std::unique_ptr< L1MuonRegionProducer > | theRegionProducer |
edm::InputTag | theSourceTag |
edm::EDGetTokenT< l1extra::L1MuonParticleCollection > | theSourceToken |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Description: EDPRoducer to generate L3MuonTracjectorySeed from L1MuonParticles
Definition at line 24 of file TSGFromL1Muon.h.
TSGFromL1Muon::TSGFromL1Muon | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 40 of file TSGFromL1Muon.cc.
References reco::get(), edm::ParameterSet::getParameter(), AlCaHLTBitMon_QueryRunRegistry::string, and ~TSGFromL1Muon().
|
overridedefault |
Referenced by TSGFromL1Muon().
|
override |
Definition at line 64 of file TSGFromL1Muon.cc.
References objects.IsoTrackAnalyzer::candidates, ALCARECOTkAlBeamHalo_cff::filter, edm::Event::getByToken(), hfClusterShapes_cfi::hits, mps_fire::i, SeedFromProtoTrack::isValid(), LogDebug, eostools::move(), edm::Event::put(), mps_fire::result, SurveyInfoScenario_cff::seed, OrderedSeedingHits::size(), SeedingHitSet::size(), HiIsolationCommonParameters_cff::track, l1t::tracks, and SeedFromProtoTrack::trajectorySeed().
|
private |
Definition at line 32 of file TSGFromL1Muon.h.
|
private |
Definition at line 35 of file TSGFromL1Muon.h.
|
private |
Definition at line 39 of file TSGFromL1Muon.h.
|
private |
Definition at line 38 of file TSGFromL1Muon.h.
|
private |
Definition at line 40 of file TSGFromL1Muon.h.
|
private |
Definition at line 37 of file TSGFromL1Muon.h.
|
private |
Definition at line 33 of file TSGFromL1Muon.h.
|
private |
Definition at line 34 of file TSGFromL1Muon.h.