BmnRoot
Loading...
Searching...
No Matches
CbmL1PFMCParticle.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 _CbmL1PFMCParticle_h_
17#define _CbmL1PFMCParticle_h_
18
19#include "TObject.h"
20#include <vector>
21using std::vector;
22
23class CbmL1MCTrack;
24
26{
27 vector< CbmL1MCTrack* > mcTracks;
28};
29
35
36
37
38#endif
39
CbmL1MCTrack * mcTrack
vector< CbmL1MCTrack * > mcTracks