#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 | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () 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 25 of file TSGFromL1Muon.h.
TSGFromL1Muon::TSGFromL1Muon | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 42 of file TSGFromL1Muon.cc.
References looper::cfg, get, edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridedefault |
|
override |
Definition at line 64 of file TSGFromL1Muon.cc.
References HLT_FULL_cff::candidates, ev, ALCARECOTkAlBeamHalo_cff::filter, hfClusterShapes_cfi::hits, mps_fire::i, LogDebug, eostools::move(), HLT_FULL_cff::region, SiPixelRawToDigiRegional_cfi::Regions, mps_fire::result, fileCollector::seed, HLT_FULL_cff::track, and PDWG_EXOHSCP_cff::tracks.
|
private |
Definition at line 33 of file TSGFromL1Muon.h.
|
private |
Definition at line 36 of file TSGFromL1Muon.h.
|
private |
Definition at line 40 of file TSGFromL1Muon.h.
|
private |
Definition at line 39 of file TSGFromL1Muon.h.
|
private |
Definition at line 41 of file TSGFromL1Muon.h.
|
private |
Definition at line 38 of file TSGFromL1Muon.h.
|
private |
Definition at line 34 of file TSGFromL1Muon.h.
|
private |
Definition at line 35 of file TSGFromL1Muon.h.