BmnRoot
Loading...
Searching...
No Matches
CbmTrackMatch.cxx
Go to the documentation of this file.
1
7#include "CbmTrackMatch.h"
8
9
10
11// ----- Default constructor -------------------------------------------
13 fMCTrackId(-1),
14 fNofTrueHits(0),
15 fNofWrongHits(0),
16 fNofFakeHits(0),
17 fNofMCTracks(0)
18{ }
19// -------------------------------------------------------------------------
20
21
22
23// ----- Standard constructor ------------------------------------------
25 Int_t nTrue,
26 Int_t nWrong,
27 Int_t nFake,
28 Int_t nTracks) :
29 fMCTrackId(mcTrackId),
30 fNofTrueHits(nTrue),
31 fNofWrongHits(nWrong),
32 fNofFakeHits(nFake),
33 fNofMCTracks(nTracks)
34{ }
35// -------------------------------------------------------------------------
36
37
38
39// ----- Destructor ----------------------------------------------------
41// -------------------------------------------------------------------------
virtual ~CbmTrackMatch()