BmnRoot
Loading...
Searching...
No Matches
KFMCParticle.cxx
Go to the documentation of this file.
1/*
2 *====================================================================
3 *
4 * KFMCParticle
5 *
6 * Authors: M.Zyzak
7 *
8 * e-mail : m.zyzak@gsi.de
9 *
10 *====================================================================
11 *
12 * KF Particles Finder performance
13 *
14 *====================================================================
15 */
16
17#include "KFMCParticle.h"
18
19
20KFMCParticle::KFMCParticle() :fDaughterIds(), fMCTrackID(-1), fMotherId(-1), fPDG(0), fIsReconstructable(0)
21{
22}
23
27
29{
30 fDaughterIds.push_back(i);
31}
int i
Definition P4_F32vec4.h:22
void AddDaughter(int i)