FairRoot/PandaRoot
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 
24 {
25 }
26 
28 {
29  fDaughterIds.push_back(i);
30 }
Int_t i
Definition: run_full.C:25
void AddDaughter(int i)
vector< int > fDaughterIds
Definition: KFMCParticle.h:47
TParticlePDG * fPDG
Definition: poormantracks.C:18