![]() |
ATLAS Offline Software
|
#include <TrigL2Vertex.h>
Public Member Functions | |
| TrigVertexFitConstraint (double, const TrigVertexFitInputTrack *, const TrigVertexFitInputTrack *) | |
| two-track mass constraint | |
| TrigVertexFitConstraint (double, const TrigVertexFitInputTrack *, const TrigVertexFitInputTrack *, const TrigVertexFitInputTrack *) | |
| three-track mass constraint | |
| ~TrigVertexFitConstraint () | |
| virtual double | getChi2Distance (class TrigL2Vertex *) |
| implementation of abstract method from the base class | |
| virtual void | updateVertex (class TrigL2Vertex *) |
| implementation of abstract method from the base class | |
| virtual MsgStream & | report (MsgStream &) const |
| double | getValue () |
| returns a mass of the constraint | |
Protected Attributes | |
| double | m_resid [2] {} |
| double | m_V [2][2] {} |
| double | m_D [2][MAX_SIZE_VERT_COVM] {} |
Private Member Functions | |
| double | calculateInvariantMass (TrigL2Vertex *pV) |
Private Attributes | |
| std::list< const TrigVertexFitInputTrack * > | m_trackList |
| double | m_value |
Definition at line 104 of file TrigL2Vertex.h.
| TrigVertexFitConstraint::TrigVertexFitConstraint | ( | double | m, |
| const TrigVertexFitInputTrack * | pT1, | ||
| const TrigVertexFitInputTrack * | pT2 ) |
two-track mass constraint
Definition at line 343 of file TrigL2Vertex.cxx.
| TrigVertexFitConstraint::TrigVertexFitConstraint | ( | double | m, |
| const TrigVertexFitInputTrack * | pT1, | ||
| const TrigVertexFitInputTrack * | pT2, | ||
| const TrigVertexFitInputTrack * | pT3 ) |
three-track mass constraint
Definition at line 352 of file TrigL2Vertex.cxx.
| TrigVertexFitConstraint::~TrigVertexFitConstraint | ( | ) |
Definition at line 362 of file TrigL2Vertex.cxx.
|
private |
Definition at line 367 of file TrigL2Vertex.cxx.
|
virtual |
implementation of abstract method from the base class
Implements TrigVertexFittingNode.
Definition at line 400 of file TrigL2Vertex.cxx.
| double TrigVertexFitConstraint::getValue | ( | ) |
returns a mass of the constraint
Definition at line 540 of file TrigL2Vertex.cxx.
|
virtual |
|
virtual |
implementation of abstract method from the base class
Implements TrigVertexFittingNode.
Definition at line 509 of file TrigL2Vertex.cxx.
|
protectedinherited |
Definition at line 48 of file TrigL2Vertex.h.
|
protectedinherited |
Definition at line 46 of file TrigL2Vertex.h.
|
private |
Definition at line 117 of file TrigL2Vertex.h.
|
protectedinherited |
Definition at line 47 of file TrigL2Vertex.h.
|
private |
Definition at line 118 of file TrigL2Vertex.h.