BmnRoot
Loading...
Searching...
No Matches
CbmKFPrimaryVertexFinder.h
Go to the documentation of this file.
1
10#ifndef CBMKFPRIMARYVERTEXFINDER_H
11#define CBMKFPRIMARYVERTEXFINDER_H
12
13#include "CbmKFTrackInterface.h"
15
16#include <vector>
17
18class CbmKFPrimaryVertexFinder:public TObject {
19
20 std::vector<CbmKFTrackInterface*> Tracks;
21
22 public:
23
26
27 void Clear();
28 void AddTrack( CbmKFTrackInterface* Track );
29 void SetTracks( std::vector<CbmKFTrackInterface*> &vTracks );
30 void Fit(CbmKFVertexInterface &vtx );
31
33};
34#endif /* !CBMKFPRIMARYVERTEXFINDER_H */
void SetTracks(std::vector< CbmKFTrackInterface * > &vTracks)
void AddTrack(CbmKFTrackInterface *Track)
ClassDef(CbmKFPrimaryVertexFinder, 1)
void Fit(CbmKFVertexInterface &vtx)