#include <MuonMETValueMapProducer.h>
Public Member Functions | |
MuonMETValueMapProducer (const edm::ParameterSet &) | |
~MuonMETValueMapProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Member Functions | |
reco::MuonMETCorrectionData::Type | decide_correction_type (const reco::Muon &muon, const math::XYZPoint &beamSpotPosition) |
void | determine_deltax_deltay (double &deltax, double &deltay, const reco::Muon &muon, double bfield, edm::Event &iEvent, const edm::EventSetup &iSetup) |
void | produce (edm::Event &, const edm::EventSetup &) override |
bool | should_type_MuonCandidateValuesUsed (const reco::Muon &muon, const math::XYZPoint &beamSpotPosition) |
Private Attributes | |
edm::EDGetTokenT< reco::BeamSpot > | beamSpotToken_ |
bool | isAlsoTkMu_ |
double | maxd0_ |
double | maxEta_ |
double | maxNormChi2_ |
int | minnHits_ |
int | minnValidStaHits_ |
double | minPt_ |
edm::EDGetTokenT< edm::View< reco::Muon > > | muonToken_ |
double | towerEtThreshold_ |
TrackDetectorAssociator | trackAssociator_ |
TrackAssociatorParameters | trackAssociatorParameters_ |
bool | useHO_ |
bool | useRecHits_ |
bool | useTrackAssociatorPositions_ |
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 |
Definition at line 39 of file MuonMETValueMapProducer.h.
|
explicit |
Definition at line 58 of file MuonMETValueMapProducer.cc.
References beamSpotToken_, edm::ParameterSet::getParameter(), TrackAssociatorParameters::loadParameters(), muonToken_, trackAssociator_, trackAssociatorParameters_, and TrackDetectorAssociator::useDefaultPropagator().
|
inlineoverride |
Definition at line 43 of file MuonMETValueMapProducer.h.
References decide_correction_type(), determine_deltax_deltay(), iEvent, produce(), and should_type_MuonCandidateValuesUsed().
|
private |
Definition at line 143 of file MuonMETValueMapProducer.cc.
References should_type_MuonCandidateValuesUsed().
Referenced by produce(), and ~MuonMETValueMapProducer().
|
private |
Definition at line 123 of file MuonMETValueMapProducer.cc.
References TrackDetectorAssociator::associate(), TrackDetectorAssociator::getFreeTrajectoryState(), MuonMETAlgo::GetMuDepDeltas(), reco::Muon::globalTrack(), info(), reco::Muon::innerTrack(), reco::Muon::isGEMMuon(), reco::Muon::isGlobalMuon(), reco::Muon::isME0Muon(), reco::Muon::isRPCMuon(), reco::Muon::isTrackerMuon(), reco::Muon::outerTrack(), towerEtThreshold_, trackAssociator_, trackAssociatorParameters_, useHO_, useRecHits_, and useTrackAssociatorPositions_.
Referenced by produce(), and ~MuonMETValueMapProducer().
|
overrideprivate |
Definition at line 83 of file MuonMETValueMapProducer.cc.
References ecalDrivenElectronSeedsParameters_cff::beamSpot, beamSpotToken_, decide_correction_type(), determine_deltax_deltay(), edm::EventSetup::get(), edm::Event::getByToken(), MagneticField::inTesla(), seedCreatorFromRegionConsecutiveHitsEDProducer_cff::magneticField, eostools::move(), metsig::muon, extraflags_cff::muons, muonToken_, reco::BeamSpot::position(), edm::Event::put(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by ~MuonMETValueMapProducer().
|
private |
Definition at line 152 of file MuonMETValueMapProducer.cc.
References reco::LeafCandidate::eta(), reco::Muon::globalTrack(), reco::Muon::innerTrack(), isAlsoTkMu_, reco::Muon::isGlobalMuon(), reco::Muon::isTrackerMuon(), maxd0_, maxEta_, maxNormChi2_, minnHits_, minnValidStaHits_, minPt_, and reco::LeafCandidate::pt().
Referenced by decide_correction_type(), and ~MuonMETValueMapProducer().
|
private |
Definition at line 66 of file MuonMETValueMapProducer.h.
Referenced by MuonMETValueMapProducer(), and produce().
|
private |
Definition at line 54 of file MuonMETValueMapProducer.h.
Referenced by should_type_MuonCandidateValuesUsed().
|
private |
Definition at line 56 of file MuonMETValueMapProducer.h.
Referenced by should_type_MuonCandidateValuesUsed().
|
private |
Definition at line 53 of file MuonMETValueMapProducer.h.
Referenced by should_type_MuonCandidateValuesUsed().
|
private |
Definition at line 55 of file MuonMETValueMapProducer.h.
Referenced by should_type_MuonCandidateValuesUsed().
|
private |
Definition at line 57 of file MuonMETValueMapProducer.h.
Referenced by should_type_MuonCandidateValuesUsed().
|
private |
Definition at line 58 of file MuonMETValueMapProducer.h.
Referenced by should_type_MuonCandidateValuesUsed().
|
private |
Definition at line 52 of file MuonMETValueMapProducer.h.
Referenced by should_type_MuonCandidateValuesUsed().
|
private |
Definition at line 65 of file MuonMETValueMapProducer.h.
Referenced by MuonMETValueMapProducer(), and produce().
|
private |
Definition at line 62 of file MuonMETValueMapProducer.h.
Referenced by determine_deltax_deltay().
|
private |
Definition at line 69 of file MuonMETValueMapProducer.h.
Referenced by determine_deltax_deltay(), and MuonMETValueMapProducer().
|
private |
Definition at line 68 of file MuonMETValueMapProducer.h.
Referenced by determine_deltax_deltay(), and MuonMETValueMapProducer().
|
private |
Definition at line 61 of file MuonMETValueMapProducer.h.
Referenced by determine_deltax_deltay().
|
private |
Definition at line 63 of file MuonMETValueMapProducer.h.
Referenced by determine_deltax_deltay().
|
private |
Definition at line 60 of file MuonMETValueMapProducer.h.
Referenced by determine_deltax_deltay().