#include <SelectReplacementCandidates.h>
Public Member Functions | |
virtual void | beginJob () |
virtual void | endJob () |
virtual void | produce (edm::Event &iEvent, const edm::EventSetup &iConfig) |
SelectReplacementCandidates (const edm::ParameterSet &iSetup) | |
~SelectReplacementCandidates () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Member Functions | |
int | determineMuonsToUse (const edm::Event &iEvent, const edm::EventSetup &iConfig, reco::Muon *muon1, reco::Muon *muon2) |
int | determineMuonsToUse_old (const edm::Event &iEvent, const edm::EventSetup &iConfig, reco::Muon *muon1, reco::Muon *muon2) |
void | getRawIDsAdvanced (const edm::Event &iEvent, const edm::EventSetup &iConfig, std::vector< uint32_t > *L, reco::Muon *muon, bool includeHCAL) |
template<typename T > | |
void | ProductNotFound (const edm::Event &iEvent, edm::InputTag inputTag) |
void | transformMuMu2TauTau (reco::Muon *muon1, reco::Muon *muon2) |
transform muon into tau More... | |
Private Attributes | |
edm::InputTag | muonInputTag_ |
TrackAssociatorParameters | parameters_ |
double | targetParticleMass_ |
int | targetParticlePdgID_ |
TrackDetectorAssociator | trackAssociator_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
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::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Definition at line 26 of file SelectReplacementCandidates.h.
SelectReplacementCandidates::SelectReplacementCandidates | ( | const edm::ParameterSet & | iSetup | ) |
Definition at line 4 of file SelectReplacementCandidates.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), TrackAssociatorParameters::loadParameters(), muonInputTag_, Parameters::parameters, parameters_, targetParticleMass_, targetParticlePdgID_, trackAssociator_, and TrackDetectorAssociator::useDefaultPropagator().
SelectReplacementCandidates::~SelectReplacementCandidates | ( | ) |
Definition at line 22 of file SelectReplacementCandidates.cc.
|
virtual |
Reimplemented from edm::EDProducer.
Definition at line 60 of file SelectReplacementCandidates.cc.
|
private |
Definition at line 71 of file SelectReplacementCandidates.cc.
References gather_cfg::cout, deltaR(), edm::Event::getByLabel(), edm::Event::getManyByType(), i, muonInputTag_, patZpeak::muons, p4, dt_dqm_sourceclient_common_cff::reco, edm::View< T >::size(), and detailsBasic3DVector::z.
Referenced by produce().
|
private |
Definition at line 128 of file SelectReplacementCandidates.cc.
References gather_cfg::cout, edm::Event::getByLabel(), muonInputTag_, patZpeak::muons, and dt_dqm_sourceclient_common_cff::reco.
|
virtual |
Reimplemented from edm::EDProducer.
Definition at line 65 of file SelectReplacementCandidates.cc.
|
private |
Definition at line 154 of file SelectReplacementCandidates.cc.
References TrackDetectorAssociator::associate(), reco::Muon::bestTrackRef(), gather_cfg::cout, TrackDetMatchInfo::ecalRecHits, edm::RefToBase< T >::get(), TrackDetMatchInfo::hcalRecHits, i, info, edm::RefToBase< T >::isNonnull(), parameters_, dt_dqm_sourceclient_common_cff::reco, and trackAssociator_.
Referenced by produce().
|
virtual |
Implements edm::EDProducer.
Definition at line 27 of file SelectReplacementCandidates.cc.
References gather_cfg::cout, determineMuonsToUse(), getRawIDsAdvanced(), patZpeak::muons, edm::Event::put(), and transformMuMu2TauTau().
|
private |
Definition at line 183 of file SelectReplacementCandidates.cc.
References gather_cfg::cout, and edm::Event::getManyByType().
|
private |
transform muon into tau
Definition at line 202 of file SelectReplacementCandidates.cc.
References abs, scaleCards::mass, reco::LeafCandidate::p4(), reco::LeafCandidate::pdgId(), dt_dqm_sourceclient_common_cff::reco, reco::LeafCandidate::setP4(), reco::LeafCandidate::setPdgId(), reco::LeafCandidate::setStatus(), mathSSE::sqrt(), targetParticleMass_, and targetParticlePdgID_.
Referenced by produce().
|
private |
Definition at line 46 of file SelectReplacementCandidates.h.
Referenced by determineMuonsToUse(), determineMuonsToUse_old(), and SelectReplacementCandidates().
|
private |
Definition at line 45 of file SelectReplacementCandidates.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), Mixins._TypedParameterizable::copy(), getRawIDsAdvanced(), and SelectReplacementCandidates().
|
private |
Definition at line 48 of file SelectReplacementCandidates.h.
Referenced by SelectReplacementCandidates(), and transformMuMu2TauTau().
|
private |
Definition at line 49 of file SelectReplacementCandidates.h.
Referenced by SelectReplacementCandidates(), and transformMuMu2TauTau().
|
private |
Definition at line 44 of file SelectReplacementCandidates.h.
Referenced by getRawIDsAdvanced(), and SelectReplacementCandidates().