BmnRoot
Loading...
Searching...
No Matches
CbmL1ParticlesFinder.h
Go to the documentation of this file.
1
/*
2
*=====================================================
3
*
4
* CBM Level 1 Reconstruction
5
*
6
* Authors: M.Zyzak
7
*
8
* e-mail :
9
*
10
*=====================================================
11
*
12
* Finds Particles: Lambdas, K0
13
*
14
*/
15
16
#ifndef _CbmL1ParticlesFinder_h_
17
#define _CbmL1ParticlesFinder_h_
18
19
#include "CbmKFParticle.h"
20
#include "CbmKFVertex.h"
21
#include "CbmKFPrimaryVertexFinder.h"
22
23
#include <vector>
24
25
class
CbmL1Track
;
26
27
class
CbmL1ParticlesFinder
28
{
29
public
:
30
CbmL1ParticlesFinder
();
31
~CbmL1ParticlesFinder
();
32
33
void
FindParticles
(vector<CbmL1Track> &vRTracks);
34
35
vector<CbmKFParticle>&
GetParticles
() {
return
fParticles;}
36
CbmKFVertex
*
GetPV
() {
return
&fPrimVtx;}
37
38
private
:
39
40
void
FindPV(vector<CbmL1Track> &vRTracks);
41
42
//for primary vertex
43
CbmKFPrimaryVertexFinder
fPVFinder;
44
CbmKFVertex
fPrimVtx;
45
46
vector<CbmKFParticle> fParticles;
47
};
48
49
#endif
50
CbmKFPrimaryVertexFinder
Definition
CbmKFPrimaryVertexFinder.h:18
CbmKFVertex
Definition
CbmKFVertex.h:6
CbmL1ParticlesFinder
Definition
CbmL1ParticlesFinder.h:28
CbmL1ParticlesFinder::GetParticles
vector< CbmKFParticle > & GetParticles()
Definition
CbmL1ParticlesFinder.h:35
CbmL1ParticlesFinder::CbmL1ParticlesFinder
CbmL1ParticlesFinder()
CbmL1ParticlesFinder::GetPV
CbmKFVertex * GetPV()
Definition
CbmL1ParticlesFinder.h:36
CbmL1ParticlesFinder::FindParticles
void FindParticles(vector< CbmL1Track > &vRTracks)
CbmL1ParticlesFinder::~CbmL1ParticlesFinder
~CbmL1ParticlesFinder()
CbmL1Track
Definition
CbmL1Track.h:34
reconstruction
cat
CbmL1ParticlesFinder.h
Generated on Fri May 15 2026 10:40:57 for BmnRoot by
1.9.8