#include <IPProducer.h>
Public Member Functions | |
FromJetAndCands (const edm::ParameterSet &iConfig, edm::ConsumesCollector &&iC) | |
std::vector< reco::JetTagInfo > | makeBaseVector (edm::Event &iEvent) |
std::vector< reco::CandidatePtr > | tracks (edm::Event &, const reco::JetTagInfo &it) |
Public Attributes | |
bool | explicitJTA |
std::vector< std::vector < reco::CandidatePtr > > | m_map |
double | maxDeltaR |
edm::EDGetTokenT< edm::View < reco::Candidate > > | token_cands |
edm::EDGetTokenT< edm::View < reco::Jet > > | token_jets |
Definition at line 84 of file IPProducer.h.
|
inline |
Definition at line 86 of file IPProducer.h.
|
inline |
Definition at line 94 of file IPProducer.h.
References reco::deltaR2(), edm::Event::getByToken(), i, j, fwrapper::jets, and p4.
|
inline |
Definition at line 90 of file IPProducer.h.
References reco::JetTagInfo::jet(), and edm::RefToBase< T >::key().
bool IPProducerHelpers::FromJetAndCands::explicitJTA |
Definition at line 132 of file IPProducer.h.
std::vector<std::vector<reco::CandidatePtr> > IPProducerHelpers::FromJetAndCands::m_map |
Definition at line 128 of file IPProducer.h.
double IPProducerHelpers::FromJetAndCands::maxDeltaR |
Definition at line 131 of file IPProducer.h.
edm::EDGetTokenT<edm::View<reco::Candidate> > IPProducerHelpers::FromJetAndCands::token_cands |
Definition at line 130 of file IPProducer.h.
edm::EDGetTokenT<edm::View<reco::Jet> > IPProducerHelpers::FromJetAndCands::token_jets |
Definition at line 129 of file IPProducer.h.