FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
tracking
ftscatracking
code
Performance
KFMCParticle.cxx
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
#include "
KFMCParticle.h
"
17
18
19
KFMCParticle::KFMCParticle
() :fDaughterIds(), fMCTrackID(-1), fMotherId(-1),
fPDG
(0), fIsReconstructable(0)
20
{
21
}
22
23
KFMCParticle::~KFMCParticle
()
24
{
25
}
26
27
void
KFMCParticle::AddDaughter
(
int
i
)
28
{
29
fDaughterIds
.push_back(i);
30
}
KFMCParticle.h
i
Int_t i
Definition:
run_full.C:25
KFMCParticle::AddDaughter
void AddDaughter(int i)
Definition:
KFMCParticle.cxx:27
KFMCParticle::~KFMCParticle
~KFMCParticle()
Definition:
KFMCParticle.cxx:23
KFMCParticle::fDaughterIds
vector< int > fDaughterIds
Definition:
KFMCParticle.h:47
KFMCParticle::KFMCParticle
KFMCParticle()
Definition:
KFMCParticle.cxx:19
fPDG
TParticlePDG * fPDG
Definition:
poormantracks.C:18
Generated on Wed Apr 3 2019 08:43:51 for FairRoot/PandaRoot by
1.8.5