Skip to content

Commit

Permalink
[stv cleanup] Add note. Not sure whether the StvPPVertex finder has b…
Browse files Browse the repository at this point in the history
…een used outside of Stv R&D. So keeping this for now.
  • Loading branch information
klendathu2k committed Oct 17, 2023
1 parent 047d9f8 commit 84e47a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion StRoot/StGenericVertexMaker/StGenericVertexMaker.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,17 @@
#include "StGenericVertexMaker/StGenericVertexMaker.h"
#include "StGenericVertexMaker/StiPPVertex/StPPVertexFinder.h"
#include "StGenericVertexMaker/StppLMVVertexFinder.h"
#include "StGenericVertexMaker/StvPPVertex/StPPVertexFinder.h"
#include "StGenericVertexMaker/StvPPVertex/StPPVertexFinder.h"
#include "St_base/StMessMgr.h"
#include "St_db_Maker/St_db_Maker.h"
#include "tables/St_g2t_vertex_Table.h"

// Historical Note 10/17/23. Jason Webb
// -------------------------------------
// The StvPPVertex appears to be an equivalent set of vertex
// finding algorithms using tracks from the StEvent data model
// rather than the internal data structures of the Sti tracker.

class StMuDst;
class TClonesArray;

Expand Down

0 comments on commit 84e47a8

Please sign in to comment.