|
CbmRoot
|
#include <CbmEbMCEvent.h>
Public Member Functions | |
| CbmEbMCEvent () | |
| int | IsReconstructed () |
| int | NClones () |
| void | SetReconstructable (bool isReconstructable) |
| void | SetId (int mcEvId) |
| vector< int > & | GetMCTrackIds () |
| int | NMCTracks () const |
| int & | GetId () |
| bool | IsReconstructable () const |
| vector< int > & | GetRecoTrackIds () |
| void | AddRecoEvent (int iEvent) |
| const vector< int > & | GetRecoEvents () const |
Private Attributes | |
| int | fMCEventId |
| vector< int > | fRecoEvents |
| vector< int > | fMCTrackId |
| bool | fIsReconstructable |
| vector< int > | fRecoTrackId |
Definition at line 17 of file CbmEbMCEvent.h.
|
inline |
Definition at line 19 of file CbmEbMCEvent.h.
References fIsReconstructable, fMCEventId, fMCTrackId, fRecoEvents, and fRecoTrackId.
|
inline |
Definition at line 45 of file CbmEbMCEvent.h.
References fRecoEvents.
|
inline |
Definition at line 41 of file CbmEbMCEvent.h.
References fMCEventId.
|
inline |
Definition at line 39 of file CbmEbMCEvent.h.
References fMCTrackId.
|
inline |
Definition at line 47 of file CbmEbMCEvent.h.
References fRecoEvents.
|
inline |
Definition at line 43 of file CbmEbMCEvent.h.
References fRecoTrackId.
|
inline |
Definition at line 42 of file CbmEbMCEvent.h.
References fIsReconstructable.
|
inline |
Definition at line 21 of file CbmEbMCEvent.h.
References fRecoEvents.
|
inline |
Definition at line 27 of file CbmEbMCEvent.h.
References fRecoEvents.
|
inline |
Definition at line 40 of file CbmEbMCEvent.h.
References fMCTrackId.
|
inline |
Definition at line 37 of file CbmEbMCEvent.h.
References fMCEventId.
|
inline |
Definition at line 36 of file CbmEbMCEvent.h.
References fIsReconstructable.
|
private |
Definition at line 53 of file CbmEbMCEvent.h.
Referenced by CbmEbMCEvent(), IsReconstructable(), and SetReconstructable().
|
private |
Definition at line 50 of file CbmEbMCEvent.h.
Referenced by CbmEbMCEvent(), GetId(), and SetId().
|
private |
Definition at line 52 of file CbmEbMCEvent.h.
Referenced by CbmEbMCEvent(), GetMCTrackIds(), and NMCTracks().
|
private |
Definition at line 51 of file CbmEbMCEvent.h.
Referenced by AddRecoEvent(), CbmEbMCEvent(), GetRecoEvents(), IsReconstructed(), and NClones().
|
private |
Definition at line 54 of file CbmEbMCEvent.h.
Referenced by CbmEbMCEvent(), and GetRecoTrackIds().