|
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 19 of file CbmEbEventMatch.h.
|
inline |
Definition at line 21 of file CbmEbEventMatch.h.
|
inline |
Definition at line 28 of file CbmEbEventMatch.h.
References fMCEvent.
Referenced by CbmEventBuilderQa::Exec().
|
inline |
Definition at line 23 of file CbmEbEventMatch.h.
|
inline |
Definition at line 36 of file CbmEbEventMatch.h.
References fMCEvent.
Referenced by CbmEventBuilderQa::Exec().
|
inline |
Definition at line 31 of file CbmEbEventMatch.h.
References fTracks.
|
inline |
Definition at line 22 of file CbmEbEventMatch.h.
References fMCEvent.
|
inline |
Definition at line 34 of file CbmEbEventMatch.h.
References fMCEvent.
|
inline |
Definition at line 33 of file CbmEbEventMatch.h.
References fNTracks.
|
inline |
Definition at line 29 of file CbmEbEventMatch.h.
References fNTracks.
Referenced by CbmEventBuilderQa::Exec().
|
inline |
Definition at line 30 of file CbmEbEventMatch.h.
References fTracks, and tracks.
Referenced by CbmEventBuilderQa::Exec().
|
private |
Definition at line 39 of file CbmEbEventMatch.h.
Referenced by AddTrack(), CbmEbEventMatch(), Clear(), GetMCEvents(), IsGhost(), and NMCEvents().
|
private |
Definition at line 40 of file CbmEbEventMatch.h.
Referenced by CbmEbEventMatch(), Clear(), NRecoTracks(), and SetNEventTracks().
|
private |
Definition at line 41 of file CbmEbEventMatch.h.
Referenced by CbmEbEventMatch(), GetTracksId(), and SetTracks().