BmnRoot
Loading...
Searching...
No Matches
KFParticleMatch.cxx
Go to the documentation of this file.
1/*
2 *====================================================================
3 *
4 * KFParticleMatch
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 "KFParticleMatch.h"
18
19
21 : TObject(),
22 fMatch(-1),
23 fMatchType(-1)
24{
25}
26