LCFIVertex
0.7.2
|
Vertex Finding object - classic ZVTOP. More...
#include <vertexfinderclassic.h>
Public Member Functions | |
VertexFinderClassic (const std::vector< Track * > &Tracks, InteractionPoint *IP, const Vector3 &JetAxis, double Kip=1.0, double Kalpha=5.0, double TwoProngCut=10.0, double TrackTrimCut=10.0, double ResolverCutOff=0.6) | |
void | addTrack (Track *const Track) |
void | setIP (InteractionPoint *const IP) |
bool | removeTrack (Track *const Track) |
bool | clearIP () |
std::list< CandidateVertex * > | findVertices () |
VertexFinderClassic (const std::vector< Track * > &Tracks, InteractionPoint *IP, const Vector3 &JetAxis, double Kip=1.0, double Kalpha=5.0, double TwoProngCut=10.0, double TrackTrimCut=10.0, double ResolverCutOff=0.6) | |
void | addTrack (Track *const Track) |
void | setIP (InteractionPoint *const IP) |
bool | removeTrack (Track *const Track) |
bool | clearIP () |
std::list< CandidateVertex * > | findVertices () |
Vertex Finding object - classic ZVTOP.
Very unfinished - A set of tracks that vertex finding is performed on, I originally was going to call this a jet, but then realised this may not always be the case. Subject to change as we think about how to interface ZVTOP Note new mwmory management
Definition at line 31 of file include/vertex_lcfi/zvtop/include/vertexfinderclassic.h.
std::list< CandidateVertex * > vertex_lcfi::ZVTOP::VertexFinderClassic::findVertices | ( | ) |
std::cout << "5";
Definition at line 110 of file vertexfinderclassic.cpp.
References vertex_lcfi::ZVTOP::CandidateVertex::maxChiSquaredOfTrackIP(), vertex_lcfi::ZVTOP::CandidateVertex::position(), vertex_lcfi::MemoryManager< T >::registerObject(), vertex_lcfi::ZVTOP::CandidateVertex::removeIP(), and vertex_lcfi::ZVTOP::CandidateVertex::vertexFuncValue().
Referenced by vertex_lcfi::ZVRES::calculateFor().