ZvTopVertexer - versions
version R1.01
- Changed to new hep.lcd.event.Vertex/VertexList/FitStatus
interfaces. Renamed
hep.lcd.vertexing.zvtop.Vertex/VertexList/FitStatus
to VertexInt/VertexListInt/FitStatusInt respectively.
Updated all depending classes accordingly.
version R1.00
- ZvTopVertexer is now officially version R1.00 with
the new hep.lcd release.
version P0.10
- ZvTopVertexer is now in the LCD Java CVS repository.
- The package path has been integrated into the hep.lcd
structure.
Update your import statements to
import hep.lcd.vertexing.zvtop.*;
- The package already contains some classes for an upcoming
extension of ZvTopVertexer; these classes are named ZvgXxxxx
and currently not considered reliable.
version P0.02b
- private ZvVertex.calcAlphaDis(): Bug fixed. Effects
ZvVertex.getAlphaDis() methods.
version P0.02a
- ZvTrackList(Enumeration e) now takes Enumerations of ReconTrack
and ZvTrack.
version P0.02
- Merged ZvTopStatusWords into ZvTopStatus. We now have an
interface FitStatus and its implementation BasicFitStatus as well.
- Merged ZvFitStatusWords into ZvFitStatus using the same base
classes as for ZvTopStatus.
- Created interfaces Vertex and VertexList.
- Added getTracks() (giving an Enumeration of ZvTracks) to ZvVertex
and changed return type of getFitStatus.
- Added setVertexer(), getVertexer() and getStatus() methods to
ZvVertexList.
version P0.01b
- Changed class ZvTrkDist to be public.
- Corrected output of ZvTopVertexer.finalTrackList().
version P0.01a
version P0.01
- Initial pre-release of ZvTopVertexer.