#include <JetTracksAssociatorAtVertex.h>
Public Member Functions | |
JetTracksAssociatorAtVertex (const edm::ParameterSet &) | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
virtual | ~JetTracksAssociatorAtVertex () |
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 Attributes | |
JetTracksAssociationDRVertex | mAssociator |
JetTracksAssociationDRVertexAssigned | mAssociatorAssigned |
edm::InputTag | mJets |
int | mTrackQuality |
edm::InputTag | mTracks |
edm::InputTag | pvSrc |
if true, use the track/jet association with vertex assignment to tracks More... | |
bool | useAssigned |
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 20 of file JetTracksAssociatorAtVertex.h.
JetTracksAssociatorAtVertex::JetTracksAssociatorAtVertex | ( | const edm::ParameterSet & | fConfig | ) |
Definition at line 19 of file JetTracksAssociatorAtVertex.cc.
References edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), pvSrc, and useAssigned.
|
virtual |
Definition at line 35 of file JetTracksAssociatorAtVertex.cc.
|
virtual |
Implements edm::EDProducer.
Definition at line 37 of file JetTracksAssociatorAtVertex.cc.
References reco::JetExtendedAssociation::allJets(), muonTagProbeFilters_cff::allTracks, edm::Event::getByLabel(), i, mAssociator, mAssociatorAssigned, mJets, mTracks, JetTracksAssociationDRVertex::produce(), JetTracksAssociationDRVertexAssigned::produce(), edm::Handle< T >::product(), edm::Event::put(), pvSrc, and useAssigned.
|
private |
Definition at line 31 of file JetTracksAssociatorAtVertex.h.
Referenced by produce().
|
private |
Definition at line 32 of file JetTracksAssociatorAtVertex.h.
Referenced by produce().
|
private |
Definition at line 28 of file JetTracksAssociatorAtVertex.h.
Referenced by produce().
|
private |
Definition at line 30 of file JetTracksAssociatorAtVertex.h.
|
private |
Definition at line 29 of file JetTracksAssociatorAtVertex.h.
Referenced by produce().
|
private |
if true, use the track/jet association with vertex assignment to tracks
Definition at line 34 of file JetTracksAssociatorAtVertex.h.
Referenced by JetTracksAssociatorAtVertex(), and produce().
|
private |
Definition at line 33 of file JetTracksAssociatorAtVertex.h.
Referenced by JetTracksAssociatorAtVertex(), and produce().