#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 > &t) const override |
std::vector< TransientVertex > | vertices (const std::vector< reco::TransientTrack > &t, const reco::BeamSpot &) const override |
std::vector< TransientVertex > | vertices (const std::vector< reco::TransientTrack > &prims, const std::vector< reco::TransientTrack > &secs, 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 | ( | ) |
Definition at line 23 of file ConfigurableAdaptiveReconstructor.cc.
Referenced by clone(), and ~ConfigurableAdaptiveReconstructor().
ConfigurableAdaptiveReconstructor::ConfigurableAdaptiveReconstructor | ( | const ConfigurableAdaptiveReconstructor & | o | ) |
Definition at line 42 of file ConfigurableAdaptiveReconstructor.cc.
|
override |
Definition at line 36 of file ConfigurableAdaptiveReconstructor.cc.
References ConfigurableAdaptiveReconstructor(), and theRector.
|
overridevirtual |
Implements AbstractConfReconstructor.
Definition at line 47 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 27 of file ConfigurableAdaptiveReconstructor.cc.
References edm::ParameterSet::augment(), funct::m, gen::n, and theRector.
|
overridevirtual |
Implements AbstractConfReconstructor.
Definition at line 75 of file ConfigurableAdaptiveReconstructor.cc.
References protons_cff::t.
|
overridevirtual |
Reconstruct vertices
Implements VertexReconstructor.
Definition at line 52 of file ConfigurableAdaptiveReconstructor.cc.
References theRector, and VertexReconstructor::vertices().
|
overridevirtual |
Reconstruct vertices, exploiting the beamspot constraint for the primary vertex
Reimplemented from VertexReconstructor.
Definition at line 58 of file ConfigurableAdaptiveReconstructor.cc.
References theRector, and VertexReconstructor::vertices().
|
overridevirtual |
Reconstruct vertices, but exploit the fact that you know that some tracks cannot come from a secondary vertex. primaries Tracks that cannot come from a secondary vertex (but can, in principle, be non-primaries, also). tracks These are the tracks that are of unknown origin. These tracks are subjected to pattern recognition. spot A beamspot constraint is mandatory in this method.
Reimplemented from VertexReconstructor.
Definition at line 65 of file ConfigurableAdaptiveReconstructor.cc.
References theRector, and VertexReconstructor::vertices().
|
private |
Definition at line 29 of file ConfigurableAdaptiveReconstructor.h.
Referenced by configure(), vertices(), and ~ConfigurableAdaptiveReconstructor().