#include <ConfigurableAdaptiveReconstructor.h>
Public Member Functions | |
ConfigurableAdaptiveReconstructor * | clone () const override |
ConfigurableAdaptiveReconstructor () | |
ConfigurableAdaptiveReconstructor (const ConfigurableAdaptiveReconstructor &o) | |
void | configure (const edm::ParameterSet &) override |
edm::ParameterSet | defaults () const override |
std::vector< TransientVertex > | vertices (const std::vector< reco::TransientTrack > &prims, const std::vector< reco::TransientTrack > &secs, const reco::BeamSpot &) const override |
std::vector< TransientVertex > | vertices (const std::vector< reco::TransientTrack > &t) const override |
std::vector< TransientVertex > | vertices (const std::vector< reco::TransientTrack > &t, const reco::BeamSpot &) const override |
~ConfigurableAdaptiveReconstructor () override | |
Public Member Functions inherited from AbstractConfReconstructor | |
~AbstractConfReconstructor () override | |
Public Member Functions inherited from VertexReconstructor | |
VertexReconstructor () | |
virtual | ~VertexReconstructor () |
Private Attributes | |
const VertexReconstructor * | theRector |
Wrap any VertexFitter into the VertexReconstructor interface
Definition at line 10 of file ConfigurableAdaptiveReconstructor.h.
ConfigurableAdaptiveReconstructor::ConfigurableAdaptiveReconstructor | ( | ) |
ConfigurableAdaptiveReconstructor::ConfigurableAdaptiveReconstructor | ( | const ConfigurableAdaptiveReconstructor & | o | ) |
Definition at line 37 of file ConfigurableAdaptiveReconstructor.cc.
|
override |
Definition at line 32 of file ConfigurableAdaptiveReconstructor.cc.
References theRector.
|
overridevirtual |
Implements AbstractConfReconstructor.
Definition at line 40 of file ConfigurableAdaptiveReconstructor.cc.
References ConfigurableAdaptiveReconstructor().
|
overridevirtual |
The configure method configures the vertex reconstructor. It also should also write all its applied defaults back into the map,
Implements AbstractConfReconstructor.
Definition at line 24 of file ConfigurableAdaptiveReconstructor.cc.
References visualization-live-secondInstance_cfg::m, dqmiodumpmetadata::n, and theRector.
|
overridevirtual |
Implements AbstractConfReconstructor.
Definition at line 59 of file ConfigurableAdaptiveReconstructor.cc.
|
overridevirtual |
Reconstruct vertices, but exploit the fact that you know that some tracks cannot come from a secondary vertex. \paramname primaries Tracks that cannot come from a secondary vertex (but can, in principle, be non-primaries, also). \paramname tracks These are the tracks that are of unknown origin. These tracks are subjected to pattern recognition. \paramname spot A beamspot constraint is mandatory in this method.
Reimplemented from VertexReconstructor.
Definition at line 53 of file ConfigurableAdaptiveReconstructor.cc.
References alignCSCRings::s, theRector, and VertexReconstructor::vertices().
|
overridevirtual |
Reconstruct vertices
Implements VertexReconstructor.
Definition at line 44 of file ConfigurableAdaptiveReconstructor.cc.
References submitPVValidationJobs::t, theRector, and VertexReconstructor::vertices().
|
overridevirtual |
Reconstruct vertices, exploiting the beamspot constraint for the primary vertex
Reimplemented from VertexReconstructor.
Definition at line 48 of file ConfigurableAdaptiveReconstructor.cc.
References alignCSCRings::s, submitPVValidationJobs::t, theRector, and VertexReconstructor::vertices().
|
private |
Definition at line 26 of file ConfigurableAdaptiveReconstructor.h.
Referenced by configure(), vertices(), and ~ConfigurableAdaptiveReconstructor().