CbmRoot
|
#include <CbmEbEventMatch.h>
Public Member Functions | |
CbmEbEventMatch () | |
bool | IsGhost () |
void | Clear () |
void | AddTrack (int mcEventId) |
void | SetNEventTracks (int ntracks) |
void | SetTracks (vector< int > tracks) |
vector< int > & | GetTracksId () |
int | NRecoTracks () const |
int | NMCEvents () const |
map< int, int > & | GetMCEvents () |
Private Attributes | |
map< int, int > | fMCEvent |
int | fNTracks |
vector< int > | fTracks |
Definition at line 16 of file CbmEbEventMatch.h.
|
inline |
Definition at line 18 of file CbmEbEventMatch.h.
|
inline |
Definition at line 24 of file CbmEbEventMatch.h.
References fMCEvent.
Referenced by CbmEventBuilderQA::Exec().
|
inline |
Definition at line 20 of file CbmEbEventMatch.h.
|
inline |
Definition at line 32 of file CbmEbEventMatch.h.
References fMCEvent.
Referenced by CbmEventBuilderQA::Exec().
|
inline |
Definition at line 27 of file CbmEbEventMatch.h.
References fTracks.
|
inline |
Definition at line 19 of file CbmEbEventMatch.h.
References fMCEvent.
|
inline |
Definition at line 30 of file CbmEbEventMatch.h.
References fMCEvent.
|
inline |
Definition at line 29 of file CbmEbEventMatch.h.
References fNTracks.
|
inline |
Definition at line 25 of file CbmEbEventMatch.h.
References fNTracks.
Referenced by CbmEventBuilderQA::Exec().
|
inline |
Definition at line 26 of file CbmEbEventMatch.h.
References fTracks, and tracks.
Referenced by CbmEventBuilderQA::Exec().
|
private |
Definition at line 35 of file CbmEbEventMatch.h.
Referenced by AddTrack(), Clear(), GetMCEvents(), IsGhost(), and NMCEvents().
|
private |
Definition at line 36 of file CbmEbEventMatch.h.
Referenced by Clear(), NRecoTracks(), and SetNEventTracks().
|
private |
Definition at line 37 of file CbmEbEventMatch.h.
Referenced by GetTracksId(), and SetTracks().