#include <FastTSGFromL2Muon.h>
Public Member Functions | |
void | beginRun (edm::Run const &run, edm::EventSetup const &es) override |
FastTSGFromL2Muon (const edm::ParameterSet &cfg) | |
void | produce (edm::Event &ev, const edm::EventSetup &es) override |
~FastTSGFromL2Muon () override=default | |
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 |
Private Member Functions | |
bool | clean (reco::TrackRef muRef, RectangularEtaPhiTrackingRegion *region, const BasicTrajectorySeed *aSeed, const SimTrack &theSimTrack) |
Private Attributes | |
const edm::EDGetTokenT< reco::TrackCollection > | l2TrackToken_ |
std::vector< edm::EDGetTokenT< edm::View< TrajectorySeed > > > | seedToken_ |
const edm::EDGetTokenT< edm::SimTrackContainer > | simTrackToken_ |
const edm::InputTag | theL2CollectionLabel |
const double | thePtCut |
std::unique_ptr< MuonTrackingRegionBuilder > | theRegionBuilder |
const std::vector< edm::InputTag > | theSeedCollectionLabels |
MuonServiceProxy * | theService |
const edm::InputTag | theSimTrackCollectionLabel |
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 |
Definition at line 26 of file FastTSGFromL2Muon.h.
FastTSGFromL2Muon::FastTSGFromL2Muon | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 16 of file FastTSGFromL2Muon.cc.
References looper::cfg, fileCollector::seed, seedToken_, theRegionBuilder, and theSeedCollectionLabels.
|
overridedefault |
|
override |
Definition at line 32 of file FastTSGFromL2Muon.cc.
|
private |
Definition at line 118 of file FastTSGFromL2Muon.cc.
References SiPixelRawToDigiRegional_cfi::deltaPhi, generateTowerEtThresholdLUT::etaRange, CoreSimTrack::momentum(), ptMin, HLT_2022v15_cff::region, TkTrackingRegionsMargin< T >::right(), and mathSSE::sqrt().
Referenced by produce().
|
override |
Definition at line 36 of file FastTSGFromL2Muon.cc.
References edm::Range< T >::begin(), clean(), runTheMatrix::const, makeMEIFBenchmarkPlots::ev, iseed, l2TrackToken_, eostools::move(), TrajectorySeed::recHits(), HLT_2022v15_cff::region, mps_fire::result, seedmultiplicitymonitor_cfi::seedCollections, seedToken_, simTrackToken_, thePtCut, theRegionBuilder, and theSeedCollectionLabels.
|
private |
Definition at line 46 of file FastTSGFromL2Muon.h.
Referenced by produce().
|
private |
Definition at line 47 of file FastTSGFromL2Muon.h.
Referenced by FastTSGFromL2Muon(), and produce().
|
private |
Definition at line 45 of file FastTSGFromL2Muon.h.
Referenced by produce().
|
private |
Definition at line 41 of file FastTSGFromL2Muon.h.
|
private |
Definition at line 40 of file FastTSGFromL2Muon.h.
Referenced by produce().
|
private |
Definition at line 50 of file FastTSGFromL2Muon.h.
Referenced by FastTSGFromL2Muon(), and produce().
|
private |
Definition at line 42 of file FastTSGFromL2Muon.h.
Referenced by FastTSGFromL2Muon(), and produce().
|
private |
Definition at line 49 of file FastTSGFromL2Muon.h.
|
private |
Definition at line 43 of file FastTSGFromL2Muon.h.