2004-12-15  Fredrik Akesson     <fredrik.akesson@cern.ch>

	* Changes to requirements 

2004-12-10  Fredrik Akesson	<fredrik.akesson@cern.ch>

	* Changes needed because of namespace change in VxBilloirTools
        and VxVertex.
	* Changed namespace to InDet
        * Tagging this with a major tag change

2004-11-30  Andreas Wildauer	<Andreas.Wildauer@cern.ch>

	* bugfix in m_preselect(): if TrkSummaryTool screws up and returns a NULL pointer
	VxTopAlg won't crash anymore
	* added out line to m_parameterSettings() to print out the status of enableMultipleVertices

2004-10-13  Andreas Wildauer	<Andreas.Wildauer@cern.ch>

	* VxPrimary does not stop Athena if it does not find tracks
	in StoreGate. It will give a DEBUG message and return with success
	(but no vertex of course)

2004-09-17  Andreas Wildauer	<Andreas.Wildauer@cern.ch>

	* adjusted to changes in InDetPriVx and VxVertex

2004-08-30  Andreas Wildauer	<Andreas.Wildauer@cern.ch>

	* changed output level of some statements

2004-07-15  Andreas Wildauer	<Andreas.Wildauer@cern.ch>

	* adjusted to earlier changes in VxBilloirTools
	  (e.g. tracks are not returned chi2 ordered by the vertex fit anymore)

2004-07-13  Andreas Wildauer	<Andreas.Wildauer@cern.ch>

	* adjusted to changes in InDetPriVx (ElementLink instead of pointer)

2004-06-22  Andreas Wildauer	<Andreas.Wildauer@cern.ch>
	* adjusted to major tag change in Track
	* adjusted to change in VxContainer (persistified)

2004-04-23  Andreas Wildauer	<Andreas.Wildauer@cern.ch>

        * tagged as: InDetPriVxFinder-00-01-00
        * first tag in release 8.2.0
        * removed txt jobOptions file
        * updated mainpage.h documentation
        * added second chi2 cut method

2004-04-21  Andreas Wildauer	<Andreas.Wildauer@cern.ch>

	* added track selection cut on d0/sigmad0
        * for that I had to change the interface of the PRIVATE
          method m_preselect(...) and add a double to its argument list.
          No outside algorithm will notice.

2004-04-20  Andreas Wildauer	<Andreas.Wildauer@cern.ch>

	* adjusted VxPrimary so that if after the track selection cuts
	  two tracks or more are left, at least two tracks will be left after
	  chi2 cut. This assures that almost always a primary vertex is found. 

2004-04-06  Andreas Wildauer	<Andreas.Wildauer@cern.ch>

	* adjusted to TrkParameters parameter change

2004-04-05  Andreas Wildauer	<Andreas.Wildauer@cern.ch>

        * adjusted calls to VxBilloirTools methods to use const Trk::Track*
          instead of just Trk::Track*. Purpose: The track itself is not subject
          to any changes. This is just for safety.
        
2004-04-01  Andreas Wildauer	<Andreas.Wildauer@cern.ch>

        * removed CBNT algorithm. This has been done to reduce dependencies.
          The CBNT algorithm will be moved to an extra CBNT package
          within InnerDetector. This is done to separate calculation stuff
          from analysis stuff.

2004-03-23  Andreas Wildauer	<Andreas.Wildauer@cern.ch>

        * included a PrintInfos switch to the properties
          Set to 1 you will have more output during run. Default is 0.

2004-03-17  Andreas Wildauer	<Andreas.Wildauer@cern.ch>

        * CBNT changes: if no vertex was found, no fitted perigee params
          will be stored. The vertex will be at exactly (0., 0., 0.).

2004-03-08  Andreas Wildauer	<Andreas.Wildauer@cern.ch>

        * changed namespace from PVxF to Vtx
        * changed VxReport to PriVxReport
        * changed VxTopAlg to PriVxTopAlg

2004-03-02  Andreas Wildauer	<Andreas.Wildauer@cern.ch>

	* adjusted the call of calculateOn to the interface change in VxBilloirTools (look
	there for more details).

2004-01-27  Veronique Boisvert  <boisvert@lxplus008.cern.ch>

	* requirements: first import

