Private Member Functions | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
Private Attributes | |
double | dRmatch_ |
int | maxWarnings_tooFew_ |
int | maxWarnings_tooMany_ |
int | numWarnings_tooFew_ |
int | numWarnings_tooMany_ |
bool | removeDuplicates_ |
edm::InputTag | srcPFCandidates_ |
edm::InputTag | srcSelectedMuons_ |
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 collection of PFCandidates in Z –> mu+ mu- event from which the two muons are removed (later to be replaced by simulated tau decay products)
Definition at line 33 of file MuonPFCandidateCleaner.cc.
|
explicit |
Definition at line 56 of file MuonPFCandidateCleaner.cc.
References edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), and verbosity_.
|
inline |
Definition at line 37 of file MuonPFCandidateCleaner.cc.
|
privatevirtual |
Implements edm::EDProducer.
Definition at line 118 of file MuonPFCandidateCleaner.cc.
References gather_cfg::cout, reco::deltaR(), PFRecoTauDiscriminationAgainstElectronDeadECAL_cfi::dR, dRmatch_, reco::Candidate::eta(), edm::Event::getByLabel(), getSelMuons(), getTheMuMinus(), getTheMuPlus(), customizeTrackingMonitorSeedNumber::idx, reco::isMuon(), edm::RefToBase< T >::isNonnull(), maxWarnings_tooFew_, maxWarnings_tooMany_, numWarnings_tooFew_, numWarnings_tooMany_, reco::Candidate::p4(), reco::tau::pfCandidates(), reco::Candidate::phi(), reco::Candidate::pt(), edm::Event::put(), removeDuplicates_, python.multivaluedict::sort(), srcPFCandidates_, srcSelectedMuons_, and verbosity_.
|
private |
Definition at line 45 of file MuonPFCandidateCleaner.cc.
Referenced by produce().
|
private |
Definition at line 50 of file MuonPFCandidateCleaner.cc.
Referenced by produce().
|
private |
Definition at line 48 of file MuonPFCandidateCleaner.cc.
Referenced by produce().
|
private |
Definition at line 51 of file MuonPFCandidateCleaner.cc.
Referenced by produce().
|
private |
Definition at line 49 of file MuonPFCandidateCleaner.cc.
Referenced by produce().
|
private |
Definition at line 46 of file MuonPFCandidateCleaner.cc.
Referenced by produce().
|
private |
Definition at line 43 of file MuonPFCandidateCleaner.cc.
Referenced by produce().
|
private |
Definition at line 42 of file MuonPFCandidateCleaner.cc.
Referenced by produce().
|
private |
Definition at line 53 of file MuonPFCandidateCleaner.cc.
Referenced by MuonPFCandidateCleaner(), and produce().