#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 | |
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 | |
edm::InputTag | theL2CollectionLabel |
double | thePtCut |
std::unique_ptr < MuonTrackingRegionBuilder > | theRegionBuilder |
std::vector< edm::InputTag > | theSeedCollectionLabels |
MuonServiceProxy * | theService |
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 20 of file FastTSGFromL2Muon.cc.
References edm::ParameterSet::getParameter(), theL2CollectionLabel, thePtCut, theRegionBuilder, theSeedCollectionLabels, and theSimTrackCollectionLabel.
|
override |
Definition at line 35 of file FastTSGFromL2Muon.cc.
|
override |
Definition at line 37 of file FastTSGFromL2Muon.cc.
|
private |
Definition at line 147 of file FastTSGFromL2Muon.cc.
References srCondWrite_cfg::deltaPhi, TrackingRegion::direction(), generateTowerEtThresholdLUT::etaRange, RectangularEtaPhiTrackingRegion::etaRange(), PixelRecoRange< T >::max(), PixelRecoRange< T >::mean(), CoreSimTrack::momentum(), PV3DBase< T, PVType, FrameType >::phi(), RectangularEtaPhiTrackingRegion::phiMargin(), TrackingRegion::ptMin(), ptMin, TkTrackingRegionsMargin< T >::right(), and mathSSE::sqrt().
Referenced by produce().
|
override |
Definition at line 54 of file FastTSGFromL2Muon.cc.
References edm::Range< T >::begin(), clean(), runTheMatrix::const, edm::Ref< C, T, F >::get(), edm::Event::getByLabel(), iseed, eostools::move(), edm::Event::put(), TrajectorySeed::recHits(), HLT_FULL_cff::region, mps_fire::result, HLT_FULL_cff::seedCollections, theL2CollectionLabel, thePtCut, theRegionBuilder, theSeedCollectionLabels, and theSimTrackCollectionLabel.
|
private |
Definition at line 41 of file FastTSGFromL2Muon.h.
Referenced by FastTSGFromL2Muon(), and produce().
|
private |
Definition at line 47 of file FastTSGFromL2Muon.h.
Referenced by FastTSGFromL2Muon(), and produce().
|
private |
Definition at line 48 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 46 of file FastTSGFromL2Muon.h.
|
private |
Definition at line 40 of file FastTSGFromL2Muon.h.
Referenced by FastTSGFromL2Muon(), and produce().