#include <MuonDetCleaner.h>
Private Types | |
typedef std::map< uint32_t, int > | detIdToIntMap |
Private Member Functions | |
void | fillHitMap (edm::Event &, const edm::EventSetup &, const reco::Candidate *, detIdToIntMap &) |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
Private Attributes | |
edm::InputTag | srcSelectedMuons_ |
TrackDetectorAssociator | trackAssociator_ |
TrackAssociatorParameters | trackAssociatorParameters_ |
int | verbosity_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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) |
Produce collections of recHits in muon detectors from which the hits of the two muons from the Z -> mu+ mu- decay are subtracted (the remaining hits may be due to pile-up/heavy quark decays in Z+jets events)
Definition at line 31 of file MuonDetCleaner.h.
|
private |
Definition at line 40 of file MuonDetCleaner.h.
|
explicit |
Definition at line 13 of file MuonDetCleaner.cc.
References edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), TrackAssociatorParameters::loadParameters(), trackAssociator_, trackAssociatorParameters_, TrackDetectorAssociator::useDefaultPropagator(), and verbosity_.
MuonDetCleaner::~MuonDetCleaner | ( | ) |
Definition at line 28 of file MuonDetCleaner.cc.
|
private |
Definition at line 75 of file MuonDetCleaner.cc.
References TrackDetectorAssociator::Any, TrackDetectorAssociator::associate(), TrackDetMatchInfo::chambers, reco::Candidate::charge(), gather_cfg::cout, reco::Candidate::eta(), edm::Ref< C, T, F >::isNonnull(), metsig::muon, reco::Muon::outerTrack(), reco::Candidate::phi(), reco::Candidate::pt(), reco::Candidate::px(), reco::Candidate::py(), reco::Candidate::pz(), TrackingRecHit::rawId(), AlCaHLTBitMon_QueryRunRegistry::string, trackAssociator_, trackAssociatorParameters_, verbosity_, and reco::Candidate::vertex().
Referenced by produce().
|
privatevirtual |
Implements edm::EDProducer.
Definition at line 33 of file MuonDetCleaner.cc.
References fillHitMap(), getSelMuons(), getTheMuMinus(), getTheMuPlus(), edm::RefToBase< T >::isNonnull(), edm::Event::put(), and srcSelectedMuons_.
|
private |
Definition at line 43 of file MuonDetCleaner.h.
Referenced by produce().
|
private |
Definition at line 45 of file MuonDetCleaner.h.
Referenced by fillHitMap(), and MuonDetCleaner().
|
private |
Definition at line 46 of file MuonDetCleaner.h.
Referenced by fillHitMap(), and MuonDetCleaner().
|
private |
Definition at line 48 of file MuonDetCleaner.h.
Referenced by fillHitMap(), and MuonDetCleaner().