![]() |
ATLAS Offline Software
|
This class implements a full vertex fitting algorithm as proposed by P. More...
#include <FullVertexFitter.h>
Public Types | |
| enum | FitError { FITOK , MATINV , NEGTRCHI2 , MAXCHI2 , MAXTRCHI2 , NOTRKS , NOFIT } |
Public Member Functions | |
| virtual StatusCode | initialize () override |
| FullVertexFitter (const std::string &t, const std::string &n, const IInterface *p) | |
| virtual | ~FullVertexFitter () |
| standard destructor | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const Trk::TrackParameters * > &perigeeList, const Amg::Vector3D &startingPoint) const override |
| Interface for ParametersBase with starting point. | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const TrackParameters * > &perigeeList, const std::vector< const Trk::NeutralParameters * > &, const Amg::Vector3D &startingPoint) const override |
| Interface for TrackParameters and NeutralParameters with starting point. | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const Trk::TrackParameters * > &perigeeList, const xAOD::Vertex &constraint) const override |
| Interface for ParametersBase with vertex constraint. | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const TrackParameters * > &perigeeList, const std::vector< const Trk::NeutralParameters * > &, const xAOD::Vertex &constraint) const override |
| Interface for TrackParameters and NeutralParameters with RecVertex starting point. | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const Trk::TrackParameters * > &perigeeList) const override |
| Fit interface with no starting point or constraint. | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const TrackParameters * > &perigeeList, const std::vector< const Trk::NeutralParameters * > &) const override |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const xAOD::TrackParticle * > &vectorTrk, const Amg::Vector3D &startingPoint) const override |
| *Interface for xAOD::TrackParticle with starting point | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const xAOD::TrackParticle * > &vectorTrk, const std::vector< const xAOD::NeutralParticle * > &, const Amg::Vector3D &startingPoint) const override |
| *Interface for xAOD::TrackParticle and NeutralParticle with starting point | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const xAOD::TrackParticle * > &vectorTrk, const xAOD::Vertex &constraint) const override |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const xAOD::TrackParticle * > &vectorTrk, const std::vector< const xAOD::NeutralParticle * > &, const xAOD::Vertex &constraint) const override |
Private Attributes | |
| unsigned int | m_maxIterations |
| double | m_maxDchi2PerNdf |
| ToolHandle< Trk::IVertexLinearizedTrackFactory > | m_linFactory |
| Data members to store the results. | |
This class implements a full vertex fitting algorithm as proposed by P.
Billoir. this algorithm tries to estimate the vertex position with refitting the track parameters.
Changes:
David Shope david.nosp@m..ric.nosp@m.hard..nosp@m.shop.nosp@m.e@cer.nosp@m.n.ch (2016-04-19)
EDM Migration to xAOD - from Trk::VxCandidate to xAOD::Vertex, from Trk::RecVertex to xAOD::Vertex, from Trk::Vertex to Amg::Vector3D
Definition at line 37 of file FullVertexFitter.h.
| Trk::FullVertexFitter::FullVertexFitter | ( | const std::string & | t, |
| const std::string & | n, | ||
| const IInterface * | p ) |
Definition at line 108 of file FullVertexFitter.cxx.
|
virtualdefault |
standard destructor
|
inlineoverridevirtual |
Definition at line 115 of file FullVertexFitter.h.
|
inlineoverridevirtual |
Interface for TrackParameters and NeutralParameters with starting point.
Definition at line 69 of file FullVertexFitter.h.
|
inlineoverridevirtual |
Interface for TrackParameters and NeutralParameters with RecVertex starting point.
Definition at line 92 of file FullVertexFitter.h.
|
overridevirtual |
Fit interface with no starting point or constraint.
(0,0,0) will be assumed.
Definition at line 479 of file FullVertexFitter.cxx.
|
overridevirtual |
Interface for ParametersBase with starting point.
Definition at line 122 of file FullVertexFitter.cxx.
|
overridevirtual |
Interface for ParametersBase with vertex constraint.
the position of the constraint is ALWAYS the starting point
Definition at line 136 of file FullVertexFitter.cxx.
|
overridevirtual |
*Interface for xAOD::TrackParticle with starting point
Definition at line 488 of file FullVertexFitter.cxx.
|
inlineoverridevirtual |
*Interface for xAOD::TrackParticle and NeutralParticle with starting point
Definition at line 136 of file FullVertexFitter.h.
|
inlineoverridevirtual |
Definition at line 160 of file FullVertexFitter.h.
|
overridevirtual |
Definition at line 499 of file FullVertexFitter.cxx.
|
overridevirtual |
Definition at line 91 of file FullVertexFitter.cxx.
|
private |
Data members to store the results.
Definition at line 180 of file FullVertexFitter.h.
|
private |
Definition at line 176 of file FullVertexFitter.h.
|
private |
Definition at line 175 of file FullVertexFitter.h.