Public Member Functions | |
virtual void | produce (edm::Event &event, const edm::EventSetup &es) |
VertexMerger (const edm::ParameterSet ¶ms) | |
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 | |
bool | trackFilter (const reco::TrackRef &track) const |
Private Attributes | |
double | maxFraction |
double | minSignificance |
edm::InputTag | secondaryVertexCollection |
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 17 of file VertexMerger.cc.
VertexMerger::VertexMerger | ( | const edm::ParameterSet & | params | ) |
Definition at line 32 of file VertexMerger.cc.
|
virtual |
Implements edm::EDProducer.
Definition at line 63 of file VertexMerger.cc.
References computeSharedTracks(), maxFraction, minSignificance, dt_dqm_sourceclient_common_cff::reco, and secondaryVertexCollection.
|
private |
|
private |
Definition at line 28 of file VertexMerger.cc.
Referenced by produce().
|
private |
Definition at line 29 of file VertexMerger.cc.
Referenced by produce().
|
private |
Definition at line 27 of file VertexMerger.cc.
Referenced by produce().