class definition More...
#include "PhysicsTools/PatAlgos/interface/PATMuonProducer.h"
Public Member Functions | |
PATMuonProducer (const edm::ParameterSet &iConfig) | |
default constructir More... | |
virtual void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
everything that needs to be done during the event loop More... | |
~PATMuonProducer () | |
default destructur More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
Public Member Functions inherited from edm::stream::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
void | resolvePutIndicies (BranchType iBranchType, std::unordered_multimap< std::string, edm::ProductResolverIndex > const &iIndicies, std::string const &moduleLabel) |
virtual | ~ProducerBase () noexcept(false) |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
void | convertCurrentProcessAlias (std::string const &processName) |
Convert "@currentProcess" in InputTag process names to the actual current process name. More... | |
EDConsumerBase () | |
EDConsumerBase (EDConsumerBase const &)=delete | |
EDConsumerBase (EDConsumerBase &&)=default | |
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
virtual | ~EDConsumerBase () noexcept(false) |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
description of config file parameters More... | |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Types | |
typedef std::vector< edm::Handle< edm::Association< reco::GenParticleCollection > > > | GenAssociations |
typedef std::vector< edm::Handle< edm::ValueMap< IsoDeposit > > > | IsoDepositMaps |
typedef std::pair< pat::IsolationKeys, edm::InputTag > | IsolationLabel |
typedef std::vector< IsolationLabel > | IsolationLabels |
typedef std::vector< edm::Handle< edm::ValueMap< double > > > | IsolationValueMaps |
typedef edm::RefToBase< reco::Muon > | MuonBaseRef |
typedefs for convenience More... | |
Private Member Functions | |
void | embedHighLevel (pat::Muon &aMuon, reco::TrackRef track, reco::TransientTrack &tt, reco::Vertex &primaryVertex, bool primaryVertexIsValid, reco::BeamSpot &beamspot, bool beamspotIsValid) |
void | fillMuon (Muon &aMuon, const MuonBaseRef &muonRef, const reco::CandidateBaseRef &baseRef, const GenAssociations &genMatches, const IsoDepositMaps &deposits, const IsolationValueMaps &isolationValues) const |
common muon filling, for both the standard and PF2PAT case More... | |
template<typename T > | |
void | readIsolationLabels (const edm::ParameterSet &iConfig, const char *psetName, IsolationLabels &labels, std::vector< edm::EDGetTokenT< edm::ValueMap< T > > > &tokens) |
void | setMuonMiniIso (pat::Muon &aMuon, const pat::PackedCandidateCollection *pc) |
Private Attributes | |
bool | addEfficiencies_ |
add efficiencies to the muon (this will be data members of th muon even w/o embedding) More... | |
bool | addGenMatch_ |
add generator match information More... | |
bool | addPuppiIsolation_ |
add puppi isolation More... | |
bool | addResolutions_ |
add resolutions to the muon (this will be data members of th muon even w/o embedding) More... | |
edm::EDGetTokenT< reco::BeamSpot > | beamLineToken_ |
input source of the primary vertex/beamspot More... | |
edm::EDGetTokenT< edm::ValueMap< reco::MuonMETCorrectionData > > | caloMETMuonCorrsToken_ |
source of caloMET muon corrections More... | |
bool | computeMiniIso_ |
pat::helper::EfficiencyLoader | efficiencyLoader_ |
helper class to add efficiencies to the muon More... | |
bool | embedBestTrack_ |
embed the track from best muon measurement (global pflow) More... | |
bool | embedCaloMETMuonCorrs_ |
embed muon MET correction info for caloMET into the muon More... | |
bool | embedCombinedMuon_ |
embed track of the combined fit into the muon More... | |
bool | embedDytMuon_ |
embed track from DYT muon fit into the muon More... | |
bool | embedGenMatch_ |
embed the gen match information into the muon More... | |
bool | embedHighLevelSelection_ |
embed high level selection variables More... | |
bool | embedPFCandidate_ |
embed pfCandidates into the muon More... | |
bool | embedPfEcalEnergy_ |
add ecal PF energy More... | |
bool | embedPickyMuon_ |
embed track from picky muon fit into the muon More... | |
bool | embedStandAloneMuon_ |
embed track from muon system into the muon More... | |
bool | embedTcMETMuonCorrs_ |
embed muon MET correction info for tcMET into the muon More... | |
bool | embedTpfmsMuon_ |
embed track from tpfms muon fit into the muon More... | |
bool | embedTrack_ |
embed the track from inner tracker into the muon More... | |
bool | embedTunePBestTrack_ |
embed the track from best muon measurement (muon only) More... | |
bool | forceEmbedBestTrack_ |
force separate embed of the best track even if already embedded More... | |
std::vector< edm::EDGetTokenT< edm::Association< reco::GenParticleCollection > > > | genMatchTokens_ |
input tags for generator match information More... | |
IsolationLabels | isoDepositLabels_ |
input source for isoDeposits More... | |
std::vector< edm::EDGetTokenT< edm::ValueMap< IsoDeposit > > > | isoDepositTokens_ |
IsolationLabels | isolationValueLabels_ |
input source isolation value maps More... | |
std::vector< edm::EDGetTokenT< edm::ValueMap< double > > > | isolationValueTokens_ |
pat::helper::MultiIsolator | isolator_ |
helper class to add userdefined isolation values to the muon More... | |
pat::helper::MultiIsolator::IsolationValuePairs | isolatorTmpStorage_ |
isolation value pair for temporary storage before being folded into the muon More... | |
std::vector< double > | miniIsoParams_ |
edm::EDGetTokenT< edm::View< reco::Muon > > | muonToken_ |
input source More... | |
edm::EDGetTokenT< pat::PackedCandidateCollection > | pcToken_ |
edm::EDGetTokenT< reco::PFCandidateCollection > | pfMuonToken_ |
input source pfCandidates that will be to be transformed into pat::Muons, when using PF2PAT More... | |
GreaterByPt< Muon > | pTComparator_ |
edm::EDGetTokenT< edm::ValueMap< float > > | PUPPIIsolation_charged_hadrons_ |
edm::EDGetTokenT< edm::ValueMap< float > > | PUPPIIsolation_neutral_hadrons_ |
edm::EDGetTokenT< edm::ValueMap< float > > | PUPPIIsolation_photons_ |
edm::EDGetTokenT< edm::ValueMap< float > > | PUPPINoLeptonsIsolation_charged_hadrons_ |
edm::EDGetTokenT< edm::ValueMap< float > > | PUPPINoLeptonsIsolation_neutral_hadrons_ |
edm::EDGetTokenT< edm::ValueMap< float > > | PUPPINoLeptonsIsolation_photons_ |
edm::EDGetTokenT< std::vector< reco::Vertex > > | pvToken_ |
input source of the primary vertex More... | |
pat::helper::KinResolutionsLoader | resolutionLoader_ |
helper class to add resolutions to the muon More... | |
edm::EDGetTokenT< edm::ValueMap< reco::MuonMETCorrectionData > > | tcMETMuonCorrsToken_ |
source of tcMET muon corrections More... | |
bool | useParticleFlow_ |
switch to use particle flow (PF2PAT) or not More... | |
pat::PATUserDataHelper< pat::Muon > | userDataHelper_ |
helper class to add userData to the muon More... | |
bool | useUserData_ |
add user data to the muon (this will be data members of th muon even w/o embedding) More... | |
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 |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
class definition
Produces pat::Muon's.
The PATMuonProducer produces analysis-level pat::Muon's starting from a collection of objects of reco::Muon.
Definition at line 43 of file PATMuonProducer.h.
|
private |
Definition at line 58 of file PATMuonProducer.h.
|
private |
Definition at line 59 of file PATMuonProducer.h.
|
private |
Definition at line 61 of file PATMuonProducer.h.
|
private |
Definition at line 62 of file PATMuonProducer.h.
|
private |
Definition at line 60 of file PATMuonProducer.h.
|
private |
typedefs for convenience
Definition at line 57 of file PATMuonProducer.h.
|
explicit |
default constructir
Definition at line 50 of file PATMuonProducer.cc.
References addEfficiencies_, addGenMatch_, addPuppiIsolation_, addResolutions_, beamLineToken_, caloMETMuonCorrsToken_, computeMiniIso_, edm::EDConsumerBase::consumes(), edm::EDConsumerBase::consumesCollector(), efficiencyLoader_, embedBestTrack_, embedCaloMETMuonCorrs_, embedCombinedMuon_, embedDytMuon_, embedGenMatch_, embedHighLevelSelection_, embedPFCandidate_, embedPfEcalEnergy_, embedPickyMuon_, embedStandAloneMuon_, embedTcMETMuonCorrs_, embedTpfmsMuon_, embedTrack_, embedTunePBestTrack_, Exception, edm::ParameterSet::existsAs(), forceEmbedBestTrack_, genMatchTokens_, edm::ParameterSet::getParameter(), isoDepositLabels_, isoDepositTokens_, isolationValueLabels_, isolationValueTokens_, miniIsoParams_, muonToken_, pcToken_, pfMuonToken_, PUPPIIsolation_charged_hadrons_, PUPPIIsolation_neutral_hadrons_, PUPPIIsolation_photons_, PUPPINoLeptonsIsolation_charged_hadrons_, PUPPINoLeptonsIsolation_neutral_hadrons_, PUPPINoLeptonsIsolation_photons_, pvToken_, readIsolationLabels(), resolutionLoader_, GlobalPosition_Frontier_DevDB_cff::tag, tcMETMuonCorrsToken_, useParticleFlow_, userDataHelper_, useUserData_, and edm::vector_transform().
PATMuonProducer::~PATMuonProducer | ( | ) |
|
private |
Definition at line 644 of file PATMuonProducer.cc.
References pat::Muon::BS2D, pat::Muon::BS3D, DEFINE_FWK_MODULE, reco::BeamSpot::position(), pat::Muon::PV2D, pat::Muon::PV3D, mps_fire::result, reco::BeamSpot::rotatedCovariance3D(), pat::Muon::setDB(), IPTools::signedImpactParameter3D(), and IPTools::signedTransverseImpactParameter().
Referenced by produce().
|
static |
description of config file parameters
Definition at line 532 of file PATMuonProducer.cc.
References edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addNode(), edm::ParameterSetDescription::addOptional(), pat::helper::KinResolutionsLoader::fillDescription(), pat::PATUserDataHelper< ObjectType >::fillDescription(), edm::ParameterSetDescription::ifValue(), or, edm::ParameterSetDescription::setAllowAnything(), edm::ParameterSetDescription::setComment(), and edm::ParameterDescriptionNode::setComment().
|
private |
common muon filling, for both the standard and PF2PAT case
Definition at line 446 of file PATMuonProducer.cc.
References addGenMatch_, pat::PATObject< ObjectType >::addGenParticleRef(), edm::contains(), reco::Muon::DYT, efficiencyLoader_, embedBestTrack_, pat::Muon::embedCombinedMuon(), embedCombinedMuon_, pat::Muon::embedDytMuon(), embedDytMuon_, embedGenMatch_, pat::PATObject< ObjectType >::embedGenParticle(), pat::Muon::embedMuonBestTrack(), pat::Muon::embedPickyMuon(), embedPickyMuon_, pat::Muon::embedStandAloneMuon(), embedStandAloneMuon_, pat::Muon::embedTpfmsMuon(), embedTpfmsMuon_, pat::Muon::embedTrack(), embedTrack_, embedTunePBestTrack_, pat::Muon::embedTunePMuonBestTrack(), pat::helper::EfficiencyLoader::enabled(), pat::helper::KinResolutionsLoader::enabled(), plotBeamSpotDB::first, forceEmbedBestTrack_, mps_fire::i, edm::RefToBase< T >::id(), reco::Muon::isAValidMuonTrack(), reco::Muon::isGlobalMuon(), isoDepositLabels_, isolationValueLabels_, gen::n, pat::Muon::pfCandidateRef(), reco::Muon::Picky, resolutionLoader_, pat::helper::EfficiencyLoader::setEfficiencies(), pat::Lepton< LeptonType >::setIsoDeposit(), pat::Lepton< LeptonType >::setIsolation(), reco::LeafCandidate::setP4(), pat::helper::KinResolutionsLoader::setResolutions(), source, reco::Muon::TPFMS, and useParticleFlow_.
Referenced by produce().
|
overridevirtual |
everything that needs to be done during the event loop
Definition at line 141 of file PATMuonProducer.cc.
References addGenMatch_, addPuppiIsolation_, beamLineToken_, ecalDrivenElectronSeedsParameters_cff::beamSpot, pat::helper::MultiIsolator::beginEvent(), TransientTrackBuilder::build(), muonProducer_cfi::caloMETMuonCorrs, caloMETMuonCorrsToken_, computeMiniIso_, CandIsolatorFromDeposits_cfi::deposits, reco::PFCandidate::ecalEnergy(), efficiencyLoader_, pat::Muon::embedCaloMETMuonCorrs(), embedCaloMETMuonCorrs_, embedCombinedMuon_, embedGenMatch_, embedHighLevel(), embedHighLevelSelection_, pat::Muon::embedPFCandidate(), embedPFCandidate_, embedPfEcalEnergy_, pat::Muon::embedTcMETMuonCorrs(), embedTcMETMuonCorrs_, pat::helper::EfficiencyLoader::enabled(), pat::helper::KinResolutionsLoader::enabled(), pat::helper::MultiIsolator::enabled(), pat::helper::MultiIsolator::endEvent(), pat::helper::MultiIsolator::fill(), fillMuon(), genMatchTokens_, edm::EventSetup::get(), edm::Event::getByToken(), cutBasedMuonId_MuonPOG_V0_cff::globalTrack, mps_fire::i, training_settings::idx, diffTreeTool::index, susybsm::HSCParticleType::innerTrack, edm::Ref< C, T, F >::isAvailable(), edm::Ref< C, T, F >::isNonnull(), isoDepositTokens_, electronProducer_cff::isolationValues, isolationValueTokens_, isolator_, isolatorTmpStorage_, edm::EventBase::isRealData(), edm::HandleBase::isValid(), eostools::move(), reco::PFCandidate::muonRef(), electronCleaner_cfi::muons, muonToken_, pat::helper::EfficiencyLoader::newEvent(), pat::helper::KinResolutionsLoader::newEvent(), nhits, hemisphereProducer_cfi::patMuons, pcToken_, pfMuonToken_, impactParameterTagInfos_cfi::primaryVertex, edm::Handle< T >::product(), pTComparator_, PUPPIIsolation_charged_hadrons_, PUPPIIsolation_neutral_hadrons_, PUPPIIsolation_photons_, PUPPINoLeptonsIsolation_charged_hadrons_, PUPPINoLeptonsIsolation_neutral_hadrons_, PUPPINoLeptonsIsolation_photons_, edm::Event::put(), pvToken_, resolutionLoader_, pat::Lepton< LeptonType >::setIsolation(), pat::Muon::setIsolationPUPPI(), pat::Muon::setIsolationPUPPINoLeptons(), setMuonMiniIso(), pat::Muon::setNormChi2(), pat::Muon::setNumberOfValidHits(), pat::Muon::setPFCandidateRef(), pat::Muon::setPfEcalEnergy(), muonProducer_cfi::tcMETMuonCorrs, tcMETMuonCorrsToken_, groupFilesInBlocks::tt, useParticleFlow_, userDataHelper_, and useUserData_.
|
private |
fill label vector from the contents of the parameter set, for the embedding of isoDeposits or userIsolation values
Definition at line 183 of file PATMuonProducer.h.
References pat::EcalIso, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), pat::HcalIso, crabWrapper::key, diffTwoXMLs::label, pat::PfAllParticleIso, pat::PfChargedAllIso, pat::PfChargedHadronIso, pat::PfGammaIso, pat::PfNeutralHadronIso, pat::PfPUChargedHadronIso, pat::TrackIso, pat::UserBaseIso, and edm::vector_transform().
Referenced by PATMuonProducer().
|
private |
Definition at line 522 of file PATMuonProducer.cc.
References pat::getMiniPFIsolation(), miniIsoParams_, reco::LeafCandidate::p4(), and pat::Lepton< LeptonType >::setMiniPFIsolation().
Referenced by produce().
|
private |
add efficiencies to the muon (this will be data members of th muon even w/o embedding)
Definition at line 148 of file PATMuonProducer.h.
Referenced by PATMuonProducer().
|
private |
add generator match information
Definition at line 120 of file PATMuonProducer.h.
Referenced by fillMuon(), PATMuonProducer(), and produce().
|
private |
add puppi isolation
Definition at line 154 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
add resolutions to the muon (this will be data members of th muon even w/o embedding)
Definition at line 126 of file PATMuonProducer.h.
Referenced by PATMuonProducer().
|
private |
input source of the primary vertex/beamspot
Definition at line 138 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
source of caloMET muon corrections
Definition at line 108 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
Definition at line 90 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
helper class to add efficiencies to the muon
Definition at line 172 of file PATMuonProducer.h.
Referenced by fillMuon(), PATMuonProducer(), and produce().
|
private |
embed the track from best muon measurement (global pflow)
Definition at line 94 of file PATMuonProducer.h.
Referenced by fillMuon(), and PATMuonProducer().
|
private |
embed muon MET correction info for caloMET into the muon
Definition at line 106 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
embed track of the combined fit into the muon
Definition at line 104 of file PATMuonProducer.h.
Referenced by fillMuon(), PATMuonProducer(), and produce().
|
private |
embed track from DYT muon fit into the muon
Definition at line 118 of file PATMuonProducer.h.
Referenced by fillMuon(), and PATMuonProducer().
|
private |
embed the gen match information into the muon
Definition at line 124 of file PATMuonProducer.h.
Referenced by fillMuon(), PATMuonProducer(), and produce().
|
private |
embed high level selection variables
Definition at line 136 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
embed pfCandidates into the muon
Definition at line 134 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
add ecal PF energy
Definition at line 152 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
embed track from picky muon fit into the muon
Definition at line 114 of file PATMuonProducer.h.
Referenced by fillMuon(), and PATMuonProducer().
|
private |
embed track from muon system into the muon
Definition at line 102 of file PATMuonProducer.h.
Referenced by fillMuon(), and PATMuonProducer().
|
private |
embed muon MET correction info for tcMET into the muon
Definition at line 110 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
embed track from tpfms muon fit into the muon
Definition at line 116 of file PATMuonProducer.h.
Referenced by fillMuon(), and PATMuonProducer().
|
private |
embed the track from inner tracker into the muon
Definition at line 100 of file PATMuonProducer.h.
Referenced by fillMuon(), and PATMuonProducer().
|
private |
embed the track from best muon measurement (muon only)
Definition at line 96 of file PATMuonProducer.h.
Referenced by fillMuon(), and PATMuonProducer().
|
private |
force separate embed of the best track even if already embedded
Definition at line 98 of file PATMuonProducer.h.
Referenced by fillMuon(), and PATMuonProducer().
|
private |
input tags for generator match information
Definition at line 122 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
input source for isoDeposits
Definition at line 142 of file PATMuonProducer.h.
Referenced by fillMuon(), and PATMuonProducer().
|
private |
Definition at line 143 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
input source isolation value maps
Definition at line 145 of file PATMuonProducer.h.
Referenced by fillMuon(), and PATMuonProducer().
|
private |
Definition at line 146 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
helper class to add userdefined isolation values to the muon
Definition at line 168 of file PATMuonProducer.h.
Referenced by produce().
|
private |
isolation value pair for temporary storage before being folded into the muon
Definition at line 170 of file PATMuonProducer.h.
Referenced by produce().
|
private |
Definition at line 91 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and setMuonMiniIso().
|
private |
input source
Definition at line 86 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
Definition at line 89 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
input source pfCandidates that will be to be transformed into pat::Muons, when using PF2PAT
Definition at line 132 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
— tools — comparator for pt ordering
Definition at line 166 of file PATMuonProducer.h.
Referenced by produce().
|
private |
Definition at line 156 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
Definition at line 157 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
Definition at line 158 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
Definition at line 160 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
Definition at line 161 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
Definition at line 162 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
input source of the primary vertex
Definition at line 140 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
helper class to add resolutions to the muon
Definition at line 128 of file PATMuonProducer.h.
Referenced by fillMuon(), PATMuonProducer(), and produce().
|
private |
source of tcMET muon corrections
Definition at line 112 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
switch to use particle flow (PF2PAT) or not
Definition at line 130 of file PATMuonProducer.h.
Referenced by fillMuon(), PATMuonProducer(), and produce().
|
private |
helper class to add userData to the muon
Definition at line 174 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().
|
private |
add user data to the muon (this will be data members of th muon even w/o embedding)
Definition at line 150 of file PATMuonProducer.h.
Referenced by PATMuonProducer(), and produce().